/* 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%;
  margin-top: 5%;
  padding: 0 5%;
  font-size: 1.4em;
}
/* line 9, ../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 9, ../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 15, ../src/sass/_tour.scss */
.tour-wrapper .summary h1 {
  font-size: 1.4em;
}
/* line 18, ../src/sass/_tour.scss */
.tour-wrapper .summary h2 {
  font-size: 1.2em;
}
/* line 21, ../src/sass/_tour.scss */
.tour-wrapper .summary h3 {
  font-size: 1.0em;
}
/* line 24, ../src/sass/_tour.scss */
.tour-wrapper .summary h4 {
  font-size: 0.8em;
}
/* line 27, ../src/sass/_tour.scss */
.tour-wrapper .summary h5 {
  font-size: 0.6em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 281, ../src/sass/main.scss */
html.js .container {
  position: relative;
}
/* line 283, ../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 296, ../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 319, ../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 324, ../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 376, ../src/sass/main.scss */
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

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

/* line 389, ../src/sass/main.scss */
.tickets-button {
  text-align: center;
  padding-bottom: 5%;
}
/* line 392, ../src/sass/main.scss */
.tickets-button.pressbutton {
  text-align: right;
}
/* line 395, ../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 403, ../src/sass/main.scss */
.tickets-button .button:hover {
  background: #2b3176;
}
/* line 406, ../src/sass/main.scss */
.tickets-button .button.rules {
  font-size: 1em;
}
/* line 409, ../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 420, ../src/sass/main.scss */
a {
  text-decoration: none;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #c72227;
}
/* line 424, ../src/sass/main.scss */
a:hover {
  color: #2b3176;
}

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

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

/* line 438, ../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 448, ../src/sass/main.scss */
.bx-wrapper {
  border: 0;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 452, ../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 459, ../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 470, ../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 484, ../src/sass/main.scss */
.wrap-video {
  padding: 0px 10% 70px 10%;
  background-color: #2b3176;
}
/* line 487, ../src/sass/main.scss */
.wrap-video .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: auto;
  width: 100%;
}
/* line 493, ../src/sass/main.scss */
.wrap-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 501, ../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 510, ../src/sass/main.scss */
.subscribe-box {
  background-color: #ccc;
  width: 100%;
  padding: 70px 25%;
  background-image: url("../images/home-curses.svg");
}
/* line 515, ../src/sass/main.scss */
.subscribe-box .close {
  display: none;
}
/* line 518, ../src/sass/main.scss */
.subscribe-box h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.65em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  color: #555;
}
/* line 527, ../src/sass/main.scss */
.subscribe-box .form-container {
  position: relative;
  padding-top: 10%;
  height: 0;
}
/* line 531, ../src/sass/main.scss */
.subscribe-box .form-container input {
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 535, ../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: white;
  color: #555;
  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 557, ../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: #c72227;
  color: white;
  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 574, ../src/sass/main.scss */
.subscribe-box .form-container .newsletter-submit:hover {
  background: #2b3176;
  color: white;
}

/* line 583, ../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 593, ../src/sass/main.scss */
header nav {
  display: inline-block;
  margin: auto;
  position: relative;
  overflow: visible;
  margin-top: -25px;
  font-weight: bold;
}
/* line 601, ../src/sass/main.scss */
header nav ul li {
  display: inline-block;
  position: relative;
}
/* line 604, ../src/sass/main.scss */
header nav ul li li {
  width: 100%;
}
/* line 607, ../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 613, ../src/sass/main.scss */
header nav ul li a:hover {
  color: #939598;
}
/* line 618, ../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 618, ../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 627, ../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 636, ../src/sass/main.scss */
header nav ul li.home-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 640, ../src/sass/main.scss */
header nav ul li .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  top: 95%;
  left: 50%;
  width: 200px;
  -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 652, ../src/sass/main.scss */
header nav ul li .sub-menu .wrapper {
  margin-top: 5px;
  background: #f3f3f3;
  position: relative;
  padding: .2em 0;
}
/* line 657, ../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 670, ../src/sass/main.scss */
header nav ul li .sub-menu .wrapper li a {
  padding: .5em 1em;
  color: #c72227;
  font-size: 0.6875em;
}
/* line 676, ../src/sass/main.scss */
header nav ul li .sub-menu .wrapper li:nth-child(even) a {
  color: #2b3176;
}
/* line 681, ../src/sass/main.scss */
header nav ul li .sub-menu .wrapper li:hover a {
  color: #1c1c1c;
  text-decoration: underline;
}
/* line 692, ../src/sass/main.scss */
header nav ul li:hover .sub-menu {
  max-height: 2000px;
}
/* line 699, ../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 706, ../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 713, ../src/sass/main.scss */
header .links .tickets.button:hover {
  color: #c72227;
  background: #2b3176;
}
/* line 718, ../src/sass/main.scss */
header .links .search-link {
  padding: 1em;
  padding-right: 2em;
  float: left;
  color: white;
}
/* line 723, ../src/sass/main.scss */
header .links .search-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 726, ../src/sass/main.scss */
header .links .search-link.fa-close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 728, ../src/sass/main.scss */
header .links .search-link.fa-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 740, ../src/sass/main.scss */
.top-slider {
  overflow: hidden;
  position: relative;
}
/* line 743, ../src/sass/main.scss */
.top-slider .banner-img {
  display: none;
}
/* line 746, ../src/sass/main.scss */
.top-slider .slide {
  min-width: 1px;
  min-height: 1px;
}
/* line 750, ../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 757, ../src/sass/main.scss */
.top-slider .slide .image img {
  width: 100%;
}
/* line 761, ../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 773, ../src/sass/main.scss */
.top-slider .slide h3 {
  font-size: 2.1875em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0.4em;
}
/* line 780, ../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 789, ../src/sass/main.scss */
.top-slider .slide .content strong {
  font-size: 1.1794871795em;
}
/* line 794, ../src/sass/main.scss */
.top-slider .slide .button {
  background-color: #C72227;
  color: white;
  border: 2px solid white;
  margin-top: 2em;
}
/* line 800, ../src/sass/main.scss */
.top-slider .slide .button:hover {
  background: #2b3176;
  border-color: #2b3176;
}
/* line 806, ../src/sass/main.scss */
.top-slider .slide.logo-slide {
  background: #c72227;
  color: white;
}
/* line 811, ../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 817, ../src/sass/main.scss */
.top-slider .slide.logo-slide .logo {
  width: 50%;
  margin: auto;
}
/* line 826, ../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 838, ../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 840, ../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 843, ../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 846, ../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 856, ../src/sass/main.scss */
.top-slider .slide.session-slide .wrapper h3 {
  font-size: 2em;
  margin-bottom: 0;
}
/* line 861, ../src/sass/main.scss */
.top-slider .slide.session-slide .wrapper h4 {
  font-size: 1.8em;
  font-weight: 700;
}
/* line 865, ../src/sass/main.scss */
.top-slider .slide.session-slide .wrapper h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 0.5em;
}
/* line 870, ../src/sass/main.scss */
.top-slider .slide.session-slide .wrapper p {
  font-size: 1.5em;
  font-weight: 700;
}
/* line 873, ../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 873, ../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 885, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .slide-quotes {
  overflow: hidden;
  clear: both;
  margin: 5% auto;
}
/* line 889, ../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 894, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .slide-quotes .quote p {
  font-weight: 700;
}
/* line 897, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .slide-quotes .quote label {
  font-size: 0.8em;
}
/* line 900, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .slide-quotes .quote:last-child {
  padding-right: 0;
}
/* line 906, ../src/sass/main.scss */
.top-slider .slide.quotes-slide .content h4 {
  font-size: 1.4em;
  font-weight: 700;
}
/* line 913, ../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 920, ../src/sass/main.scss */
.top-slider .slide.mobile-slide .wrapper {
  color: white;
}

/* line 926, ../src/sass/main.scss */
.quotes {
  overflow: hidden;
  clear: both;
  background: #2b3176;
  padding: 0 10%;
}
/* line 931, ../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 940, ../src/sass/main.scss */
.quotes .quote p {
  font-size: 1.3725em;
  margin: 0;
}

/* line 947, ../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 954, ../src/sass/main.scss */
.sections .section {
  overflow: hidden;
  clear: both;
  margin-bottom: 5%;
}
/* line 958, ../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 967, ../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 979, ../src/sass/main.scss */
.sections .section .more .button span {
  display: inline-block;
  padding-right: 1em;
  margin-top: 0.4em;
}
/* line 986, ../src/sass/main.scss */
.sections .section .more .button i {
  font-size: 2.2em;
  float: right;
  display: inline-block;
  margin-right: 0.5em;
}
/* line 993, ../src/sass/main.scss */
.sections .section .more .button:hover {
  color: #2b3176;
}
/* line 999, ../src/sass/main.scss */
.sections .section:nth-child(2) h2 {
  text-align: right;
}
/* line 1003, ../src/sass/main.scss */
.sections .section:nth-child(2) .more .button {
  float: left;
}

/* line 1013, ../src/sass/main.scss */
.lineup-grid {
  clear: both;
  overflow: hidden;
}
/* line 1016, ../src/sass/main.scss */
.lineup-grid .lineup-item {
  width: 33.33333333%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 1021, ../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 1029, ../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 1044, ../src/sass/main.scss */
.lineup-grid .lineup-item:hover .information {
  background: rgba(0, 0, 0, 0.25);
}
/* line 1047, ../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 1056, ../src/sass/main.scss */
.view-more {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-top: 5%;
}
/* line 1061, ../src/sass/main.scss */
.view-more a {
  display: inline-block;
  width: auto;
  color: black;
}
/* line 1067, ../src/sass/main.scss */
.view-more a span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
}
/* line 1073, ../src/sass/main.scss */
.view-more a i {
  font-size: 3em;
  display: inline-block;
}
/* line 1077, ../src/sass/main.scss */
.view-more a:hover {
  color: #c72227;
}

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

/* line 1090, ../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 1095, ../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 1099, ../src/sass/main.scss */
.wrap-list-cat {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 16px;
}
/* line 1104, ../src/sass/main.scss */
.wrap-list-cat span {
  display: inline-block;
  padding: 0 18px 0 0;
  position: relative;
  cursor: pointer;
}
/* line 1109, ../src/sass/main.scss */
.wrap-list-cat span:after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  right: 0;
  transform: rotate(135deg);
  top: 2px;
}
/* line 1121, ../src/sass/main.scss */
.wrap-list-cat .list-cat-tour {
  display: none;
  position: absolute;
  background-color: #2b3176;
  padding: 15px;
  right: -15px;
  top: 115%;
}
/* line 1128, ../src/sass/main.scss */
.wrap-list-cat .list-cat-tour li {
  display: block;
}
/* line 1131, ../src/sass/main.scss */
.wrap-list-cat .list-cat-tour a {
  color: white !important;
  white-space: nowrap;
  padding: 5px 0;
  display: block;
}
/* line 1136, ../src/sass/main.scss */
.wrap-list-cat .list-cat-tour a:hover {
  color: #c72227 !important;
}
/* line 1142, ../src/sass/main.scss */
.wrap-list-cat.open-filter .list-cat-tour {
  display: block;
}

