/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
*/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}@font-face {
  font-family: 'Adelle';
  src: url(../../resources/b242fd854440f810f83b3188a85289b4.eot);
  src: url(../../resources/b242fd854440f810f83b3188a85289b4.eot?#iefix) format('embedded-opentype'),
       url(../../resources/46d1156f5b44af08cf3a1ca21c05d8d8.woff) format('woff'),
       url(../../resources/bdbf290b6b42a84dca2d697f360100f2.ttf) format('truetype'),
       url(../../resources/f0ad42612e64ee217e250d3c53b7b36f.svg#AdellePE) format('svg');
  font-weight: normal;
  font-style: normal;
  }

@font-face {
  font-family: 'Adelle';
  src: url(../../resources/0e21e2a55ccac68c7879d396a782d1dc.eot);
  src: url(../../resources/0e21e2a55ccac68c7879d396a782d1dc.eot?#iefix) format('embedded-opentype'),
       url(../../resources/8e3183cd1aad7e16078934d4c8c5e0ea.woff) format('woff'),
       url(../../resources/dcfee48ba2eb176e2bd87cb6d534d333.ttf) format('truetype'),
       url(../../resources/09db8e885299017bf62e82a2b663ff43.svg#AdellePESb) format('svg');
  font-weight: 500;
  font-style: normal;
  }

@font-face {
  font-family: 'Proxima Nova';
  src: url(../../resources/3ce2a0d209a85a7975791b7ca58f8ec7.eot);
  src: url(../../resources/3ce2a0d209a85a7975791b7ca58f8ec7.eot?#iefix) format('embedded-opentype'),
       url(../../resources/1e9fd2eb386ae9986c1d6d757a1cb5fd.woff) format('woff'),
       url(../../resources/e3c263897ea3b38f411e3ba89f110db4.ttf) format('truetype'),
       url(../../resources/9a97238a5dc57d17b7028899d77913c5.svg#proxima_novaregular) format('svg');
  font-weight: normal;
  font-style: normal;
  }

@font-face{
  font-family: 'Proxima Nova';
  src: url(../../resources/6bc0dceda973a6d76c117fb596d168e1.eot);
  src: url(../../resources/6bc0dceda973a6d76c117fb596d168e1.eot?#iefix) format('embedded-opentype'),
       url(../../resources/cb672ee135699565601722bd1cffcc21.woff) format('woff'),
       url(../../resources/17eb460f2ec235ece83dadd0eebaabd0.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  }

@font-face {
  font-family: 'Proxima Nova';
  src: url(../../resources/86d384173e8a2177fb05b7aa3ef5928d.eot);
  src: url(../../resources/86d384173e8a2177fb05b7aa3ef5928d.eot?#iefix) format('embedded-opentype'),
       url(../../resources/85615f6ed998606f4707fa010919fce0.woff) format('woff'),
       url(../../resources/2094cc70a33624851629e277864b16bc.ttf) format('truetype'),
       url(../../resources/57f40da2247945b64d4c4cc7983b835d.svg#proxima_novabold) format('svg');
  font-weight: bold;
  font-style: normal;
  }/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.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;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../resources/931bdb6b50816b03206c66921760b246.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.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;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../../resources/d9d25372f38c6b242b9b51d5841fe86e.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../../resources/d9d25372f38c6b242b9b51d5841fe86e.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.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;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../resources/d9d25372f38c6b242b9b51d5841fe86e.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../resources/d9d25372f38c6b242b9b51d5841fe86e.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '\D7';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
.clear {
  clear: both; }

body {
  background: #e4e4e4; }

sub {
  vertical-align: baseline;
  font-size: smaller;
  position: relative;
  top: 0.4em; }

sup {
  vertical-align: baseline;
  font-size: smaller;
  position: relative;
  top: -0.4em; }

.container {
  margin: 0 auto;
  width: 1040px;
  background: #ffffff; }
  .container .page {
    margin: 0 auto;
    padding: 25px 0 50px;
    width: 940px; }
    .container .page .header {
      border-bottom: 2px solid #EBEBEB;
      margin-bottom: 25px; }
      .container .page .header a {
        color: #000;
        font: 64px/64px "Times new Roman";
        text-decoration: none;
        display: block;
        margin: 0 auto -2px;
        text-align: center; }
    .container .page .featured-list li {
      float: left;
      width: 300px;
      margin-right: 20px; }
      .container .page .featured-list li a {
        position: relative;
        display: block;
        font-size: 15px;
        font-family: Adelle, serif; }
        .container .page .featured-list li a img {
          display: block; }
        .container .page .featured-list li a .title {
          position: absolute;
          left: 20px;
          bottom: 20px;
          color: #fff; }
    .container .page .post-list {
      margin-top: 20px; }
      .container .page .post-list li {
        margin-bottom: 2px; }
        .container .page .post-list li a {
          color: #000; }
          .container .page .post-list li a .date {
            font: bold 15px "Proxima Nova", sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px; }
          .container .page .post-list li a .title {
            font-size: 15px;
            font-family: Adelle, serif; }
    .container .page .cover {
      position: relative;
      width: 620px;
      height: 620px;
      float: left;
      margin-bottom: 30px; }
      .container .page .cover .cover-image {
        position: absolute;
        top: 0;
        left: 0; }
        .container .page .cover .cover-image img {
          display: block;
          width: 620px;
          height: 620px; }
      .container .page .cover .cover-text {
        position: absolute;
        bottom: 30px;
        left: 40px;
        width: 540px;
        color: #fff; }
        .container .page .cover .cover-text h1 {
          font-size: 30px;
          font-family: Adelle, serif;
          margin-bottom: 18px; }
        .container .page .cover .cover-text h5 {
          font-size: 18px;
          font-family: 'Proxima Nova', sans-serif;
          opacity: 0.6;
          margin-bottom: 20px; }
        .container .page .cover .cover-text .meta {
          font-size: 12px;
          font-family: 'Proxima Nova', sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          opacity: 0.3; }
      .container .page .cover.no-cover {
        background: #f1f1f1;
        height: 160px; }
        .container .page .cover.no-cover .cover-text {
          color: #000; }
    .container .page .cover-sidebar {
      float: right;
      width: 300px; }
      .container .page .cover-sidebar .music li {
        float: left;
        width: 150px;
        height: 150px;
        position: relative; }
        .container .page .cover-sidebar .music li img {
          position: absolute;
          top: 0;
          left: 0; }
        .container .page .cover-sidebar .music li > div {
          position: absolute;
          bottom: 15px;
          left: 15px;
          width: 120px;
          color: #fff; }
          .container .page .cover-sidebar .music li > div .artist {
            font: bold 14px/18px 'Open Sans', sans-serif; }
          .container .page .cover-sidebar .music li > div .scrobbles {
            font: normal 12px/18px 'Open Sans', sans-serif;
            white-space: nowrap; }
    .container .page article {
      font-family: 'PT Serif', serif;
      font-size: 16px;
      line-height: 24px; }
      .container .page article .column {
        width: 620px; }
        .container .page article .column a {
          color: #000; }
        .container .page article .column b {
          font-weight: bold; }
        .container .page article .column h3 {
          font-size: 27px;
          margin-top: 40px;
          margin-bottom: 20px; }
        .container .page article .column hr {
          border: none;
          border-bottom: 1px solid #e6e6e6;
          margin: 24px 0 20px; }
        .container .page article .column p {
          margin-bottom: 20px; }
        .container .page article .column img {
          display: block;
          margin-bottom: 20px; }
        .container .page article .column ul li {
          padding-left: 30px;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAE0lEQVQYV2P8k+rwnwEHYBxSkgAqYRJoLpApAAAAAABJRU5ErkJggg==) 17px 10px no-repeat;
          margin-bottom: 20px; }
        .container .page article .column .lead {
          font-family: 'Proxima Nova', sans;
          font-weight: bold;
          text-transform: uppercase; }
      .container .page article .interlude {
        width: 1040px;
        margin-left: -50px;
        margin-bottom: 20px; }
      .container .page article .map-container {
        margin-bottom: 20px; }
        .container .page article .map-container .map {
          width: 640px; }
        .container .page article .map-container .map-annotation {
          float: right;
          width: 300px;
          background: #f1f1f1; }
          .container .page article .map-container .map-annotation .key {
            font-size: 14px;
            font-family: "Proxima Nova", sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center; }
            .container .page article .map-container .map-annotation .key:first-child {
              margin-top: 36px; }
          .container .page article .map-container .map-annotation .value {
            font-size: 56px;
            line-height: 56px;
            margin-bottom: 36px;
            text-align: center; }
      .container .page article .test .question {
        margin-bottom: 40px; }
        .container .page article .test .question h2 {
          margin-bottom: 20px; }
        .container .page article .test .question .right {
          max-height: 0px;
          overflow: hidden; }
        .container .page article .test .question ul.answers li {
          background: none;
          border: 1px solid #8d8d8d;
          border-radius: 5px;
          padding: 20px;
          font: 21px/24px "Proxima-Nova-Regular", Arial, sans-serif;
          cursor: pointer; }
          .container .page article .test .question ul.answers li:hover {
            background: #f1f1f1; }
          .container .page article .test .question ul.answers li p {
            display: block;
            margin-bottom: 0;
            font: 17px/24px 'Proxima-Nova-Regular', Arial, sans-serif;
            max-height: 0;
            overflow: hidden; }
        .container .page article .test .question.answered .right {
          max-height: 10000px;
          transition-duration: 1s;
          transition-timing-function: ease-in; }
        .container .page article .test .question.answered ul li {
          cursor: auto; }
          .container .page article .test .question.answered ul li:hover {
            background: transparent; }
          .container .page article .test .question.answered ul li p {
            max-height: 10000px;
            transition-duration: 1s;
            transition-property: max-height;
            transition-timing-function: ease-in;
            margin-top: 20px; }
          .container .page article .test .question.answered ul li.incorrect {
            background: #FFC5B4;
            border: 1px solid #FFC5B4;
            color: rgba(0, 0, 0, 0.5); }
          .container .page article .test .question.answered ul li.correct {
            background: #CDDDCE;
            border: 1px solid #CDDDCE;
            color: rgba(0, 0, 0, 0.75); }
      .container .page article .test .result {
        display: none;
        padding: 40px;
        background: #f1f1f1; }
        .container .page article .test .result h3 {
          font: 600 12px/16px 'Proxima Nova', Arial, sans-serif;
          color: #8D8D8D;
          text-align: center;
          text-transform: uppercase;
          margin: 0 auto 10px; }
        .container .page article .test .result .value {
          font: 28px/35px 'Adelle';
          text-align: center;
          margin: 0 auto 30px; }
        .container .page article .test .result .reset {
          background: #ffffff;
          color: #000000;
          font: bold 12px/15px 'Proxima Nova', Arial, sans-serif;
          display: block;
          margin: 0 auto;
          border: 0;
          border-radius: 3px;
          padding: 10px 20px;
          text-transform: uppercase;
          cursor: pointer;
          transition: background-color 0.2s linear;
          -webkit-transition: all 0.1s linear; }
          .container .page article .test .result .reset:hover {
            background-color: #FF652D;
            color: #ffffff; }
      .container .page article .right {
        float: right;
        width: 300px; }
        .container .page article .right .splitter {
          height: 15px; }
        .container .page article .right.quote {
          font-size: 25px;
          line-height: 31px; }
        .container .page article .right img {
          display: block;
          margin-bottom: 5px;
          width: 300px; }
        .container .page article .right .caption {
          color: #8a8a8a;
          font: 14px/18px 'Proxima Nova', sans;
          margin-bottom: 5px; }
          .container .page article .right .caption a {
            color: #8a8a8a; }
        .container .page article .right .huge {
          color: #fc6540;
          font-size: 56px;
          line-height: 56px;
          margin-bottom: 24px;
          text-align: center; }
        .container .page article .right .bx-wrapper {
          margin-bottom: 5px; }
    .container .page .comments {
      width: 620px;
      margin-top: 50px; }
      .container .page .comments h2 {
        margin-bottom: 20px;
        padding: 0 0 25px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
      .container .page .comments .comment {
        padding: 0 0 5px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        margin-bottom: 20px; }
        .container .page .comments .comment .author {
          font: bold 13px/13px Arial, sans-serif; }
        .container .page .comments .comment .text {
          margin: 15px 0;
          font: 15px/24px "PT Serif", serif; }
      .container .page .comments .form .username {
        display: block;
        border: 1px solid #cccccc;
        font: bold 13px/13px Arial, sans-serif;
        padding: 5px;
        width: 610px; }
      .container .page .comments .form textarea {
        display: block;
        border: 1px solid #cccccc;
        border-top: none;
        font: 15px/24px "PT Serif", serif;
        padding: 5px;
        width: 610px;
        height: 160px;
        resize: none; }
    .container .page h2 {
      font: normal 22px/24px "Adelle", serif; }

.bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0; }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  display: none; }

.bxslider img {
  margin-bottom: 0; }

.bx-wrapper .bx-prev {
  background: url(../../resources/87aa0ec5256ce4e164c82bb2346bd93b.png) left top no-repeat; }
  .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
    background: url(../../resources/87aa0ec5256ce4e164c82bb2346bd93b.png) left bottom no-repeat; }

.bx-wrapper .bx-next {
  background: url(../../resources/87aa0ec5256ce4e164c82bb2346bd93b.png) right top no-repeat; }
  .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background: url(../../resources/87aa0ec5256ce4e164c82bb2346bd93b.png) right bottom no-repeat; }
