/* line 5, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, 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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* line 48, ../src/sass/_plugins.scss */
.bxslider {
  margin: 0;
  padding: 0;
}

/* line 48, ../src/sass/_plugins.scss */
ul.bxslider {
  list-style: none;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-viewport {
  -webkit-transform: translatez(0);
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 48, ../src/sass/_plugins.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 54, ../src/sass/_plugins.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 55, ../src/sass/_plugins.scss */
#cboxWrapper {
  max-width: none;
}

/* line 56, ../src/sass/_plugins.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 57, ../src/sass/_plugins.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 58, ../src/sass/_plugins.scss */
#cboxContent {
  position: relative;
}

/* line 59, ../src/sass/_plugins.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 60, ../src/sass/_plugins.scss */
#cboxTitle {
  margin: 0;
}

/* line 61, ../src/sass/_plugins.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 62, ../src/sass/_plugins.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 63, ../src/sass/_plugins.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 64, ../src/sass/_plugins.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* line 65, ../src/sass/_plugins.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 72, ../src/sass/_plugins.scss */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
}

/* line 73, ../src/sass/_plugins.scss */
#colorbox {
  outline: 0;
  overflow: visible;
}

/* line 74, ../src/sass/_plugins.scss */
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: transparent;
}

/* line 75, ../src/sass/_plugins.scss */
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: transparent;
}

/* line 76, ../src/sass/_plugins.scss */
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: transparent;
}

/* line 77, ../src/sass/_plugins.scss */
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: transparent;
}

/* line 78, ../src/sass/_plugins.scss */
#cboxMiddleLeft {
  width: 21px;
  background: transparent;
}

/* line 79, ../src/sass/_plugins.scss */
#cboxMiddleRight {
  width: 21px;
  background: transparent;
}

/* line 80, ../src/sass/_plugins.scss */
#cboxTopCenter {
  height: 21px;
  background: transparent;
}

/* line 81, ../src/sass/_plugins.scss */
#cboxBottomCenter {
  height: 21px;
  background: transparent;
}

/* line 82, ../src/sass/_plugins.scss */
#cboxContent {
  background: transparent;
  overflow: visible;
}

/* line 83, ../src/sass/_plugins.scss */
.cboxIframe {
  background: #fff;
}

/* line 84, ../src/sass/_plugins.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 85, ../src/sass/_plugins.scss */
#cboxLoadedContent {
  margin-bottom: 28px;
  overflow: visible;
}

/* line 86, ../src/sass/_plugins.scss */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

/* line 87, ../src/sass/_plugins.scss */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* line 88, ../src/sass/_plugins.scss */
#cboxLoadingOverlay {
  background: black;
}

/* line 89, ../src/sass/_plugins.scss */
#cboxLoadingGraphic {
  background: transparent;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 92, ../src/sass/_plugins.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 95, ../src/sass/_plugins.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 97, ../src/sass/_plugins.scss */
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/* line 103, ../src/sass/_plugins.scss */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@font-face {
  font-family: 'bebas_neueregular';
  src: url("../fonts/bebasneue-webfont.eot");
  src: url("../fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue-webfont.woff2") format("woff2"), url("../fonts/bebasneue-webfont.woff") format("woff"), url("../fonts/bebasneue-webfont.ttf") format("truetype"), url("../fonts/bebasneue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Variables */
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 10, ../src/sass/_sources.scss */
#cboxOverlay {
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 11, ../src/sass/_sources.scss */
#colorbox {
  outline: 0;
  overflow: visible;
}

/* line 12, ../src/sass/_sources.scss */
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: transparent;
}

/* line 13, ../src/sass/_sources.scss */
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: transparent;
}

/* line 14, ../src/sass/_sources.scss */
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: transparent;
}

/* line 15, ../src/sass/_sources.scss */
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: transparent;
}

/* line 16, ../src/sass/_sources.scss */
#cboxMiddleLeft {
  width: 21px;
  background: transparent;
}

/* line 17, ../src/sass/_sources.scss */
#cboxMiddleRight {
  width: 21px;
  background: transparent;
}

/* line 18, ../src/sass/_sources.scss */
#cboxTopCenter {
  height: 21px;
  background: transparent;
}

/* line 19, ../src/sass/_sources.scss */
#cboxBottomCenter {
  height: 21px;
  background: transparent;
}

/* line 20, ../src/sass/_sources.scss */
#cboxContent {
  background: transparent;
  overflow: visible;
}

/* line 21, ../src/sass/_sources.scss */
.cboxIframe {
  background: #fff;
}

/* line 22, ../src/sass/_sources.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 23, ../src/sass/_sources.scss */
#cboxLoadedContent {
  margin-bottom: 28px;
  overflow: visible;
}

/* line 24, ../src/sass/_sources.scss */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

/* line 25, ../src/sass/_sources.scss */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* line 26, ../src/sass/_sources.scss */
#cboxLoadingOverlay {
  background: black;
}