/* line 1147, ../src/sass/main.scss */
.lineup-list {
  overflow: hidden;
  clear: both;
  margin: 0;
}
/* line 1151, ../src/sass/main.scss */
.lineup-list:last-child {
  margin: 0 0 10%;
}
/* line 1155, ../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 1161, ../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 1173, ../src/sass/main.scss */
.lineup-list .lineup-item:hover .information {
  background: #2b3176;
}
/* line 1178, ../src/sass/main.scss */
.lineup-list .lineup-item:nth-child(even) .information {
  background: #323232;
}
/* line 1182, ../src/sass/main.scss */
.lineup-list .lineup-item:nth-child(even):hover .information {
  background: #c72227;
}
/* line 1219, ../src/sass/main.scss */
.lineup-list.media-partners .lineup-item .information {
  display: none;
}
/* line 1222, ../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 1227, ../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 1235, ../src/sass/main.scss */
.session-item {
  float: left;
  position: relative;
}
/* line 1238, ../src/sass/main.scss */
.session-item .photo {
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
/* line 1245, ../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 1261, ../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 1273, ../src/sass/main.scss */
.session-item .information .date {
  color: #c72227;
  word-spacing: 100em;
}
/* line 1278, ../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 1278, ../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 1285, ../src/sass/main.scss */
.session-item .information .time {
  font-size: .9em;
}
/* line 1290, ../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 1294, ../src/sass/main.scss */
.session-item.fallback-blue .information h3 {
  color: white;
}
/* line 1296, ../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 1296, ../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 1300, ../src/sass/main.scss */
.session-item.fallback-blue .information .time {
  color: #c72227;
}
/* line 1307, ../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 1311, ../src/sass/main.scss */
.session-item.fallback-red .information .date {
  color: black;
}
/* line 1314, ../src/sass/main.scss */
.session-item.fallback-red .information h3 {
  color: white;
}
/* line 1316, ../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 1316, ../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 1320, ../src/sass/main.scss */
.session-item.fallback-red .information .time {
  color: black;
}
/* line 1326, ../src/sass/main.scss */
.session-item.fallback-grey .photo {
  background: #1c1c1c;
}
/* line 1330, ../src/sass/main.scss */
.session-item.fallback-grey .information h3 {
  color: white;
}
/* line 1332, ../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 1332, ../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 1336, ../src/sass/main.scss */
.session-item.fallback-grey .information .time {
  color: #c72227;
}
/* line 1344, ../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 1348, ../src/sass/main.scss */
.session-item.fallback-white .information .date {
  color: #2b3176;
}
/* line 1351, ../src/sass/main.scss */
.session-item.fallback-white .information h3 {
  color: black;
}
/* line 1353, ../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 1353, ../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 1357, ../src/sass/main.scss */
.session-item.fallback-white .information .time {
  color: #2b3176;
}
/* line 1366, ../src/sass/main.scss */
.session-item:hover .photo:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

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

/* line 1383, ../src/sass/main.scss */
.films-list {
  overflow: hidden;
  clear: both;
  /* 324/994 */
  /* 22/994 */
}
/* line 1386, ../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 1394, ../src/sass/main.scss */
.films-list .film-item:nth-child(3n) {
  margin-right: 0;
}
/* line 1397, ../src/sass/main.scss */
.films-list .film-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 1408, ../src/sass/main.scss */
.view-links {
  overflow: hidden;
  clear: both;
}
/* line 1411, ../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 1418, ../src/sass/main.scss */
.view-links a:hover {
  color: #c72227;
}
/* line 1422, ../src/sass/main.scss */
.view-links .view-toggle {
  float: left;
}
/* line 1426, ../src/sass/main.scss */
.view-links .download {
  float: right;
  margin-right: 1.5em;
  font-size: 0.9em;
}
/* line 1430, ../src/sass/main.scss */
.view-links .download:first-child {
  margin-right: 0;
}

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

/* line 1445, ../src/sass/main.scss */
.wrap-tour .wrap-tour-category {
  display: flex;
  column-gap: 20px;
  row-gap: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 1452, ../src/sass/main.scss */
.wrap-tour .wrap-tour-category .item-cat {
  width: calc(33% - 20px);
}
/* line 1455, ../src/sass/main.scss */
.wrap-tour .wrap-tour-category h3 {
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
  color: #c72227;
  font-weight: 700;
}

/* line 1466, ../src/sass/main.scss */
.tour-wrapper h1 {
  text-align: center;
  font-size: 3.375em;
  color: #2b3176;
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 1em;
}
/* line 1474, ../src/sass/main.scss */
.tour-wrapper h1:after {
  content: '';
  margin: auto;
  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-top: 0.5em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 1474, ../src/sass/main.scss */
  .tour-wrapper h1:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}

/* line 1622, ../src/sass/main.scss */
.schedule-list {
  background: #1c1c1c;
}
/* line 1625, ../src/sass/main.scss */
.schedule-list .schedule-group {
  position: relative;
  overflow: hidden;
  clear: both;
  height: 0;
  padding-top: 51%;
}
/* line 1631, ../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 1635, ../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 1599, ../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 1605, ../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 1605, ../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 1642, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item .information .speakers {
  font-size: 0.625em;
}
/* line 1645, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item .information .datatime {
  position: absolute;
  font-size: 11px;
  bottom: 10px;
  right: 10px;
}
/* line 1652, ../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 1662, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1) a {
  color: #1c1c1c;
}
/* line 1665, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1) .information {
  text-align: right;
}
/* line 1667, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1) .information h3 {
  text-align: right;
}
/* line 1669, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1) .information h3:after {
  margin-right: 0;
}
/* line 1676, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1):hover {
  background-color: #c72227;
  background-image: none;
  color: white;
}
/* line 1680, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(1):hover a {
  color: white;
}
/* line 1685, ../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 1692, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(2) a {
  color: white;
}
/* line 1697, ../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 1697, ../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 1703, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(2):hover {
  background-color: #2b3176;
}
/* line 1707, ../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 1714, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(3) a {
  color: white;
}
/* line 1717, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(3) .information {
  text-align: right;
}
/* line 1720, ../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 1720, ../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 1726, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(3):hover {
  background-color: #2b3176;
}
/* line 1730, ../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 1739, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4) a {
  color: #1c1c1c;
}
/* line 1742, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4) .information {
  text-align: left;
  float: left;
  bottom: -1px;
}
/* line 1746, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4) .information h3 {
  text-align: left;
}
/* line 1748, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4) .information h3:after {
  margin-left: 0;
}
/* line 1755, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4):hover {
  background-color: #c72227;
  background-image: none;
  color: white;
}
/* line 1763, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item:nth-child(4):hover a {
  color: white;
}
/* line 1768, ../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 1489, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured a {
  color: white;
}
/* line 1494, ../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 1494, ../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 1500, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured:hover {
  background-color: #2b3176;
}
/* line 1503, ../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 1508, ../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 1510, ../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 1517, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-blue {
  background-color: #2b3176;
}
/* line 1519, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-blue:hover {
  background-color: #c72227;
}
/* line 1523, ../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 1523, ../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 1530, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-red {
  background-color: #c72227;
}
/* line 1534, ../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 1534, ../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 1539, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.color-red:hover {
  background-color: #2b3176;
}
/* line 1543, ../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 1543, ../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 1550, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-ben-franklin {
  background-image: url("../images/sfb-ben-franklin.png");
}
/* line 1553, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-george-washington {
  background-image: url("../images/sfb-george-washington.png");
}
/* line 1556, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-john-adams {
  background-image: url("../images/sfb-john-adams.png");
}
/* line 1559, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-sissietta-jones {
  background-image: url("../images/sfb-sissietta-jones.png");
}
/* line 1562, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-andrew-jackson {
  background-image: url("../images/sfb-andrew-jackson.png");
}
/* line 1565, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-frederick-douglas {
  background-image: url("../images/sfb-frederick-douglas.png");
}
/* line 1568, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-dorethea-dix {
  background-image: url("../images/sfb-dorethea-dix.png");
}
/* line 1571, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-abraham-lincoln {
  background-image: url("../images/sfb-abraham-lincoln.png");
}
/* line 1574, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-james-monroe {
  background-image: url("../images/sfb-james-monroe.png");
}
/* line 1577, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.fb-ulysses-grant {
  background-image: url("../images/sfb-ulysses-grant.png");
}
/* line 1581, ../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 1588, ../src/sass/main.scss */
.schedule-list .schedule-group .schedule-item.featured.default .information {
  z-index: 99;
}
/* line 1780, ../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 1784, ../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 1788, ../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 1792, ../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 1796, ../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 1804, ../src/sass/main.scss */
.schedule-list.list-view {
  background: white;
}
/* line 1806, ../src/sass/main.scss */
.schedule-list.list-view table {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 1810, ../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 1820, ../src/sass/main.scss */
.schedule-list.list-view table th {
  text-align: center;
  padding: 1em 0;
  background: #f1f1f1;
  border-right: 1px solid #bebebe;
}
/* line 1825, ../src/sass/main.scss */
.schedule-list.list-view table th:last-child {
  border-right: 0;
}
/* line 1829, ../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 1836, ../src/sass/main.scss */
.schedule-list.list-view table td a {
  color: black;
}
/* line 1838, ../src/sass/main.scss */
.schedule-list.list-view table td a:hover {
  color: #c72227;
}
/* line 1845, ../src/sass/main.scss */
.schedule-list.list-view table tr:last-child td {
  border-bottom: 0;
}
/* line 1851, ../src/sass/main.scss */
.schedule-list.list-view table .time {
  width: 18.36734693%;
}
/* line 1855, ../src/sass/main.scss */
.schedule-list.list-view table td.time {
  /*font-size:0.75em;*/
}
/* line 1858, ../src/sass/main.scss */
.schedule-list.list-view table .title {
  width: 30.61224489%;
}
/* line 1861, ../src/sass/main.scss */
.schedule-list.list-view table .speakers {
  width: 30.61224489%;
}
/* line 1864, ../src/sass/main.scss */
.schedule-list.list-view table .location,
.schedule-list.list-view table .tickets {
  width: 20.40816326%;
  border-right: 0;
}
/* line 1870, ../src/sass/main.scss */
.schedule-list.list-view table .tickets a {
  display: block;
  border: 2px solid black;
  text-align: center;
  white-space: nowrap;
}
/* line 1875, ../src/sass/main.scss */
.schedule-list.list-view table .tickets a.status-sold-out {
  background: #c72227;
  border-color: #c72227;
  color: white;
}
/* line 1880, ../src/sass/main.scss */
.schedule-list.list-view table .tickets a.status-coming-soon {
  background: #2b3176;
  border-color: #2b3176;
  color: white;
}

/* line 1893, ../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 1904, ../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 1915, ../src/sass/main.scss */
.contact-info .mail-contact:hover {
  background-color: #2B3176;
  color: #fff;
}
/* line 1920, ../src/sass/main.scss */
.contact-info a {
  color: #fff;
}

/* line 1924, ../src/sass/main.scss */
.list-links {
  position: relative;
  display: block;
  width: 100%;
}
/* line 1928, ../src/sass/main.scss */
.list-links .small-logo {
  width: 82px;
  height: 59px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1936, ../src/sass/main.scss */
.list-links .links-detail {
  overflow: hidden;
}
/* line 1938, ../src/sass/main.scss */
.list-links .links-detail li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
/* line 1942, ../src/sass/main.scss */
.list-links .links-detail li a {
  display: block;
  position: relative;
  background-color: #e7e7e7;
  color: #2B3176;
}
/* line 1948, ../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 1957, ../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 1974, ../src/sass/main.scss */
.list-links .links-detail li:hover .image-format {
  background-color: #2B3176;
}
/* line 1980, ../src/sass/main.scss */
.list-links .links-detail.grey li {
  background-color: #1C1C1C;
}
/* line 1982, ../src/sass/main.scss */
.list-links .links-detail.grey li a {
  color: #fff;
  background-color: #1C1C1C;
}
/* line 1986, ../src/sass/main.scss */
.list-links .links-detail.grey li:hover {
  background-color: #1C1C1C;
}
/* line 1988, ../src/sass/main.scss */
.list-links .links-detail.grey li:hover .image-format {
  background-color: #2B3176;
}
/* line 1995, ../src/sass/main.scss */
.list-links .links-detail.asset-tem .image-format {
  background-image: none;
}
/* line 1997, ../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 2008, ../src/sass/main.scss */
.list-links .links-detail.asset-tem .text-link {
  padding: 20px 25px 20px 100px;
}
/* line 2013, ../src/sass/main.scss */
.list-links .links-detail.asset-tem li:hover .image-format {
  background-color: #e7e7e7;
}
/* line 2015, ../src/sass/main.scss */
.list-links .links-detail.asset-tem li:hover .image-format i {
  background-position: -100px center;
}
/* line 2020, ../src/sass/main.scss */
.list-links .links-detail.asset-tem li a {
  background-color: #2B3176;
  color: #fff;
}

/* line 2028, ../src/sass/main.scss */
.speakers-card {
  position: relative;
  overflow: hidden;
  clear: both;
}
/* line 2032, ../src/sass/main.scss */
.speakers-card .photo {
  float: left;
  width: 45.18072289%;
}
/* line 2036, ../src/sass/main.scss */
.speakers-card .photo .bx-caption {
  height: 75px;
  background: #323232;
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 2041, ../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 2053, ../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 2059, ../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 2070, ../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 2080, ../src/sass/main.scss */
.speakers-card .information p {
  font-size: 1.1875em;
}
/* line 2083, ../src/sass/main.scss */
.speakers-card .information h4 {
  font-weight: 700;
  color: #c72227;
  font-size: 2.5em;
  margin-bottom: 0.25em;
}
/* line 2090, ../src/sass/main.scss */
.speakers-card .information .speaker-list p {
  margin-bottom: 0.5em;
}
/* line 2092, ../src/sass/main.scss */
.speakers-card .information .speaker-list p a {
  color: white;
}
/* line 2096, ../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 2096, ../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 2109, ../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 2115, ../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 2115, ../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 2121, ../src/sass/main.scss */
.preview-sessions .schedule-items {
  overflow: hidden;
  clear: both;
}
/* line 2125, ../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 1599, ../src/sass/main.scss */
.preview-sessions .schedule-item h3 {
  font-size: 0.9375em;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
/* line 1605, ../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 1605, ../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 1489, ../src/sass/main.scss */
.preview-sessions .schedule-item a {
  color: white;
}
/* line 1494, ../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 1494, ../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 1500, ../src/sass/main.scss */
.preview-sessions .schedule-item:hover {
  background-color: #2b3176;
}
/* line 1503, ../src/sass/main.scss */
.preview-sessions .schedule-item.featured-item-2, .preview-sessions .schedule-item.featured-item-4 {
  text-align: right;
}
/* line 1508, ../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 1510, ../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 1517, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-blue {
  background-color: #2b3176;
}
/* line 1519, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-blue:hover {
  background-color: #c72227;
}
/* line 1523, ../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 1523, ../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 1530, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-red {
  background-color: #c72227;
}
/* line 1534, ../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 1534, ../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 1539, ../src/sass/main.scss */
.preview-sessions .schedule-item.color-red:hover {
  background-color: #2b3176;
}
/* line 1543, ../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 1543, ../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 1550, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-ben-franklin {
  background-image: url("../images/sfb-ben-franklin.png");
}
/* line 1553, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-george-washington {
  background-image: url("../images/sfb-george-washington.png");
}
/* line 1556, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-john-adams {
  background-image: url("../images/sfb-john-adams.png");
}
/* line 1559, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-sissietta-jones {
  background-image: url("../images/sfb-sissietta-jones.png");
}
/* line 1562, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-andrew-jackson {
  background-image: url("../images/sfb-andrew-jackson.png");
}
/* line 1565, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-frederick-douglas {
  background-image: url("../images/sfb-frederick-douglas.png");
}
/* line 1568, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-dorethea-dix {
  background-image: url("../images/sfb-dorethea-dix.png");
}
/* line 1571, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-abraham-lincoln {
  background-image: url("../images/sfb-abraham-lincoln.png");
}
/* line 1574, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-james-monroe {
  background-image: url("../images/sfb-james-monroe.png");
}
/* line 1577, ../src/sass/main.scss */
.preview-sessions .schedule-item.fb-ulysses-grant {
  background-image: url("../images/sfb-ulysses-grant.png");
}
/* line 1581, ../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 1588, ../src/sass/main.scss */
.preview-sessions .schedule-item.default .information {
  z-index: 99;
}
/* line 2138, ../src/sass/main.scss */
.preview-sessions .schedule-item .information {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5%;
  height: auto;
}
/* line 2146, ../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 2153, ../src/sass/main.scss */
.preview-sessions .schedule-item .information h3 {
  font-weight: 300;
}
/* line 2155, ../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 2155, ../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 2161, ../src/sass/main.scss */
.preview-sessions .schedule-item:hover {
  background-color: #2b3176;
}
/* line 2165, ../src/sass/main.scss */
.preview-sessions .schedule-item:hover .information h4 {
  color: #c72227;
}
/* line 2169, ../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 2169, ../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 2178, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n) {
  margin-right: 0;
  background-color: #1c1c1c;
  background-image: none;
}
/* line 2183, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n) .information h4 {
  color: #c72227;
}
/* line 2187, ../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 2187, ../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 2193, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n):hover {
  background-color: #c72227;
}
/* line 2196, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(2n):hover .information h4 {
  color: #2b3176;
}
/* line 2200, ../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 2200, ../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 2207, ../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 2210, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n) .information {
  color: black;
}
/* line 2212, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n) .information h4 {
  color: #2b3176;
}
/* line 2215, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n) .information h3 {
  color: black;
}
/* line 2217, ../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 2217, ../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 2222, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n):hover {
  background-image: none;
  background-color: #c72227;
}
/* line 2225, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(3n):hover .information {
  color: white;
}
/* line 2231, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(4n) {
  background-color: #2b3176;
}
/* line 2235, ../src/sass/main.scss */
.preview-sessions .schedule-item:nth-child(odd):last-child {
  float: none;
  clear: both;
  margin: auto;
}
/* line 2242, ../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 2250, ../src/sass/main.scss */
.preview-sessions .schedule-item.default .information {
  z-index: 99;
  color: white;
}
/* line 2253, ../src/sass/main.scss */
.preview-sessions .schedule-item.default .information h4 {
  color: white;
}
/* line 2256, ../src/sass/main.scss */
.preview-sessions .schedule-item.default .information h3 {
  color: white;
}
/* line 2258, ../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 2258, ../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 2264, ../src/sass/main.scss */
.preview-sessions .schedule-item.default:hover:before {
  background: rgba(28, 28, 28, 0.8);
}
/* line 2267, ../src/sass/main.scss */
.preview-sessions .schedule-item.default:hover h4 {
  color: white;
}
/* line 2270, ../src/sass/main.scss */
.preview-sessions .schedule-item.default:hover h3 {
  color: white;
}
/* line 2272, ../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 2272, ../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 2287, ../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 2314, ../src/sass/main.scss */
.rules-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.rules-content .content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.rules-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.rules-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.rules-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.rules-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.rules-content .content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.rules-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.rules-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.rules-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.rules-content .content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.rules-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.rules-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.rules-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.rules-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.rules-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.rules-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.rules-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.rules-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 125, ../src/sass/main.scss */
.rules-content .content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.rules-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.rules-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .rules-content .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .rules-content .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .rules-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 2316, ../src/sass/main.scss */
.rules-content .content h3 {
  font-size: 1.5em;
  color: #2b3176;
  margin-top: 3em;
  font-weight: 700;
}

/* line 2326, ../src/sass/main.scss */
.politicomics-content .introduction .information {
  overflow: hidden;
  clear: both;
  background: #c72227;
  position: relative;
}
/* line 2331, ../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 2342, ../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 2359, ../src/sass/main.scss */
.politicomics-content .introduction .information .wrapper p {
  margin-bottom: 1em;
}
/* line 2362, ../src/sass/main.scss */
.politicomics-content .introduction .information .wrapper strong {
  color: #c72227;
  font-size: 1.2em;
  font-weight: 300;
}
/* line 2369, ../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 2376, ../src/sass/main.scss */
.politicomics-content .introduction .information .action .button {
  background: #2b3176;
  color: white;
  padding: 1em;
  font-size: 1.125em;
}
/* line 2381, ../src/sass/main.scss */
.politicomics-content .introduction .information .action .button:hover {
  background: white;
  color: #2b3176;
}
/* line 2386, ../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 2386, ../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 2395, ../src/sass/main.scss */
.politicomics-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.politicomics-content .content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.politicomics-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.politicomics-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.politicomics-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.politicomics-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.politicomics-content .content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.politicomics-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.politicomics-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.politicomics-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.politicomics-content .content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.politicomics-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.politicomics-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.politicomics-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.politicomics-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.politicomics-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.politicomics-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.politicomics-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.politicomics-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 125, ../src/sass/main.scss */
.politicomics-content .content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.politicomics-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.politicomics-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .politicomics-content .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .politicomics-content .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .politicomics-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 2397, ../src/sass/main.scss */
.politicomics-content .content .section {
  margin-bottom: 3em;
}
/* line 2399, ../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 2405, ../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 2405, ../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 2416, ../src/sass/main.scss */
.news-list {
  overflow: hidden;
  clear: both;
}
/* line 2419, ../src/sass/main.scss */
.news-list .news-item {
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 300px;
  background: #1c1c1c;
  margin-bottom: 1em;
}
/* line 2426, ../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 2437, ../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 2444, ../src/sass/main.scss */
.news-list .news-item .information a {
  color: white;
}
/* line 2447, ../src/sass/main.scss */
.news-list .news-item .information .date {
  font-size: 1.75em;
  color: #c72227;
  font-weight: 700;
}
/* line 2452, ../src/sass/main.scss */
.news-list .news-item .information h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
/* line 2458, ../src/sass/main.scss */
.news-list .news-item .information p {
  font-size: 0.875em;
}
/* line 2461, ../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 2465, ../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 2465, ../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 2475, ../src/sass/main.scss */
.news-list .news-item:hover .information p.more {
  color: #c72227;
}
/* line 2483, ../src/sass/main.scss */
.news-list .news-item.fallback-image .photo {
  background-color: #c72227;
}
/* line 2488, ../src/sass/main.scss */
.news-list .news-item:nth-child(even) .photo {
  left: 35%;
  right: 0;
}
/* line 2492, ../src/sass/main.scss */
.news-list .news-item:nth-child(even) .information {
  float: left;
}
/* line 2496, ../src/sass/main.scss */
.news-list .news-item:nth-child(even).fallback-image .photo {
  background-color: #2b3176;
}
/* line 2503, ../src/sass/main.scss */
.news-list .news-item:nth-child(1).fallback-image .photo {
  background-image: url("../images/fb-art-1.png");
}
/* line 2510, ../src/sass/main.scss */
.news-list .news-item:nth-child(2).fallback-image .photo {
  background-image: url("../images/fb-art-2.png");
}
/* line 2517, ../src/sass/main.scss */
.news-list .news-item:nth-child(3).fallback-image .photo {
  background-image: url("../images/fb-art-3.png");
}
/* line 2524, ../src/sass/main.scss */
.news-list .news-item:nth-child(4).fallback-image .photo {
  background-image: url("../images/fb-art-4.png");
}
/* line 2531, ../src/sass/main.scss */
.news-list .news-item:nth-child(5).fallback-image .photo {
  background-image: url("../images/fb-art-5.png");
}
/* line 2538, ../src/sass/main.scss */
.news-list .news-item:nth-child(6).fallback-image .photo {
  background-image: url("../images/fb-art-6.png");
}
/* line 2545, ../src/sass/main.scss */
.news-list .news-item:nth-child(7).fallback-image .photo {
  background-image: url("../images/fb-art-7.png");
}
/* line 2554, ../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 2561, ../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 2561, ../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 2571, ../src/sass/main.scss */
.bg_blue {
  background-color: #2B3176 !important;
}
/* line 2573, ../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 2583, ../src/sass/main.scss */
.bg_blue .banner-items {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 2587, ../src/sass/main.scss */
.bg_blue .banner-items a {
  display: inline-block;
}
/* line 2590, ../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 2599, ../src/sass/main.scss */
.bg_blue .banner-items img {
  max-width: 350px !important;
  height: auto;
  margin: auto;
}

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

/* line 2613, ../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 2618, ../src/sass/main.scss */
.promo-content h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
/* line 2623, ../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 2629, ../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 2629, ../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 2637, ../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 2645, ../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 2654, ../src/sass/main.scss */
.promo-content .list-links .links-detail.asset-tem li a {
  background-color: #fff;
  color: #2B3176;
  border: 1px solid #2B3176;
}
/* line 2661, ../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 2670, ../src/sass/main.scss */
.press-main-list {
  overflow: hidden;
  clear: both;
}
/* line 2673, ../src/sass/main.scss */
.press-main-list .news-item {
  position: relative;
  clear: both;
  overflow: hidden;
  min-height: 300px;
  background: #1c1c1c;
  margin-bottom: 1em;
}
/* line 2680, ../src/sass/main.scss */
.press-main-list .news-item.item-2 {
  margin-bottom: 0;
}
/* line 2683, ../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 2694, ../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 2701, ../src/sass/main.scss */
.press-main-list .news-item .information a {
  color: white;
}
/* line 2704, ../src/sass/main.scss */
.press-main-list .news-item .information .date {
  font-size: 1.75em;
  color: #c72227;
  font-weight: 700;
}
/* line 2709, ../src/sass/main.scss */
.press-main-list .news-item .information h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
/* line 2715, ../src/sass/main.scss */
.press-main-list .news-item .information p {
  font-size: 0.875em;
}
/* line 2718, ../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 2722, ../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 2722, ../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 2732, ../src/sass/main.scss */
.press-main-list .news-item:hover .information p.more {
  color: #c72227;
}
/* line 2740, ../src/sass/main.scss */
.press-main-list .news-item.fallback-image .photo {
  background-color: #2b3176;
}
/* line 2745, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(odd) .photo {
  left: 35%;
  right: 0;
}
/* line 2749, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(odd) .information {
  float: left;
}
/* line 2753, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(odd).fallback-image .photo {
  background-color: #c72227;
}
/* line 2760, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(1).fallback-image .photo {
  background-image: url("../images/fb-art-1.png");
}
/* line 2767, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(2).fallback-image .photo {
  background-image: url("../images/fb-art-2.png");
}
/* line 2774, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(3).fallback-image .photo {
  background-image: url("../images/fb-art-3.png");
}
/* line 2781, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(4).fallback-image .photo {
  background-image: url("../images/fb-art-4.png");
}
/* line 2788, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(5).fallback-image .photo {
  background-image: url("../images/fb-art-5.png");
}
/* line 2795, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(6).fallback-image .photo {
  background-image: url("../images/fb-art-6.png");
}
/* line 2802, ../src/sass/main.scss */
.press-main-list .news-item:nth-child(7).fallback-image .photo {
  background-image: url("../images/fb-art-7.png");
}
/* line 2811, ../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 2818, ../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 2818, ../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 2830, ../src/sass/main.scss */
.section-news .news-list .news-item:last-child {
  margin-bottom: 0;
}

/* line 2836, ../src/sass/main.scss */
.village-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.village-content .content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.village-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.village-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.village-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.village-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.village-content .content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.village-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.village-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.village-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.village-content .content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.village-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.village-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.village-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.village-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.village-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.village-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.village-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.village-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 125, ../src/sass/main.scss */
.village-content .content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.village-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.village-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .village-content .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .village-content .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .village-content .content h4 {
    font-size: 1.5em;
  }
}

/* line 2840, ../src/sass/main.scss */
.exhibitors {
  background: white;
  color: white;
  padding: 5% 0;
}
/* line 2844, ../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 2851, ../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 2851, ../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 2857, ../src/sass/main.scss */
.exhibitors p {
  line-height: 1.8;
}

/* line 2862, ../src/sass/main.scss */
.highlight-quotes {
  overflow: hidden;
  clear: both;
}
/* line 2865, ../src/sass/main.scss */
.highlight-quotes .quote {
  position: relative;
  overflow: hidden;
  clear: both;
  background: #1c1c1c;
}
/* line 2871, ../src/sass/main.scss */
.highlight-quotes .quote .photo {
  width: 50%;
  float: left;
}
/* line 2875, ../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 2887, ../src/sass/main.scss */
.highlight-quotes .quote .information span {
  display: block;
}
/* line 2889, ../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 2889, ../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 2897, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(odd) {
  background: #c72227;
}
/* line 2899, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(odd) .information {
  right: 50%;
}
/* line 2902, ../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 2902, ../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 2907, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(odd) .photo {
  float: right;
}
/* line 2911, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(even) {
  background: #2b3176;
}
/* line 2913, ../src/sass/main.scss */
.highlight-quotes .quote:nth-child(even) .information {
  left: 50%;
}
/* line 2920, ../src/sass/main.scss */
.highlight-quotes .quote.no-photo {
  background: #1c1c1c;
  overflow: hidden;
  clear: both;
}
/* line 2925, ../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 2930, ../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 2930, ../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 2937, ../src/sass/main.scss */
.highlight-quotes .quote.no-text .photo {
  float: none;
  clear: both;
  width: 100%;
}

/* line 2947, ../src/sass/main.scss */
.film-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.film-content .content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.film-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.film-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.film-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.film-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.film-content .content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.film-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.film-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.film-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.film-content .content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.film-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.film-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.film-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.film-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.film-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.film-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.film-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.film-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 125, ../src/sass/main.scss */
.film-content .content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.film-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.film-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .film-content .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .film-content .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .film-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 2949, ../src/sass/main.scss */
.film-content .content .photo {
  float: left;
  width: 35%;
  margin-right: 5%;
  margin-bottom: 5%;
}
/* line 2956, ../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 2961, ../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 2961, ../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 2972, ../src/sass/main.scss */
.about-content .quote {
  position: relative;
  overflow: hidden;
  clear: both;
  background: #1c1c1c;
}
/* line 2978, ../src/sass/main.scss */
.about-content .quote .photo {
  width: 50%;
  float: left;
}
/* line 2982, ../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 2994, ../src/sass/main.scss */
.about-content .quote .information span {
  display: block;
}
/* line 2996, ../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 2996, ../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 3004, ../src/sass/main.scss */
.about-content .quote:nth-child(odd) {
  background: #c72227;
}
/* line 3006, ../src/sass/main.scss */
.about-content .quote:nth-child(odd) .information {
  right: 50%;
}
/* line 3009, ../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 3009, ../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 3014, ../src/sass/main.scss */
.about-content .quote:nth-child(odd) .photo {
  float: right;
}
/* line 3018, ../src/sass/main.scss */
.about-content .quote:nth-child(even) {
  background: #2b3176;
}
/* line 3020, ../src/sass/main.scss */
.about-content .quote:nth-child(even) .information {
  left: 50%;
}
/* line 3027, ../src/sass/main.scss */
.about-content .quote.no-photo {
  background: #1c1c1c;
  overflow: hidden;
  clear: both;
}
/* line 3032, ../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 3037, ../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 3037, ../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 3044, ../src/sass/main.scss */
.about-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.about-content .content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.about-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.about-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.about-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.about-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.about-content .content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.about-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.about-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.about-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.about-content .content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.about-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.about-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.about-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.about-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.about-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.about-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.about-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.about-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 125, ../src/sass/main.scss */
.about-content .content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.about-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.about-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .about-content .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .about-content .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .about-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 3047, ../src/sass/main.scss */
.about-content .keep-up {
  background: #c72227;
  overflow: hidden;
  clear: both;
  position: relative;
}
/* line 3052, ../src/sass/main.scss */
.about-content .keep-up .photo {
  width: 50%;
  float: right;
}
/* line 3056, ../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 3070, ../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 3075, ../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 3075, ../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 3082, ../src/sass/main.scss */
.about-content .keep-up .information .button {
  border: 2px solid white;
  background: transparent;
  color: white;
}
/* line 3086, ../src/sass/main.scss */
.about-content .keep-up .information .button:hover {
  color: #2b3176;
  border-color: #2b3176;
}

/* line 3096, ../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 3103, ../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 3103, ../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 3110, ../src/sass/main.scss */
.press-stories .story {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  position: relative;
  margin-bottom: .5em;
}
/* line 3116, ../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 3125, ../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 3137, ../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 3145, ../src/sass/main.scss */
.press-stories .story:hover i {
  background: #2b3176;
}

/* Legacy About page */
/* line 3153, ../src/sass/main.scss */
.about-blocks {
  overflow: hidden;
  clear: both;
}
/* line 3156, ../src/sass/main.scss */
.about-blocks .block {
  overflow: hidden;
  clear: both;
  color: white;
  margin-bottom: 10%;
}
/* line 3161, ../src/sass/main.scss */
.about-blocks .block .title {
  background: #1c1c1c;
  padding: 3%;
}
/* line 3164, ../src/sass/main.scss */
.about-blocks .block .title h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-weight: 700;
  margin: 0;
}
/* line 3168, ../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 3168, ../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 3176, ../src/sass/main.scss */
.about-blocks .block .photo {
  position: relative;
}
/* line 3178, ../src/sass/main.scss */
.about-blocks .block .photo img {
  width: 100%;
  height: auto;
}
/* line 3182, ../src/sass/main.scss */
.about-blocks .block .photo .title {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
}
/* line 3189, ../src/sass/main.scss */
.about-blocks .block .content {
  background: #2b3176;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.about-blocks .block .content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.about-blocks .block .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.about-blocks .block .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.about-blocks .block .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.about-blocks .block .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.about-blocks .block .content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.about-blocks .block .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.about-blocks .block .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.about-blocks .block .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.about-blocks .block .content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.about-blocks .block .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.about-blocks .block .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.about-blocks .block .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../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 125, ../src/sass/main.scss */
.about-blocks .block .content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.about-blocks .block .content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.about-blocks .block .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .about-blocks .block .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .about-blocks .block .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .about-blocks .block .content h4 {
    font-size: 1.5em;
  }
}
/* line 3196, ../src/sass/main.scss */
.about-blocks .block.no-image {
  position: relative;
}
/* line 3198, ../src/sass/main.scss */
.about-blocks .block.no-image .title {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
}
/* line 3207, ../src/sass/main.scss */
.about-blocks .block.no-image .content {
  float: right;
  width: 50%;
  padding: 3%;
}

/* end */
/* line 3218, ../src/sass/main.scss */
.bottom-segment {
  position: relative;
  background-size: cover;
  background-position: center center;
}
/* line 3222, ../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 3229, ../src/sass/main.scss */
.bottom-segment .information .headings {
  font-weight: 700;
}
/* line 3232, ../src/sass/main.scss */
.bottom-segment .information .headings h2 {
  font-size: 4.6875em;
  margin: 0;
}
/* line 3236, ../src/sass/main.scss */
.bottom-segment .information .headings h3 {
  font-size: 1.5625em;
  margin: 0;
}
/* line 3240, ../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 3240, ../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 3246, ../src/sass/main.scss */
.bottom-segment .information p {
  font-size: 1.25em;
  line-height: 1.8;
}
/* line 3249, ../src/sass/main.scss */
.bottom-segment .information p strong {
  font-weight: 700;
  color: #c72227;
}
/* line 3254, ../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 3261, ../src/sass/main.scss */
.bottom-segment .information .button:hover {
  background: #c72227;
  border-color: #c72227;
}

/* line 3272, ../src/sass/main.scss */
.vendor-content .vendor-contact {
  overflow: hidden;
  clear: both;
  color: white;
  position: relative;
}
/* line 3277, ../src/sass/main.scss */
.vendor-content .vendor-contact .title {
  width: 50%;
  float: left;
  background: #1c1c1c;
  padding: 3%;
}
/* line 3282, ../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 3290, ../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 3290, ../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 3297, ../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 32, ../src/sass/main.scss */
.vendor-content .vendor-contact .content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.vendor-content .vendor-contact .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.vendor-content .vendor-contact .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.vendor-content .vendor-contact .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.vendor-content .vendor-contact .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.vendor-content .vendor-contact .content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.vendor-content .vendor-contact .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.vendor-content .vendor-contact .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.vendor-content .vendor-contact .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../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 125, ../src/sass/main.scss */
.vendor-content .vendor-contact .content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.vendor-content .vendor-contact .content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.vendor-content .vendor-contact .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .vendor-content .vendor-contact .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .vendor-content .vendor-contact .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .vendor-content .vendor-contact .content h4 {
    font-size: 1.5em;
  }
}
/* line 3307, ../src/sass/main.scss */
.vendor-content .vendor-contact .content a {
  color: white;
}
/* line 3309, ../src/sass/main.scss */
.vendor-content .vendor-contact .content a:hover {
  color: white;
  text-decoration: underline;
}
/* line 3318, ../src/sass/main.scss */
.vendor-content .vendor-text {
  overflow: hidden;
  clear: both;
  line-height: 1.4;
  background: #f1f1f1;
  padding: 5% 10%;
}
/* line 32, ../src/sass/main.scss */
.vendor-content .vendor-text strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.vendor-content .vendor-text em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.vendor-content .vendor-text em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.vendor-content .vendor-text strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.vendor-content .vendor-text h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.vendor-content .vendor-text img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.vendor-content .vendor-text img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.vendor-content .vendor-text img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.vendor-content .vendor-text img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.vendor-content .vendor-text img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.vendor-content .vendor-text .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.vendor-content .vendor-text ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.vendor-content .vendor-text ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../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 125, ../src/sass/main.scss */
.vendor-content .vendor-text div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.vendor-content .vendor-text div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.vendor-content .vendor-text p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .vendor-content .vendor-text h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .vendor-content .vendor-text h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .vendor-content .vendor-text h4 {
    font-size: 1.5em;
  }
}
/* line 3325, ../src/sass/main.scss */
.vendor-content .vendor-photos {
  overflow: hidden;
  clear: both;
  position: relative;
}
/* line 3329, ../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 3340, ../src/sass/main.scss */
.vendor-content .vendor-photos .photo-2 {
  width: 62%;
  float: right;
}

/* line 3348, ../src/sass/main.scss */
.page-header {
  height: 0;
  padding-top: 40%;
  background-color: #1c1c1c;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 3355, ../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 3369, ../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 3369, ../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 3375, ../src/sass/main.scss */
.page-header h2 span, .page-header h1 span, .page-header .main-title span {
  display: block;
  font-size: 0.5em;
}
/* line 3379, ../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 3384, ../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 3391, ../src/sass/main.scss */
.page-header.long-title h2 {
  font-size: 3.125em;
}
/* line 3396, ../src/sass/main.scss */
.page-header.extra-long-title h2 {
  font-size: 2.5em;
}

/* line 3401, ../src/sass/main.scss */
.page-content {
  padding: 5% 12%;
  overflow: hidden;
  clear: both;
  background: white;
}
/* line 3406, ../src/sass/main.scss */
.page-content .text {
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.page-content .text strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.page-content .text em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.page-content .text em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.page-content .text strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.page-content .text h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.page-content .text img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.page-content .text img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.page-content .text img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.page-content .text img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.page-content .text img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.page-content .text .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.page-content .text .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.page-content .text .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.page-content .text .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.page-content .text .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.page-content .text ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.page-content .text ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.page-content .text blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 125, ../src/sass/main.scss */
.page-content .text div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.page-content .text div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.page-content .text p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .page-content .text h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .page-content .text h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .page-content .text h4 {
    font-size: 1.5em;
  }
}
/* line 3409, ../src/sass/main.scss */
.page-content .read-more {
  text-align: center;
  margin: 10% 0 3%;
}
/* line 3412, ../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 3418, ../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 3418, ../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 3424, ../src/sass/main.scss */
.page-content .read-more a:hover {
  color: #c72227;
}

/* line 3431, ../src/sass/main.scss */
.toggle-nav {
  text-align: center;
  overflow: hidden;
  clear: both;
  margin-bottom: 10%;
}
/* line 3437, ../src/sass/main.scss */
.toggle-nav ul {
  display: inline-block;
  margin: auto;
  width: auto;
}
/* line 3441, ../src/sass/main.scss */
.toggle-nav ul li {
  display: inline-block;
}
/* line 3443, ../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 3451, ../src/sass/main.scss */
.toggle-nav ul li a:hover {
  color: #c72227;
  border-bottom: 2px solid #c72227;
}
/* line 3458, ../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 3464, ../src/sass/main.scss */
.toggle-nav ul li:last-child a {
  margin-right: 0;
}

/* line 3472, ../src/sass/main.scss */
.sharing {
  text-align: center;
  overflow: hidden;
  clear: both;
  padding: 5% 0;
}
/* line 3477, ../src/sass/main.scss */
.sharing ul {
  display: inline-block;
  width: auto;
}
/* line 3480, ../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 3494, ../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 3505, ../src/sass/main.scss */
.sharing ul li:hover {
  background: #c72227;
}

/* line 3514, ../src/sass/main.scss */
.video-list {
  overflow: hidden;
  clear: both;
}
/* line 3517, ../src/sass/main.scss */
.video-list .video-item {
  margin-bottom: 5%;
  width: 33.3%;
  float: left;
  padding: 10px;
}
/* line 3522, ../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 3529, ../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 3529, ../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 3539, ../src/sass/main.scss */
.article-content .article-header {
  background: #1c1c1c;
  overflow: hidden;
  clear: both;
  color: white;
  padding: 5%;
}
/* line 3545, ../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 3556, ../src/sass/main.scss */
.article-content .article-header .date .d {
  padding-right: 0.35em;
  display: block;
}
/* line 3561, ../src/sass/main.scss */
.article-content .article-header .date .m {
  display: block;
}
/* line 3566, ../src/sass/main.scss */
.article-content .article-header .headline {
  float: left;
  width: 75%;
  padding-right: 5%;
}
/* line 3570, ../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 3578, ../src/sass/main.scss */
.article-content .content {
  padding: 5% 10%;
  background: #f1f1f1;
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.article-content .content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.article-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.article-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.article-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.article-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.article-content .content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.article-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.article-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.article-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.article-content .content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.article-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.article-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.article-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.article-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.article-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.article-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.article-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.article-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 125, ../src/sass/main.scss */
.article-content .content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.article-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.article-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .article-content .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .article-content .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .article-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 3584, ../src/sass/main.scss */
.article-content .sign-up {
  text-align: center;
}
/* line 3586, ../src/sass/main.scss */
.article-content .sign-up .sign-up-button {
  color: white;
  background: #c72227;
  margin: 0 auto 3em;
}
/* line 3590, ../src/sass/main.scss */
.article-content .sign-up .sign-up-button:hover {
  color: #2b3176;
}

/* line 3599, ../src/sass/main.scss */
.art-content .gallery {
  overflow: hidden;
  clear: both;
}
/* line 3602, ../src/sass/main.scss */
.art-content .gallery img {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2%;
}
/* line 3608, ../src/sass/main.scss */
.art-content .gallery img:nth-child(4) {
  margin-right: 0;
}
/* line 3612, ../src/sass/main.scss */
.art-content .gallery .photo-1 {
  clear: both;
  overflow: hidden;
  float: none;
  width: 100%;
}
/* line 3619, ../src/sass/main.scss */
.art-content .content {
  overflow: hidden;
  clear: both;
  background: #f1f1f1;
  padding: 5% 10%;
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.art-content .content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.art-content .content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.art-content .content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.art-content .content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.art-content .content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.art-content .content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.art-content .content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.art-content .content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.art-content .content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.art-content .content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.art-content .content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.art-content .content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.art-content .content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.art-content .content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.art-content .content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.art-content .content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.art-content .content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../src/sass/main.scss */
.art-content .content blockquote {
  padding: 8.54700855%;
  background: white;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-style: italic;
}
/* line 125, ../src/sass/main.scss */
.art-content .content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.art-content .content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.art-content .content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .art-content .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .art-content .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .art-content .content h4 {
    font-size: 1.5em;
  }
}
/* line 3622, ../src/sass/main.scss */
.art-content .artists-wrapper {
  margin: 5% 0;
}
/* line 3624, ../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 3631, ../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 3631, ../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 3637, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list {
  overflow: hidden;
  clear: both;
  /* 243/994 */
  /* 22/994 */
}
/* line 3640, ../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 3645, ../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 3652, ../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 3659, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item:hover .information {
  background: #2b3176;
}
/* line 3665, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item:nth-child(even) .information {
  background: #323232;
}
/* line 3669, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item:nth-child(even):hover .information {
  background: #c72227;
}
/* line 3674, ../src/sass/main.scss */
.art-content .artists-wrapper .artists-list .artist-item:nth-child(4n) {
  margin-right: 0;
}

/* line 3685, ../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 3698, ../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 3704, ../src/sass/main.scss */
.search-modal .search-form-container .search-submit {
  display: none;
}
/* line 3707, ../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 3726, ../src/sass/main.scss */
.search-modal .search-form-container .search-field:focus {
  outline: 0;
}
/* line 3731, ../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 3731, ../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 3741, ../src/sass/main.scss */
body.searching .search-modal {
  max-height: 5000px;
}

/* line 3749, ../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 3751, ../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 3759, ../src/sass/main.scss */
#cboxWrapper {
  overflow: visible;
}

/* line 3763, ../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 3770, ../src/sass/main.scss */
#cboxClose:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00d";
  font-size: 3em;
}
/* line 3776, ../src/sass/main.scss */
#cboxClose:hover {
  color: #c72227;
}

/* line 3783, ../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 3796, ../src/sass/main.scss */
.modal-newsletter .newsletter {
  background: #2b3176;
  clear: both;
  overflow: hidden;
  padding: 10%;
  position: relative;
}
/* line 3802, ../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 3810, ../src/sass/main.scss */
.modal-newsletter .newsletter .close:hover {
  color: #c72227;
}
/* line 3814, ../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 3820, ../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 3820, ../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 3827, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container {
  position: relative;
  padding-top: 10%;
  height: 0;
}
/* line 3832, ../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 3857, ../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 3871, ../src/sass/main.scss */
.modal-newsletter .newsletter .form-container .newsletter-submit:hover {
  background: #c72227;
  color: white;
}

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

/* line 3889, ../src/sass/main.scss */
footer {
  overflow: hidden;
  clear: both;
  padding: 5% 12%;
  background: #1c1c1c;
  color: white;
}
/* line 3895, ../src/sass/main.scss */
footer .map-wrapper {
  background: #1c1c1c !important;
  background-size: 100% auto;
  padding-top: 34.14141414%;
  margin-bottom: 2em;
  position: relative;
}
/* line 3901, ../src/sass/main.scss */
footer .map-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 3908, ../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 3921, ../src/sass/main.scss */
footer .social ul li {
  display: inline-block;
}
/* line 3923, ../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 3930, ../src/sass/main.scss */
footer .social ul li a .fontawesome-text {
  display: none;
}
/* line 3933, ../src/sass/main.scss */
footer .social ul li a:hover {
  color: #c72227;
}
/* line 3942, ../src/sass/main.scss */
footer .information .newsletter {
  float: left;
  width: 50%;
  padding-right: 5%;
  overflow: hidden;
}
/* line 3947, ../src/sass/main.scss */
footer .information .newsletter .close {
  display: none;
}
/* line 3950, ../src/sass/main.scss */
footer .information .newsletter h3 {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  font-size: 1.125em;
  margin-bottom: 1em;
}
/* line 3956, ../src/sass/main.scss */
footer .information .newsletter .form-container {
  position: relative;
  padding-top: 10%;
  height: 0;
}
/* line 3960, ../src/sass/main.scss */
footer .information .newsletter .form-container input {
  text-transform: uppercase;
  letter-spacing: 0.119em;
}
/* line 3964, ../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 3988, ../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 4004, ../src/sass/main.scss */
footer .information .newsletter .form-container .newsletter-submit:hover {
  background: #c72227;
  color: white;
}
/* line 4012, ../src/sass/main.scss */
footer .information .address {
  text-transform: uppercase;
  letter-spacing: 0.119em;
  float: right;
  width: 50%;
  line-height: 2;
}
/* line 4018, ../src/sass/main.scss */
footer .information .credits {
  overflow: hidden;
  clear: both;
}
/* line 4022, ../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 4022, ../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 4028, ../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 4037, ../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 4046, ../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 4046, ../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 4056, ../src/sass/main.scss */
.masonry-container {
  overflow: hidden;
  clear: both;
  margin: 20%;
}
/* line 4060, ../src/sass/main.scss */
.masonry-container .grid-sizer {
  width: 25%;
}
/* line 4063, ../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 4068, ../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 4079, ../src/sass/main.scss */
.masonry-container .m-item.large {
  width: 50%;
  padding-top: 50%;
}
/* line 4082, ../src/sass/main.scss */
.masonry-container .m-item.large span {
  font-size: 3em;
}
/* line 4098, ../src/sass/main.scss */
.masonry-container .m-item:nth-child(even) {
  background: blue;
}

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

/* line 4112, ../src/sass/main.scss */
.biography-page .biography-header {
  overflow: hidden;
  clear: both;
  position: relative;
}
/* line 4116, ../src/sass/main.scss */
.biography-page .biography-header img {
  width: 58.3081571%;
  float: left;
}
/* line 4120, ../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 4129, ../src/sass/main.scss */
.biography-page .biography-header .information .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10%;
  color: white;
}
/* line 4137, ../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 4142, ../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 4142, ../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 4150, ../src/sass/main.scss */
.biography-page .biography-header .information h3 {
  font-size: 1.3em;
}
/* line 4152, ../src/sass/main.scss */
.biography-page .biography-header .information h3 a {
  color: white;
}
/* line 4155, ../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 4164, ../src/sass/main.scss */
.biography-page .biography-content {
  background: #f1f1f1;
  padding: 5%;
  line-height: 1.4;
}
/* line 32, ../src/sass/main.scss */
.biography-page .biography-content strong {
  font-weight: 800;
}
/* line 35, ../src/sass/main.scss */
.biography-page .biography-content em {
  font-style: italic;
  font-weight: 500;
}
/* line 40, ../src/sass/main.scss */
.biography-page .biography-content em > strong {
  font-style: italic;
  font-weight: 800;
}
/* line 44, ../src/sass/main.scss */
.biography-page .biography-content strong > em {
  font-style: italic;
  font-weight: 800;
}
/* line 48, ../src/sass/main.scss */
.biography-page .biography-content h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: .5em;
}
/* line 53, ../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 59, ../src/sass/main.scss */
.biography-page .biography-content img {
  max-width: 100%;
  display: block;
}
/* line 63, ../src/sass/main.scss */
.biography-page .biography-content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}
/* line 67, ../src/sass/main.scss */
.biography-page .biography-content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}
/* line 71, ../src/sass/main.scss */
.biography-page .biography-content img.alignnone {
  width: 100%;
  height: auto;
}
/* line 75, ../src/sass/main.scss */
.biography-page .biography-content img.aligncenter {
  margin: auto;
}
/* line 80, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 85, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption.alignleft {
  float: left;
  margin: 1em 1em 0 0;
}
/* line 89, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption.alignright {
  float: right;
  margin: 1em 0 0 1em;
}
/* line 93, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption.alignnone {
  width: 100%;
  height: auto;
}
/* line 97, ../src/sass/main.scss */
.biography-page .biography-content .wp-caption.aligncenter {
  margin: auto;
}
/* line 100, ../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 107, ../src/sass/main.scss */
.biography-page .biography-content ul {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 113, ../src/sass/main.scss */
.biography-page .biography-content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}
/* line 118, ../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 125, ../src/sass/main.scss */
.biography-page .biography-content div {
  text-align: left !important;
}
/* line 127, ../src/sass/main.scss */
.biography-page .biography-content div em {
  text-align: left;
  font-style: none;
}
/* line 133, ../src/sass/main.scss */
.biography-page .biography-content p {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .biography-page .biography-content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .biography-page .biography-content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .biography-page .biography-content h4 {
    font-size: 1.5em;
  }
}

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