/* line 27, ../src/sass/_sources.scss */
#cboxLoadingGraphic {
  background: transparent;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 30, ../src/sass/_sources.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 33, ../src/sass/_sources.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 35, ../src/sass/_sources.scss */
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/* line 41, ../src/sass/_sources.scss */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* line 2, ../src/sass/_tour.scss */
.tour-wrapper .summary {
  /*  text-transform:uppercase; */
  text-align: center;
  margin-bottom: 5%;
  padding: 0 5%;
  font-size: 1.4em;
}
/* line 8, ../src/sass/_tour.scss */
.tour-wrapper .summary:after {
  content: '';
  display: block;
  margin: 1em auto;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 8, ../src/sass/_tour.scss */
  .tour-wrapper .summary:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 14, ../src/sass/_tour.scss */
.tour-wrapper .summary h1 {
  font-size: 1.4em;
}
/* line 17, ../src/sass/_tour.scss */
.tour-wrapper .summary h2 {
  font-size: 1.2em;
}
/* line 20, ../src/sass/_tour.scss */
.tour-wrapper .summary h3 {
  font-size: 1.0em;
}
/* line 23, ../src/sass/_tour.scss */
.tour-wrapper .summary h4 {
  font-size: 0.8em;
}
/* line 26, ../src/sass/_tour.scss */
.tour-wrapper .summary h5 {
  font-size: 0.6em;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* line 158, ../src/sass/main.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* line 164, ../src/sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 169, ../src/sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 174, ../src/sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 183, ../src/sass/main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* line 192, ../src/sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 198, ../src/sass/main.scss */
textarea {
  resize: vertical;
}

/* line 202, ../src/sass/main.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 260, ../src/sass/main.scss */
html {
  box-sizing: border-box;
}

/* line 263, ../src/sass/main.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 270, ../src/sass/main.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  background: #eee;
  color: black;
}

/* line 277, ../src/sass/main.scss */
input {
  font-family: 'Montserrat', sans-serif;
}

/* line 282, ../src/sass/main.scss */
html.js .container {
  position: relative;
}
/* line 284, ../src/sass/main.scss */
html.js .container:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #c72227;
  z-index: 99999;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 297, ../src/sass/main.scss */
html.js .container:after {
  content: '';
  opacity: 1;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  text-indent: -9999px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 100%;
  box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
  animation: dots-loader 5s infinite ease-in-out;
  transform-origin: 50% 50%;
  transform: scale(1);
  transition: .3s all;
}
/* line 320, ../src/sass/main.scss */
html.js .container.loaded:before {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 325, ../src/sass/main.scss */
html.js .container.loaded:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  top: -50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@keyframes dots-loader {
  0% {
    box-shadow: #2b3176 -14px -14px 0 7px, #1c1c1c 14px -14px 0 7px, #939598 14px 14px 0 7px, #fff -14px 14px 0 7px;
  }
  8.33% {
    box-shadow: #2b3176 14px -14px 0 7px, #1c1c1c 14px -14px 0 7px, #939598 14px 14px 0 7px, #fff -14px 14px 0 7px;
  }
  16.67% {
    box-shadow: #2b3176 14px 14px 0 7px, #1c1c1c 14px 14px 0 7px, #939598 14px 14px 0 7px, #fff -14px 14px 0 7px;
  }
  25% {
    box-shadow: #2b3176 -14px 14px 0 7px, #1c1c1c -14px 14px 0 7px, #939598 -14px 14px 0 7px, #fff -14px 14px 0 7px;
  }
  33.33% {
    box-shadow: #2b3176 -14px -14px 0 7px, #1c1c1c -14px 14px 0 7px, #939598 -14px -14px 0 7px, #fff -14px -14px 0 7px;
  }
  41.67% {
    box-shadow: #2b3176 14px -14px 0 7px, #1c1c1c -14px 14px 0 7px, #939598 -14px -14px 0 7px, #fff 14px -14px 0 7px;
  }
  50% {
    box-shadow: #2b3176 14px 14px 0 7px, #1c1c1c -14px 14px 0 7px, #939598 -14px -14px 0 7px, #fff 14px -14px 0 7px;
  }
  58.33% {
    box-shadow: #2b3176 -14px 14px 0 7px, #1c1c1c -14px 14px 0 7px, #939598 -14px -14px 0 7px, #fff 14px -14px 0 7px;
  }
  66.67% {
    box-shadow: #2b3176 -14px -14px 0 7px, #1c1c1c -14px -14px 0 7px, #939598 -14px -14px 0 7px, #fff 14px -14px 0 7px;
  }
  75% {
    box-shadow: #2b3176 14px -14px 0 7px, #1c1c1c 14px -14px 0 7px, #939598 14px -14px 0 7px, #fff 14px -14px 0 7px;
  }
  83.33% {
    box-shadow: #2b3176 14px 14px 0 7px, #1c1c1c 14px -14px 0 7px, #939598 14px 14px 0 7px, #fff 14px 14px 0 7px;
  }
  91.67% {
    box-shadow: #2b3176 -14px 14px 0 7px, #1c1c1c 14px -14px 0 7px, #939598 14px 14px 0 7px, #fff -14px 14px 0 7px;
  }
  100% {
    box-shadow: #2b3176 -14px -14px 0 7px, #1c1c1c 14px -14px 0 7px, #939598 14px 14px 0 7px, #fff -14px 14px 0 7px;
  }
}
/* line 377, ../src/sass/main.scss */
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

/* line 383, ../src/sass/main.scss */
.container,
.tickets-button {
  max-width: 1280px;
  margin: auto;
  background: white;
  position: relative;
}

/* line 390, ../src/sass/main.scss */
.tickets-button {
  text-align: center;
  padding-bottom: 5%;
}
/* line 393, ../src/sass/main.scss */
.tickets-button.pressbutton {
  text-align: right;
}
/* line 396, ../src/sass/main.scss */
.tickets-button .button {
  margin: auto;
  background: #c72227;
  color: white;
  font-size: 1.25em;
  margin-bottom: 1.5em;
  width: 280px;
  position: relative;
}
/* line 404, ../src/sass/main.scss */
.tickets-button .button:hover {
  background: #2b3176;
}
/* line 407, ../src/sass/main.scss */
.tickets-button .button.rules {
  font-size: 1em;
}
/* line 410, ../src/sass/main.scss */
.tickets-button .button .arrow-white {
  display: block;
  width: 37px;
  height: 44px;
  position: absolute;
  right: 7px;
  top: 10px;
  background-image: url(../images/arrow.png);
}

/* line 423, ../src/sass/main.scss */
a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #c72227;
}
/* line 427, ../src/sass/main.scss */
a:hover {
  color: #2b3176;
}

/* line 432, ../src/sass/main.scss */
img {
  width: 100%;
  height: auto;
}

/* line 437, ../src/sass/main.scss */
strong {
  font-weight: 700;
}

/* line 441, ../src/sass/main.scss */
.button {
  display: inline-block;
  padding: 1em 3em;
  font-size: 0.9em;
  background: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 451, ../src/sass/main.scss */
.bx-wrapper {
  border: 0;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 455, ../src/sass/main.scss */
.bx-wrapper .bx-controls {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 462, ../src/sass/main.scss */
.bx-wrapper .bx-controls .bx-prev {
  /* @include use-sprite('arrow-right'); */
  background-image: url(../images/sprite-images-no-cache.png);
  background-position: -109px -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 38px;
  width: 20px;
  left: 5%;
}
/* line 473, ../src/sass/main.scss */
.bx-wrapper .bx-controls .bx-next {
  /*  @include use-sprite('arrow-left'); */
  background-image: url(../images/sprite-images-no-cache.png);
  background-position: -109px -66px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 38px;
  width: 20px;
  right: 5%;
}

/* line 487, ../src/sass/main.scss */
.wrap-video {
  padding: 0px 10% 70px 10%;
  background-color: #2b3176;
}
/* line 490, ../src/sass/main.scss */
.wrap-video .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: auto;
  width: 100%;
}
/* line 496, ../src/sass/main.scss */
.wrap-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 504, ../src/sass/main.scss */
.wrap-video h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.65em;
  margin-bottom: 1em;
  text-align: center;
  color: white;
}

/* line 513, ../src/sass/main.scss */
.subscribe-box {
  background-color: #2b3176;
  width: 100%;
  padding: 70px 25%;
}
/* line 517, ../src/sass/main.scss */
.subscribe-box .close {
  display: none;
}
/* line 520, ../src/sass/main.scss */
.subscribe-box h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.65em;
  margin-bottom: 1em;
  text-align: center;
  color: white;
}
/* line 528, ../src/sass/main.scss */
.subscribe-box .form-container {
  position: relative;
  padding-top: 10%;
  height: 0;
}
/* line 532, ../src/sass/main.scss */
.subscribe-box .form-container input {
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 536, ../src/sass/main.scss */
.subscribe-box .form-container .newsletter-email {
  position: absolute;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  font-size: 0.75em;
  width: 70%;
  background: #2b3176;
  color: white;
  border: 1px solid white;
  border-right: 0;
  padding-left: 1.5em;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 400;
  letter-spacing: 0.22em;
}
/* line 9, ../src/sass/main.scss */
.subscribe-box .form-container .newsletter-email ::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 10, ../src/sass/main.scss */
.subscribe-box .form-container .newsletter-email :-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 11, ../src/sass/main.scss */
.subscribe-box .form-container .newsletter-email ::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 12, ../src/sass/main.scss */
.subscribe-box .form-container .newsletter-email :-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 559, ../src/sass/main.scss */
.subscribe-box .form-container .newsletter-submit {
  position: absolute;
  top: 0;
  right: 0;
  left: 70%;
  bottom: 0;
  width: 30%;
  font-size: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: white;
  color: #c72227;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  letter-spacing: 0.22em;
  font-weight: 700;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
/* line 576, ../src/sass/main.scss */
.subscribe-box .form-container .newsletter-submit:hover {
  background: #c72227;
  color: white;
}

/* line 585, ../src/sass/main.scss */
header {
  overflow: visible;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  text-align: center;
  z-index: 999;
}
/* line 595, ../src/sass/main.scss */
header nav {
  display: inline-block;
  margin: auto;
  position: relative;
  overflow: visible;
  margin-top: -25px;
  font-weight: bold;
}
/* line 603, ../src/sass/main.scss */
header nav ul li {
  display: inline-block;
  position: relative;
}
/* line 606, ../src/sass/main.scss */
header nav ul li a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 3.5em 1.5em;
}
/* line 612, ../src/sass/main.scss */
header nav ul li a:hover {
  color: #939598;
}
/* line 617, ../src/sass/main.scss */
header nav ul li.home-link {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -420px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 78px;
  width: 110px;
  display: inline-block;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin-left: 1em;
  margin-right: 1em;
  cursor: pointer;
  position: relative;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 617, ../src/sass/main.scss */
  header nav ul li.home-link {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -383px;
    height: 77.5px;
    width: 110px;
  }
}
/* line 626, ../src/sass/main.scss */
header nav ul li.home-link a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-indent: -999em;
}
/* line 635, ../src/sass/main.scss */
header nav ul li.home-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 639, ../src/sass/main.scss */
header nav ul li .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  top: 95%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-2em);
  -ms-transform: translateX(-50%) translateY(-2em);
  -webkit-transform: translateX(-50%) translateY(-2em);
  transform: translateX(-50%) translateY(-2em);
  max-height: 0px;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
/* line 650, ../src/sass/main.scss */
header nav ul li .sub-menu .wrapper {
  margin-top: 5px;
  background: #f3f3f3;
  position: relative;
  padding: .2em 0;
}
/* line 655, ../src/sass/main.scss */
header nav ul li .sub-menu .wrapper:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #f3f3f3;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 99;
  -moz-transform: rotate(45deg) translateX(-4px);
  -ms-transform: rotate(45deg) translateX(-4px);
  -webkit-transform: rotate(45deg) translateX(-4px);
  transform: rotate(45deg) translateX(-4px);
}
/* line 668, ../src/sass/main.scss */
header nav ul li .sub-menu .wrapper li a {
  padding: .5em 1em;
  color: #c72227;
  font-size: 0.6875em;
}
/* line 674, ../src/sass/main.scss */
header nav ul li .sub-menu .wrapper li:nth-child(even) a {
  color: #2b3176;
}
/* line 679, ../src/sass/main.scss */
header nav ul li .sub-menu .wrapper li:hover a {
  color: #1c1c1c;
  text-decoration: underline;
}
/* line 690, ../src/sass/main.scss */
header nav ul li:hover .sub-menu {
  max-height: 2000px;
}
/* line 697, ../src/sass/main.scss */
header .links {
  position: absolute;
  right: 5.46875%;
  width: auto;
  display: inline-block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 704, ../src/sass/main.scss */
header .links .tickets.button {
  color: #2b3176;
  float: right;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
/* line 711, ../src/sass/main.scss */
header .links .tickets.button:hover {
  color: #c72227;
  background: #2b3176;
}
/* line 716, ../src/sass/main.scss */
header .links .search-link {
  padding: 1em;
  padding-right: 2em;
  float: left;
  color: white;
}
/* line 721, ../src/sass/main.scss */
header .links .search-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 724, ../src/sass/main.scss */
header .links .search-link.fa-close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 726, ../src/sass/main.scss */
header .links .search-link.fa-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 738, ../src/sass/main.scss */
.top-slider {
  overflow: hidden;
  position: relative;
}
/* line 741, ../src/sass/main.scss */
.top-slider .banner-img {
  display: none;
}
/* line 744, ../src/sass/main.scss */
.top-slider .slide {
  min-width: 1px;
  min-height: 1px;
}
/* line 748, ../src/sass/main.scss */
.top-slider .slide .image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  padding-top: 70%;
}
/* line 755, ../src/sass/main.scss */
.top-slider .slide .image img {
  width: 100%;
}
/* line 759, ../src/sass/main.scss */
.top-slider .slide .wrapper {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  clear: both;
  padding: 0 15%;
}
/* line 771, ../src/sass/main.scss */
.top-slider .slide h3 {
  font-size: 2.1875em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0.4em;
}
/* line 778, ../src/sass/main.scss */
.top-slider .slide .content {
  text-align: center;
  margin-top: 4%;
  font-size: 1.21875em;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 787, ../src/sass/main.scss */
.top-slider .slide .content strong {
  font-size: 1.1794871795em;
}
/* line 792, ../src/sass/main.scss */
.top-slider .slide .button {
  background-color: #C72227;
  color: white;
  border: 2px solid white;
  margin-top: 2em;
}
/* line 798, ../src/sass/main.scss */
.top-slider .slide .button:hover {
  background: #2b3176;
  border-color: #2b3176;
}
/* line 804, ../src/sass/main.scss */
.top-slider .slide.logo-slide {
  background: #c72227;
  color: white;
}
/* line 809, ../src/sass/main.scss */
.top-slider .slide.logo-slide .wrapper {
  text-align: center;
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}
/* line 815, ../src/sass/main.scss */
.top-slider .slide.logo-slide .logo {
  width: 50%;
  margin: auto;
}
/* line 824, ../src/sass/main.scss */
.top-slider .slide.headline-slide .image, .top-slider .slide.video-slide .image, .top-slider .slide.session-slide .image, .top-slider .slide.quotes-slide .image {
  /*                &:after {
                      content:'';
                      position:absolute;
                      top:0; right:0; bottom:0; left:0;
                      width:100%;
                      height:100%;
                      display:block;
                      background:rgb(0,0,0);
                      @include opacity(0.2);
                  }*/
}
/* line 836, ../src/sass/main.scss */
.top-slider .slide.headline-slide .wrapper, .top-slider .slide.video-slide .wrapper, .top-slider .slide.session-slide .wrapper, .top-slider .slide.quotes-slide .wrapper {
  color: white;
}
/* line 838, ../src/sass/main.scss */
.top-slider .slide.headline-slide .wrapper .video-play, .top-slider .slide.video-slide .wrapper .video-play, .top-slider .slide.session-slide .wrapper .video-play, .top-slider .slide.quotes-slide .wrapper .video-play {
  color: white;
  font-size: 6em;
}
/* line 841, ../src/sass/main.scss */
.top-slider .slide.headline-slide .wrapper .video-play:hover, .top-slider .slide.video-slide .wrapper .video-play:hover, .top-slider .slide.session-slide .wrapper .video-play:hover, .top-slider .slide.quotes-slide .wrapper .video-play:hover {
  color: #2b3176;
}
/* line 844, ../src/sass/main.scss */
.top-slider .slide.headline-slide .wrapper .video-play.with-headline, .top-slider .slide.video-slide .wrapper .video-play.with-headline, .top-slider .slide.session-slide .wrapper .video-play.with-headline, .top-slider .slide.quotes-slide .wrapper .video-play.with-headline {
  font-size: 4em;
}
/* line 854, ../src/sass/main.scss */
.top-slider .slide.session-slide .wrapper h3 {
  font-size: 2em;
  margin-bottom: 0;
}
/* line 859, ../src/sass/main.scss */
.top-slider .slide.session-slide .wrapper h4 {
  font-size: 1.8em;
  font-weight: 700;
}
/* line 863, ../src/sass/main.scss */
.top-slider .slide.session-slide .wrapper h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 0.5em;
}
/* line 868, ../src/sass/main.scss */
.top-slider .slide.session-slide .wrapper p {
  font-size: 1.5em;
  font-weight: 700;
}
/* line 871, ../src/sass/main.scss */
.top-slider .slide.session-slide .wrapper p:before {
  content: '';
  display: block;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -66px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 0.5em auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 871, ../src/sass/main.scss */
  .top-slider .slide.session-slide .wrapper p:before {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -84px;
    height: 11px;
    width: 109px;
  }
}
/* line 883, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .slide-quotes {
  overflow: hidden;
  clear: both;
  margin: 5% auto;
}
/* line 887, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .slide-quotes .quote {
  width: 32.3333336%;
  padding-right: 1.5%;
  float: left;
  text-align: center;
}
/* line 892, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .slide-quotes .quote p {
  font-weight: 700;
}
/* line 895, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .slide-quotes .quote label {
  font-size: 0.8em;
}
/* line 898, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .slide-quotes .quote:last-child {
  padding-right: 0;
}
/* line 904, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .content h4 {
  font-size: 1.4em;
  font-weight: 700;
}
/* line 911, ../src/sass/main.scss */
.top-slider .slide.align-bottom .wrapper {
  top: auto;
  bottom: 1%;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 918, ../src/sass/main.scss */
.top-slider .slide.mobile-slide .wrapper {
  color: white;
}

/* line 924, ../src/sass/main.scss */
.quotes {
  overflow: hidden;
  clear: both;
  background: #2b3176;
  padding: 0 10%;
}
/* line 929, ../src/sass/main.scss */
.quotes .quote {
  width: 33.333333336%;
  float: left;
  text-align: center;
  color: white;
  padding: 10% 4%;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.119em;
}
/* line 938, ../src/sass/main.scss */
.quotes .quote p {
  font-size: 1.3725em;
  margin: 0;
}

/* line 945, ../src/sass/main.scss */
.sections {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../images/home-curses.svg"), url("../images/home-curses.svg"), url("../images/home-curses.svg");
  background-position: top -100px right -150px, center left -150px, bottom right -150px;
  background-size: 50%;
  padding: 5% 12%;
}
/* line 952, ../src/sass/main.scss */
.sections .section {
  overflow: hidden;
  clear: both;
  margin-bottom: 5%;
}
/* line 956, ../src/sass/main.scss */
.sections .section h2 {
  font-size: 2.8125em;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: .25em;
}
/* line 965, ../src/sass/main.scss */
.sections .section .more .button {
  float: right;
  background: #c72227;
  width: 33.33333333%;
  padding: 1em 0;
  max-width: 350px;
  color: white;
  font-size: 1.375em;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 400;
  text-align: right;
  padding-right: 0;
}
/* line 977, ../src/sass/main.scss */
.sections .section .more .button span {
  display: inline-block;
  padding-right: 1em;
  margin-top: 0.4em;
}
/* line 984, ../src/sass/main.scss */
.sections .section .more .button i {
  font-size: 2.2em;
  float: right;
  display: inline-block;
  margin-right: 0.5em;
}
/* line 991, ../src/sass/main.scss */
.sections .section .more .button:hover {
  color: #2b3176;
}
/* line 997, ../src/sass/main.scss */
.sections .section:nth-child(2) h2 {
  text-align: right;
}
/* line 1001, ../src/sass/main.scss */
.sections .section:nth-child(2) .more .button {
  float: left;
}

/* line 1011, ../src/sass/main.scss */
.lineup-grid {
  clear: both;
  overflow: hidden;
}
/* line 1014, ../src/sass/main.scss */
.lineup-grid .lineup-item {
  width: 33.33333333%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 1019, ../src/sass/main.scss */
.lineup-grid .lineup-item .information {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
/* line 1027, ../src/sass/main.scss */
.lineup-grid .lineup-item .information h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .5em;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  background: #2b3176;
  color: white;
  word-spacing: 100em;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
/* line 1042, ../src/sass/main.scss */
.lineup-grid .lineup-item:hover .information {
  background: rgba(0, 0, 0, 0.25);
}
/* line 1045, ../src/sass/main.scss */
.lineup-grid .lineup-item:hover .information h3 {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 1054, ../src/sass/main.scss */
.view-more {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-top: 5%;
}
/* line 1059, ../src/sass/main.scss */
.view-more a {
  display: inline-block;
  width: auto;
  color: black;
}
/* line 1065, ../src/sass/main.scss */
.view-more a span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
}
/* line 1071, ../src/sass/main.scss */
.view-more a i {
  font-size: 3em;
  display: inline-block;
}
/* line 1075, ../src/sass/main.scss */
.view-more a:hover {
  color: #c72227;
}

/* line 1083, ../src/sass/main.scss */
.js .view-more {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 1088, ../src/sass/main.scss */
.lineup-wrapper,
.schedule-wrapper,
.news-wrapper,
.films-wrapper {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/* line 1093, ../src/sass/main.scss */
.lineup-wrapper.loading,
.schedule-wrapper.loading,
.news-wrapper.loading,
.films-wrapper.loading {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 1097, ../src/sass/main.scss */
.lineup-list {
  overflow: hidden;
  clear: both;
  margin: 0;
}
/* line 1101, ../src/sass/main.scss */
.lineup-list:last-child {
  margin: 0 0 10%;
}
/* line 1105, ../src/sass/main.scss */
.lineup-list .lineup-item {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 2px;
  /*        &:nth-child(1),
          &:nth-child(2),
          &:nth-child(11),
          &:nth-child(12) {
              width:50%;
              .information {
                  background:$pblue;
                  height:auto;
                  font-size:1.1em;
                  word-spacing:normal;
              }
              &:hover {
                  .information {
                      background:black;
                  }
              }
  
          }
          &:nth-child(2),
          &:nth-child(12) {
              .information {
                  background:$pred;
              }
              &:hover {
                  .information {
                      background:black;
                  }
              }
          }*/
}
/* line 1111, ../src/sass/main.scss */
.lineup-list .lineup-item .information {
  background: #1c1c1c;
  color: white;
  padding: .5em;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  height: 10.6em;
  font-size: 0.85em;
  word-spacing: 30em;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 1123, ../src/sass/main.scss */
.lineup-list .lineup-item:hover .information {
  background: #2b3176;
}
/* line 1128, ../src/sass/main.scss */
.lineup-list .lineup-item:nth-child(even) .information {
  background: #323232;
}
/* line 1132, ../src/sass/main.scss */
.lineup-list .lineup-item:nth-child(even):hover .information {
  background: #c72227;
}
/* line 1169, ../src/sass/main.scss */
.lineup-list.media-partners .lineup-item .information {
  display: none;
}
/* line 1172, ../src/sass/main.scss */
.lineup-list.media-partners .lineup-item:nth-child(1), .lineup-list.media-partners .lineup-item:nth-child(2), .lineup-list.media-partners .lineup-item:nth-child(11), .lineup-list.media-partners .lineup-item:nth-child(12) {
  width: 25%;
}
/* line 1177, ../src/sass/main.scss */
.lineup-list.media-partners .lineup-item:nth-child(1) .information, .lineup-list.media-partners .lineup-item:nth-child(2) .information, .lineup-list.media-partners .lineup-item:nth-child(11) .information, .lineup-list.media-partners .lineup-item:nth-child(12) .information {
  display: none;
}

/* line 1185, ../src/sass/main.scss */
.session-item {
  float: left;
  position: relative;
}
/* line 1188, ../src/sass/main.scss */
.session-item .photo {
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
/* line 1195, ../src/sass/main.scss */
.session-item .photo.custom:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  bottom: 0;
  background: #030303;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
/* line 1211, ../src/sass/main.scss */
.session-item .information {
  position: absolute;
  height: auto;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 2em;
  color: white;
  padding: 1em;
  padding-bottom: 3em;
}
/* line 1223, ../src/sass/main.scss */
.session-item .information .date {
  color: #c72227;
  word-spacing: 100em;
}
/* line 1228, ../src/sass/main.scss */
.session-item .information h3:after {
  content: '';
  display: block;
  margin: 0.25em 0;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1228, ../src/sass/main.scss */
  .session-item .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 1235, ../src/sass/main.scss */
.session-item .information .time {
  font-size: .9em;
}
/* line 1240, ../src/sass/main.scss */
.session-item.fallback-blue .photo {
  background: #2b3176 url("../images/fbart-gw.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 1244, ../src/sass/main.scss */
.session-item.fallback-blue .information h3 {
  color: white;
}
/* line 1246, ../src/sass/main.scss */
.session-item.fallback-blue .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1246, ../src/sass/main.scss */
  .session-item.fallback-blue .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 1250, ../src/sass/main.scss */
.session-item.fallback-blue .information .time {
  color: #c72227;
}
/* line 1257, ../src/sass/main.scss */
.session-item.fallback-red .photo {
  background: #c72227 url("../images/fbart-ug.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 1261, ../src/sass/main.scss */
.session-item.fallback-red .information .date {
  color: black;
}
/* line 1264, ../src/sass/main.scss */
.session-item.fallback-red .information h3 {
  color: white;
}
/* line 1266, ../src/sass/main.scss */
.session-item.fallback-red .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1266, ../src/sass/main.scss */
  .session-item.fallback-red .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 1270, ../src/sass/main.scss */
.session-item.fallback-red .information .time {
  color: black;
}
/* line 1276, ../src/sass/main.scss */
.session-item.fallback-grey .photo {
  background: #1c1c1c;
}
/* line 1280, ../src/sass/main.scss */
.session-item.fallback-grey .information h3 {
  color: white;
}
/* line 1282, ../src/sass/main.scss */
.session-item.fallback-grey .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1282, ../src/sass/main.scss */
  .session-item.fallback-grey .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 1286, ../src/sass/main.scss */
.session-item.fallback-grey .information .time {
  color: #c72227;
}
/* line 1294, ../src/sass/main.scss */
.session-item.fallback-white .photo {
  background: #f3f3f3 url("../images/fbart-cw.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 1298, ../src/sass/main.scss */
.session-item.fallback-white .information .date {
  color: #2b3176;
}
/* line 1301, ../src/sass/main.scss */
.session-item.fallback-white .information h3 {
  color: black;
}
/* line 1303, ../src/sass/main.scss */
.session-item.fallback-white .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -37px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1303, ../src/sass/main.scss */
  .session-item.fallback-white .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}
/* line 1307, ../src/sass/main.scss */
.session-item.fallback-white .information .time {
  color: #2b3176;
}
/* line 1316, ../src/sass/main.scss */
.session-item:hover .photo:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 1323, ../src/sass/main.scss */
.sessions-grid {
  overflow: hidden;
  clear: both;
}
/* line 1326, ../src/sass/main.scss */
.sessions-grid .session-item {
  width: 50%;
}

/* line 1333, ../src/sass/main.scss */
.films-list {
  overflow: hidden;
  clear: both;
  /* 324/994 */
  /* 22/994 */
}
/* line 1336, ../src/sass/main.scss */
.films-list .film-item {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 1344, ../src/sass/main.scss */
.films-list .film-item:nth-child(3n) {
  margin-right: 0;
}
/* line 1347, ../src/sass/main.scss */
.films-list .film-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 1358, ../src/sass/main.scss */
.view-links {
  overflow: hidden;
  clear: both;
}
/* line 1361, ../src/sass/main.scss */
.view-links a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  font-size: 1.0em;
  color: black;
  padding: 1em 0;
}
/* line 1368, ../src/sass/main.scss */
.view-links a:hover {
  color: #c72227;
}
/* line 1372, ../src/sass/main.scss */
.view-links .view-toggle {
  float: left;
}
/* line 1376, ../src/sass/main.scss */
.view-links .download {
  float: right;
  margin-right: 1.5em;
  font-size: 0.9em;
}
/* line 1380, ../src/sass/main.scss */
.view-links .download:first-child {
  margin-right: 0;
}

/* line 1387, ../src/sass/main.scss */
#tracking {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  left: -8000px;
}

/* line 1534, ../src/sass/main.scss */
.schedule-list {
  background: #1c1c1c;
}
/* line 1537, ../src/sass/main.scss */
.schedule-list .schedule-group {
  position: relative;
  overflow: hidden;
  clear: both;
  height: 0;
  padding-top: 51%;
}
/* line 1543, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item {
  position: absolute;
  color: white;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
/* line 1547, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item .information {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 400;
  line-height: 1.8;
}
/* line 1511, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item .information h3 {
  font-size: 0.9375em;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
/* line 1517, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item .information h3:after {
  content: '';
  margin: 0.5em auto;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: -66px -29px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 8px;
  width: 66px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1517, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: -66px -38px;
    height: 8px;
    width: 66px;
  }
}
/* line 1554, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item .information .speakers {
  font-size: 0.625em;
}
/* line 1557, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item .information .datatime {
  position: absolute;
  font-size: 11px;
  bottom: 10px;
  right: 10px;
}
/* line 1564, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1) {
  top: 0;
  left: 0;
  right: 75%;
  bottom: 50%;
  background: #f1f1f1 url("../images/session-ph-bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  color: #1c1c1c;
}
/* line 1574, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1) a {
  color: #1c1c1c;
}
/* line 1577, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1) .information {
  text-align: right;
}
/* line 1579, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1) .information h3 {
  text-align: right;
}
/* line 1581, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1) .information h3:after {
  margin-right: 0;
}
/* line 1588, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1):hover {
  background-color: #c72227;
  background-image: none;
  color: white;
}
/* line 1592, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1):hover a {
  color: white;
}
/* line 1597, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(2) {
  top: 0;
  left: 25%;
  right: 50%;
  bottom: 50%;
  background-color: #1c1c1c;
  color: white;
}
/* line 1604, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(2) a {
  color: white;
}
/* line 1609, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(2) .information h3:after {
  margin-left: 0;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -29px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 8px;
  width: 66px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1609, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item:nth-child(2) .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -38px;
    height: 8px;
    width: 66px;
  }
}
/* line 1615, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(2):hover {
  background-color: #2b3176;
}
/* line 1619, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(3) {
  top: 50%;
  left: 0;
  right: 75%;
  bottom: 0;
  background-color: #1c1c1c;
  color: white;
}
/* line 1626, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(3) a {
  color: white;
}
/* line 1629, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(3) .information {
  text-align: right;
}
/* line 1632, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(3) .information h3:after {
  margin-right: 0;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -29px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 8px;
  width: 66px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1632, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item:nth-child(3) .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -38px;
    height: 8px;
    width: 66px;
  }
}
/* line 1638, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(3):hover {
  background-color: #2b3176;
}
/* line 1642, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4) {
  top: 50%;
  left: 25%;
  right: 50%;
  bottom: 0;
  background: #f1f1f1 url("../images/session-ph-bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  color: #1c1c1c;
}
/* line 1651, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4) a {
  color: #1c1c1c;
}
/* line 1654, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4) .information {
  text-align: left;
  float: left;
  bottom: -1px;
}
/* line 1658, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4) .information h3 {
  text-align: left;
}
/* line 1660, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4) .information h3:after {
  margin-left: 0;
}
/* line 1667, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4):hover {
  background-color: #c72227;
  background-image: none;
  color: white;
}
/* line 1675, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4):hover a {
  color: white;
}
/* line 1680, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured {
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  background-color: #c72227;
  background-size: cover;
  background-position: center center;
  color: white;
  font-size: 1.57em;
}
/* line 1401, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured a {
  color: white;
}
/* line 1406, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured .information h3:after {
  margin-left: 0;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1406, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item.featured .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 1412, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured:hover {
  background-color: #2b3176;
}
/* line 1415, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.featured-item-2, .schedule-list .schedule-group .schedule-item.featured.featured-item-4 {
  text-align: right;
}
/* line 1420, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.featured-item-2 .information h3, .schedule-list .schedule-group .schedule-item.featured.featured-item-4 .information h3 {
  text-align: right;
}
/* line 1422, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.featured-item-2 .information h3:after, .schedule-list .schedule-group .schedule-item.featured.featured-item-4 .information h3:after {
  margin-right: 0;
  margin-left: auto;
}
/* line 1429, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-blue {
  background-color: #2b3176;
}
/* line 1431, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-blue:hover {
  background-color: #c72227;
}
/* line 1435, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-blue:hover .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -37px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1435, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item.featured.color-blue:hover .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}
/* line 1442, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-red {
  background-color: #c72227;
}
/* line 1446, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-red .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1446, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item.featured.color-red .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 1451, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-red:hover {
  background-color: #2b3176;
}
/* line 1455, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-red:hover .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1455, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item.featured.color-red:hover .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 1462, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-ben-franklin {
  background-image: url("../images/sfb-ben-franklin.png");
}
/* line 1465, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-george-washington {
  background-image: url("../images/sfb-george-washington.png");
}
/* line 1468, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-john-adams {
  background-image: url("../images/sfb-john-adams.png");
}
/* line 1471, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-sissietta-jones {
  background-image: url("../images/sfb-sissietta-jones.png");
}
/* line 1474, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-andrew-jackson {
  background-image: url("../images/sfb-andrew-jackson.png");
}
/* line 1477, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-frederick-douglas {
  background-image: url("../images/sfb-frederick-douglas.png");
}
/* line 1480, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-dorethea-dix {
  background-image: url("../images/sfb-dorethea-dix.png");
}
/* line 1483, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-abraham-lincoln {
  background-image: url("../images/sfb-abraham-lincoln.png");
}
/* line 1486, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-james-monroe {
  background-image: url("../images/sfb-james-monroe.png");
}
/* line 1489, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-ulysses-grant {
  background-image: url("../images/sfb-ulysses-grant.png");
}
/* line 1493, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.default:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(28, 28, 28, 0.2);
}
/* line 1500, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.default .information {
  z-index: 99;
}
/* line 1692, ../src/sass/main.scss */
.schedule-list .schedule-group:nth-child(2) .schedule-item:nth-child(1), .schedule-list .schedule-group:nth-child(4) .schedule-item:nth-child(1) {
  left: 50%;
  right: 25%;
}
/* line 1696, ../src/sass/main.scss */
.schedule-list .schedule-group:nth-child(2) .schedule-item:nth-child(2), .schedule-list .schedule-group:nth-child(4) .schedule-item:nth-child(2) {
  left: 75%;
  right: 0;
}
/* line 1700, ../src/sass/main.scss */
.schedule-list .schedule-group:nth-child(2) .schedule-item:nth-child(3), .schedule-list .schedule-group:nth-child(4) .schedule-item:nth-child(3) {
  left: 50%;
  right: 25%;
}
/* line 1704, ../src/sass/main.scss */
.schedule-list .schedule-group:nth-child(2) .schedule-item:nth-child(4), .schedule-list .schedule-group:nth-child(4) .schedule-item:nth-child(4) {
  left: 75%;
  right: 0;
}
/* line 1708, ../src/sass/main.scss */
.schedule-list .schedule-group:nth-child(2) .schedule-item.featured, .schedule-list .schedule-group:nth-child(4) .schedule-item.featured {
  left: 0;
  right: 50%;
}
/* line 1716, ../src/sass/main.scss */
.schedule-list.list-view {
  background: white;
}
/* line 1718, ../src/sass/main.scss */
.schedule-list.list-view table {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 1722, ../src/sass/main.scss */
.schedule-list.list-view table .time-block td {
  background: #c72227;
  font-size: 1.4375em;
  text-align: center;
  color: white;
  padding: .5em 0;
  border: 0;
}
/* line 1732, ../src/sass/main.scss */
.schedule-list.list-view table th {
  text-align: center;
  padding: 1em 0;
  background: #f1f1f1;
  border-right: 1px solid #bebebe;
}
/* line 1737, ../src/sass/main.scss */
.schedule-list.list-view table th:last-child {
  border-right: 0;
}
/* line 1741, ../src/sass/main.scss */
.schedule-list.list-view table td {
  padding: 3%;
  vertical-align: top;
  font-size: 0.875em;
  letter-spacing: normal;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
/* line 1748, ../src/sass/main.scss */
.schedule-list.list-view table td a {
  color: black;
}
/* line 1750, ../src/sass/main.scss */
.schedule-list.list-view table td a:hover {
  color: #c72227;
}
/* line 1757, ../src/sass/main.scss */
.schedule-list.list-view table tr:last-child td {
  border-bottom: 0;
}
/* line 1763, ../src/sass/main.scss */
.schedule-list.list-view table .time {
  width: 18.36734693%;
}
/* line 1767, ../src/sass/main.scss */
.schedule-list.list-view table td.time {
  /*font-size:0.75em;*/
}
/* line 1770, ../src/sass/main.scss */
.schedule-list.list-view table .title {
  width: 30.61224489%;
}
/* line 1773, ../src/sass/main.scss */
.schedule-list.list-view table .speakers {
  width: 30.61224489%;
}
/* line 1776, ../src/sass/main.scss */
.schedule-list.list-view table .location,
.schedule-list.list-view table .tickets {
  width: 20.40816326%;
  border-right: 0;
}
/* line 1782, ../src/sass/main.scss */
.schedule-list.list-view table .tickets a {
  display: block;
  border: 2px solid black;
  text-align: center;
  white-space: nowrap;
}
/* line 1787, ../src/sass/main.scss */
.schedule-list.list-view table .tickets a.status-sold-out {
  background: #c72227;
  border-color: #c72227;
  color: white;
}
/* line 1792, ../src/sass/main.scss */
.schedule-list.list-view table .tickets a.status-coming-soon {
  background: #2b3176;
  border-color: #2b3176;
  color: white;
}

/* line 1805, ../src/sass/main.scss */
.contact-info {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  background-color: #e7e7e7;
  padding: 20px 25px;
  font-size: 22px;
  color: #1C1C1C;
  position: relative;
  text-transform: uppercase;
  position: relative;
}
/* line 1816, ../src/sass/main.scss */
.contact-info .mail-contact {
  position: absolute;
  right: 0;
  width: 60%;
  background-color: #bd0101;
  top: 0;
  padding: 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1827, ../src/sass/main.scss */
.contact-info .mail-contact:hover {
  background-color: #2B3176;
  color: #fff;
}
/* line 1832, ../src/sass/main.scss */
.contact-info a {
  color: #fff;
}

/* line 1836, ../src/sass/main.scss */
.list-links {
  position: relative;
  display: block;
  width: 100%;
}
/* line 1840, ../src/sass/main.scss */
.list-links .small-logo {
  width: 82px;
  height: 59px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1848, ../src/sass/main.scss */
.list-links .links-detail {
  overflow: hidden;
}
/* line 1850, ../src/sass/main.scss */
.list-links .links-detail li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
/* line 1854, ../src/sass/main.scss */
.list-links .links-detail li a {
  display: block;
  position: relative;
  background-color: #e7e7e7;
  color: #2B3176;
}
/* line 1860, ../src/sass/main.scss */
.list-links .links-detail li .text-link {
  display: block;
  width: 85%;
  padding-right: 100px;
  text-decoration: none;
  padding: 20px 25px;
  font-size: 22px;
  text-transform: uppercase;
}
/* line 1869, ../src/sass/main.scss */
.list-links .links-detail li .image-format {
  position: absolute;
  background-image: url("../images/log-links-press.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  top: 0px;
  bottom: 0px;
  background-color: #bd0101;
  right: 0px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1886, ../src/sass/main.scss */
.list-links .links-detail li:hover .image-format {
  background-color: #2B3176;
}
/* line 1892, ../src/sass/main.scss */
.list-links .links-detail.grey li {
  background-color: #1C1C1C;
}
/* line 1894, ../src/sass/main.scss */
.list-links .links-detail.grey li a {
  color: #fff;
  background-color: #1C1C1C;
}
/* line 1898, ../src/sass/main.scss */
.list-links .links-detail.grey li:hover {
  background-color: #1C1C1C;
}
/* line 1900, ../src/sass/main.scss */
.list-links .links-detail.grey li:hover .image-format {
  background-color: #2B3176;
}
/* line 1907, ../src/sass/main.scss */
.list-links .links-detail.asset-tem .image-format {
  background-image: none;
}
/* line 1909, ../src/sass/main.scss */
.list-links .links-detail.asset-tem .image-format i {
  background-image: url("../images/icon-download.png");
  background-position: 0px center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 1920, ../src/sass/main.scss */
.list-links .links-detail.asset-tem .text-link {
  padding: 20px 25px 20px 100px;
}
/* line 1925, ../src/sass/main.scss */
.list-links .links-detail.asset-tem li:hover .image-format {
  background-color: #e7e7e7;
}
/* line 1927, ../src/sass/main.scss */
.list-links .links-detail.asset-tem li:hover .image-format i {
  background-position: -100px center;
}
/* line 1932, ../src/sass/main.scss */
.list-links .links-detail.asset-tem li a {
  background-color: #2B3176;
  color: #fff;
}

/* line 1940, ../src/sass/main.scss */
.speakers-card {
  position: relative;
  overflow: hidden;
  clear: both;
}
/* line 1944, ../src/sass/main.scss */
.speakers-card .photo {
  float: left;
  width: 45.18072289%;
}
/* line 1948, ../src/sass/main.scss */
.speakers-card .photo .bx-caption {
  height: 75px;
  background: #323232;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 1953, ../src/sass/main.scss */
.speakers-card .photo .bx-caption span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
}
/* line 1965, ../src/sass/main.scss */
.speakers-card .photo .bx-controls {
  top: auto;
  bottom: 0;
  height: 75px;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 1971, ../src/sass/main.scss */
.speakers-card .photo .bx-controls .bx-controls-direction a {
  margin-top: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1982, ../src/sass/main.scss */
.speakers-card .information {
  position: absolute;
  top: 0;
  right: 0;
  left: 45.18072289%;
  bottom: 0;
  background: #1c1c1c;
  padding: 4%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 1992, ../src/sass/main.scss */
.speakers-card .information p {
  font-size: 1.1875em;
}
/* line 1995, ../src/sass/main.scss */
.speakers-card .information h4 {
  font-weight: 700;
  color: #c72227;
  font-size: 2.5em;
  margin-bottom: 0.25em;
}
/* line 2002, ../src/sass/main.scss */
.speakers-card .information .speaker-list p {
  margin-bottom: 0.5em;
}
/* line 2004, ../src/sass/main.scss */
.speakers-card .information .speaker-list p a {
  color: white;
}
/* line 2008, ../src/sass/main.scss */
.speakers-card .information .speaker-list:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  display: block;
  margin: 1em 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2008, ../src/sass/main.scss */
  .speakers-card .information .speaker-list:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}

/* line 2021, ../src/sass/main.scss */
.preview-sessions h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  margin: 5% 0;
  font-weight: 700;
  font-size: 1.875em;
}
/* line 2027, ../src/sass/main.scss */
.preview-sessions h2:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 0.5em auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2027, ../src/sass/main.scss */
  .preview-sessions h2:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 2033, ../src/sass/main.scss */
.preview-sessions .schedule-items {
  overflow: hidden;
  clear: both;
}
/* line 2037, ../src/sass/main.scss */
.preview-sessions .schedule-item {
  float: left;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 1%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 400;
  line-height: 1.8;
  background-color: #c72227;
  background-size: cover;
  background-position: center center;
  color: white;
  font-size: 1.57em;
  position: relative;
  height: 0;
  padding-top: 49.5%;
  background-color: #c72227;
}
/* line 1511, ../src/sass/main.scss */
.preview-sessions .schedule-item h3 {
  font-size: 0.9375em;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
/* line 1517, ../src/sass/main.scss */
.preview-sessions .schedule-item h3:after {
  content: '';
  margin: 0.5em auto;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: -66px -29px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 8px;
  width: 66px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1517, ../src/sass/main.scss */
  .preview-sessions .schedule-item h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: -66px -38px;
    height: 8px;
    width: 66px;
  }
}
/* line 1401, ../src/sass/main.scss */
.preview-sessions .schedule-item a {
  color: white;
}
/* line 1406, ../src/sass/main.scss */
.preview-sessions .schedule-item .information h3:after {
  margin-left: 0;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1406, ../src/sass/main.scss */
  .preview-sessions .schedule-item .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 1412, ../src/sass/main.scss */
.preview-sessions .schedule-item:hover {
  background-color: #2b3176;
}
/* line 1415, ../src/sass/main.scss */
.preview-sessions .schedule-item.featured-item-2, .preview-sessions .schedule-item.featured-item-4 {
  text-align: right;
}
/* line 1420, ../src/sass/main.scss */
.preview-sessions .schedule-item.featured-item-2 .information h3, .preview-sessions .schedule-item.featured-item-4 .information h3 {
  text-align: right;
}
/* line 1422, ../src/sass/main.scss */
.preview-sessions .schedule-item.featured-item-2 .information h3:after, .preview-sessions .schedule-item.featured-item-4 .information h3:after {
  margin-right: 0;
  margin-left: auto;
}
/* line 1429, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-blue {
  background-color: #2b3176;
}
/* line 1431, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-blue:hover {
  background-color: #c72227;
}
/* line 1435, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-blue:hover .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -37px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1435, ../src/sass/main.scss */
  .preview-sessions .schedule-item.color-blue:hover .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}
/* line 1442, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-red {
  background-color: #c72227;
}
/* line 1446, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-red .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1446, ../src/sass/main.scss */
  .preview-sessions .schedule-item.color-red .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 1451, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-red:hover {
  background-color: #2b3176;
}
/* line 1455, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-red:hover .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1455, ../src/sass/main.scss */
  .preview-sessions .schedule-item.color-red:hover .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 1462, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-ben-franklin {
  background-image: url("../images/sfb-ben-franklin.png");
}
/* line 1465, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-george-washington {
  background-image: url("../images/sfb-george-washington.png");
}
/* line 1468, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-john-adams {
  background-image: url("../images/sfb-john-adams.png");
}
/* line 1471, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-sissietta-jones {
  background-image: url("../images/sfb-sissietta-jones.png");
}
/* line 1474, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-andrew-jackson {
  background-image: url("../images/sfb-andrew-jackson.png");
}
/* line 1477, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-frederick-douglas {
  background-image: url("../images/sfb-frederick-douglas.png");
}
/* line 1480, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-dorethea-dix {
  background-image: url("../images/sfb-dorethea-dix.png");
}
/* line 1483, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-abraham-lincoln {
  background-image: url("../images/sfb-abraham-lincoln.png");
}
/* line 1486, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-james-monroe {
  background-image: url("../images/sfb-james-monroe.png");
}
/* line 1489, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-ulysses-grant {
  background-image: url("../images/sfb-ulysses-grant.png");
}
/* line 1493, ../src/sass/main.scss */
.preview-sessions .schedule-item.default:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(28, 28, 28, 0.2);
}
/* line 1500, ../src/sass/main.scss */
.preview-sessions .schedule-item.default .information {
  z-index: 99;
}
/* line 2050, ../src/sass/main.scss */
.preview-sessions .schedule-item .information {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5%;
  height: auto;
}
/* line 2058, ../src/sass/main.scss */
.preview-sessions .schedule-item .information h4 {
  color: black;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
  word-spacing: 30em;
}
/* line 2065, ../src/sass/main.scss */
.preview-sessions .schedule-item .information h3 {
  font-weight: 300;
}
/* line 2067, ../src/sass/main.scss */
.preview-sessions .schedule-item .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2067, ../src/sass/main.scss */
  .preview-sessions .schedule-item .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 2073, ../src/sass/main.scss */
.preview-sessions .schedule-item:hover {
  background-color: #2b3176;
}
/* line 2077, ../src/sass/main.scss */
.preview-sessions .schedule-item:hover .information h4 {
  color: #c72227;
}
/* line 2081, ../src/sass/main.scss */
.preview-sessions .schedule-item:hover .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2081, ../src/sass/main.scss */
  .preview-sessions .schedule-item:hover .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2090, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n) {
  margin-right: 0;
  background-color: #1c1c1c;
  background-image: none;
}
/* line 2095, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n) .information h4 {
  color: #c72227;
}
/* line 2099, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n) .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2099, ../src/sass/main.scss */
  .preview-sessions .schedule-item:nth-child(2n) .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2105, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n):hover {
  background-color: #c72227;
}
/* line 2108, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n):hover .information h4 {
  color: #2b3176;
}
/* line 2112, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n):hover .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2112, ../src/sass/main.scss */
  .preview-sessions .schedule-item:nth-child(2n):hover .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 2119, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n) {
  background: #f3f3f3 url("../images/fbart-cw.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 2122, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n) .information {
  color: black;
}
/* line 2124, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n) .information h4 {
  color: #2b3176;
}
/* line 2127, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n) .information h3 {
  color: black;
}
/* line 2129, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n) .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -37px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2129, ../src/sass/main.scss */
  .preview-sessions .schedule-item:nth-child(3n) .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}
/* line 2134, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n):hover {
  background-image: none;
  background-color: #c72227;
}
/* line 2137, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n):hover .information {
  color: white;
}
/* line 2143, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(4n) {
  background-color: #2b3176;
}
/* line 2147, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(odd):last-child {
  float: none;
  clear: both;
  margin: auto;
}
/* line 2154, ../src/sass/main.scss */
.preview-sessions .schedule-item.default:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: rgba(28, 28, 28, 0.2);
}
/* line 2162, ../src/sass/main.scss */
.preview-sessions .schedule-item.default .information {
  z-index: 99;
  color: white;
}
/* line 2165, ../src/sass/main.scss */
.preview-sessions .schedule-item.default .information h4 {
  color: white;
}
/* line 2168, ../src/sass/main.scss */
.preview-sessions .schedule-item.default .information h3 {
  color: white;
}
/* line 2170, ../src/sass/main.scss */
.preview-sessions .schedule-item.default .information h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2170, ../src/sass/main.scss */
  .preview-sessions .schedule-item.default .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2176, ../src/sass/main.scss */
.preview-sessions .schedule-item.default:hover:before {
  background: rgba(28, 28, 28, 0.8);
}
/* line 2179, ../src/sass/main.scss */
.preview-sessions .schedule-item.default:hover h4 {
  color: white;
}
/* line 2182, ../src/sass/main.scss */
.preview-sessions .schedule-item.default:hover h3 {
  color: white;
}
/* line 2184, ../src/sass/main.scss */
.preview-sessions .schedule-item.default:hover h3:after {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2184, ../src/sass/main.scss */
  .preview-sessions .schedule-item.default:hover h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}

/* line 2199, ../src/sass/main.scss */
.section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(1), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(2), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(3), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(4), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(5), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(6), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(7), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(8), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(9), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(10), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(11), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(12), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(13), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(14), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(15), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(16) {
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  width: 50%;
}

/* line 2226, ../src/sass/main.scss */
.rules-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.rules-content .content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.rules-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.rules-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.rules-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.rules-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.rules-content .content h3, .rules-content .content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.rules-content .content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.rules-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.rules-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.rules-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.rules-content .content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.rules-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.rules-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.rules-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.rules-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.rules-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.rules-content .content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.rules-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.rules-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.rules-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.rules-content .content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.rules-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.rules-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .rules-content .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .rules-content .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .rules-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 2228, ../src/sass/main.scss */
.rules-content .content h3 {
  font-size: 1.5em;
  color: #2b3176;
  margin-top: 3em;
  font-weight: 700;
}

/* line 2238, ../src/sass/main.scss */
.politicomics-content .introduction .information {
  overflow: hidden;
  clear: both;
  background: #c72227;
  position: relative;
}
/* line 2243, ../src/sass/main.scss */
.politicomics-content .introduction .information .wrapper {
  float: left;
  width: 60%;
  background: #1c1c1c;
  background-size: 100% auto;
  padding: 10% 5%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 300;
  font-size: 1.225em;
  position: relative;
}
/* line 2254, ../src/sass/main.scss */
.politicomics-content .introduction .information .wrapper:before {
  content: '';
  display: block;
  background-image: url("../images/home-curses.svg");
  background-size: 150% auto;
  background-position: center center;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 9;
}
/* line 2271, ../src/sass/main.scss */
.politicomics-content .introduction .information .wrapper p {
  margin-bottom: 1em;
}
/* line 2274, ../src/sass/main.scss */
.politicomics-content .introduction .information .wrapper strong {
  color: #c72227;
  font-size: 1.2em;
  font-weight: 300;
}
/* line 2281, ../src/sass/main.scss */
.politicomics-content .introduction .information .action {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 2288, ../src/sass/main.scss */
.politicomics-content .introduction .information .action .button {
  background: #2b3176;
  color: white;
  padding: 1em;
  font-size: 1.125em;
}
/* line 2293, ../src/sass/main.scss */
.politicomics-content .introduction .information .action .button:hover {
  background: white;
  color: #2b3176;
}
/* line 2298, ../src/sass/main.scss */
.politicomics-content .introduction .information .action:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -37px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 1em auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2298, ../src/sass/main.scss */
  .politicomics-content .introduction .information .action:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}
/* line 2307, ../src/sass/main.scss */
.politicomics-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.politicomics-content .content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.politicomics-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.politicomics-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.politicomics-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.politicomics-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.politicomics-content .content h3, .politicomics-content .content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.politicomics-content .content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.politicomics-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.politicomics-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.politicomics-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.politicomics-content .content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.politicomics-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.politicomics-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.politicomics-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.politicomics-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.politicomics-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.politicomics-content .content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.politicomics-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.politicomics-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.politicomics-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.politicomics-content .content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.politicomics-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.politicomics-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .politicomics-content .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .politicomics-content .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .politicomics-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 2309, ../src/sass/main.scss */
.politicomics-content .content .section {
  margin-bottom: 3em;
}
/* line 2311, ../src/sass/main.scss */
.politicomics-content .content .section h4 {
  text-transform: uppercase;
  font-size: 1.375em;
  color: #2b3176;
  font-weight: 700;
  margin-bottom: 1em;
}
/* line 2317, ../src/sass/main.scss */
.politicomics-content .content .section h4:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 0.5em 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2317, ../src/sass/main.scss */
  .politicomics-content .content .section h4:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}

/* line 2328, ../src/sass/main.scss */
.news-list {
  overflow: hidden;
  clear: both;
}
/* line 2331, ../src/sass/main.scss */
.news-list .news-item {
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 300px;
  background: #1c1c1c;
  margin-bottom: 1em;
}
/* line 2338, ../src/sass/main.scss */
.news-list .news-item .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 35%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 2349, ../src/sass/main.scss */
.news-list .news-item .information {
  background: #1c1c1c;
  float: right;
  width: 35%;
  color: white;
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 2356, ../src/sass/main.scss */
.news-list .news-item .information a {
  color: white;
}
/* line 2359, ../src/sass/main.scss */
.news-list .news-item .information .date {
  font-size: 1.75em;
  color: #c72227;
  font-weight: 700;
}
/* line 2364, ../src/sass/main.scss */
.news-list .news-item .information h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
/* line 2370, ../src/sass/main.scss */
.news-list .news-item .information p {
  font-size: 0.875em;
}
/* line 2373, ../src/sass/main.scss */
.news-list .news-item .information p.more {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: white;
}
/* line 2377, ../src/sass/main.scss */
.news-list .news-item .information p.more:before {
  margin: 1em 0;
  content: '';
  display: block;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2377, ../src/sass/main.scss */
  .news-list .news-item .information p.more:before {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2387, ../src/sass/main.scss */
.news-list .news-item:hover .information p.more {
  color: #c72227;
}
/* line 2395, ../src/sass/main.scss */
.news-list .news-item.fallback-image .photo {
  background-color: #c72227;
}
/* line 2400, ../src/sass/main.scss */
.news-list .news-item:nth-child(even) .photo {
  left: 35%;
  right: 0;
}
/* line 2404, ../src/sass/main.scss */
.news-list .news-item:nth-child(even) .information {
  float: left;
}
/* line 2408, ../src/sass/main.scss */
.news-list .news-item:nth-child(even).fallback-image .photo {
  background-color: #2b3176;
}
/* line 2415, ../src/sass/main.scss */
.news-list .news-item:nth-child(1).fallback-image .photo {
  background-image: url("../images/fb-art-1.png");
}
/* line 2422, ../src/sass/main.scss */
.news-list .news-item:nth-child(2).fallback-image .photo {
  background-image: url("../images/fb-art-2.png");
}
/* line 2429, ../src/sass/main.scss */
.news-list .news-item:nth-child(3).fallback-image .photo {
  background-image: url("../images/fb-art-3.png");
}
/* line 2436, ../src/sass/main.scss */
.news-list .news-item:nth-child(4).fallback-image .photo {
  background-image: url("../images/fb-art-4.png");
}
/* line 2443, ../src/sass/main.scss */
.news-list .news-item:nth-child(5).fallback-image .photo {
  background-image: url("../images/fb-art-5.png");
}
/* line 2450, ../src/sass/main.scss */
.news-list .news-item:nth-child(6).fallback-image .photo {
  background-image: url("../images/fb-art-6.png");
}
/* line 2457, ../src/sass/main.scss */
.news-list .news-item:nth-child(7).fallback-image .photo {
  background-image: url("../images/fb-art-7.png");
}
/* line 2466, ../src/sass/main.scss */
.news-list.explore h2 {
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.5625em;
  text-align: center;
  margin-bottom: 5%;
}
/* line 2473, ../src/sass/main.scss */
.news-list.explore h2:after {
  content: '';
  margin: auto;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin-top: 0.5em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2473, ../src/sass/main.scss */
  .news-list.explore h2:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}

/* line 2483, ../src/sass/main.scss */
.bg_blue {
  background-color: #2B3176 !important;
}
/* line 2485, ../src/sass/main.scss */
.bg_blue h2 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  margin: 0.7em 0;
  color: #fff;
}
/* line 2495, ../src/sass/main.scss */
.bg_blue .banner-items {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 2499, ../src/sass/main.scss */
.bg_blue .banner-items a {
  display: inline-block;
}
/* line 2502, ../src/sass/main.scss */
.bg_blue .banner-items li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  list-style: none;
  color: #fff;
  margin-bottom: 2em;
}
/* line 2511, ../src/sass/main.scss */
.bg_blue .banner-items img {
  max-width: 350px !important;
  height: auto;
  margin: auto;
}

/* line 2519, ../src/sass/main.scss */
.page-template-template-promo .tickets-button {
  display: none;
}

/* line 2525, ../src/sass/main.scss */
.promo-content .list-links .links-detail.asset-tem .image-format i {
  background-image: url(../images/copy.svg?v=1);
  background-size: 40%;
  background-position: center;
}
/* line 2530, ../src/sass/main.scss */
.promo-content h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
/* line 2535, ../src/sass/main.scss */
.promo-content h2 {
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.5625em;
  text-align: center;
  margin-bottom: 5%;
}
/* line 2541, ../src/sass/main.scss */
.promo-content h2:after {
  content: '';
  margin: auto;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin-top: 0.5em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2541, ../src/sass/main.scss */
  .promo-content h2:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 2549, ../src/sass/main.scss */
.promo-content .list-links .links-detail.asset-tem .text-link {
  padding: 20px 25px 20px 25px;
  text-transform: none;
  font-size: 17px;
}
/* line 2557, ../src/sass/main.scss */
.promo-content .list-links .links-detail.asset-tem li:hover .image-format i {
  background-color: #2B3176;
  background-position: center;
  background-image: url(../images/copy.svg?v=1);
}
/* line 2566, ../src/sass/main.scss */
.promo-content .list-links .links-detail.asset-tem li a {
  background-color: #fff;
  color: #2B3176;
  border: 1px solid #2B3176;
}
/* line 2573, ../src/sass/main.scss */
.promo-content .list-links .links-detail.asset-tem li a:hover .image-format i {
  background-color: #2B3176;
  background-image: url(../images/copy.svg?v=1);
}

/* line 2582, ../src/sass/main.scss */
.press-main-list {
  overflow: hidden;
  clear: both;
}
/* line 2585, ../src/sass/main.scss */
.press-main-list .news-item {
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 300px;
  background: #1c1c1c;
  margin-bottom: 1em;
}
/* line 2592, ../src/sass/main.scss */
.press-main-list .news-item.item-2 {
  margin-bottom: 0;
}
/* line 2595, ../src/sass/main.scss */
.press-main-list .news-item .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 35%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 2606, ../src/sass/main.scss */
.press-main-list .news-item .information {
  background: #1c1c1c;
  float: right;
  width: 35%;
  color: white;
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 2613, ../src/sass/main.scss */
.press-main-list .news-item .information a {
  color: white;
}
/* line 2616, ../src/sass/main.scss */
.press-main-list .news-item .information .date {
  font-size: 1.75em;
  color: #c72227;
  font-weight: 700;
}
/* line 2621, ../src/sass/main.scss */
.press-main-list .news-item .information h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
/* line 2627, ../src/sass/main.scss */
.press-main-list .news-item .information p {
  font-size: 0.875em;
}
/* line 2630, ../src/sass/main.scss */
.press-main-list .news-item .information p.more {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: white;
}
/* line 2634, ../src/sass/main.scss */
.press-main-list .news-item .information p.more:before {
  margin: 1em 0;
  content: '';
  display: block;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2634, ../src/sass/main.scss */
  .press-main-list .news-item .information p.more:before {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2644, ../src/sass/main.scss */
.press-main-list .news-item:hover .information p.more {
  color: #c72227;
}
/* line 2652, ../src/sass/main.scss */
.press-main-list .news-item.fallback-image .photo {
  background-color: #2b3176;
}
/* line 2657, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(odd) .photo {
  left: 35%;
  right: 0;
}
/* line 2661, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(odd) .information {
  float: left;
}
/* line 2665, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(odd).fallback-image .photo {
  background-color: #c72227;
}
/* line 2672, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(1).fallback-image .photo {
  background-image: url("../images/fb-art-1.png");
}
/* line 2679, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(2).fallback-image .photo {
  background-image: url("../images/fb-art-2.png");
}
/* line 2686, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(3).fallback-image .photo {
  background-image: url("../images/fb-art-3.png");
}
/* line 2693, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(4).fallback-image .photo {
  background-image: url("../images/fb-art-4.png");
}
/* line 2700, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(5).fallback-image .photo {
  background-image: url("../images/fb-art-5.png");
}
/* line 2707, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(6).fallback-image .photo {
  background-image: url("../images/fb-art-6.png");
}
/* line 2714, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(7).fallback-image .photo {
  background-image: url("../images/fb-art-7.png");
}
/* line 2723, ../src/sass/main.scss */
.press-main-list.explore h2 {
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.5625em;
  text-align: center;
  margin-bottom: 5%;
}
/* line 2730, ../src/sass/main.scss */
.press-main-list.explore h2:after {
  content: '';
  margin: auto;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin-top: 0.5em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2730, ../src/sass/main.scss */
  .press-main-list.explore h2:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}

/* line 2742, ../src/sass/main.scss */
.section-news .news-list .news-item:last-child {
  margin-bottom: 0;
}

/* line 2748, ../src/sass/main.scss */
.village-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.village-content .content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.village-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.village-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.village-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.village-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.village-content .content h3, .village-content .content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.village-content .content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.village-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.village-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.village-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.village-content .content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.village-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.village-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.village-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.village-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.village-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.village-content .content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.village-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.village-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.village-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.village-content .content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.village-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.village-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .village-content .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .village-content .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .village-content .content h4 {
    font-size: 1.5em;
  }
}

/* line 2752, ../src/sass/main.scss */
.exhibitors {
  background: white;
  color: white;
  padding: 5% 0;
}
/* line 2756, ../src/sass/main.scss */
.exhibitors h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: #c72227;
  font-weight: 700;
  margin-bottom: 5%;
  font-size: 1.75em;
  text-align: center;
}
/* line 2763, ../src/sass/main.scss */
.exhibitors h3:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: .5em auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2763, ../src/sass/main.scss */
  .exhibitors h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2769, ../src/sass/main.scss */
.exhibitors p {
  line-height: 1.8;
}

/* line 2774, ../src/sass/main.scss */
.highlight-quotes {
  overflow: hidden;
  clear: both;
}
/* line 2777, ../src/sass/main.scss */
.highlight-quotes .quote {
  position: relative;
  overflow: hidden;
  clear: both;
  background: #1c1c1c;
}
/* line 2783, ../src/sass/main.scss */
.highlight-quotes .quote .photo {
  width: 50%;
  float: left;
}
/* line 2787, ../src/sass/main.scss */
.highlight-quotes .quote .information {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 9;
  text-align: center;
  color: white;
  text-transform: uppercase;
  line-height: 1.8;
  padding: 5%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 2799, ../src/sass/main.scss */
.highlight-quotes .quote .information span {
  display: block;
}
/* line 2801, ../src/sass/main.scss */
.highlight-quotes .quote .information span:before {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  display: block;
  margin: 1em auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2801, ../src/sass/main.scss */
  .highlight-quotes .quote .information span:before {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2809, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(odd) {
  background: #c72227;
}
/* line 2811, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(odd) .information {
  right: 50%;
}
/* line 2814, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(odd) .information span:before {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -37px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2814, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(odd) .information span:before {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}
/* line 2819, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(odd) .photo {
  float: right;
}
/* line 2823, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(even) {
  background: #2b3176;
}
/* line 2825, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(even) .information {
  left: 50%;
}
/* line 2832, ../src/sass/main.scss */
.highlight-quotes .quote.no-photo {
  background: #1c1c1c;
  overflow: hidden;
  clear: both;
}
/* line 2837, ../src/sass/main.scss */
.highlight-quotes .quote.no-photo .information {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 2842, ../src/sass/main.scss */
.highlight-quotes .quote.no-photo .information span:before {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2842, ../src/sass/main.scss */
  .highlight-quotes .quote.no-photo .information span:before {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2849, ../src/sass/main.scss */
.highlight-quotes .quote.no-text .photo {
  float: none;
  clear: both;
  width: 100%;
}

/* line 2859, ../src/sass/main.scss */
.film-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.film-content .content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.film-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.film-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.film-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.film-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.film-content .content h3, .film-content .content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.film-content .content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.film-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.film-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.film-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.film-content .content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.film-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.film-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.film-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.film-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.film-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.film-content .content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.film-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.film-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.film-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.film-content .content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.film-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.film-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .film-content .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .film-content .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .film-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 2861, ../src/sass/main.scss */
.film-content .content .photo {
  float: left;
  width: 35%;
  margin-right: 5%;
  margin-bottom: 5%;
}
/* line 2868, ../src/sass/main.scss */
.film-content .content .information h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: #2b3176;
  font-weight: 700;
  margin-bottom: 1em;
}
/* line 2873, ../src/sass/main.scss */
.film-content .content .information h3:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 0.5em 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2873, ../src/sass/main.scss */
  .film-content .content .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}

/* line 2884, ../src/sass/main.scss */
.about-content .quote {
  position: relative;
  overflow: hidden;
  clear: both;
  background: #1c1c1c;
}
/* line 2890, ../src/sass/main.scss */
.about-content .quote .photo {
  width: 50%;
  float: left;
}
/* line 2894, ../src/sass/main.scss */
.about-content .quote .information {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 9;
  text-align: center;
  color: white;
  text-transform: uppercase;
  line-height: 1.8;
  padding: 5%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 2906, ../src/sass/main.scss */
.about-content .quote .information span {
  display: block;
}
/* line 2908, ../src/sass/main.scss */
.about-content .quote .information span:before {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  display: block;
  margin: 1em auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2908, ../src/sass/main.scss */
  .about-content .quote .information span:before {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2916, ../src/sass/main.scss */
.about-content .quote:nth-child(odd) {
  background: #c72227;
}
/* line 2918, ../src/sass/main.scss */
.about-content .quote:nth-child(odd) .information {
  right: 50%;
}
/* line 2921, ../src/sass/main.scss */
.about-content .quote:nth-child(odd) .information span:before {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -37px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2921, ../src/sass/main.scss */
  .about-content .quote:nth-child(odd) .information span:before {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}
/* line 2926, ../src/sass/main.scss */
.about-content .quote:nth-child(odd) .photo {
  float: right;
}
/* line 2930, ../src/sass/main.scss */
.about-content .quote:nth-child(even) {
  background: #2b3176;
}
/* line 2932, ../src/sass/main.scss */
.about-content .quote:nth-child(even) .information {
  left: 50%;
}
/* line 2939, ../src/sass/main.scss */
.about-content .quote.no-photo {
  background: #1c1c1c;
  overflow: hidden;
  clear: both;
}
/* line 2944, ../src/sass/main.scss */
.about-content .quote.no-photo .information {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 2949, ../src/sass/main.scss */
.about-content .quote.no-photo .information span:before {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2949, ../src/sass/main.scss */
  .about-content .quote.no-photo .information span:before {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 2956, ../src/sass/main.scss */
.about-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.about-content .content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.about-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.about-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.about-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.about-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.about-content .content h3, .about-content .content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.about-content .content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.about-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.about-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.about-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.about-content .content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.about-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.about-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.about-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.about-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.about-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.about-content .content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.about-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.about-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.about-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.about-content .content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.about-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.about-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .about-content .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .about-content .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .about-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 2959, ../src/sass/main.scss */
.about-content .keep-up {
  background: #c72227;
  overflow: hidden;
  clear: both;
  position: relative;
}
/* line 2964, ../src/sass/main.scss */
.about-content .keep-up .photo {
  width: 50%;
  float: right;
}
/* line 2968, ../src/sass/main.scss */
.about-content .keep-up .information {
  position: absolute;
  left: 0;
  right: 50%;
  top: 50%;
  z-index: 9;
  text-align: left;
  color: white;
  text-transform: uppercase;
  line-height: 1.8;
  padding: 10%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
/* line 2982, ../src/sass/main.scss */
.about-content .keep-up .information h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.65em;
  margin-bottom: 1em;
  line-height: 1.2;
}
/* line 2987, ../src/sass/main.scss */
.about-content .keep-up .information h3:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: .5em 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 2987, ../src/sass/main.scss */
  .about-content .keep-up .information h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 2994, ../src/sass/main.scss */
.about-content .keep-up .information .button {
  border: 2px solid white;
  background: transparent;
  color: white;
}
/* line 2998, ../src/sass/main.scss */
.about-content .keep-up .information .button:hover {
  color: #2b3176;
  border-color: #2b3176;
}

/* line 3008, ../src/sass/main.scss */
.press-stories h3 {
  font-size: 2.1875em;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: #c72227;
  text-align: center;
  font-weight: 700;
  margin: 10% 0 5%;
}
/* line 3015, ../src/sass/main.scss */
.press-stories h3:after {
  content: '';
  display: block;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 0.5em auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3015, ../src/sass/main.scss */
  .press-stories h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 3022, ../src/sass/main.scss */
.press-stories .story {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  position: relative;
  margin-bottom: .5em;
}
/* line 3028, ../src/sass/main.scss */
.press-stories .story h4 {
  padding: 1em;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  max-width: 500px;
  padding-right: 80px;
  color: #2b3176;
}
/* line 3037, ../src/sass/main.scss */
.press-stories .story i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  text-align: center;
  color: white;
  font-size: 1.3em;
  background: #c72227;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 3049, ../src/sass/main.scss */
.press-stories .story i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/* line 3057, ../src/sass/main.scss */
.press-stories .story:hover i {
  background: #2b3176;
}

/* Legacy About page */
/* line 3065, ../src/sass/main.scss */
.about-blocks {
  overflow: hidden;
  clear: both;
}
/* line 3068, ../src/sass/main.scss */
.about-blocks .block {
  overflow: hidden;
  clear: both;
  color: white;
  margin-bottom: 10%;
}
/* line 3073, ../src/sass/main.scss */
.about-blocks .block .title {
  background: #1c1c1c;
  padding: 3%;
}
/* line 3076, ../src/sass/main.scss */
.about-blocks .block .title h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  margin: 0;
}
/* line 3080, ../src/sass/main.scss */
.about-blocks .block .title h3:after {
  content: '';
  display: block;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 1em 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3080, ../src/sass/main.scss */
  .about-blocks .block .title h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 3088, ../src/sass/main.scss */
.about-blocks .block .photo {
  position: relative;
}
/* line 3090, ../src/sass/main.scss */
.about-blocks .block .photo img {
  width: 100%;
  height: auto;
}
/* line 3094, ../src/sass/main.scss */
.about-blocks .block .photo .title {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
}
/* line 3101, ../src/sass/main.scss */
.about-blocks .block .content {
  background: #2b3176;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.about-blocks .block .content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.about-blocks .block .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.about-blocks .block .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.about-blocks .block .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.about-blocks .block .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.about-blocks .block .content h3, .about-blocks .block .content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.about-blocks .block .content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.about-blocks .block .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.about-blocks .block .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.about-blocks .block .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.about-blocks .block .content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.about-blocks .block .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.about-blocks .block .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.about-blocks .block .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.about-blocks .block .content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.about-blocks .block .content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.about-blocks .block .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .about-blocks .block .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .about-blocks .block .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .about-blocks .block .content h4 {
    font-size: 1.5em;
  }
}
/* line 3108, ../src/sass/main.scss */
.about-blocks .block.no-image {
  position: relative;
}
/* line 3110, ../src/sass/main.scss */
.about-blocks .block.no-image .title {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
}
/* line 3119, ../src/sass/main.scss */
.about-blocks .block.no-image .content {
  float: right;
  width: 50%;
  padding: 3%;
}

/* end */
/* line 3130, ../src/sass/main.scss */
.bottom-segment {
  position: relative;
  background-size: cover;
  background-position: center center;
}
/* line 3134, ../src/sass/main.scss */
.bottom-segment .information {
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  letter-spacing: 0.22em;
  padding: 4%;
}
/* line 3141, ../src/sass/main.scss */
.bottom-segment .information .headings {
  font-weight: 700;
}
/* line 3144, ../src/sass/main.scss */
.bottom-segment .information .headings h2 {
  font-size: 4.6875em;
  margin: 0;
}
/* line 3148, ../src/sass/main.scss */
.bottom-segment .information .headings h3 {
  font-size: 1.5625em;
  margin: 0;
}
/* line 3152, ../src/sass/main.scss */
.bottom-segment .information .headings:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 4% auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3152, ../src/sass/main.scss */
  .bottom-segment .information .headings:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 3158, ../src/sass/main.scss */
.bottom-segment .information p {
  font-size: 1.25em;
  line-height: 1.8;
}
/* line 3161, ../src/sass/main.scss */
.bottom-segment .information p strong {
  font-weight: 700;
  color: #c72227;
}
/* line 3166, ../src/sass/main.scss */
.bottom-segment .information .button {
  background: transparent;
  border: 2px solid white;
  font-size: 1.25em;
  padding: .75em 1.5em;
  color: white;
  margin-top: 2em;
}
/* line 3173, ../src/sass/main.scss */
.bottom-segment .information .button:hover {
  background: #c72227;
  border-color: #c72227;
}

/* line 3184, ../src/sass/main.scss */
.vendor-content .vendor-contact {
  overflow: hidden;
  clear: both;
  color: white;
  position: relative;
}
/* line 3189, ../src/sass/main.scss */
.vendor-content .vendor-contact .title {
  width: 50%;
  float: left;
  background: #1c1c1c;
  padding: 3%;
}
/* line 3194, ../src/sass/main.scss */
.vendor-content .vendor-contact .title h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  letter-spacing: normal;
  padding-right: 5%;
  font-size: 1.5625em;
  margin-bottom: 2em;
}
/* line 3202, ../src/sass/main.scss */
.vendor-content .vendor-contact .title h3:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 0.5em 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3202, ../src/sass/main.scss */
  .vendor-content .vendor-contact .title h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 3209, ../src/sass/main.scss */
.vendor-content .vendor-contact .content {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background: #2b3176;
  padding: 3%;
  font-size: 1.5625em;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.vendor-content .vendor-contact .content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.vendor-content .vendor-contact .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.vendor-content .vendor-contact .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.vendor-content .vendor-contact .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.vendor-content .vendor-contact .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.vendor-content .vendor-contact .content h3, .vendor-content .vendor-contact .content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.vendor-content .vendor-contact .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.vendor-content .vendor-contact .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.vendor-content .vendor-contact .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.vendor-content .vendor-contact .content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.vendor-content .vendor-contact .content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.vendor-content .vendor-contact .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .vendor-content .vendor-contact .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .vendor-content .vendor-contact .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .vendor-content .vendor-contact .content h4 {
    font-size: 1.5em;
  }
}
/* line 3219, ../src/sass/main.scss */
.vendor-content .vendor-contact .content a {
  color: white;
}
/* line 3221, ../src/sass/main.scss */
.vendor-content .vendor-contact .content a:hover {
  color: white;
  text-decoration: underline;
}
/* line 3230, ../src/sass/main.scss */
.vendor-content .vendor-text {
  overflow: hidden;
  clear: both;
  line-height: 1.4;
  background: #f1f1f1;
  padding: 5% 10%;
}
/* line 33, ../src/sass/main.scss */
.vendor-content .vendor-text strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.vendor-content .vendor-text em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.vendor-content .vendor-text em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.vendor-content .vendor-text strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.vendor-content .vendor-text h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.vendor-content .vendor-text h3, .vendor-content .vendor-text h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.vendor-content .vendor-text img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.vendor-content .vendor-text img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.vendor-content .vendor-text img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.vendor-content .vendor-text img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.vendor-content .vendor-text img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.vendor-content .vendor-text ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.vendor-content .vendor-text ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.vendor-content .vendor-text blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.vendor-content .vendor-text div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.vendor-content .vendor-text div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.vendor-content .vendor-text p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .vendor-content .vendor-text h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .vendor-content .vendor-text h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .vendor-content .vendor-text h4 {
    font-size: 1.5em;
  }
}
/* line 3237, ../src/sass/main.scss */
.vendor-content .vendor-photos {
  overflow: hidden;
  clear: both;
  position: relative;
}
/* line 3241, ../src/sass/main.scss */
.vendor-content .vendor-photos .photo-1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 62%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 3252, ../src/sass/main.scss */
.vendor-content .vendor-photos .photo-2 {
  width: 62%;
  float: right;
}

/* line 3260, ../src/sass/main.scss */
.page-header {
  height: 0;
  padding-top: 40%;
  background-color: #1c1c1c;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 3267, ../src/sass/main.scss */
.page-header h2, .page-header h1, .page-header .main-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  font-size: 3.375em;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 1em;
}
/* line 3281, ../src/sass/main.scss */
.page-header h2:after, .page-header h1:after, .page-header .main-title:after {
  content: '';
  margin: auto;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -66px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin-top: 0.5em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3281, ../src/sass/main.scss */
  .page-header h2:after, .page-header h1:after, .page-header .main-title:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -84px;
    height: 11px;
    width: 109px;
  }
}
/* line 3287, ../src/sass/main.scss */
.page-header h2 span, .page-header h1 span, .page-header .main-title span {
  display: block;
  font-size: 0.5em;
}
/* line 3291, ../src/sass/main.scss */
.page-header h2 .additional, .page-header h1 .additional, .page-header .main-title .additional {
  line-height: 1.8;
  font-size: 0.30em;
  letter-spacing: normal;
  font-weight: normal;
}
/* line 3296, ../src/sass/main.scss */
.page-header h2 .additional strong, .page-header h1 .additional strong, .page-header .main-title .additional strong {
  font-size: 1.3em;
  font-weight: 700;
}
/* line 3303, ../src/sass/main.scss */
.page-header.long-title h2 {
  font-size: 3.125em;
}
/* line 3308, ../src/sass/main.scss */
.page-header.extra-long-title h2 {
  font-size: 2.5em;
}

/* line 3313, ../src/sass/main.scss */
.page-content {
  padding: 5% 12%;
  overflow: hidden;
  clear: both;
  background: white;
}
/* line 3318, ../src/sass/main.scss */
.page-content .text {
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.page-content .text strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.page-content .text em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.page-content .text em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.page-content .text strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.page-content .text h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.page-content .text h3, .page-content .text h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.page-content .text img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.page-content .text img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.page-content .text img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.page-content .text img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.page-content .text img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.page-content .text .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.page-content .text .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.page-content .text .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.page-content .text .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.page-content .text .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.page-content .text .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.page-content .text ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.page-content .text ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.page-content .text blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.page-content .text div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.page-content .text div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.page-content .text p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .page-content .text h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .page-content .text h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .page-content .text h4 {
    font-size: 1.5em;
  }
}
/* line 3321, ../src/sass/main.scss */
.page-content .read-more {
  text-align: center;
  margin: 10% 0 3%;
}
/* line 3324, ../src/sass/main.scss */
.page-content .read-more a {
  display: inline-block;
  margin: auto;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.2em;
}
/* line 3330, ../src/sass/main.scss */
.page-content .read-more a:after {
  content: '';
  display: block;
  margin: 1em auto;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3330, ../src/sass/main.scss */
  .page-content .read-more a:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}
/* line 3336, ../src/sass/main.scss */
.page-content .read-more a:hover {
  color: #c72227;
}

/* line 3343, ../src/sass/main.scss */
.toggle-nav {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-bottom: 10%;
}
/* line 3349, ../src/sass/main.scss */
.toggle-nav ul {
  display: inline-block;
  margin: auto;
  width: auto;
}
/* line 3353, ../src/sass/main.scss */
.toggle-nav ul li {
  display: inline-block;
}
/* line 3355, ../src/sass/main.scss */
.toggle-nav ul li a {
  display: inline-block;
  color: #2b3176;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.75em;
  font-weight: 700;
  margin-right: 1em;
  border-bottom: 2px solid transparent;
}
/* line 3363, ../src/sass/main.scss */
.toggle-nav ul li a:hover {
  color: #c72227;
  border-bottom: 2px solid #c72227;
}
/* line 3370, ../src/sass/main.scss */
.toggle-nav ul li.current-page a, .toggle-nav ul li.current_page_item a {
  color: #c72227;
  border-bottom: 2px solid #c72227;
}
/* line 3376, ../src/sass/main.scss */
.toggle-nav ul li:last-child a {
  margin-right: 0;
}

/* line 3384, ../src/sass/main.scss */
.sharing {
  text-align: center;
  overflow: hidden;
  clear: both;
  padding: 5% 0;
}
/* line 3389, ../src/sass/main.scss */
.sharing ul {
  display: inline-block;
  width: auto;
}
/* line 3392, ../src/sass/main.scss */
.sharing ul li {
  display: inline-block;
  float: left;
  background: #2b3176;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: .5em;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  position: relative;
  margin-right: 0.5em;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  cursor: pointer;
}
/* line 3406, ../src/sass/main.scss */
.sharing ul li a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: white;
  font-size: 1.2em;
}
/* line 3417, ../src/sass/main.scss */
.sharing ul li:hover {
  background: #c72227;
}

/* line 3426, ../src/sass/main.scss */
.video-list {
  overflow: hidden;
  clear: both;
}
/* line 3429, ../src/sass/main.scss */
.video-list .video-item {
  margin-bottom: 5%;
  width: 33.3%;
  float: left;
  padding: 10px;
}
/* line 3434, ../src/sass/main.scss */
.video-list .video-item h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: black;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1em;
  min-height: 80px;
}
/* line 3441, ../src/sass/main.scss */
.video-list .video-item h3:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -104px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  display: block;
  margin: 0.25em 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3441, ../src/sass/main.scss */
  .video-list .video-item h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -95px;
    height: 11px;
    width: 109px;
  }
}

/* line 3451, ../src/sass/main.scss */
.article-content .article-header {
  background: #1c1c1c;
  overflow: hidden;
  clear: both;
  color: white;
  padding: 5%;
}
/* line 3457, ../src/sass/main.scss */
.article-content .article-header .date {
  width: 25%;
  float: left;
  font-size: 2.5em;
  color: #c72227;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  text-align: right;
  padding-right: 5%;
  line-height: 1;
  letter-spacing: 0.1em;
}
/* line 3468, ../src/sass/main.scss */
.article-content .article-header .date .d {
  padding-right: 0.35em;
  display: block;
}
/* line 3473, ../src/sass/main.scss */
.article-content .article-header .date .m {
  display: block;
}
/* line 3478, ../src/sass/main.scss */
.article-content .article-header .headline {
  float: left;
  width: 75%;
  padding-right: 5%;
}
/* line 3482, ../src/sass/main.scss */
.article-content .article-header .headline h2, .article-content .article-header .headline h1 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.2;
}
/* line 3490, ../src/sass/main.scss */
.article-content .content {
  padding: 5% 10%;
  background: #f1f1f1;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.article-content .content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.article-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.article-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.article-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.article-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.article-content .content h3, .article-content .content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.article-content .content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.article-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.article-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.article-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.article-content .content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.article-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.article-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.article-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.article-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.article-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.article-content .content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.article-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.article-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.article-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.article-content .content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.article-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.article-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .article-content .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .article-content .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .article-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 3496, ../src/sass/main.scss */
.article-content .sign-up {
  text-align: center;
}
/* line 3498, ../src/sass/main.scss */
.article-content .sign-up .sign-up-button {
  color: white;
  background: #c72227;
  margin: 0 auto 3em;
}
/* line 3502, ../src/sass/main.scss */
.article-content .sign-up .sign-up-button:hover {
  color: #2b3176;
}

/* line 3511, ../src/sass/main.scss */
.art-content .gallery {
  overflow: hidden;
  clear: both;
}
/* line 3514, ../src/sass/main.scss */
.art-content .gallery img {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2%;
}
/* line 3520, ../src/sass/main.scss */
.art-content .gallery img:nth-child(4) {
  margin-right: 0;
}
/* line 3524, ../src/sass/main.scss */
.art-content .gallery .photo-1 {
  clear: both;
  overflow: hidden;
  float: none;
  width: 100%;
}
/* line 3531, ../src/sass/main.scss */
.art-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.art-content .content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.art-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.art-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.art-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.art-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.art-content .content h3, .art-content .content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.art-content .content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.art-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.art-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.art-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.art-content .content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.art-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.art-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.art-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.art-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.art-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.art-content .content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.art-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.art-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.art-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.art-content .content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.art-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.art-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .art-content .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .art-content .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .art-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 3534, ../src/sass/main.scss */
.art-content .artists-wrapper {
  margin: 5% 0;
}
/* line 3536, ../src/sass/main.scss */
.art-content .artists-wrapper h2 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: #2b3176;
  font-size: 2.1875em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
/* line 3543, ../src/sass/main.scss */
.art-content .artists-wrapper h2:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -37px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: .5em auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3543, ../src/sass/main.scss */
  .art-content .artists-wrapper h2:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}
/* line 3549, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list {
  overflow: hidden;
  clear: both;
  /* 243/994 */
  /* 22/994 */
}
/* line 3552, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item {
  width: 24.5%;
  margin-right: 0.5%;
  float: left;
  margin-bottom: 0.5%;
}
/* line 3557, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item .information {
  background: #1c1c1c;
  color: white;
  padding: 5%;
  height: 6em;
  font-size: .8em;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
/* line 3564, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item .information h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  word-spacing: 30em;
}
/* line 3571, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item:hover .information {
  background: #2b3176;
}
/* line 3577, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item:nth-child(even) .information {
  background: #323232;
}
/* line 3581, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item:nth-child(even):hover .information {
  background: #c72227;
}
/* line 3586, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item:nth-child(4n) {
  margin-right: 0;
}

/* line 3597, ../src/sass/main.scss */
.search-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  height: 100%;
  width: 100%;
  background: #2b3176;
  max-height: 0;
  z-index: 99;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
/* line 3610, ../src/sass/main.scss */
.search-modal .search-form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/* line 3616, ../src/sass/main.scss */
.search-modal .search-form-container .search-submit {
  display: none;
}
/* line 3619, ../src/sass/main.scss */
.search-modal .search-form-container .search-field {
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  font-size: 3em;
  color: white;
}
/* line 9, ../src/sass/main.scss */
.search-modal .search-form-container .search-field ::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 3em;
  font-weight: 700;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 10, ../src/sass/main.scss */
.search-modal .search-form-container .search-field :-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 3em;
  font-weight: 700;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 11, ../src/sass/main.scss */
.search-modal .search-form-container .search-field ::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 3em;
  font-weight: 700;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 12, ../src/sass/main.scss */
.search-modal .search-form-container .search-field :-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 3em;
  font-weight: 700;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 3638, ../src/sass/main.scss */
.search-modal .search-form-container .search-field:focus {
  outline: 0;
}
/* line 3643, ../src/sass/main.scss */
.search-modal .search-form-container:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  display: inline-block;
  margin: auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3643, ../src/sass/main.scss */
  .search-modal .search-form-container:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}

/* line 3653, ../src/sass/main.scss */
body.searching .search-modal {
  max-height: 5000px;
}

/* line 3661, ../src/sass/main.scss */
body.search-results .page-header h2, body.search-results .page-header h1, body.search-results .page-header .main-title {
  font-size: 1.5em;
}
/* line 3663, ../src/sass/main.scss */
body.search-results .page-header h2 span, body.search-results .page-header h1 span, body.search-results .page-header .main-title span {
  display: block;
  font-size: 2em;
}

/* line 3671, ../src/sass/main.scss */
#cboxWrapper {
  overflow: visible;
}

/* line 3675, ../src/sass/main.scss */
#cboxClose {
  position: absolute;
  display: block;
  top: -50px;
  right: 50px;
  color: white;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 3682, ../src/sass/main.scss */
#cboxClose:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00d";
  font-size: 3em;
}
/* line 3688, ../src/sass/main.scss */
#cboxClose:hover {
  color: #c72227;
}

/* line 3695, ../src/sass/main.scss */
.modal-newsletter {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 9999;
  width: 50%;
  max-width: 700px;
  min-width: 300px;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
/* line 3708, ../src/sass/main.scss */
.modal-newsletter .newsletter {
  background: #2b3176;
  clear: both;
  overflow: hidden;
  padding: 10%;
  position: relative;
}
/* line 3714, ../src/sass/main.scss */
.modal-newsletter .newsletter .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1em;
  color: white;
  cursor: pointer;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 3722, ../src/sass/main.scss */
.modal-newsletter .newsletter .close:hover {
  color: #c72227;
}
/* line 3726, ../src/sass/main.scss */
.modal-newsletter .newsletter h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.125em;
  margin-bottom: 2em;
  color: white;
  text-align: center;
}
/* line 3732, ../src/sass/main.scss */
.modal-newsletter .newsletter h3:after {
  content: '';
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
  margin: 0.5em auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3732, ../src/sass/main.scss */
  .modal-newsletter .newsletter h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 3739, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container {
  position: relative;
  padding-top: 10%;
  height: 0;
}
/* line 3744, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container .newsletter-email {
  position: absolute;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  font-size: 0.75em;
  width: 70%;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-right: 0;
  padding-left: 0.5em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
}
/* line 9, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container .newsletter-email ::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 10, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container .newsletter-email :-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 11, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container .newsletter-email ::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 12, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container .newsletter-email :-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 3769, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container .newsletter-submit {
  position: absolute;
  top: 0;
  right: 0;
  left: 70%;
  bottom: 0;
  width: 30%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: white;
  color: #c72227;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
/* line 3783, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container .newsletter-submit:hover {
  background: #c72227;
  color: white;
}

/* line 3795, ../src/sass/main.scss */
body.newsletter-open .modal-newsletter {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

/* line 3801, ../src/sass/main.scss */
footer {
  overflow: hidden;
  clear: both;
  padding: 5% 12%;
  background: #1c1c1c;
  color: white;
}
/* line 3807, ../src/sass/main.scss */
footer .map-wrapper {
  background: #1c1c1c !important;
  background-size: 100% auto;
  padding-top: 34.14141414%;
  margin-bottom: 2em;
  position: relative;
}
/* line 3813, ../src/sass/main.scss */
footer .map-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 3820, ../src/sass/main.scss */
footer .map-wrapper:after {
  content: '';
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #1c1c1c;
}
/* line 3833, ../src/sass/main.scss */
footer .social ul li {
  display: inline-block;
}
/* line 3835, ../src/sass/main.scss */
footer .social ul li a {
  display: inline-block;
  float: left;
  font-size: 1.5em;
  color: white;
  margin-right: 1.5em;
}
/* line 3842, ../src/sass/main.scss */
footer .social ul li a .fontawesome-text {
  display: none;
}
/* line 3845, ../src/sass/main.scss */
footer .social ul li a:hover {
  color: #c72227;
}
/* line 3854, ../src/sass/main.scss */
footer .information .newsletter {
  float: left;
  width: 50%;
  padding-right: 5%;
  overflow: hidden;
}
/* line 3859, ../src/sass/main.scss */
footer .information .newsletter .close {
  display: none;
}
/* line 3862, ../src/sass/main.scss */
footer .information .newsletter h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.125em;
  margin-bottom: 1em;
}
/* line 3868, ../src/sass/main.scss */
footer .information .newsletter .form-container {
  position: relative;
  padding-top: 10%;
  height: 0;
}
/* line 3872, ../src/sass/main.scss */
footer .information .newsletter .form-container input {
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 3876, ../src/sass/main.scss */
footer .information .newsletter .form-container .newsletter-email {
  position: absolute;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  font-size: 0.75em;
  width: 70%;
  background: #1c1c1c;
  color: white;
  border: 1px solid white;
  border-right: 0;
  padding-left: 0.5em;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 400;
  letter-spacing: 0.22em;
}
/* line 9, ../src/sass/main.scss */
footer .information .newsletter .form-container .newsletter-email ::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 10, ../src/sass/main.scss */
footer .information .newsletter .form-container .newsletter-email :-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 11, ../src/sass/main.scss */
footer .information .newsletter .form-container .newsletter-email ::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 12, ../src/sass/main.scss */
footer .information .newsletter .form-container .newsletter-email :-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  color: white;
}
/* line 3900, ../src/sass/main.scss */
footer .information .newsletter .form-container .newsletter-submit {
  position: absolute;
  top: 0;
  right: 0;
  left: 70%;
  bottom: 0;
  width: 30%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: white;
  color: #c72227;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  letter-spacing: 0.22em;
  font-weight: 700;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
/* line 3916, ../src/sass/main.scss */
footer .information .newsletter .form-container .newsletter-submit:hover {
  background: #c72227;
  color: white;
}
/* line 3924, ../src/sass/main.scss */
footer .information .address {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  float: right;
  width: 50%;
  line-height: 2;
}
/* line 3930, ../src/sass/main.scss */
footer .information .credits {
  overflow: hidden;
  clear: both;
}
/* line 3934, ../src/sass/main.scss */
footer .information .logo {
  float: left;
  margin-left: 1em;
  margin-top: 1em;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -264px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 78px;
  width: 110px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3934, ../src/sass/main.scss */
  footer .information .logo {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -228px;
    height: 77.5px;
    width: 110px;
  }
}
/* line 3940, ../src/sass/main.scss */
footer .information .site-by {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  float: left;
  color: white;
  font-size: 0.75em;
  position: relative;
  width: 135px;
  margin-top: 2em;
}
/* line 3949, ../src/sass/main.scss */
footer .information .site-by span {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 3958, ../src/sass/main.scss */
footer .information .site-by i {
  float: right;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: -109px -37px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 29px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 3958, ../src/sass/main.scss */
  footer .information .site-by i {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: -92px 0;
    height: 28.5px;
    width: 28px;
  }
}

/* Proof of concept for Masonry layout */
/* line 3968, ../src/sass/main.scss */
.masonry-container {
  overflow: hidden;
  clear: both;
  margin: 20%;
}
/* line 3972, ../src/sass/main.scss */
.masonry-container .grid-sizer {
  width: 25%;
}
/* line 3975, ../src/sass/main.scss */
.masonry-container .m-item {
  width: 25%;
  height: 0;
  padding-top: 25%;
  background: red;
  /*        &.m-item-3,
          &.m-item-6,
          &.m-item-13,
          &.m-item-16 {
              width:50%;
              padding-top:50%;
              span {
                  font-size:3em;
              }
          }*/
}
/* line 3980, ../src/sass/main.scss */
.masonry-container .m-item span {
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: white;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
}
/* line 3991, ../src/sass/main.scss */
.masonry-container .m-item.large {
  width: 50%;
  padding-top: 50%;
}
/* line 3994, ../src/sass/main.scss */
.masonry-container .m-item.large span {
  font-size: 3em;
}
/* line 4010, ../src/sass/main.scss */
.masonry-container .m-item:nth-child(even) {
  background: blue;
}

/* line 4018, ../src/sass/main.scss */
.trigger {
  display: none;
}

/* line 4024, ../src/sass/main.scss */
.biography-page .biography-header {
  overflow: hidden;
  clear: both;
  position: relative;
}
/* line 4028, ../src/sass/main.scss */
.biography-page .biography-header img {
  width: 58.3081571%;
  float: left;
}
/* line 4032, ../src/sass/main.scss */
.biography-page .biography-header .information {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1c1c1c url("../images/curses-pattern.png") no-repeat;
  background-size: 200% auto;
  background-position: right 20% center;
  width: 41.6918429%;
}
/* line 4041, ../src/sass/main.scss */
.biography-page .biography-header .information .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10%;
  color: white;
}
/* line 4049, ../src/sass/main.scss */
.biography-page .biography-header .information h2 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  font-size: 1.8125em;
  color: white;
}
/* line 4054, ../src/sass/main.scss */
.biography-page .biography-header .information h2:after {
  content: '';
  display: block;
  margin: 0.4em 0;
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -142px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 11px;
  width: 109px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 4054, ../src/sass/main.scss */
  .biography-page .biography-header .information h2:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -106px;
    height: 11px;
    width: 109px;
  }
}
/* line 4062, ../src/sass/main.scss */
.biography-page .biography-header .information h3 {
  font-size: 1.3em;
}
/* line 4064, ../src/sass/main.scss */
.biography-page .biography-header .information h3 a {
  color: white;
}
/* line 4067, ../src/sass/main.scss */
.biography-page .biography-header .information h3 i {
  font-size: 1.4em;
  margin-right: 0.5em;
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
/* line 4076, ../src/sass/main.scss */
.biography-page .biography-content {
  background: #f1f1f1;
  padding: 5%;
  line-height: 1.4;
}
/* line 33, ../src/sass/main.scss */
.biography-page .biography-content strong {
  font-weight: 800;
}
/* line 36, ../src/sass/main.scss */
.biography-page .biography-content em {
  font-style: italic;
  font-weight: 500;
}
/* line 41, ../src/sass/main.scss */
.biography-page .biography-content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 45, ../src/sass/main.scss */
.biography-page .biography-content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 49, ../src/sass/main.scss */
.biography-page .biography-content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 54, ../src/sass/main.scss */
.biography-page .biography-content h3, .biography-page .biography-content h4 {
  margin-bottom: .5em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: 1.75em;
}
/* line 60, ../src/sass/main.scss */
.biography-page .biography-content img {
  max-width: 100%;
  display: block;
}
/* line 64, ../src/sass/main.scss */
.biography-page .biography-content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 68, ../src/sass/main.scss */
.biography-page .biography-content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 72, ../src/sass/main.scss */
.biography-page .biography-content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 76, ../src/sass/main.scss */
.biography-page .biography-content img.aligncenter {
  margin: auto;
}
/* line 81, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 86, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 90, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 94, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 98, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption.aligncenter {
  margin: auto;
}
/* line 101, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption .wp-caption-text {
  font-size: .8em;
  padding: 0.5em 0.2em;
  font-weight: 500;
  margin-bottom: 0;
}
/* line 108, ../src/sass/main.scss */
.biography-page .biography-content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 114, ../src/sass/main.scss */
.biography-page .biography-content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 119, ../src/sass/main.scss */
.biography-page .biography-content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 126, ../src/sass/main.scss */
.biography-page .biography-content div {
  text-align: left !important;
}
/* line 128, ../src/sass/main.scss */
.biography-page .biography-content div em {
  text-align: left;
  font-style: none;
}
/* line 134, ../src/sass/main.scss */
.biography-page .biography-content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .biography-page .biography-content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .biography-page .biography-content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .biography-page .biography-content h4 {
    font-size: 1.5em;
  }
}

/* line 4083, ../src/sass/main.scss */
a.mobile-home {
  display: none;
}

/* line 4088, ../src/sass/main.scss */
body.page-template-template-homepage header nav ul li a {
  color: #2b3176;
}
/* line 4090, ../src/sass/main.scss */
body.page-template-template-homepage header nav ul li a:hover {
  color: #c72227;
}
/* line 4094, ../src/sass/main.scss */
body.page-template-template-homepage header nav ul li.home-link {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -264px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 78px;
  width: 110px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 4094, ../src/sass/main.scss */
  body.page-template-template-homepage header nav ul li.home-link {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -228px;
    height: 77.5px;
    width: 110px;
  }
}
/* line 4098, ../src/sass/main.scss */
body.page-template-template-homepage header .links .search-link {
  color: #2b3176;
}

/* line 4104, ../src/sass/main.scss */
body.page-template-template-book-room header nav ul li a {
  color: #2b3176;
}
/* line 4106, ../src/sass/main.scss */
body.page-template-template-book-room header nav ul li a:hover {
  color: #c72227;
}
/* line 4110, ../src/sass/main.scss */
body.page-template-template-book-room header nav ul li.home-link {
  background-image: url('../images/sprite-images-s9c0a4355f9.png');
  background-position: 0 -264px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  height: 78px;
  width: 110px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 4110, ../src/sass/main.scss */
  body.page-template-template-book-room header nav ul li.home-link {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -228px;
    height: 77.5px;
    width: 110px;
  }
}
/* line 4114, ../src/sass/main.scss */
body.page-template-template-book-room header .links .search-link {
  color: #2b3176;
}
/* line 4117, ../src/sass/main.scss */
body.page-template-template-book-room header {
  position: relative;
}
/* line 4120, ../src/sass/main.scss */
body.page-template-template-book-room .page-header {
  padding-top: 0%;
}
/* line 4122, ../src/sass/main.scss */
body.page-template-template-book-room .page-header h1 {
  display: none;
}
/* line 4126, ../src/sass/main.scss */
body.page-template-template-book-room .disclaimer {
  background-color: #c72227;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
/* line 4131, ../src/sass/main.scss */
body.page-template-template-book-room .disclaimer h1 {
  font-size: 47px;
  font-weight: bold;
  line-height: 1em;
}
/* line 4137, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room {
  position: relative;
  float: left;
  width: 100%;
}
/* line 4141, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room h2 {
  color: #c72227;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 4147, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .price {
  color: #2b3176;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 4153, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .detail {
  color: #2b3176;
}
/* line 4156, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room a {
  color: #c72227;
}
/* line 4158, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room a.more {
  margin-top: 30px;
  display: block;
  font-weight: bold;
}
/* line 4166, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item {
  width: 100%;
  position: relative;
  float: left;
}
/* line 4171, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item.left .room-text {
  float: left;
}
/* line 4174, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item.left .room-image {
  right: 0;
}
/* line 4179, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item.right .room-text {
  float: right;
}
/* line 4182, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item.right .room-image {
  left: 0;
}
/* line 4187, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
}
/* line 4195, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-text {
  width: 50%;
  padding: 4%;
}
/* line 4198, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-text p {
  margin-bottom: 20px;
}
/* line 4200, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-text p.small {
  font-size: 13px;
}
/* line 4206, ../src/sass/main.scss */
body.page-template-template-book-room .tickets-button {
  float: left;
  width: 100%;
  display: none;
}
/* line 4211, ../src/sass/main.scss */
body.page-template-template-book-room .subscribe-box {
  float: left;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1280px) and (max-height: 830px) {
  /*    .top-slider {
          .slide.logo-slide {
              .logo {
                  width:35%;
              }
          }
      }*/
}
@media only screen and (max-width: 1140px) {
  /* line 4245, ../src/sass/main.scss */
  header nav {
    font-size: 0.8em;
  }

  /* line 4250, ../src/sass/main.scss */
  .top-slider .slide.logo-slide .logo {
    width: 45%;
  }
  /* line 4253, ../src/sass/main.scss */
  .top-slider .slide.logo-slide .content {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 4263, ../src/sass/main.scss */
  .biography-page .biography-header .information h2 {
    font-size: 1.5em;
  }

  /* line 4269, ../src/sass/main.scss */
  .view-links a {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 4278, ../src/sass/main.scss */
  .schedule-list .schedule-group {
    position: relative;
    height: auto;
    overflow: hidden;
    clear: both;
    padding-top: 0;
  }
  /* line 4284, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    float: left;
    width: 50%;
    height: 0;
    padding-top: 50%;
  }
  /* line 4294, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item:nth-child(1), .schedule-list .schedule-group .schedule-item:nth-child(2), .schedule-list .schedule-group .schedule-item:nth-child(3), .schedule-list .schedule-group .schedule-item:nth-child(4), .schedule-list .schedule-group .schedule-item.featured {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    float: left;
    width: 50%;
    padding-top: 50%;
  }
  /* line 4309, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item.featured {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    float: none;
    clear: both;
    width: 100%;
    padding-top: 0;
    height: auto;
    padding: 10% 0;
  }
  /* line 4321, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item.featured .information {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  /* line 4332, ../src/sass/main.scss */
  .schedule-list .schedule-group:nth-child(2) .schedule-item:nth-child(1), .schedule-list .schedule-group:nth-child(2) .schedule-item:nth-child(2), .schedule-list .schedule-group:nth-child(2) .schedule-item:nth-child(3), .schedule-list .schedule-group:nth-child(2) .schedule-item:nth-child(4), .schedule-list .schedule-group:nth-child(4) .schedule-item:nth-child(1), .schedule-list .schedule-group:nth-child(4) .schedule-item:nth-child(2), .schedule-list .schedule-group:nth-child(4) .schedule-item:nth-child(3), .schedule-list .schedule-group:nth-child(4) .schedule-item:nth-child(4) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 900px) {
  /* line 4355, ../src/sass/main.scss */
  .highlight-quotes .quote .photo {
    float: none;
    clear: both;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  /* line 4364, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(odd) .photo {
    clear: both;
    float: none;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  /* line 4371, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(odd) .information {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 4379, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(even) .photo {
    clear: both;
    float: none;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  /* line 4386, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(even) .information {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  /* line 4394, ../src/sass/main.scss */
  .view-links {
    text-align: center;
  }

  /* line 4397, ../src/sass/main.scss */
  .view-links a {
    display: block;
    clear: both;
  }
  /* line 4400, ../src/sass/main.scss */
  .view-links a.line {
    display: none;
  }

  /* line 4404, ../src/sass/main.scss */
  .view-links .view-toggle {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 4411, ../src/sass/main.scss */
  .quotes,
  .sessions-grid .session-item {
    font-size: 0.65em;
  }

  /* line 4418, ../src/sass/main.scss */
  .promo-content h3 {
    text-align: center;
  }

  /* line 4422, ../src/sass/main.scss */
  .page-header h2, .page-header h1, .page-header .main-title {
    font-size: 1.5em;
  }
  /* line 4426, ../src/sass/main.scss */
  .page-header.extra-long-title h2, .page-header.extra-long-title h1, .page-header.extra-long-title .main-title {
    font-size: 1.5em;
  }
  /* line 4431, ../src/sass/main.scss */
  .page-header.long-title h2, .page-header.long-title h1, .page-header.long-title .main-title {
    font-size: 2em;
  }

  /* line 4436, ../src/sass/main.scss */
  .subscribe-box {
    padding: 70px 12%;
  }

  /* line 4440, ../src/sass/main.scss */
  .news-list .news-item {
    font-size: 0.85em;
  }

  /* line 4445, ../src/sass/main.scss */
  .top-slider .banner-img {
    display: block;
  }
  /* line 4449, ../src/sass/main.scss */
  .top-slider .slide h3 {
    font-size: 1.5em;
  }
  /* line 4452, ../src/sass/main.scss */
  .top-slider .slide h5 {
    font-size: 1em;
  }
  /* line 4455, ../src/sass/main.scss */
  .top-slider .slide .content {
    font-size: .95em;
  }
  /* line 4458, ../src/sass/main.scss */
  .top-slider .slide .image {
    height: auto;
    padding-top: 0;
  }
  /* line 4463, ../src/sass/main.scss */
  .top-slider .slide.session-slide .wrapper h5 {
    font-size: 1em;
  }
  /* line 4466, ../src/sass/main.scss */
  .top-slider .slide.session-slide .wrapper h3 {
    font-size: 1.5em;
  }
  /* line 4470, ../src/sass/main.scss */
  .top-slider .slide .button {
    margin-top: 1em;
  }

  /* line 4475, ../src/sass/main.scss */
  .wrap-slider-box {
    padding: 65px 0 0 0;
    background-color: #323232;
  }

  /* line 4480, ../src/sass/main.scss */
  .speakers-card .photo {
    float: none;
    clear: both;
    width: 100%;
  }
  /* line 4485, ../src/sass/main.scss */
  .speakers-card .information {
    position: relative;
    clear: both;
    float: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  /* line 4493, ../src/sass/main.scss */
  .preview-sessions h2 {
    font-size: 1em;
  }
  /* line 4496, ../src/sass/main.scss */
  .preview-sessions .schedule-item {
    float: none;
    clear: both;
    margin: 0;
    width: 100%;
    margin-bottom: 1em;
    height: auto;
    padding-top: 0;
    background-image: none;
  }
  /* line 4505, ../src/sass/main.scss */
  .preview-sessions .schedule-item .information {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 10%;
    font-size: 0.6em;
  }

  /* line 4515, ../src/sass/main.scss */
  .lineup-list .lineup-item {
    width: 50%;
  }
  /* line 4520, ../src/sass/main.scss */
  .lineup-list.media-partners .lineup-item:nth-child(1), .lineup-list.media-partners .lineup-item:nth-child(2), .lineup-list.media-partners .lineup-item:nth-child(11), .lineup-list.media-partners .lineup-item:nth-child(12) {
    width: 50%;
  }

  /* line 4531, ../src/sass/main.scss */
  .page-content {
    padding: 10% 0;
    overflow: hidden;
    clear: both;
    background: white;
  }

  /* line 4538, ../src/sass/main.scss */
  .toggle-nav {
    font-size: 0.8em;
  }

  /* line 4545, ../src/sass/main.scss */
  footer .social {
    text-align: center;
    margin-bottom: 5%;
  }
  /* line 4548, ../src/sass/main.scss */
  footer .social ul {
    display: inline-block;
    width: auto;
    margin: auto;
  }
  /* line 4554, ../src/sass/main.scss */
  footer .social ul li:last-child a {
    margin-right: 0;
  }
  /* line 4561, ../src/sass/main.scss */
  footer .information {
    text-align: center;
  }
  /* line 4563, ../src/sass/main.scss */
  footer .information .newsletter,
  footer .information .address {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    clear: both;
    margin-bottom: 5%;
  }
  /* line 4572, ../src/sass/main.scss */
  footer .information .newsletter {
    padding-right: 0;
  }
  /* line 4576, ../src/sass/main.scss */
  footer .information .logo {
    float: right;
    margin-right: 1em;
  }
  /* line 4580, ../src/sass/main.scss */
  footer .information .site-by {
    float: left;
    margin-left: 1em;
  }

  /* line 4586, ../src/sass/main.scss */
  .bottom-segment {
    font-size: 0.5em;
  }

  /* line 4592, ../src/sass/main.scss */
  .biography-page .biography-header .information {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    clear: both;
    width: 100%;
  }
  /* line 4597, ../src/sass/main.scss */
  .biography-page .biography-header .information .wrap {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  /* line 4603, ../src/sass/main.scss */
  .biography-page .biography-header img {
    clear: both;
    float: none;
    width: 100%;
  }

  /* line 4611, ../src/sass/main.scss */
  .article-content .article-header {
    font-size: 0.8em;
  }

  /* line 4617, ../src/sass/main.scss */
  .about-blocks .block .title {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    left: auto;
    top: auto;
    clear: both;
  }
  /* line 4624, ../src/sass/main.scss */
  .about-blocks .block .content {
    padding: 3%;
  }
  /* line 4629, ../src/sass/main.scss */
  .about-blocks .block .photo .title, .about-blocks .block.no-image .title {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    left: auto;
    top: auto;
    clear: both;
  }
  /* line 4636, ../src/sass/main.scss */
  .about-blocks .block .photo .content, .about-blocks .block.no-image .content {
    float: none;
    clear: both;
    width: 100%;
  }

  /* line 4649, ../src/sass/main.scss */
  .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(1), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(2), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(3), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(4), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(5), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(6), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(7), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(8), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(9), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(10), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(11), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(12), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(13), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(14), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(15), .section-sessions .preview-sessions .schedule-items .schedule-item:nth-child(16) {
    float: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 4676, ../src/sass/main.scss */
  body.page-template-template-homepage header nav ul li.home-link {
    display: none;
  }

  /* line 4679, ../src/sass/main.scss */
  body.page-template-template-book-room header {
    position: fixed;
  }

  /* line 4682, ../src/sass/main.scss */
  body.page-template-template-book-room header nav ul li a {
    color: #fff;
  }

  /* line 4685, ../src/sass/main.scss */
  body.page-template-template-book-room header nav ul li.home-link {
    display: none;
  }

  /* line 4688, ../src/sass/main.scss */
  body.page-template-template-book-room .disclaimer {
    padding: 75px 0 20px 0;
    font-size: 14px;
  }

  /* line 4692, ../src/sass/main.scss */
  body.page-template-template-book-room .disclaimer h1 {
    font-size: 30px;
  }

  /* line 4695, ../src/sass/main.scss */
  body.page-template-template-book-room .wrap-room .room-image {
    position: static;
    padding-top: 40%;
    width: 100%;
  }

  /* line 4700, ../src/sass/main.scss */
  body.page-template-template-book-room .wrap-room .room-text {
    width: 100%;
  }

  /* line 4703, ../src/sass/main.scss */
  .trigger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 99999;
    cursor: pointer;
  }
  /* line 4712, ../src/sass/main.scss */
  .trigger b {
    display: block;
    height: 2px;
    background: white;
    margin-bottom: 8px;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  /* line 4720, ../src/sass/main.scss */
  .trigger.closer {
    top: 25px;
  }
  /* line 4722, ../src/sass/main.scss */
  .trigger.closer b {
    -moz-transition: -moz-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  /* line 4725, ../src/sass/main.scss */
  .trigger.closer b:first-child {
    -moz-transform: rotate(-45deg) translateY(50%);
    -ms-transform: rotate(-45deg) translateY(50%);
    -webkit-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
  }
  /* line 4728, ../src/sass/main.scss */
  .trigger.closer b:nth-child(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -9px;
  }
  /* line 4732, ../src/sass/main.scss */
  .trigger.closer b:last-child {
    display: none;
  }

  /* line 4739, ../src/sass/main.scss */
  .schedule-wrapper {
    font-size: 0.8em;
  }

  /* line 4743, ../src/sass/main.scss */
  a.mobile-home {
    position: absolute;
    top: 15px;
    left: 15px;
    background-image: url('../images/sprite-images-s9c0a4355f9.png');
    background-position: -58px -221px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 43px;
    width: 60px;
    text-indent: -999em;
    overflow: hidden;
    z-index: 99999;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  /* line 4743, ../src/sass/main.scss */
  a.mobile-home {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: -58px -185px;
    height: 42.5px;
    width: 60px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 4752, ../src/sass/main.scss */
  header {
    position: fixed;
    max-height: 0;
    overflow: hidden;
    height: 100%;
    -moz-transition: max-height 0.2s ease 0.2s;
    -o-transition: max-height 0.2s ease 0.2s;
    -webkit-transition: max-height 0.2s ease;
    -webkit-transition-delay: 0.2s;
    transition: max-height 0.2s ease 0.2s;
    background: rgba(199, 34, 39, 0.8);
    z-index: 9999;
  }
  /* line 4760, ../src/sass/main.scss */
  header nav {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    width: 100%;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  /* line 4771, ../src/sass/main.scss */
  header nav ul {
    width: 100%;
    display: block;
  }
  /* line 4774, ../src/sass/main.scss */
  header nav ul li {
    display: block;
    float: none;
  }
  /* line 4777, ../src/sass/main.scss */
  header nav ul li a {
    display: block;
    float: none;
    font-size: 1.2em;
    padding: 1em;
    border-bottom: 1px solid white;
    font-weight: 700;
  }
  /* line 4784, ../src/sass/main.scss */
  header nav ul li a:hover {
    color: white;
  }
  /* line 4788, ../src/sass/main.scss */
  header nav ul li.home-link {
    background-image: none;
    margin: 0;
    height: auto;
    width: auto;
    display: block;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 4795, ../src/sass/main.scss */
  header nav ul li.home-link a {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    text-indent: 0;
    display: block;
    float: none;
    clear: both;
    width: 100%;
  }
  /* line 4809, ../src/sass/main.scss */
  header nav ul li.menu-item-has-children a:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    padding-left: .5em;
    color: white;
  }
  /* line 4819, ../src/sass/main.scss */
  header nav ul li .sub-menu {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 4826, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper {
    background: transparent;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
  }
  /* line 4831, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper:after {
    display: none;
  }
  /* line 4835, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper li a {
    font-size: 1.1em;
    color: white;
    border-bottom: 0;
  }
  /* line 4839, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper li a:after {
    display: none;
  }
  /* line 4844, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper li:nth-child(even) a {
    color: white;
  }
  /* line 4852, ../src/sass/main.scss */
  header nav ul li.menu-expanded .sub-menu {
    max-height: 2000px;
  }
  /* line 4859, ../src/sass/main.scss */
  header .links {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    top: auto;
    text-align: center;
  }
  /* line 4866, ../src/sass/main.scss */
  header .links .search-link {
    display: none;
  }
  /* line 4869, ../src/sass/main.scss */
  header .links .tickets.button {
    float: none;
    clear: both;
    margin: auto;
  }

  /* line 4879, ../src/sass/main.scss */
  body.menu-open header {
    max-height: 8000px;
  }
  /* line 4881, ../src/sass/main.scss */
  body.menu-open header nav {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /* line 4890, ../src/sass/main.scss */
  .top-slider .slide {
    position: relative;
  }
  /* line 4895, ../src/sass/main.scss */
  .top-slider .slide .wrapper {
    top: 50%;
    padding-top: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* line 4908, ../src/sass/main.scss */
  .quotes,
  .sessions-grid .session-item {
    font-size: 0.85em;
  }

  /* line 4915, ../src/sass/main.scss */
  .biography-page .biography-header .information h2 {
    font-size: 1.5em;
  }

  /* line 4921, ../src/sass/main.scss */
  .video-list .video-item {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 4929, ../src/sass/main.scss */
  .article-content .article-header .date {
    float: none;
    clear: both;
    width: 100%;
    font-size: 1em;
    text-align: left;
  }
  /* line 4935, ../src/sass/main.scss */
  .article-content .article-header .date .d,
  .article-content .article-header .date .m {
    display: inline-block;
  }
  /* line 4940, ../src/sass/main.scss */
  .article-content .article-header .headline {
    float: none;
    clear: both;
    width: 100%;
  }

  /* line 4947, ../src/sass/main.scss */
  .subscribe-box {
    padding: 45px 4%;
  }

  /* line 4950, ../src/sass/main.scss */
  .subscribe-box .form-container .newsletter-email {
    width: 60%;
  }

  /* line 4953, ../src/sass/main.scss */
  .subscribe-box .form-container .newsletter-submit {
    width: 40%;
    left: 60%;
    font-size: 13.3px;
  }

  /* line 4960, ../src/sass/main.scss */
  .art-content .artists-wrapper h2 {
    font-size: 1.5em;
  }
  /* line 4964, ../src/sass/main.scss */
  .art-content .artists-wrapper .artists-list .artist-item {
    width: 49%;
    margin-right: 1%;
  }
  /* line 4967, ../src/sass/main.scss */
  .art-content .artists-wrapper .artists-list .artist-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 4975, ../src/sass/main.scss */
  .video-list .video-item {
    padding: 5%;
    width: 100%;
  }
  /* line 4978, ../src/sass/main.scss */
  .video-list .video-item h3 {
    font-size: 1em;
    min-height: inherit;
  }
  /* line 4981, ../src/sass/main.scss */
  .video-list .video-item h3:after {
    background-image: url('../images/sprite-images-s9c0a4355f9.png');
    background-position: -13px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    height: 8px;
    width: 66px;
  }
}
@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 640px) and (min-resolution: 2dppx) {
  /* line 4981, ../src/sass/main.scss */
  .video-list .video-item h3:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: -13px 0;
    height: 8px;
    width: 66px;
  }
}

@media only screen and (max-width: 640px) {
  /* line 4988, ../src/sass/main.scss */
  .film-content .content {
    overflow: hidden;
    clear: both;
    background: #f1f1f1;
    padding: 5% 10%;
    line-height: 1.4;
  }
  /* line 33, ../src/sass/main.scss */
  .film-content .content strong {
    font-weight: 800;
  }
  /* line 36, ../src/sass/main.scss */
  .film-content .content em {
    font-style: italic;
    font-weight: 500;
  }
  /* line 41, ../src/sass/main.scss */
  .film-content .content em > strong {
    font-style: italic;
    font-weight: 800;
  }
  /* line 45, ../src/sass/main.scss */
  .film-content .content strong > em {
    font-style: italic;
    font-weight: 800;
  }
  /* line 49, ../src/sass/main.scss */
  .film-content .content h2 {
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: .5em;
  }
  /* line 54, ../src/sass/main.scss */
  .film-content .content h3, .film-content .content h4 {
    margin-bottom: .5em;
    line-height: 1;
    letter-spacing: .02em;
    font-size: 1.75em;
  }
  /* line 60, ../src/sass/main.scss */
  .film-content .content img {
    max-width: 100%;
    display: block;
  }
  /* line 64, ../src/sass/main.scss */
  .film-content .content img.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
  }
  /* line 68, ../src/sass/main.scss */
  .film-content .content img.alignright {
    float: right;
    margin: 1em 0 1em 1em;
  }
  /* line 72, ../src/sass/main.scss */
  .film-content .content img.alignnone {
    width: 100%;
    height: auto;
  }
  /* line 76, ../src/sass/main.scss */
  .film-content .content img.aligncenter {
    margin: auto;
  }
  /* line 81, ../src/sass/main.scss */
  .film-content .content .wp-caption img {
    width: 100%;
    height: auto;
  }
  /* line 86, ../src/sass/main.scss */
  .film-content .content .wp-caption.alignleft {
    float: left;
    margin: 1em 1em 0 0;
  }
  /* line 90, ../src/sass/main.scss */
  .film-content .content .wp-caption.alignright {
    float: right;
    margin: 1em 0 0 1em;
  }
  /* line 94, ../src/sass/main.scss */
  .film-content .content .wp-caption.alignnone {
    width: 100%;
    height: auto;
  }
  /* line 98, ../src/sass/main.scss */
  .film-content .content .wp-caption.aligncenter {
    margin: auto;
  }
  /* line 101, ../src/sass/main.scss */
  .film-content .content .wp-caption .wp-caption-text {
    font-size: .8em;
    padding: 0.5em 0.2em;
    font-weight: 500;
    margin-bottom: 0;
  }
  /* line 108, ../src/sass/main.scss */
  .film-content .content ul {
    list-style: initial;
    margin-left: 2em;
    margin-bottom: 1em;
  }
  /* line 114, ../src/sass/main.scss */
  .film-content .content ol {
    list-style: decimal;
    margin-left: 2em;
    margin-bottom: 1em;
  }
  /* line 119, ../src/sass/main.scss */
  .film-content .content blockquote {
    padding: 8.54700855%;
    background: white;
    margin-bottom: 1.5em;
    font-weight: 500;
    font-style: italic;
  }
  /* line 126, ../src/sass/main.scss */
  .film-content .content div {
    text-align: left !important;
  }
  /* line 128, ../src/sass/main.scss */
  .film-content .content div em {
    text-align: left;
    font-style: none;
  }
  /* line 134, ../src/sass/main.scss */
  .film-content .content p {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  /* line 138, ../src/sass/main.scss */
  .film-content .content h2 {
    font-size: 3em;
  }
  /* line 141, ../src/sass/main.scss */
  .film-content .content h3 {
    font-size: 2em;
  }
  /* line 144, ../src/sass/main.scss */
  .film-content .content h4 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  /* line 4990, ../src/sass/main.scss */
  .film-content .content .photo {
    float: none;
    width: 100%;
    max-width: 200px;
    clear: both;
  }

  /* line 5001, ../src/sass/main.scss */
  .top-slider .banner-img {
    display: block;
  }
  /* line 5005, ../src/sass/main.scss */
  .top-slider .slide h3 {
    font-size: 1.2em;
  }
  /* line 5008, ../src/sass/main.scss */
  .top-slider .slide .content {
    font-size: .75em;
  }
  /* line 5010, ../src/sass/main.scss */
  .top-slider .slide .content p {
    font-size: .85em;
  }
  /* line 5015, ../src/sass/main.scss */
  .top-slider .slide .image {
    padding-top: 0;
    background-image: none;
  }
  /* line 5019, ../src/sass/main.scss */
  .top-slider .slide.logo-slide {
    background-color: transparent;
  }
  /* line 5021, ../src/sass/main.scss */
  .top-slider .slide.logo-slide .logo {
    width: 50%;
  }
  /* line 5024, ../src/sass/main.scss */
  .top-slider .slide.logo-slide .wrapper {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  /* line 5030, ../src/sass/main.scss */
  .top-slider .slide.quotes-slide .slide-quotes {
    overflow: hidden;
    clear: both;
    margin: 0.5em auto 0;
  }
  /* line 5034, ../src/sass/main.scss */
  .top-slider .slide.quotes-slide .slide-quotes .quote {
    float: none;
    width: 100%;
    clear: both;
    margin-bottom: 0.5em;
  }
  /* line 5041, ../src/sass/main.scss */
  .top-slider .slide.quotes-slide .content {
    padding-top: 0px;
  }
  /* line 5043, ../src/sass/main.scss */
  .top-slider .slide.quotes-slide .content h4 {
    font-size: 0.9em;
    font-weight: 700;
  }
  /* line 5049, ../src/sass/main.scss */
  .top-slider .slide .button {
    margin-top: 0.5em;
    background-color: #C72227;
  }
  /* line 5053, ../src/sass/main.scss */
  .top-slider .slide .wrapper {
    padding: 0 5%;
  }

  /* line 5058, ../src/sass/main.scss */
  .view-links {
    overflow: hidden;
    clear: both;
  }
  /* line 5061, ../src/sass/main.scss */
  .view-links a {
    display: block;
    text-align: center;
    float: none;
    clear: both;
    margin-bottom: 0.5em;
  }
  /* line 5067, ../src/sass/main.scss */
  .view-links a.view-toggle {
    float: none;
  }
  /* line 5070, ../src/sass/main.scss */
  .view-links a.download {
    float: none;
  }

  /* line 5075, ../src/sass/main.scss */
  .sections {
    padding: 10% 0;
  }
  /* line 5078, ../src/sass/main.scss */
  .sections .section h2 {
    font-size: 1.3em;
    padding: .5em;
  }
  /* line 5082, ../src/sass/main.scss */
  .sections .section .more {
    overflow: hidden;
    clear: both;
  }
  /* line 5085, ../src/sass/main.scss */
  .sections .section .more .button {
    width: 50%;
    font-size: 0.85em;
  }
  /* line 5088, ../src/sass/main.scss */
  .sections .section .more .button:after {
    display: none;
  }

  /* line 5099, ../src/sass/main.scss */
  .quotes {
    clear: both;
  }
  /* line 5102, ../src/sass/main.scss */
  .quotes .quote {
    width: 100%;
    margin: 1em 0;
    padding: 3em 1em;
  }

  /* line 5110, ../src/sass/main.scss */
  .about-content .keep-up .photo {
    clear: both;
    float: none;
    width: 100%;
  }
  /* line 5116, ../src/sass/main.scss */
  .about-content .keep-up .information {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    clear: both;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  /* line 5126, ../src/sass/main.scss */
  .page-header {
    padding-top: 80%;
  }
  /* line 5129, ../src/sass/main.scss */
  .page-header.extra-long-title h2, .page-header.extra-long-title h1, .page-header.extra-long-title .main-title {
    font-size: 1em;
  }
  /* line 5134, ../src/sass/main.scss */
  .page-header.long-title h2, .page-header.long-title h1, .page-header.long-title .main-title {
    font-size: 1.5em;
  }

  /* line 5140, ../src/sass/main.scss */
  .lineup-grid .lineup-item {
    width: 50%;
  }
  /* line 5142, ../src/sass/main.scss */
  .lineup-grid .lineup-item .information {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  /* line 5146, ../src/sass/main.scss */
  .lineup-grid .lineup-item .information h3 {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    height: 5em;
    font-size: .8em;
    background: #1c1c1c;
  }
  /* line 5160, ../src/sass/main.scss */
  .lineup-grid .lineup-item:nth-child(2) .information h3, .lineup-grid .lineup-item:nth-child(3) .information h3 {
    height: 5em;
    background: #323232;
  }

  /* line 5169, ../src/sass/main.scss */
  .sessions-grid .session-item {
    width: 100%;
    float: none;
    clear: both;
  }

  /* line 5175, ../src/sass/main.scss */
  header {
    background-image: url("../images/mobile-menu-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* line 5184, ../src/sass/main.scss */
  .politicomics-content .introduction .information .wrapper {
    clear: both;
    float: none;
    width: 100%;
  }
  /* line 5189, ../src/sass/main.scss */
  .politicomics-content .introduction .information .action {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    clear: both;
    padding: 10% 0;
    text-align: center;
    width: 100%;
  }

  /* line 5202, ../src/sass/main.scss */
  .news-list .news-item {
    min-height: 0;
    /*            margin-bottom:10%;
                .photo {
                    position:relative;
                    top:auto; left:auto; right:auto; bottom:auto;
                    padding-top:50%;
                    height:0;
    
    
                }
                .information {
                    float:none;
                    clear:both;
                    float:none;
                    width:100%;
                }
                &:nth-child(even) {
                    .photo {
                        left:auto; right:auto;
                    }
                    
                }
                &:last-child {
                    margin-bottom:0;
                }*/
  }
  /* line 5205, ../src/sass/main.scss */
  .news-list .news-item .photo {
    right: 50%;
  }
  /* line 5208, ../src/sass/main.scss */
  .news-list .news-item .information {
    width: 50%;
    font-size: 0.75em;
  }
  /* line 5213, ../src/sass/main.scss */
  .news-list .news-item:nth-child(even) .photo {
    left: 50%;
  }

  /* line 5244, ../src/sass/main.scss */
  .press-main-list .news-item {
    min-height: 0;
  }
  /* line 5247, ../src/sass/main.scss */
  .press-main-list .news-item .photo {
    right: 50%;
  }
  /* line 5250, ../src/sass/main.scss */
  .press-main-list .news-item .information {
    width: 50%;
    font-size: 0.75em;
  }
  /* line 5255, ../src/sass/main.scss */
  .press-main-list .news-item:nth-child(odd) .photo {
    left: 50%;
  }

  /* line 5261, ../src/sass/main.scss */
  footer {
    padding: 5% 0;
  }

  /* line 5265, ../src/sass/main.scss */
  .page-header h2, .page-header h1, .page-header .main-title {
    font-size: 1.3em;
  }

  /* line 5269, ../src/sass/main.scss */
  .toggle-nav {
    font-size: 0.6em;
  }
  /* line 5272, ../src/sass/main.scss */
  .toggle-nav ul li {
    display: block;
    text-align: center;
    margin-bottom: 1em;
  }

  /* line 5280, ../src/sass/main.scss */
  .list-links .links-detail li .text-link {
    font-size: 16px;
    padding: 20px 110px 20px 10px;
  }

  /* line 5284, ../src/sass/main.scss */
  .list-links .links-detail.asset-tem .text-link {
    padding: 20px 110px 20px 100px;
  }

  /* line 5287, ../src/sass/main.scss */
  .contact-info .mail-contact {
    position: static;
    width: 100%;
  }

  /* line 5291, ../src/sass/main.scss */
  .contact-info {
    font-size: 16px;
    padding: 20px 10px;
    text-align: center;
  }

  /* line 5297, ../src/sass/main.scss */
  .lineup-list .lineup-item {
    width: 50%;
  }
  /* line 5299, ../src/sass/main.scss */
  .lineup-list .lineup-item .information {
    height: 5em;
  }
  /* line 5302, ../src/sass/main.scss */
  .lineup-list .lineup-item:nth-child(1), .lineup-list .lineup-item:nth-child(2), .lineup-list .lineup-item:nth-child(11), .lineup-list .lineup-item:nth-child(12) {
    width: 50%;
  }
  /* line 5307, ../src/sass/main.scss */
  .lineup-list .lineup-item:nth-child(1) .information, .lineup-list .lineup-item:nth-child(2) .information, .lineup-list .lineup-item:nth-child(11) .information, .lineup-list .lineup-item:nth-child(12) .information {
    font-size: 0.85em;
    word-spacing: 30em;
    height: 5em;
  }
  /* line 5315, ../src/sass/main.scss */
  .lineup-list.media-partners .lineup-item {
    width: 50%;
  }
  /* line 5317, ../src/sass/main.scss */
  .lineup-list.media-partners .lineup-item:nth-child(1), .lineup-list.media-partners .lineup-item:nth-child(2), .lineup-list.media-partners .lineup-item:nth-child(11), .lineup-list.media-partners .lineup-item:nth-child(12) {
    width: 50%;
  }

  /* line 5328, ../src/sass/main.scss */
  .highlight-quotes .quote .photo {
    max-width: 100%;
  }
  /* line 5332, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(odd) .photo {
    max-width: 100%;
  }
  /* line 5337, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(even) .photo {
    max-width: 100%;
  }
  /* line 5341, ../src/sass/main.scss */
  .highlight-quotes .quote .information {
    font-size: 0.8em;
  }

  /* line 5348, ../src/sass/main.scss */
  .press-stories .story h4 {
    font-size: 0.8em;
  }

  /* line 5355, ../src/sass/main.scss */
  .search-modal .search-form-container .search-field {
    font-size: 1.5em;
  }
  /* line 9, ../src/sass/main.scss */
  .search-modal .search-form-container .search-field ::-webkit-input-placeholder {
    font-size: 1.5em;
  }
  /* line 10, ../src/sass/main.scss */
  .search-modal .search-form-container .search-field :-moz-placeholder {
    font-size: 1.5em;
  }
  /* line 11, ../src/sass/main.scss */
  .search-modal .search-form-container .search-field ::-moz-placeholder {
    font-size: 1.5em;
  }
  /* line 12, ../src/sass/main.scss */
  .search-modal .search-form-container .search-field :-ms-input-placeholder {
    font-size: 1.5em;
  }

  /* line 5365, ../src/sass/main.scss */
  .vendor-content .vendor-contact .title {
    clear: both;
    width: 100%;
    float: none;
  }
  /* line 5369, ../src/sass/main.scss */
  .vendor-content .vendor-contact .title h3 {
    margin-bottom: 0;
  }
  /* line 5373, ../src/sass/main.scss */
  .vendor-content .vendor-contact .content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    clear: both;
  }

  /* line 5384, ../src/sass/main.scss */
  .schedule-list.list-view table .time,
  .schedule-list.list-view table .title,
  .schedule-list.list-view table .speakers,
  .schedule-list.list-view table .location,
  .schedule-list.list-view table .tickets {
    width: 100%;
    display: block;
    border-bottom: 0;
  }
  /* line 5393, ../src/sass/main.scss */
  .schedule-list.list-view table .tickets a {
    display: inline-block;
    margin: auto;
  }
  /* line 5399, ../src/sass/main.scss */
  .schedule-list.list-view table tr td:last-child {
    border-bottom: 1px solid #bebebe;
  }
  /* line 5402, ../src/sass/main.scss */
  .schedule-list.list-view table tr td.title {
    font-size: 1.5em;
    font-weight: 700;
  }
  /* line 5407, ../src/sass/main.scss */
  .schedule-list.list-view table tr td.speakers:before {
    content: 'Speakers:';
    display: block;
    color: #939598;
  }
  /* line 5414, ../src/sass/main.scss */
  .schedule-list.list-view table tr td.location:before {
    content: 'Participants:';
    display: block;
    color: #939598;
  }
  /* line 5423, ../src/sass/main.scss */
  .schedule-list.list-view table th {
    display: none !important;
  }

  /* line 5430, ../src/sass/main.scss */
  .bx-wrapper .bx-controls .bx-next {
    right: 1%;
  }

  /* line 5433, ../src/sass/main.scss */
  .bx-wrapper .bx-controls .bx-prev {
    left: 1%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 5439, ../src/sass/main.scss */
  .list-links .small-logo {
    display: none;
  }

  /* line 5442, ../src/sass/main.scss */
  .list-links .links-detail.asset-tem .text-link {
    padding: 20px 110px 20px 20px;
  }

  /* line 5445, ../src/sass/main.scss */
  body.page-template-template-book-room .wrap-room h2 {
    font-size: 25px;
  }
}
@media only screen and (min-aspect-ratio: 36 / 25) {
  /* line 5452, ../src/sass/main.scss */
  .splash-page .background {
    background-size: 100% auto;
    background-position: center bottom;
  }
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 5479, ../src/sass/main.scss */
  .splash-page .introduction .information #countdown .time {
    width: 80px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 5492, ../src/sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 5497, ../src/sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 5508, ../src/sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 5518, ../src/sass/main.scss */
.invisible {
  visibility: hidden;
}

/* line 5522, ../src/sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 5528, ../src/sass/main.scss */
.clearfix:after {
  clear: both;
}

/* line 5532, ../src/sass/main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 5541, ../src/sass/main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 5550, ../src/sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 5555, ../src/sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 5559, ../src/sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 5563, ../src/sass/main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 5568, ../src/sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 5574, ../src/sass/main.scss */
  thead {
    display: table-header-group;
  }

  /* line 5578, ../src/sass/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 5583, ../src/sass/main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 5587, ../src/sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 5594, ../src/sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