/* line 4176, ../src/sass/main.scss */
body.page-template-template-homepage header nav ul li a {
  color: #ffffff;
}
/* line 4178, ../src/sass/main.scss */
body.page-template-template-homepage header nav ul li a:hover {
  color: #939598;
}
/* line 4182, ../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;
  background-position: 0 -420px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 4182, ../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 4188, ../src/sass/main.scss */
body.page-template-template-homepage header .links .search-link {
  color: #2b3176;
}

/* line 4194, ../src/sass/main.scss */
body.podcasts-template-default header nav ul li a {
  color: #2b3176;
}
/* line 4196, ../src/sass/main.scss */
body.podcasts-template-default header nav ul li a:hover {
  color: #c72227;
}
/* line 4200, ../src/sass/main.scss */
body.podcasts-template-default 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 4200, ../src/sass/main.scss */
  body.podcasts-template-default 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 4206, ../src/sass/main.scss */
body.podcasts-template-default header .links .search-link {
  color: #2b3176;
}

/* line 4212, ../src/sass/main.scss */
body.page-template-template-book-room header nav ul li a {
  color: #2b3176;
}
/* line 4214, ../src/sass/main.scss */
body.page-template-template-book-room header nav ul li a:hover {
  color: #c72227;
}
/* line 4218, ../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 4218, ../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 4222, ../src/sass/main.scss */
body.page-template-template-book-room header .links .search-link {
  color: #2b3176;
}
/* line 4225, ../src/sass/main.scss */
body.page-template-template-book-room header {
  position: relative;
}
/* line 4228, ../src/sass/main.scss */
body.page-template-template-book-room .page-header {
  padding-top: 0%;
}
/* line 4230, ../src/sass/main.scss */
body.page-template-template-book-room .page-header h1 {
  display: none;
}
/* line 4234, ../src/sass/main.scss */
body.page-template-template-book-room .disclaimer {
  background-color: #c72227;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
/* line 4239, ../src/sass/main.scss */
body.page-template-template-book-room .disclaimer h1 {
  font-size: 47px;
  font-weight: bold;
  line-height: 1em;
}
/* line 4245, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room {
  position: relative;
  float: left;
  width: 100%;
}
/* line 4249, ../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 4255, ../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 4261, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .detail {
  color: #2b3176;
}
/* line 4264, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room a {
  color: #c72227;
}
/* line 4266, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room a.more {
  margin-top: 30px;
  display: block;
  font-weight: bold;
}
/* line 4274, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item {
  width: 100%;
  position: relative;
  float: left;
}
/* line 4279, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item.left .room-text {
  float: left;
}
/* line 4282, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item.left .room-image {
  right: 0;
}
/* line 4287, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item.right .room-text {
  float: right;
}
/* line 4290, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-item.right .room-image {
  left: 0;
}
/* line 4295, ../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 4303, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-text {
  width: 50%;
  padding: 4%;
}
/* line 4306, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-text p {
  margin-bottom: 20px;
}
/* line 4308, ../src/sass/main.scss */
body.page-template-template-book-room .wrap-room .room-text p.small {
  font-size: 13px;
}
/* line 4314, ../src/sass/main.scss */
body.page-template-template-book-room .tickets-button {
  float: left;
  width: 100%;
  display: none;
}
/* line 4319, ../src/sass/main.scss */
body.page-template-template-book-room .subscribe-box {
  float: left;
}

/*adam*/
/* line 4327, ../src/sass/main.scss */
.podcast .podcast__list_home {
  display: grid;
  grid-template-rows: 1fr;
  column-gap: 1em;
  row-gap: 1em;
}
/* line 4332, ../src/sass/main.scss */
.podcast .podcast__list_home.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
/* line 4335, ../src/sass/main.scss */
.podcast .podcast__list_home.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
/* line 4338, ../src/sass/main.scss */
.podcast .podcast__list_home .podcast__item {
  padding-top: 100%;
  position: relative;
}
/* line 4342, ../src/sass/main.scss */
.podcast .podcast__list_home .podcast__item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
/* line 4354, ../src/sass/main.scss */
.podcast a.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 4360, ../src/sass/main.scss */
.podcast a.more:hover {
  color: #c72227;
}
/* line 4363, ../src/sass/main.scss */
.podcast a.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;
}
/* line 4377, ../src/sass/main.scss */
.podcast .podcast__text h1 {
  font-size: 2.2em;
  font-weight: 700;
  color: #c72227;
}
/* line 4383, ../src/sass/main.scss */
.podcast .podcast__text .podcast__text__body {
  display: flex;
}
/* line 4387, ../src/sass/main.scss */
.podcast .podcast__text .podcast__text__content {
  flex: 5;
}
/* line 4390, ../src/sass/main.scss */
.podcast .podcast__text .podcast__text__content p {
  margin: 20px 40px 0 0;
}
/* line 4395, ../src/sass/main.scss */
.podcast .podcast__text .podcast__text__tickets {
  background-color: #c72227;
  flex: 2;
  padding: 20px;
  margin-top: 20px;
}
/* line 4401, ../src/sass/main.scss */
.podcast .podcast__text .podcast__text__tickets h1 {
  color: #f1f1f1;
  font-size: 1.62em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 4409, ../src/sass/main.scss */
.podcast .podcast__text .podcast__text__tickets h1:after {
  content: '';
  display: block;
  margin: 0.75em 0;
  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 4409, ../src/sass/main.scss */
  .podcast .podcast__text .podcast__text__tickets h1:after {
    background-image: url('../images/sprite-images@2x-sce16fdb080.png');
    background-size: 146px 460px;
    background-position: 0 -46px;
    height: 11px;
    width: 109px;
  }
}
/* line 4417, ../src/sass/main.scss */
.podcast .podcast__text .podcast__text__tickets .button {
  background-color: #c72227;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
  cursor: pointer;
}
/* line 4423, ../src/sass/main.scss */
.podcast .podcast__text .podcast__text__tickets .button:hover {
  background-color: #f1f1f1;
  color: #c72227;
}
/* line 4433, ../src/sass/main.scss */
.podcast .podcast__list .podcast__list__title {
  background-color: #1c1c1c;
  color: #f1f1f1;
  display: inline-block;
  margin: 40px 0;
  padding: 40px 60px 40px 40px;
}
/* line 4440, ../src/sass/main.scss */
.podcast .podcast__list .podcast__list__title h3 {
  font-size: 1.75em;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 4446, ../src/sass/main.scss */
.podcast .podcast__list .podcast__item {
  display: flex;
  flex-flow: row nowrap;
  min-height: 420px;
  padding: 20px 0;
}
/* line 4451, ../src/sass/main.scss */
.podcast .podcast__list .podcast__item.odd-item .podcast__item__image {
  order: 1;
}
/* line 4454, ../src/sass/main.scss */
.podcast .podcast__list .podcast__item.couple-item .podcast__item__image {
  order: 0;
}
/* line 4457, ../src/sass/main.scss */
.podcast .podcast__list .podcast__item .podcast__item__image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #1c1c1c;
  display: flex;
  flex: 2;
}
/* line 4464, ../src/sass/main.scss */
.podcast .podcast__list .podcast__item .podcast__item__image img {
  margin: 0 auto;
  width: 25%;
}
/* line 4470, ../src/sass/main.scss */
.podcast .podcast__list .podcast__item .postcast__item__text {
  background-color: #1c1c1c;
  flex: 3;
  color: #f1f1f1;
  padding: 20px 40px 70px;
}
/* line 4476, ../src/sass/main.scss */
.podcast .podcast__list .podcast__item .postcast__item__text h3 {
  color: #c72227;
  letter-spacing: 0.119em;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
/* line 4485, ../src/sass/main.scss */
.podcast .podcast__list .podcast__item .postcast__item__text h4 {
  line-height: 1.2;
  margin-bottom: 1em;
}
/* line 4490, ../src/sass/main.scss */
.podcast .podcast__list .podcast__item .postcast__item__text p {
  line-height: 1.5;
}
/* line 4495, ../src/sass/main.scss */
.podcast .podcast__list .podcast__list__pagination {
  display: flex;
  justify-content: center;
}
/* line 4499, ../src/sass/main.scss */
.podcast .podcast__list .podcast__list__pagination .page-numbers {
  background-color: #c72227;
  color: #f1f1f1;
  font-weight: 700;
  margin: 0 10px;
  padding: 20px 30px;
  display: none;
}
/* line 4506, ../src/sass/main.scss */
.podcast .podcast__list .podcast__list__pagination .page-numbers.prev {
  display: block;
}
/* line 4509, ../src/sass/main.scss */
.podcast .podcast__list .podcast__list__pagination .page-numbers.next {
  display: block;
}
/* line 4512, ../src/sass/main.scss */
.podcast .podcast__list .podcast__list__pagination .page-numbers:hover {
  background-color: #2b3176;
}
/* line 4516, ../src/sass/main.scss */
.podcast .podcast__list .podcast__list__pagination .page-numbers.current {
  background-color: #2b3176;
}

/* line 4525, ../src/sass/main.scss */
.podcast__subscribe {
  display: flex;
  margin-top: 40px;
}
/* line 4529, ../src/sass/main.scss */
.podcast__subscribe h3 {
  color: #bebebe;
  display: inline;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
}
/* line 4537, ../src/sass/main.scss */
.podcast__subscribe ul {
  display: inline;
}
/* line 4540, ../src/sass/main.scss */
.podcast__subscribe ul li {
  display: inline;
  margin-right: 10px;
}
/* line 4544, ../src/sass/main.scss */
.podcast__subscribe ul li a img {
  height: auto;
  margin-bottom: 10px;
  width: 31px;
}

/* line 4555, ../src/sass/main.scss */
.podcast__single .podcast__single__header {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 40px;
  margin-top: 100px;
}
/* line 4562, ../src/sass/main.scss */
.podcast__single .podcast__single__header .podcast__single__header__image img {
  width: 225px;
  margin-right: 20px;
}
/* line 4568, ../src/sass/main.scss */
.podcast__single .podcast__single__header .podcast__single__header__text {
  flex: 3;
}
/* line 4571, ../src/sass/main.scss */
.podcast__single .podcast__single__header .podcast__single__header__text h1 {
  background-color: #1c1c1c;
  color: #f1f1f1;
  font-weight: 700;
  padding: 40px;
}
/* line 4578, ../src/sass/main.scss */
.podcast__single .podcast__single__header .podcast__single__header__text h2 {
  color: #c72227;
  letter-spacing: 0.119em;
  font-size: 2.2em;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}
/* line 4587, ../src/sass/main.scss */
.podcast__single .podcast__single__header .podcast__single__header__text h3 {
  color: #2b3176;
  font-size: 1.75em;
  font-weight: 700;
}
/* line 4596, ../src/sass/main.scss */
.podcast__single .podcast__single__embed iframe {
  width: 100%;
}
/* line 4601, ../src/sass/main.scss */
.podcast__single .podcast__links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 40px;
}
/* line 4607, ../src/sass/main.scss */
.podcast__single .podcast__links .podcast__subscribe {
  margin-top: 0;
}
/* line 4612, ../src/sass/main.scss */
.podcast__single .button {
  background-color: #c72227;
  border: 1px solid #f1f1f1;
  color: #f1f1f1;
}
/* line 4617, ../src/sass/main.scss */
.podcast__single .button:hover {
  background-color: #f1f1f1;
  color: #c72227;
}
/* line 4623, ../src/sass/main.scss */
.podcast__single .podcast__single__content {
  /*margin-bottom: 80px;*/
}
/* line 4626, ../src/sass/main.scss */
.podcast__single .podcast__single__content h1 {
  font-size: 2.2em;
  font-weight: 700;
  color: #c72227;
  margin-top: 40px;
}
/* line 4633, ../src/sass/main.scss */
.podcast__single .podcast__single__content p {
  margin: 20px 40px 0 0;
  color: #1c1c1c;
}
/* line 4639, ../src/sass/main.scss */
.podcast__single .lineup-list {
  /*margin-top: 40px;*/
}
/* line 4642, ../src/sass/main.scss */
.podcast__single .lineup-list h1 {
  font-size: 2.2em;
  font-weight: 700;
  color: #c72227;
  margin: 20px 0;
}
/* line 4649, ../src/sass/main.scss */
.podcast__single .lineup-list img {
  min-height: 241px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* line 4660, ../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;
    background-position: 0 -383px !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 2dppx), (min-resolution: 2dppx) and (min-resolution: 2dppx) {
  /* line 4660, ../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;
  }
}

@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 4691, ../src/sass/main.scss */
  header nav {
    font-size: 0.8em;
  }

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

  /* line 4715, ../src/sass/main.scss */
  .view-links a {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 4724, ../src/sass/main.scss */
  .schedule-list .schedule-group {
    position: relative;
    height: auto;
    overflow: hidden;
    clear: both;
    padding-top: 0;
  }
  /* line 4730, ../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 4740, ../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 4755, ../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 4767, ../src/sass/main.scss */
  .schedule-list .schedule-group .schedule-item.featured .information {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  /* line 4778, ../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 4801, ../src/sass/main.scss */
  .highlight-quotes .quote .photo {
    float: none;
    clear: both;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  /* line 4810, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(odd) .photo {
    clear: both;
    float: none;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  /* line 4817, ../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 4825, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(even) .photo {
    clear: both;
    float: none;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  /* line 4832, ../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 4840, ../src/sass/main.scss */
  .view-links {
    text-align: center;
  }

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

  /* line 4850, ../src/sass/main.scss */
  .view-links .view-toggle {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 4857, ../src/sass/main.scss */
  body.podcasts-template-default header nav ul li a:hover {
    color: white;
  }

  /* line 4860, ../src/sass/main.scss */
  .podcast .podcast__list_home.columns-4, .podcast .podcast__list_home.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 4863, ../src/sass/main.scss */
  .podcast .podcast__list_home {
    column-gap: 1em;
    row-gap: 1em;
  }

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

  /* line 4871, ../src/sass/main.scss */
  .wrap-list-cat {
    top: 12px;
  }

  /* line 4874, ../src/sass/main.scss */
  .wrap-tour .wrap-tour-category .item-cat {
    width: calc(50% - 20px);
  }

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

  /* line 4881, ../src/sass/main.scss */
  .page-header h2, .page-header h1, .page-header .main-title {
    font-size: 1.5em;
  }
  /* line 4885, ../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 4890, ../src/sass/main.scss */
  .page-header.long-title h2, .page-header.long-title h1, .page-header.long-title .main-title {
    font-size: 2em;
  }

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

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

  /* line 4904, ../src/sass/main.scss */
  .top-slider .banner-img {
    display: block;
  }
  /* line 4908, ../src/sass/main.scss */
  .top-slider .slide h3 {
    font-size: 1.5em;
  }
  /* line 4911, ../src/sass/main.scss */
  .top-slider .slide h5 {
    font-size: 1em;
  }
  /* line 4914, ../src/sass/main.scss */
  .top-slider .slide .content {
    font-size: .95em;
  }
  /* line 4917, ../src/sass/main.scss */
  .top-slider .slide .image {
    height: auto;
    padding-top: 0;
  }
  /* line 4922, ../src/sass/main.scss */
  .top-slider .slide.session-slide .wrapper h5 {
    font-size: 1em;
  }
  /* line 4925, ../src/sass/main.scss */
  .top-slider .slide.session-slide .wrapper h3 {
    font-size: 1.5em;
  }
  /* line 4929, ../src/sass/main.scss */
  .top-slider .slide .button {
    margin-top: 1em;
  }

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

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

  /* line 4952, ../src/sass/main.scss */
  .preview-sessions h2 {
    font-size: 1em;
  }
  /* line 4955, ../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 4964, ../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 4974, ../src/sass/main.scss */
  .lineup-list .lineup-item {
    width: 50%;
  }
  /* line 4979, ../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 4990, ../src/sass/main.scss */
  .page-content {
    padding: 10% 0;
    overflow: hidden;
    clear: both;
    background: white;
  }

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

  /* line 5002, ../src/sass/main.scss */
  .podcast {
    padding: 0 20px;
  }
  /* line 5007, ../src/sass/main.scss */
  .podcast .podcast__text .podcast__text__body {
    display: block;
  }
  /* line 5011, ../src/sass/main.scss */
  .podcast .podcast__text .podcast__text__tickets {
    padding-bottom: 40px;
  }
  /* line 5016, ../src/sass/main.scss */
  .podcast .podcast__list {
    margin-bottom: 40px;
  }
  /* line 5019, ../src/sass/main.scss */
  .podcast .podcast__list .podcast__item {
    display: block;
  }
  /* line 5022, ../src/sass/main.scss */
  .podcast .podcast__list .podcast__item .podcast__item__image {
    min-height: 375px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* line 5031, ../src/sass/main.scss */
  .podcast__single {
    margin: 0 20px;
  }
  /* line 5036, ../src/sass/main.scss */
  .podcast__single .lineup-list .lineup-item {
    width: 100%;
  }
  /* line 5039, ../src/sass/main.scss */
  .podcast__single .lineup-list .lineup-item .information {
    word-spacing: 0px;
  }

  /* line 5048, ../src/sass/main.scss */
  footer .social {
    text-align: center;
    margin-bottom: 5%;
  }
  /* line 5051, ../src/sass/main.scss */
  footer .social ul {
    display: inline-block;
    width: auto;
    margin: auto;
  }
  /* line 5057, ../src/sass/main.scss */
  footer .social ul li:last-child a {
    margin-right: 0;
  }
  /* line 5064, ../src/sass/main.scss */
  footer .information {
    text-align: center;
  }
  /* line 5066, ../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 5075, ../src/sass/main.scss */
  footer .information .newsletter {
    padding-right: 0;
  }
  /* line 5079, ../src/sass/main.scss */
  footer .information .logo {
    float: right;
    margin-right: 1em;
  }
  /* line 5083, ../src/sass/main.scss */
  footer .information .site-by {
    float: left;
    margin-left: 1em;
  }

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

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

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

  /* line 5120, ../src/sass/main.scss */
  .about-blocks .block .title {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    left: auto;
    top: auto;
    clear: both;
  }
  /* line 5127, ../src/sass/main.scss */
  .about-blocks .block .content {
    padding: 3%;
  }
  /* line 5132, ../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 5139, ../src/sass/main.scss */
  .about-blocks .block .photo .content, .about-blocks .block.no-image .content {
    float: none;
    clear: both;
    width: 100%;
  }

  /* line 5152, ../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%;
  }

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

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

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

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

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

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

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

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

  /* line 5204, ../src/sass/main.scss */
  .trigger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 99999;
    cursor: pointer;
  }
  /* line 5213, ../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 5221, ../src/sass/main.scss */
  .trigger.closer {
    top: 25px;
  }
  /* line 5223, ../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 5226, ../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 5229, ../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 5233, ../src/sass/main.scss */
  .trigger.closer b:last-child {
    display: none;
  }

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

  /* line 5244, ../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 5244, ../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 5254, ../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 5262, ../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 5273, ../src/sass/main.scss */
  header nav ul {
    width: 100%;
    display: block;
  }
  /* line 5276, ../src/sass/main.scss */
  header nav ul li {
    display: block;
    float: none;
  }
  /* line 5279, ../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 5286, ../src/sass/main.scss */
  header nav ul li a:hover {
    color: white;
  }
  /* line 5290, ../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 5297, ../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 5311, ../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 5321, ../src/sass/main.scss */
  header nav ul li .sub-menu {
    position: relative;
    margin: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    display: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 5329, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper {
    background: transparent;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
  }
  /* line 5334, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper:after {
    display: none;
  }
  /* line 5338, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper li a {
    font-size: 1.1em;
    color: white;
    border-bottom: 0;
  }
  /* line 5342, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper li a:after {
    display: none;
  }
  /* line 5347, ../src/sass/main.scss */
  header nav ul li .sub-menu .wrapper li:nth-child(even) a {
    color: white;
  }
  /* line 5355, ../src/sass/main.scss */
  header nav ul li.menu-expanded .sub-menu {
    max-height: 2000px;
    margin: auto;
    display: block;
  }
  /* line 5364, ../src/sass/main.scss */
  header .links {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    top: auto;
    text-align: center;
  }
  /* line 5371, ../src/sass/main.scss */
  header .links .search-link {
    display: none;
  }
  /* line 5374, ../src/sass/main.scss */
  header .links .tickets.button {
    float: none;
    clear: both;
    margin: auto;
  }

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

  /* line 5395, ../src/sass/main.scss */
  .top-slider .slide {
    position: relative;
  }
  /* line 5400, ../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 5413, ../src/sass/main.scss */
  .quotes,
  .sessions-grid .session-item {
    font-size: 0.85em;
  }

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

  /* line 5426, ../src/sass/main.scss */
  .video-list .video-item {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 5433, ../src/sass/main.scss */
  .news-list .news-item .photo {
    background-size: contain;
  }

  /* line 5436, ../src/sass/main.scss */
  .tour-wrapper h1 {
    font-size: 2em;
  }

  /* line 5439, ../src/sass/main.scss */
  .wrap-tour .wrap-tour-category .item-cat {
    width: calc(50% - 20px);
  }

  /* line 5444, ../src/sass/main.scss */
  .article-content .article-header .date {
    float: none;
    clear: both;
    width: 100%;
    font-size: 1em;
    text-align: left;
  }
  /* line 5450, ../src/sass/main.scss */
  .article-content .article-header .date .d,
  .article-content .article-header .date .m {
    display: inline-block;
  }
  /* line 5455, ../src/sass/main.scss */
  .article-content .article-header .headline {
    float: none;
    clear: both;
    width: 100%;
  }

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

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

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

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

  /* line 5490, ../src/sass/main.scss */
  .video-list .video-item {
    padding: 5%;
    width: 100%;
  }
  /* line 5493, ../src/sass/main.scss */
  .video-list .video-item h3 {
    font-size: 1em;
    min-height: inherit;
  }
  /* line 5496, ../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 5496, ../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 5503, ../src/sass/main.scss */
  .film-content .content {
    overflow: hidden;
    clear: both;
    background: #f1f1f1;
    padding: 5% 10%;
    line-height: 1.4;
  }
  /* line 32, ../src/sass/main.scss */
  .film-content .content strong {
    font-weight: 800;
  }
  /* line 35, ../src/sass/main.scss */
  .film-content .content em {
    font-style: italic;
    font-weight: 500;
  }
  /* line 40, ../src/sass/main.scss */
  .film-content .content em > strong {
    font-style: italic;
    font-weight: 800;
  }
  /* line 44, ../src/sass/main.scss */
  .film-content .content strong > em {
    font-style: italic;
    font-weight: 800;
  }
  /* line 48, ../src/sass/main.scss */
  .film-content .content h2 {
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: .5em;
  }
  /* line 53, ../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 59, ../src/sass/main.scss */
  .film-content .content img {
    max-width: 100%;
    display: block;
  }
  /* line 63, ../src/sass/main.scss */
  .film-content .content img.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
  }
  /* line 67, ../src/sass/main.scss */
  .film-content .content img.alignright {
    float: right;
    margin: 1em 0 1em 1em;
  }
  /* line 71, ../src/sass/main.scss */
  .film-content .content img.alignnone {
    width: 100%;
    height: auto;
  }
  /* line 75, ../src/sass/main.scss */
  .film-content .content img.aligncenter {
    margin: auto;
  }
  /* line 80, ../src/sass/main.scss */
  .film-content .content .wp-caption img {
    width: 100%;
    height: auto;
  }
  /* line 85, ../src/sass/main.scss */
  .film-content .content .wp-caption.alignleft {
    float: left;
    margin: 1em 1em 0 0;
  }
  /* line 89, ../src/sass/main.scss */
  .film-content .content .wp-caption.alignright {
    float: right;
    margin: 1em 0 0 1em;
  }
  /* line 93, ../src/sass/main.scss */
  .film-content .content .wp-caption.alignnone {
    width: 100%;
    height: auto;
  }
  /* line 97, ../src/sass/main.scss */
  .film-content .content .wp-caption.aligncenter {
    margin: auto;
  }
  /* line 100, ../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 107, ../src/sass/main.scss */
  .film-content .content ul {
    list-style: initial;
    margin-left: 2em;
    margin-bottom: 1em;
  }
  /* line 113, ../src/sass/main.scss */
  .film-content .content ol {
    list-style: decimal;
    margin-left: 2em;
    margin-bottom: 1em;
  }
  /* line 118, ../src/sass/main.scss */
  .film-content .content blockquote {
    padding: 8.54700855%;
    background: white;
    margin-bottom: 1.5em;
    font-weight: 500;
    font-style: italic;
  }
  /* line 125, ../src/sass/main.scss */
  .film-content .content div {
    text-align: left !important;
  }
  /* line 127, ../src/sass/main.scss */
  .film-content .content div em {
    text-align: left;
    font-style: none;
  }
  /* line 133, ../src/sass/main.scss */
  .film-content .content p {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  /* line 137, ../src/sass/main.scss */
  .film-content .content h2 {
    font-size: 3em;
  }
  /* line 140, ../src/sass/main.scss */
  .film-content .content h3 {
    font-size: 2em;
  }
  /* line 143, ../src/sass/main.scss */
  .film-content .content h4 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  /* line 5505, ../src/sass/main.scss */
  .film-content .content .photo {
    float: none;
    width: 100%;
    max-width: 200px;
    clear: both;
  }

  /* line 5516, ../src/sass/main.scss */
  .top-slider .banner-img {
    display: block;
  }
  /* line 5520, ../src/sass/main.scss */
  .top-slider .slide h3 {
    font-size: 1.2em;
  }
  /* line 5523, ../src/sass/main.scss */
  .top-slider .slide .content {
    font-size: .75em;
  }
  /* line 5525, ../src/sass/main.scss */
  .top-slider .slide .content p {
    font-size: .85em;
  }
  /* line 5530, ../src/sass/main.scss */
  .top-slider .slide .image {
    padding-top: 0;
    background-image: none;
  }
  /* line 5534, ../src/sass/main.scss */
  .top-slider .slide.logo-slide {
    background-color: transparent;
  }
  /* line 5536, ../src/sass/main.scss */
  .top-slider .slide.logo-slide .logo {
    width: 50%;
  }
  /* line 5539, ../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 5545, ../src/sass/main.scss */
  .top-slider .slide.quotes-slide .slide-quotes {
    overflow: hidden;
    clear: both;
    margin: 0.5em auto 0;
  }
  /* line 5549, ../src/sass/main.scss */
  .top-slider .slide.quotes-slide .slide-quotes .quote {
    float: none;
    width: 100%;
    clear: both;
    margin-bottom: 0.5em;
  }
  /* line 5556, ../src/sass/main.scss */
  .top-slider .slide.quotes-slide .content {
    padding-top: 0px;
  }
  /* line 5558, ../src/sass/main.scss */
  .top-slider .slide.quotes-slide .content h4 {
    font-size: 0.9em;
    font-weight: 700;
  }
  /* line 5564, ../src/sass/main.scss */
  .top-slider .slide .button {
    margin-top: 0.5em;
    background-color: #C72227;
  }
  /* line 5568, ../src/sass/main.scss */
  .top-slider .slide .wrapper {
    padding: 0 5%;
  }

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

  /* line 5590, ../src/sass/main.scss */
  .sections {
    padding: 10% 0;
  }
  /* line 5593, ../src/sass/main.scss */
  .sections .section h2 {
    font-size: 1.3em;
    padding: .5em;
  }
  /* line 5597, ../src/sass/main.scss */
  .sections .section .more {
    overflow: hidden;
    clear: both;
  }
  /* line 5600, ../src/sass/main.scss */
  .sections .section .more .button {
    width: 50%;
    font-size: 0.85em;
  }
  /* line 5603, ../src/sass/main.scss */
  .sections .section .more .button:after {
    display: none;
  }

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

  /* line 5625, ../src/sass/main.scss */
  .about-content .keep-up .photo {
    clear: both;
    float: none;
    width: 100%;
  }
  /* line 5631, ../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 5641, ../src/sass/main.scss */
  .page-header {
    padding-top: 80%;
        background-size: contain;
        background-repeat: no-repeat;
  }
  /* line 5644, ../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 5649, ../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 5655, ../src/sass/main.scss */
  .lineup-grid .lineup-item {
    width: 50%;
  }
  /* line 5657, ../src/sass/main.scss */
  .lineup-grid .lineup-item .information {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  /* line 5661, ../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 5675, ../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 5684, ../src/sass/main.scss */
  .sessions-grid .session-item {
    width: 100%;
    float: none;
    clear: both;
  }

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

  /* line 5699, ../src/sass/main.scss */
  .politicomics-content .introduction .information .wrapper {
    clear: both;
    float: none;
    width: 100%;
  }
  /* line 5704, ../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 5717, ../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 5720, ../src/sass/main.scss */
  .news-list .news-item .photo {
    right: 50%;
  }
  /* line 5723, ../src/sass/main.scss */
  .news-list .news-item .information {
    width: 50%;
    font-size: 0.75em;
  }
  /* line 5728, ../src/sass/main.scss */
  .news-list .news-item:nth-child(even) .photo {
    left: 50%;
  }

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

  /* line 5779, ../src/sass/main.scss */
  .podcast__single .lineup-list .lineup-item:nth-child(1),
  .podcast__single .lineup-list .lineup-item:nth-child(2),
  .podcast__single .lineup-list .lineup-item:nth-child(11),
  .podcast__single .lineup-list .lineup-item:nth-child(12) {
    width: 100%;
  }

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

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

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

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

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

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

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

  /* line 5824, ../src/sass/main.scss */
  .lineup-list .lineup-item {
    width: 50%;
  }
  /* line 5826, ../src/sass/main.scss */
  .lineup-list .lineup-item .information {
    height: 5em;
  }
  /* line 5829, ../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 5834, ../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 5842, ../src/sass/main.scss */
  .lineup-list.media-partners .lineup-item {
    width: 50%;
  }
  /* line 5844, ../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 5855, ../src/sass/main.scss */
  .highlight-quotes .quote .photo {
    max-width: 100%;
  }
  /* line 5859, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(odd) .photo {
    max-width: 100%;
  }
  /* line 5864, ../src/sass/main.scss */
  .highlight-quotes .quote:nth-child(even) .photo {
    max-width: 100%;
  }
  /* line 5868, ../src/sass/main.scss */
  .highlight-quotes .quote .information {
    font-size: 0.8em;
  }

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

  /* line 5882, ../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 5892, ../src/sass/main.scss */
  .vendor-content .vendor-contact .title {
    clear: both;
    width: 100%;
    float: none;
  }
  /* line 5896, ../src/sass/main.scss */
  .vendor-content .vendor-contact .title h3 {
    margin-bottom: 0;
  }
  /* line 5900, ../src/sass/main.scss */
  .vendor-content .vendor-contact .content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    clear: both;
  }

  /* line 5911, ../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 5920, ../src/sass/main.scss */
  .schedule-list.list-view table .tickets a {
    display: inline-block;
    margin: auto;
  }
  /* line 5926, ../src/sass/main.scss */
  .schedule-list.list-view table tr td:last-child {
    border-bottom: 1px solid #bebebe;
  }
  /* line 5929, ../src/sass/main.scss */
  .schedule-list.list-view table tr td.title {
    font-size: 1.5em;
    font-weight: 700;
  }
  /* line 5934, ../src/sass/main.scss */
  .schedule-list.list-view table tr td.speakers:before {
    content: 'Speakers:';
    display: block;
    color: #939598;
  }
  /* line 5941, ../src/sass/main.scss */
  .schedule-list.list-view table tr td.location:before {
    content: 'Participants:';
    display: block;
    color: #939598;
  }
  /* line 5950, ../src/sass/main.scss */
  .schedule-list.list-view table th {
    display: none !important;
  }

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

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

  /* line 5969, ../src/sass/main.scss */
  .wrap-tour .wrap-tour-category .item-cat {
    width: 100%;
    max-width: 300px;
  }

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

  /* line 5976, ../src/sass/main.scss */
  body.page-template-template-book-room .wrap-room h2 {
    font-size: 25px;
  }

  /* line 5982, ../src/sass/main.scss */
  .podcast__single .podcast__single__header {
    display: block;
  }
  /* line 5985, ../src/sass/main.scss */
  .podcast__single .podcast__single__header .podcast__single__header__image img {
    width: 100%;
  }
  /* line 5990, ../src/sass/main.scss */
  .podcast__single .podcast__links {
    display: block;
  }

  /* line 5995, ../src/sass/main.scss */
  .podcast__subscribe {
    margin-bottom: 20px;
  }
  /* line 5998, ../src/sass/main.scss */
  .podcast__subscribe ul li a img {
    width: 25px;
  }
}
@media only screen and (min-aspect-ratio: 36 / 25) {
  /* line 6004, ../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 6031, ../src/sass/main.scss */
  .splash-page .introduction .information #countdown .time {
    width: 80px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 6044, ../src/sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 6049, ../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 6060, ../src/sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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