@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=a493de1e-1cef-48a7-b5e8-0c1d27d4ad30&fontids=1437636");
/* ============================================================================= 
   Reset
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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.618em;
}
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;
}
/* apply a natural box layout model to all elements, but allowing components to change */

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.table-wrapper {
  margin: 24px 0;
  overflow-x: auto;
}
head,
title,
link,
meta,
style,
script {
  display: none;
}
.rich-text ul,
.rich-text ol,
.rich-text dl {
  list-style-position: outside;
  padding-left: 24px;
  margin: 24px 0;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text dl {
  padding: 0;
}
.rich-text dt,
.rich-text dd {
  display: block;
  margin: 0;
}
.rich-text dt {
  font-weight: bold;
  font-size: 110%;
}
.rich-text dd {
  margin-bottom: 12px;
}
.rich-text legend {
  font-weight: bold;
}
.rich-text sup {
  vertical-align: super;
  font-size: 50%;
}
.rich-text sub {
  vertical-align: sub;
  font-size: 50%;
}
.rich-text pre {
  font-family: monospace;
  clear: left;
  border: 1px solid #e6e6e6;
  padding: 24px;
  font-size: 80%;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

}
small {
  font-size: 60%;
}
/* ============================================================================= 
   Videos
   ========================================================================== */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe,
.video-wrapper video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ============================================================================= 
   Forms
   ========================================================================== */

form a {
  font-size: 0.9rem;
  text-decoration: none;
}
form a:hover {
  text-decoration: underline;
}
.field-validation-error,
.error {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #c30f36;
  font-weight: 400;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
textarea {
  border: 1px solid #f8f8f8;
  outline: none;
  color: #333333;
  margin: 0;
  width: 100%;
  padding: 20px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  background: #f8f8f8;
  -webkit-appearance: none;
  font-family: 'montserrat', helvetica, arial, sans-serif;
  font-weight: 300;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  border: 1px solid black;
  background: white;
  color: #444444;
}
textarea {
  min-height: 234px;
  font-family: sans-serif;
  -webkit-appearance: none;
}
input[type="submit"],
button {
  -webkit-appearance: none;
  border: 0;
  display: block;
  cursor: pointer;
  text-align: center;
}
input[type="submit"]:hover,
button:hover {
  opacity: 0.8;
}
label,
legend,
.label {
  display: block;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
input[type="checkbox"] {
  display: inline;
}
.checkbox-wrapper,
.radio-wrapper {
  position: relative;
  padding-left: 24px;
}
.checkbox-wrapper label,
.radio-wrapper label {
  text-transform: none;
  font-size: 0.9rem;
}
.checkbox-wrapper input,
.radio-wrapper input {
  position: absolute;
  left: 0;
  top: 3px;
}
.form-field {
  margin-bottom: 24px;
}
.form-field:last-child {
  margin-bottom: 0;
}
/* ==================================================================================================================== 
  Phosphor Grid
  ==================================================================================================================== */

.container {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}
.container.full-width {
  padding: 0;
}
.container.full-width .row {
  max-width: 100%;
}
.row {
  max-width: 1300px;
  margin: 0 auto;
  zoom: 1;
}
.row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
}
.onecol.single,
.twocol.single,
.threecol.single,
.fourcol.single,
.fivecol.single,
.sixcol.single,
.sevencol.single,
.eightcol.single,
.ninecol.single,
.tencol.single,
.elevencol.single {
  float: none;
  margin: 0 auto;
}
.onecolumn,
.twocolumn,
.threecolumn,
.fourcolumn,
.fivecolumn,
.sixcolumn,
.sevencolumn,
.eightcolumn,
.ninecolumn,
.tencolumn,
.elevencolumn,
.twelvecolumn {
  margin-right: 0;
  margin-left: 0;
  float: left;
  min-height: 1px;
}
.onecolumn.single,
.twocolumn.single,
.threecolumn.single,
.fourcolumn.single,
.fivecolumn.single,
.sixcolumn.single,
.sevencolumn.single,
.eightcolumn.single,
.ninecolumn.single,
.tencolumn.single,
.elevencolumn.single,
.twelvecolumn.single {
  float: none !important;
  margin: 0 auto;
}
.onecol {
  width: 6.43%;
}
.twocol {
  width: 14.76%;
}
.threecol {
  width: 23.1%;
}
.fourcol {
  width: 31.43%;
}
.fivecol {
  width: 39.77%;
}
.sixcol {
  width: 48.1%;
}
.sevencol {
  width: 56.43%;
}
.eightcol {
  width: 64.76%;
}
.ninecol {
  width: 73.1%;
}
.tencol {
  width: 81.44%;
}
.elevencol {
  width: 89.77%;
}
.twelvecol {
  width: 98.1%;
  margin: 0 0.95%;
  float: left;
}
.onecolumn {
  width: 8.333333333%;
}
.twocolumn {
  width: 16.666666667%;
}
.threecolumn {
  width: 25%;
}
.fourcolumn {
  width: 33.333333333%;
}
.fivecolumn {
  width: 41.666666667%;
}
.sixcolumn {
  width: 50%;
}
.sevencolumn {
  width: 58.333333333%;
}
.eightcolumn {
  width: 66.666666667%;
}
.ninecolumn {
  width: 75%;
}
.tencolumn {
  width: 83.333333333%;
}
.elevencolumn {
  width: 91.666666667%;
}
.twelvecolumn {
  width: 100%;
  float: left;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
img[alt] {
  font-size: 0.7em;
}
.items,
.item {
  zoom: 1;
}
.items:after,
.item:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
/* =============================================================================
   Media Queries large screen devices e.g landscape tablets, small desktop monitors
   ========================================================================== */

@media handheld, only screen and (max-width: 1280px) {
  .container .onecol-ld {
    width: 6.43%;
    float: left;
  }
  .container .twocol-ld {
    width: 14.76%;
    float: left;
  }
  .container .threecol-ld {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-ld {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-ld {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-ld {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-ld {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-ld {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-ld {
    width: 73.1%;
    float: left;
  }
  .container .tencol-ld {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-ld {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-ld {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-ld,
  .container .twocolumn-ld,
  .container .threecolumn-ld,
  .container .fourcolumn-ld,
  .container .fivecolumn-ld,
  .container .sixcolumn-ld,
  .container .sevencolumn-ld,
  .container .eightcolumn-ld,
  .container .ninecolumn-ld,
  .container .tencolumn-ld,
  .container .elevencolumn-ld,
  .container .twelvecolumn-ld {
    margin: 0;
  }
  .container .onecolumn-ld {
    width: 8.333333333%;
  }
  .container .twocolumn-ld {
    width: 16.666666667%;
  }
  .container .threecolumn-ld {
    width: 25%;
  }
  .container .fourcolumn-ld {
    width: 33.333333333%;
  }
  .container .fivecolumn-ld {
    width: 41.666666667%;
  }
  .container .sixcolumn-ld {
    width: 50%;
  }
  .container .sevencolumn-ld {
    width: 58.333333333%;
  }
  .container .eightcolumn-ld {
    width: 66.666666667%;
  }
  .container .ninecolumn-ld {
    width: 75%;
  }
  .container .tencolumn-ld {
    width: 83.333333333%;
  }
  .container .elevencolumn-ld {
    width: 91.666666667%;
  }
  .container .twelvecolumn-ld {
    width: 100%;
    float: left;
  }
}
/* =============================================================================
   Media Queries medium e.g Potrait tablets & phablets, phones landsacpe
   ========================================================================== */

@media handheld, only screen and (max-width: 1023px), print {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .container .onecol-md {
    width: 6.43%;
    float: left;
  }
  .container .twocol-md {
    width: 14.76%;
    float: left;
  }
  .container .threecol-md {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-md {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-md {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-md {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-md {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-md {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-md {
    width: 73.1%;
    float: left;
  }
  .container .tencol-md {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-md {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-md {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-md,
  .container .twocolumn-md,
  .container .threecolumn-md,
  .container .fourcolumn-md,
  .container .fivecolumn-md,
  .container .sixcolumn-md,
  .container .sevencolumn-md,
  .container .eightcolumn-md,
  .container .ninecolumn-md,
  .container .tencolumn-md,
  .container .elevencolumn-md,
  .container .twelvecolumn-md {
    margin: 0;
  }
  .container .onecolumn-md {
    width: 8.333333333%;
  }
  .container .twocolumn-md {
    width: 16.666666667%;
  }
  .container .threecolumn-md {
    width: 25%;
  }
  .container .fourcolumn-md {
    width: 33.333333333%;
  }
  .container .fivecolumn {
    width: 41.666666667%;
  }
  .container .sixcolumn-md {
    width: 50%;
  }
  .container .sevencolumn-md {
    width: 58.333333333%;
  }
  .container .eightcolumn-md {
    width: 66.666666667%;
  }
  .container .ninecolumn-md {
    width: 75%;
  }
  .container .tencolumn-md {
    width: 83.333333333%;
  }
  .container .elevencolumn-md {
    width: 91.666666667%;
  }
  .container .twelvecolumn-md {
    width: 100%;
    float: left;
  }
}
/* =============================================================================
   Media Queries medium e.g phones portrait
   ========================================================================== */

@media handheld, only screen and (max-width: 860px) {
  .row,
  body {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .container .onecol-sm {
    width: 6.43%;
    float: left;
  }
  .container .twocol-sm {
    width: 14.76%;
    float: left;
  }
  .container .threecol-sm {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-sm {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-sm {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-sm {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-sm {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-sm {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-sm {
    width: 73.1%;
    float: left;
  }
  .container .tencol-sm {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-sm {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-sm {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-sm,
  .container .twocolumn-sm,
  .container .threecolumn-sm,
  .container .fourcolumn-sm,
  .container .fivecolumn-sm,
  .container .sixcolumn-sm,
  .container .sevencolumn-sm,
  .container .eightcolumn-sm,
  .container .ninecolumn-sm,
  .container .tencolumn-sm,
  .container .elevencolumn-sm,
  .container .twelvecolumn-sm {
    margin: 0;
  }
  .container .onecolumn-sm {
    width: 8.333333333%;
    float: left;
  }
  .container .twocolumn-sm {
    width: 16.666666667%;
    float: left;
  }
  .container .threecolumn-sm {
    float: left;
    width: 25%;
  }
  .container .fourcolumn-sm {
    width: 33.333333333%;
    float: left;
  }
  .container .fivecolumn-sm {
    width: 41.666666667%;
    float: left;
  }
  .container .sixcolumn-sm {
    width: 50%;
    float: left;
  }
  .container .sevencolumn-sm {
    width: 58.333333333%;
    float: left;
  }
  .container .eightcolumn-sm {
    width: 66.666666667%;
    float: left;
  }
  .container .ninecolumn-sm {
    float: left;
    width: 75%;
  }
  .container .tencolumn-sm {
    width: 83.333333333%;
    float: left;
  }
  .container .elevencolumn-sm {
    width: 91.666666667%;
    float: left;
  }
  .container .twelvecolumn-sm {
    width: 100%;
    float: left;
  }
}
.js .js-fancybox-content {
  display: none;
}
.u-txt-left {
  text-align: left;
}
.u-txt-right {
  text-align: right;
}
.u-txt-center {
  text-align: center;
}
.u-txt-center ul,
.u-txt-center li {
  list-style-position: inside;
}
.u-img-link {
  display: inline-block;
}
.u-img-link img {
  display: block;
}
.u-list-inline-block li {
  display: inline-block;
}
.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.u-more {
  display: block;
}
.u-more:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border: 2px solid white;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.u-more.dark:after {
  border-color: #333333;
}
.u-hidden {
  display: none;
}
.u-table {
  display: table;
  width: 100%;
}
.u-tr {
  display: table-row;
}
.u-td {
  display: table-cell;
  vertical-align: middle;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-title-case {
  text-transform: none;
}
.u-small {
  font-size: 0.9em;
}
img:not([src]) {
  visibility: hidden;
}
.image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  /* You define this doing height / width * 100% */
  position: relative;
}
.image {
  width: 100%;
  /*height: auto;*/
  position: absolute;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-Light-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-LightItalic-webfont.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-Regular-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-Semibold-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-Bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-BoldItalic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-ExtraBold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/content/fonts/OpenSans-CondBold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('/content/fonts/1437636/50c9f3b3-2847-4045-815c-c4a3f76a3867.woff') format('woff');
  
  font-weight: 600;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 12px 0;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 5rem;
  line-height: 5.2rem;
  font-weight: 700;
}
@media handheld, only screen and (max-width: 860px) {
  h1,
  .h1 {
    font-size: 8vw;
    line-height: 8vw;
  }
  h1 span,
  .h1 span {
    font-size: 6vw;
    line-height: 5.7vw;
  }
}
h1.icon,
.h1.icon {
  position: relative;
  padding-left: 48px;
}
h1.icon i,
.h1.icon i {
  position: absolute;
  left: 0;
  top: 0;
}
h2,
.h2 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
@media handheld, only screen and (max-width: 860px) {
  h2,
  .h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
h3,
.h3 {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media handheld, only screen and (max-width: 860px) {
  h3,
  .h3 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1rem;
  line-height: 1.6rem;
}
hr {
  border: none;
  background: rgba(51, 51, 51, 0.1);
  height: 1px;
}
p {
  margin-bottom: 12px;
}
a {
  color: #255a9b;
  text-decoration: none;
  outline: 0;
}
a:active {
  outline: 0;
}
strong,
b {
  font-weight: 600;
}
em {
  font-style: italic;
}
nav ul {
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  color: #333333;
  text-decoration: none;
}
.hgroup {
  margin-bottom: 48px;
}
.hgroup > * {
  margin: 12px 0;
}
.hgroup:first-child {
  margin-top: 0;
}
.hgroup h4 {
  font-size: 18px;
}
.rich-text * {
  margin-bottom: 24px;
}
.rich-text .tickets * {
  margin-bottom: auto;
}
.rich-text .tickets ul {
  padding: 0;
  margin: 0;
}
.rich-text .tickets .js-cat-trigger {
  margin-bottom: 0;
}
.rich-text *:last-child {
  margin-bottom: 0 !important;
}
.rich-text *:first-child {
  margin-top: 0;
}
.rich-text ul li,
.rich-text ol li {
  margin-bottom: 8px;
}
.rich-text strong,
.rich-text b {
  font-weight: 700;
}
.rich-text .table-wrapper {
  margin-top: 48px;
  margin-bottom: 48px;
}
.rich-text table {
  font-size: 0.9em;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  border: 1px solid #e6e6e6;
}
.rich-text table caption {
  text-align: left;
}
.rich-text table td,
.rich-text table th {
  padding: 24px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}
.rich-text table th {
  background: #fcfcfc;
  font-weight: bold;
  text-transform: uppercase;
}
.rich-text a {
  color: #255a9b;
}
.rich-text label {
  margin-bottom: 6px;
}
.rich-text .lead {
  margin-bottom: 48px;
}
.rich-text .lead:not(:last-child) {
  margin-bottom: 24px;
}
.rich-text .terms {
  margin-top: 48px;
  padding-top: 48px;
  font-size: 80%;
  border-top: 1px solid #e6e6e6;
}
.rich-text p.small {
  font-size: 0.8rem;
}
.lead {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}
/* &[href*="//"] {

        &:after{

        content: "";
        display: inline-block;
        position: relative;
        top:3px;
        width: 16px;
        height:16px;
        margin-left: @s/4;
        background-repeat: no-repeat;
        background-image: url(/content/images/external-link.svg);
        }
   */

.main-menu {
  display: none;
  color: white;
}
html.ios.menu-open {
  height: 100%;
}
html.ios.menu-open body {
  height: 100%;
}
.main-menu.hover a:hover:not(.selected) {
  opacity: 0.8;
}
html.menu-open {
  overflow: hidden;
}
html.menu-open footer {
  display: none;
}
html.menu-open body {
  overflow: hidden;
}
html.menu-open header {
  background: rgba(45, 45, 45, 0.9);
  border-bottom: 0;
  z-index: 4005;
}
html.menu-open header .menu-icon {
  color: white;
}
html.menu-open header .menu-icon i span {
  background: white;
  top: 14px;
}
html.menu-open header .menu-icon i:after {
  opacity: 0;
}
html.menu-open header svg {
  fill: white;
}
html.menu-open .main-menu {
  display: block;
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2d2d2d;
  z-index: 4003;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  flex-direction: column;
  padding: 0;
}
@media handheld, only screen and (max-width: 860px) {
  html.menu-open .main-menu .js-slider {
    width: 200vw;
    display: table;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  html.menu-open .main-menu .js-slider.expand-sub {
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  html.menu-open .main-menu .sub-expanded .menu-footer {
    opacity: 0;
  }
}
html.menu-open .main-menu ul li {
  display: block;
  font-weight: 700;
}
html.menu-open .main-menu ul li a {
  display: block;
  color: white;
  padding: 12px;
}
html.menu-open .main-menu ul li a:hover {
  opacity: 0.7;
}
html.menu-open .main-menu .js-menu-inner {
  width: 100%;
  padding-top: 96px;
}
@media handheld, only screen and (max-width: 860px) {
  html.menu-open .main-menu .js-menu-inner {
    padding-top: 72px;
  }
}
html.menu-open .main-menu.js-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
html.menu-open .menu-wrap {
  display: table;
  max-width: 1300px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
html.menu-open .js-menu-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  zoom: 1;
  padding: 0 24px 76px 24px;
}
html.menu-open .js-menu-inner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
@media handheld, only screen and (max-width: 860px) {
  html.menu-open .js-menu-inner {
    padding: 0;
  }
}
html.menu-open .main-menu .primary-nav {
  font-weight: 300;
  margin-bottom: 48px;
  line-height: 1.3;
}
@media handheld, only screen and (min-width: 860px) {
  html.menu-open .main-menu .primary-nav {
    width: 35%;
    float: left;
    margin-right: 6%;
  }
}
@media handheld, only screen and (max-width: 860px) {
  html.menu-open .main-menu .primary-nav {
    width: 100vw;
    padding: 0 2vw;
    display: table-cell;
    vertical-align: top;
  }
}
html.menu-open .main-menu .primary-nav li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  padding: 0;
}
html.menu-open .main-menu .primary-nav li a {
  position: relative;
  cursor: pointer;
  width: 100%;
  font-size: 1.3rem;
  padding: 18px 48px 18px 8px;
}
@media handheld, only screen and (min-width: 860px) {
  html.menu-open .main-menu .primary-nav li a {
    font-size: 1.5rem;
    padding: 18px 48px 18px 0;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  html.menu-open .main-menu .primary-nav li a {
    padding: 24px 48px 24px 0;
    font-size: 2rem;
  }
}
html.menu-open .main-menu .primary-nav li a.selected:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  opacity: 0.6;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
}
@media handheld, only screen and (min-width: 1280px) {
  html.menu-open .main-menu .primary-nav li a.selected:after {
    height: 3px;
  }
}
html.menu-open .main-menu .primary-nav li a.selected:hover {
  opacity: 1;
}
html.menu-open .main-menu .primary-nav li a:before {
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  border: 2px solid white;
  border-bottom: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 28px;
}
@media handheld, only screen and (min-width: 1280px) {
  html.menu-open .main-menu .primary-nav li a:before {
    width: 14px;
    height: 14px;
    right: 20px;
    top: 34px;
  }
}
html.menu-open .main-menu .sub-nav-wrapper {
  float: left;
  width: 58%;
  padding-top: 8px;
}
@media handheld, only screen and (max-width: 860px) {
  html.menu-open .main-menu .sub-nav-wrapper {
    width: 100vw;
    padding: 0 2vw;
    display: table-cell;
    vertical-align: top;
  }
}
html.menu-open .main-menu .sub-nav-wrapper .sub-nav {
  padding-top: 5px;
}
html.menu-open .main-menu .sub-nav-wrapper .sub-nav li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
}
@media handheld, only screen and (min-width: 860px) {
  html.menu-open .main-menu .sub-nav-wrapper .sub-nav li {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  html.menu-open .main-menu .sub-nav-wrapper .sub-nav li a {
    padding: 8px 0;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  html.menu-open .main-menu .sub-nav-wrapper .sub-nav li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  html.menu-open .main-menu .sub-nav-wrapper .sub-nav li a {
    padding: 11px 0;
  }
}
html.menu-open .main-menu .sub-nav-wrapper .sub-nav li a.js-back {
  border-bottom: 1px solid white;
  margin-bottom: 24px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
html.menu-open .main-menu .sub-nav-wrapper .sub-nav li a.js-back:before {
  content: "";
  display: block;
  width: 14px;
  position: absolute;
  height: 14px;
  top: 15px;
  border: 2px solid white;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 10px;
}
@media handheld, only screen and (min-width: 860px) {
  html.menu-open .main-menu .sub-nav-wrapper .sub-nav li a.js-back {
    display: none;
  }
}
html.menu-open .main-menu .sub-nav-wrapper .sub-nav li a.nav-group-title {
  display: block;
  font-weight: 600;
}
html.menu-open .main-menu .sub-nav-wrapper .sub-nav li a.nav-group-title a {
  padding: 8px 0;
}
@media handheld, only screen and (max-width: 860px) {
  html.menu-open .menu-footer {
    display: block;
    width: 100vw;
    padding: 0 2vw;
  }
  html.menu-open .menu-footer .social-links,
  html.menu-open .menu-footer .lang-toggle,
  html.menu-open .menu-footer .footer-utils,
  html.menu-open .menu-footer .js-site-select {
    display: block;
    text-align: left !important;
  }
  html.menu-open .menu-footer .js-site-select {
    margin: 48px 0 12px 0;
  }
  html.menu-open .menu-footer .lang-toggle,
  html.menu-open .menu-footer .social-links {
    margin: 0;
    position: static;
  }
  html.menu-open .menu-footer .lang-toggle li a:first-child,
  html.menu-open .menu-footer .social-links li a:first-child {
    padding-left: 0;
  }
  html.menu-open .menu-footer .social-links {
    font-size: 1.6rem;
  }
  html.menu-open .menu-footer .footer-utils {
    margin: 0;
  }
  html.menu-open .menu-footer .footer-utils li {
    display: block;
  }
  html.menu-open .menu-footer .footer-utils li a {
    padding-left: 0;
  }
}
html.menu-open .menu-footer:after {
  display: none;
}
html.menu-open .menu-footer ul li {
  font-weight: 500;
  display: inline-block;
}
@media handheld, only screen and (min-width: 1280px) {
  html.menu-open .menu-footer ul li {
    font-size: 1.3rem;
  }
}
html.menu-open .menu-footer .js-site-select {
  position: relative;
  cursor: pointer;
}
html.menu-open .menu-footer .js-site-select .js-trigger {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  padding-right: 24px;
}
@media handheld, only screen and (min-width: 1280px) {
  html.menu-open .menu-footer .js-site-select .js-trigger {
    font-size: 1.3rem;
  }
}
html.menu-open .menu-footer .js-site-select .js-trigger:after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -20px;
  top: -3px;
  position: relative;
  display: inline-block;
  border: 2px solid white;
  border-bottom: 0;
  border-left: 0;
}
html.menu-open .menu-footer .js-site-select ul {
  background: #333333;
  position: absolute;
  width: 100%;
  bottom: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
html.menu-open .menu-footer .js-site-select ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
html.menu-open .menu-footer .js-site-select ul li a {
  display: block;
}
html.menu-open .menu-footer .social-links {
  text-align: right;
}
html.menu-open .menu-footer .social-links li a {
  padding: 0 12px;
}
html.menu-open .menu-footer .lang-toggle {
  position: relative;
  top: -5px;
}
html.menu-open .menu-footer .lang-toggle li:after {
  content: "/";
  display: inline-block;
  font-size: 2rem;
  position: relative;
  top: 5px;
}
html.menu-open .menu-footer .lang-toggle li:last-child:after {
  display: none;
}
html.menu-open .menu-footer .lang-toggle li a {
  display: inline-block;
  opacity: 0.5;
}
html.menu-open .menu-footer .lang-toggle li a.selected {
  opacity: 1;
}
html.menu-open .copyright-message {
  font-size: 0.8rem;
  opacity: 0.7;
  padding: 6px 0;
}
@media handheld, only screen and (max-width: 860px) {
  html.menu-open .copyright-message {
    padding-left: 8px;
  }
}
a.btn,
.btn,
button:not(.fancybox-button),
input[type="submit"] {
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 14px;
  white-space: nowrap;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  -webkit-appearance: none;
  min-width: 150px;
}
a.btn:focus,
.btn:focus,
button:not(.fancybox-button):focus,
input[type="submit"]:focus {
  outline: 0;
  opacity: 0.8;
}
a.btn:hover,
.btn:hover,
button:not(.fancybox-button):hover,
input[type="submit"]:hover {
  opacity: 0.8;
}
a.btn.full-width,
.btn.full-width,
button:not(.fancybox-button).full-width,
input[type="submit"].full-width {
  width: 100%;
  display: block;
}
a.btn.btn-o,
.btn.btn-o,
button:not(.fancybox-button).btn-o,
input[type="submit"].btn-o {
  border: 1px solid #eb6564;
  color: #eb6564;
  background: white;
}
a.btn.primary,
.btn.primary,
button:not(.fancybox-button).primary,
input[type="submit"].primary {
  border: 1px solid #eb6564;
  background: #eb6564;
  color: white;
}
a.btn.twelvecol-sm,
.btn.twelvecol-sm,
button:not(.fancybox-button).twelvecol-sm,
input[type="submit"].twelvecol-sm {
  margin-bottom: 12px;
}
.btn-load-more {
  margin: 24px 0.5% 100px 0.5%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  display: block;
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
  font-size: 0.78rem;
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  padding: 16px 20px 16px 36px;
  position: relative;
  cursor: pointer;
}
.btn-load-more i {
  display: none;
}
.btn-load-more.loading {
  height: 55px;
}
.btn-load-more.loading span {
  display: none;
}
.btn-load-more.loading i {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  border-radius: 50%;
  z-index: 100;
  background-color: transparent;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid #eeeeee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: more-loading;
  animation-name: more-loading;
}
@-webkit-keyframes more-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes more-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 4002;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
  opacity: 0;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.8;
}
.btn-top:after {
  display: block;
  position: absolute;
  content: "";
  right: 21px;
  bottom: 21px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #333333;
  border-left: 3px solid #333333;
}
.btn-top.in-view {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
@media handheld, only screen and (max-width: 860px) {
  .btn-top {
    width: 40px;
    height: 40px;
  }
  .btn-top:after {
    right: 14px;
    bottom: 14px;
    width: 10px;
    height: 10px;
  }
  .btn-top.in-view {
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
  }
}
.rich-text input[type="submit"],
.rich-text .btn,
.rich-text button {
  border: 1px solid #eb6564;
  color: #eb6564;
  background: white;
}
.rich-text span.btn a {
  color: #eb6564;
}
.umbraco-forms-form input[type="submit"].primary {
  background: white;
}
.hover ul li a:hover {
  opacity: 0.7;
}
nav.side-nav {
  line-height: 1.4;
  font-size: 0.9rem;
  margin-bottom: 24px;
}
@media handheld, only screen and (min-width: 1023px) {
  nav.side-nav {
    margin-bottom: 48px;
  }
  nav.side-nav .js-open-subnav {
    display: none;
  }
}
nav.side-nav .section-link {
  color: #333333;
  margin-bottom: 12px;
  display: block;
  line-height: 1.3;
}
nav.side-nav ul li {
  display: block;
}
nav.side-nav ul li.has-sub > a {
  position: relative;
}
nav.side-nav ul li.has-sub > a:before {
  display: inline-block;
  line-height: 1;
  content: "+";
  position: absolute;
  left: -15px;
  top: 11px;
}
nav.side-nav ul li a {
  text-transform: uppercase;
  padding: 8px 0;
  color: #333333;
  font-weight: 400;
  display: block;
}
nav.side-nav ul li a.selected {
  position: relative;
  font-weight: 600;
  color: #478cbd;
}
nav.side-nav ul li ul {
  display: none;
  padding-left: 12px;
  font-size: 95%;
}
nav.side-nav ul li ul li a {
  font-weight: 300;
  text-transform: none;
  padding: 4px 0;
}
nav.side-nav ul li ul li.has-sub a:before {
  top: 6px;
}
nav.side-nav ul li.selected:before {
  opacity: 0.3;
}
nav.side-nav ul li.selected a.selected {
  font-weight: 600;
  color: #478cbd;
}
nav.side-nav ul li.selected ul {
  display: block;
}
nav.side-nav ul li.selected ul li:not(.selected) ul {
  display: none;
}
.js .js-open-subnav {
  padding-left: 44px;
  position: relative;
  display: block;
  cursor: pointer;
}
.js .js-open-subnav .menu-icon {
  position: absolute;
  width: 20px;
  height: 2px;
  display: block;
  background: #eb6564;
  left: 18px;
  top: 14px;
}
.js .js-open-subnav .menu-icon:after,
.js .js-open-subnav .menu-icon:before {
  width: 20px;
  height: 2px;
  display: block;
  content: "";
  position: relative;
  top: 5px;
  background: #eb6564;
}
.js .js-open-subnav .menu-icon:after {
  top: 8px;
}
@media handheld, only screen and (max-width: 1023px) {
  .js .side-nav .nav-wrapper {
    display: none !important;
  }
}
.breadcrumbs {
  padding-left: 0 !important;
  font-size: 0.9rem;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a {
  display: inline-block;
  color: inherit;
  border-bottom: 1px solid white;
  line-height: 1.1;
}
.breadcrumbs li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid white;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 8px;
  display: inline-block;
}
.breadcrumbs li:last-child:after {
  display: none;
}
@media handheld, only screen and (max-width: 860px) {
  .breadcrumbs {
    display: none;
  }
}
.rich-text .breadcrumbs a {
  border-bottom: 1px solid #cccccc;
}
.rich-text .breadcrumbs li:after {
  position: relative;
  top: -1px;
  border-color: #333333;
}
.tags {
  position: relative;
}
.tags .js-tag-trigger {
  display: block;
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
  font-size: 0.78rem;
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  padding: 16px 20px 16px 36px;
  position: relative;
}
@media handheld, only screen and (min-width: 1023px) {
  .tags .js-tag-trigger {
    display: none;
  }
}
.tags .js-tag-trigger svg {
  fill: #333333;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 14px;
  top: 17px;
}
.tags .js-tag-trigger:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid #d0d0d0;
  border-left: 0;
  border-top: 0;
  position: absolute;
  right: 24px;
  top: 18px;
  cursor: pointer;
}
.tags li {
  display: inline-block;
}
.tags li a {
  display: block;
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
  font-size: 0.78rem;
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  padding: 16px 20px 16px 36px;
  position: relative;
}
@media handheld, only screen and (min-width: 1023px) {
  .tags li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.tags li a svg {
  fill: #333333;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 14px;
  top: 17px;
}
.tags li.selected a {
  background: #333333;
  position: relative;
  color: white;
}
.tags li.selected a svg {
  fill: white;
}
.tags li.selected a:after {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -6px;
  background: inherit;
  margin: 0 auto;
  left: calc(44%);
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
@media handheld, only screen and (max-width: 1023px) {
  .tags {
    padding-right: 0;
  }
  .tags ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
  }
  .tags ul li {
    display: block;
  }
  .tags ul li.selected a:after {
    display: none;
  }
  .tags.active ul {
    display: block;
  }
}
.tags.dates li a {
  padding-left: 20px;
}
html {
  font-size: 15px;
}
body {
  color: #333333;
  font-family: 'OpenSans', helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  background: white;
  overflow-y: scroll;
}
.no-js body {
  display: block;
}
header {
  padding: 6px;
  position: fixed;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  z-index: 4000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (min-width: 1023px) {
  header {
    padding: 6px 12px;
  }
}
header .header-inner {
  position: relative;
}
header svg {
  fill: white;
}
header a {
  display: block;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
}
header .menu-icon {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 24px;
  font-size: 11px;
  padding-left: 40px;
  padding-top: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .menu-icon i {
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 0;
  position: absolute;
  left: 0;
}
header .menu-icon i:after,
header .menu-icon i span {
  width: 30px;
  height: 3px;
  display: block;
  background: white;
  position: relative;
}
header .menu-icon i span {
  top: 11px;
}
header .menu-icon i:after {
  content: "";
  top: 14px;
}
@media handheld, only screen and (max-width: 1023px) {
  header .menu-icon {
    left: 8px;
  }
}
header a.logo {
  width: 83px;
  margin: 0 auto;
}
header a.logo svg {
  width: 76px;
  height: 55px;
}
@media handheld, only screen and (max-width: 1023px) {
  header a.logo {
    position: relative;
    top: 3px;
  }
  header a.logo svg {
    width: 55px;
    height: 40px;
  }
}
header a.search-icon {
  position: absolute;
  right: 24px;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header a.search-icon svg {
  position: relative;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
@media handheld, only screen and (max-width: 1023px) {
  header a.search-icon {
    right: 8px;
  }
}
header a.cart-icon {
  position: absolute;
  right: 70px;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header a.cart-icon svg {
  position: relative;
  left: 5px;
  top: 3px;
  width: 24px;
  height: 24px;
}
@media handheld, only screen and (max-width: 1023px) {
  header a.cart-icon {
    right: 50px;
  }
}
header .header-errors {
  background: #c30f36;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
}
header.header-scrolled,
.homepage header,
.hotelspage header,
.no-banner header {
  color: #333333;
  background: white;
  border-bottom: 1px solid #f2f2f2;
}
header.header-scrolled a,
.homepage header a,
.hotelspage header a,
.no-banner header a {
  color: #333333;
}
header.header-scrolled svg,
.homepage header svg,
.hotelspage header svg,
.no-banner header svg {
  fill: #333333;
}
header.header-scrolled i span,
.homepage header i span,
.hotelspage header i span,
.no-banner header i span,
header.header-scrolled i:after,
.homepage header i:after,
.hotelspage header i:after,
.no-banner header i:after {
  background-color: #333333;
}
.meta {
  display: none;
}
.no-banner .main {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media handheld, only screen and (max-width: 1023px) {
  .no-banner .main {
    padding-top: 96px;
  }
}
.main {
  min-height: 100vh;
  padding-bottom: 120px;
  overflow: hidden;
}
.listing-page #content {
  padding-top: 4vw;
  padding-bottom: 4vw;
}
@media handheld, only screen and (min-width: 1280px) {
  .listing-page #content {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.listing-page .overview {
  padding-bottom: 4vw;
}
@media handheld, only screen and (min-width: 1280px) {
  .listing-page .overview {
    padding-bottom: 72px;
  }
}
.listing-page .item {
  margin-bottom: 2%;
  display: block;
}
.listing-page .item img {
  display: block;
  width: 100%;
  height: auto;
}
.listing-page .item.js-hover:hover {
  opacity: 0.8;
}
.listing[class*='overlay-']:after {
  background: black;
  opacity: 0.2;
}
.listing.overlay-0:after {
  display: none;
}
.listing.overlay-1:after {
  opacity: 0.1;
}
.listing.overlay-2:after {
  opacity: 0.2;
}
.listing.overlay-3:after {
  opacity: 0.3;
}
.listing.overlay-4:after {
  opacity: 0.4;
}
.listing.overlay-5:after {
  opacity: 0.5;
}
.listing.overlay-6:after {
  opacity: 0.6;
}
.listing.overlay-7:after {
  opacity: 0.7;
}
.listing.overlay-8:after {
  opacity: 0.8;
}
.listing.overlay-9:after {
  opacity: 0.9;
}
.load-more-wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}
.load-more-wrapper .btn {
  min-width: 260px;
}
.rating {
  position: relative;
  padding-left: 40px;
}
.r-rating {
  font-weight: 800;
  position: absolute;
  border: 1px solid black;
  left: 0;
  display: table;
  background: black;
  font-size: 1.1rem;
}
.r-rating i,
.r-rating b {
  display: table-cell;
  font-weight: 800;
  line-height: 1;
  padding: 3px 1px;
}
.r-rating i {
  background: white;
  color: black;
}
.r-rating b {
  color: white;
}
.tile-flex.item .rating {
  padding-left: 32px;
  color: white;
  font-weight: 800;
}
.tile-flex.item .rating .r-rating {
  top: 3px;
  font-size: 0.9rem;
}
.tile-flex.item .rating .r-rating i,
.tile-flex.item .rating .r-rating b {
  display: table-cell;
  font-weight: 800;
  padding: 1px;
}
#Sharer {
  min-width: 300px;
  font-size: 1.3rem;
  font-weight: 500;
}
#Sharer a {
  display: block;
  padding: 12px 24px;
  color: #333333;
  border-bottom: 1px solid #dbdbdb;
}
#Sharer a i {
  min-width: 40px;
}
#Sharer li:last-child a {
  border: 0;
}
footer {
  max-height: 100vh;
  overflow-y: scroll;
  background: #333333;
  bottom: 0;
  width: 100%;
  z-index: 4001;
  color: white;
}
@media handheld, only screen and (min-width: 860px) {
  footer {
    position: fixed;
  }
}
footer a {
  color: white;
}
footer .footer-inner {
  text-transform: uppercase;
  font-size: 0.8rem;
  zoom: 1;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
footer .footer-inner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
footer .footer-inner div {
  padding: 24px;
  position: relative;
}
@media handheld, only screen and (min-width: 860px) {
  footer .footer-inner div {
    display: inline-block;
  }
}
footer .footer-inner div span {
  display: block;
}
footer .footer-inner .premier-rewards {
  float: left;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  padding-right: 40px;
}
@media handheld, only screen and (max-width: 1023px) {
  footer .footer-inner .premier-rewards {
    display: none;
  }
}
footer .footer-inner .premier-rewards:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 32px;
  border: 2px solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
}
footer .footer-inner .jackpot {
  font-weight: 700;
  padding-left: 60px;
}
@media handheld, only screen and (min-width: 860px) {
  footer .footer-inner .jackpot {
    float: left;
  }
}
footer .footer-inner .jackpot:after {
  content: "";
  left: 24px;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/content/images/layout/jackpot.svg) no-repeat;
}
@media handheld, only screen and (max-width: 860px) {
  footer .footer-inner .jackpot {
    text-align: left;
  }
}
footer .footer-inner .footer-links {
  text-transform: none;
  text-decoration: underline;
  float: right;
  opacity: 0.7;
  font-weight: 500;
}
@media handheld, only screen and (max-width: 1023px) {
  footer .footer-inner .footer-links {
    display: none;
  }
}
footer .footer-inner .responsible-gambling {
  opacity: 0.8;
  line-height: 1.4;
  padding-left: 60px;
  padding-top: 19px;
  padding-bottom: 16px;
}
@media handheld, only screen and (min-width: 860px) {
  footer .footer-inner .responsible-gambling {
    float: right;
  }
}
footer .footer-inner .responsible-gambling span:first-child {
  font-weight: 700;
}
footer .footer-inner .responsible-gambling span:last-child {
  font-weight: 500;
  font-size: 0.69rem;
  opacity: 0.8;
}
footer .footer-inner .responsible-gambling:after {
  content: "";
  left: 24px;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/content/images/layout/gamble.svg) no-repeat;
}
@media handheld, only screen and (max-width: 860px) {
  footer .footer-inner .responsible-gambling {
    text-align: left;
    border-top: 1px solid black;
  }
}
footer .footer-inner .nav-trigger {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.77rem;
  cursor: pointer;
}
@media handheld, only screen and (max-width: 860px) {
  footer .footer-inner .nav-trigger {
    display: none;
  }
}
footer .footer-inner .nav-trigger:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 0;
  border-right: 0;
  position: relative;
  left: 50%;
  -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(-50%);
  -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(-50%);
  -o-transform: rotate(45deg) scale(1) skew(0deg) translate(-50%);
  -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(-50%);
  transform: rotate(45deg) scale(1) skew(0deg) translate(-50%);
}
footer .footer-inner .nav-trigger.sitemap-open:before {
  top: -5px;
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
footer .sitemap {
  display: none;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 0.9rem;
}
footer .sitemap a {
  display: block;
}
footer .sitemap .nav-group-title {
  font-weight: 600;
  margin-bottom: 8px;
}
footer .sitemap ul {
  margin-bottom: 24px;
}
footer .copyright-message {
  opacity: 0.7;
  font-size: 0.8rem;
}
.search-overlay {
  display: none;
  position: relative;
}
.search-overlay .js-center {
  position: absolute;
  width: calc(82vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
html.search-open {
  overflow: hidden;
}
html.search-open body {
  overflow: hidden;
}
html.search-open footer {
  display: none;
}
html.search-open header {
  background: none;
  border: 0;
}
html.search-open header a {
  color: white;
}
html.search-open header .menu-icon i span,
html.search-open header .menu-icon i:after {
  background: white;
}
html.search-open header svg {
  fill: white;
}
html.search-open header .search-icon:before,
html.search-open header .search-icon:after {
  content: "";
  background: white;
  width: 30px;
  height: 3px;
  display: block;
  position: relative;
}
html.search-open header .search-icon svg {
  display: none;
}
html.search-open header .search-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
  opacity: 1;
}
html.search-open header .search-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  opacity: 1;
}
html.search-open .search-overlay {
  background: #2d2d2d;
  opacity: 1;
  position: fixed;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  display: block;
  overflow-y: scroll;
}
html.search-open .search-overlay .form-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: calc(9vw) calc(9vw);
}
@media handheld, only screen and (max-width: 860px) {
  html.search-open .search-overlay .form-wrapper {
    padding: 12px;
  }
}
html.search-open .search-overlay .form-wrapper .field-wrapper {
  display: table;
  width: 100%;
  vertical-align: middle;
  padding-left: 24px;
  border-bottom: 2px solid white;
  padding-bottom: 12px;
}
html.search-open .search-overlay .form-wrapper .field-wrapper div {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
html.search-open .search-overlay .form-wrapper .field-wrapper div:first-child {
  width: 100%;
}
@media handheld, only screen and (max-width: 860px) {
  html.search-open .search-overlay .form-wrapper .field-wrapper {
    display: block;
    padding-left: 0;
  }
  html.search-open .search-overlay .form-wrapper .field-wrapper .btn-wrapper {
    display: none;
  }
  html.search-open .search-overlay .form-wrapper .field-wrapper div {
    display: block;
  }
}
html.search-open .search-overlay .form-wrapper .field-wrapper .btn-wrapper {
  text-align: right;
  background: white;
  vertical-align: top;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html.search-open .search-overlay .form-wrapper .field-wrapper .btn-wrapper button {
  height: 100%;
  display: block;
  color: #333333;
  padding: 12px;
  background: none;
  border: 0;
}
html.search-open .search-overlay .form-wrapper .field-wrapper input[type="search"] {
  width: 100%;
  background: none;
  border: none;
  padding: 10px 24px 0 0;
  color: white;
  font-weight: 500;
}
html.search-open .search-overlay .form-wrapper .field-wrapper input[type="search"]::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
html.search-open .search-overlay .form-wrapper .field-wrapper input[type="search"]:-moz-placeholder {
  color: white;
  opacity: 1;
}
html.search-open .search-overlay .form-wrapper .field-wrapper input[type="search"]::-moz-placeholder {
  color: white;
  opacity: 1;
}
html.search-open.touch-device .search-overlay {
  padding: 0 12px;
}
html.search-open.touch-device .search-overlay .form-wrapper {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  padding: 100px 0 0 0;
}
@media handheld, only screen and (min-width: 1023px) {
  html.search-open.touch-device .search-overlay .form-wrapper {
    padding: 200px 0 0 0;
  }
}
@media handheld, only screen and (max-width: 860px) {
  html.search-open.touch-device .search-overlay .form-wrapper .field-wrapper input[type="search"] {
    padding: 12px;
  }
}
.homepage .main,
.hotelspage .main {
  padding-top: 77px;
  padding-bottom: 0;
}
@media handheld, only screen and (max-width: 1023px) {
  .homepage .main,
  .hotelspage .main {
    padding-top: 58px;
  }
}
@media handheld, only screen and (min-width: 1023px) {
  .homepage .flex,
  .hotelspage .flex {
    display: flex;
  }
}
@media handheld, only screen and (max-width: 1023px) {
  .homepage .flex.flex-tiles-1 section,
  .hotelspage .flex.flex-tiles-1 section {
    height: calc(100vh - 55px);
  }
  .homepage .flex.flex-tiles-2 section,
  .hotelspage .flex.flex-tiles-2 section {
    height: calc(calc(100vh - 55px) / 2);
  }
  .homepage .flex.flex-tiles-3 section,
  .hotelspage .flex.flex-tiles-3 section {
    height: calc(calc(100vh - 55px) / 3);
  }
  .homepage .flex.flex-tiles-4 section,
  .hotelspage .flex.flex-tiles-4 section {
    height: calc(calc(100vh - 55px) / 4);
  }
  .homepage .flex.flex-tiles-5 section,
  .hotelspage .flex.flex-tiles-5 section {
    height: calc(calc(100vh - 55px) / 5);
  }
}
.homepage .flex section,
.hotelspage .flex section {
  counter-increment: sections;
  position: relative;
  padding: 3vw;
  color: white;
  overflow: hidden;
}
.homepage .flex section .rating,
.hotelspage .flex section .rating {
  font-size: 0.8rem;
  padding-left: 30px;
  z-index: 100;
  position: absolute;
  bottom: 24px;
  left: 12px;
}
.homepage .flex section .rating .r-rating,
.hotelspage .flex section .rating .r-rating {
  font-size: 0.9rem;
  display: block;
}
@media handheld, only screen and (min-width: 1023px) {
  .homepage .flex section,
  .hotelspage .flex section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 77px);
    width: 0;
  }
  .homepage .flex section .rating,
  .hotelspage .flex section .rating {
    bottom: 24px;
    right: 24px;
    left: auto;
  }
}
@media handheld, only screen and (max-width: 1023px) {
  .homepage .flex section,
  .hotelspage .flex section {
    display: table;
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 860px) {
  .homepage .flex section .btn,
  .hotelspage .flex section .btn,
  .homepage .flex section .u-more,
  .hotelspage .flex section .u-more {
    display: none;
  }
}
.homepage .flex section.hovered .main-link,
.hotelspage .flex section.hovered .main-link {
  opacity: 0.7;
}
.homepage .flex section .hgroup,
.hotelspage .flex section .hgroup {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  max-width: 650px;
}
@media handheld, only screen and (max-width: 1023px) {
  .homepage .flex section .hgroup,
  .hotelspage .flex section .hgroup {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
  }
}
.homepage .flex section .btn,
.hotelspage .flex section .btn {
  max-width: 100%;
  min-width: 140px;
}
.homepage .flex section form .btn,
.hotelspage .flex section form .btn {
  margin-top: 12px;
}
.homepage .flex section a,
.hotelspage .flex section a {
  color: white;
}
.homepage .flex section .main-link,
.hotelspage .flex section .main-link {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.homepage .flex section .main-link:hover,
.hotelspage .flex section .main-link:hover {
  opacity: 0.7;
}
.homepage .flex section .inline-links,
.hotelspage .flex section .inline-links {
  font-size: 0.9rem;
}
.homepage .flex section .inline-links a:after,
.hotelspage .flex section .inline-links a:after {
  content: ", ";
}
.homepage .flex section .inline-links a:last-child:after,
.hotelspage .flex section .inline-links a:last-child:after {
  display: none;
}
.homepage .flex section .inline-links a:hover,
.hotelspage .flex section .inline-links a:hover {
  opacity: 0.7;
}
.homepage .flex section h2,
.hotelspage .flex section h2 {
  line-height: 1;
  font-size: 1.6rem;
}
@media handheld, only screen and (max-width: 860px) {
  .homepage .flex section h2,
  .hotelspage .flex section h2 {
    font-size: 2.2rem;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  .homepage .flex section h2,
  .hotelspage .flex section h2 {
    font-size: 2.2rem;
  }
}
.homepage .flex section a.image,
.hotelspage .flex section a.image {
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  -moz-transform: scale(1.1) translate3d(0, 0, 0);
  -ms-transform: scale(1.1) translate3d(0, 0, 0);
  -o-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
  -webkit-transition: all 10s ease;
  -moz-transition: all 10s ease;
  -ms-transition: all 10s ease;
  -o-transition: all 10s ease;
}
.homepage .flex section:after,
.hotelspage .flex section:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.homepage .flex section:hover a.image,
.hotelspage .flex section:hover a.image {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.homepage .whats-on-section,
.hotelspage .whats-on-section {
  padding-top: 48px;
  padding-bottom: 120px;
}
.homepage .whats-on-section .title,
.hotelspage .whats-on-section .title {
  text-align: center;
  padding-bottom: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
.whats-on-landing-page .main {
  background: #fafcfa;
}
.whats-on-landing-page .filters {
  position: relative;
  padding: 0 0.5% 48px 0.5%;
  zoom: 1;
}
.whats-on-landing-page .filters:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
@media handheld, only screen and (max-width: 1023px) {
  .whats-on-landing-page .filters {
    padding-bottom: 24px;
  }
}
.whats-on-landing-page .tags {
  display: block;
  margin-right: 60px;
}
@media handheld, only screen and (min-width: 1023px) {
  .whats-on-landing-page .tags {
    padding-right: 130px;
    margin-right: 0;
  }
}
.whats-on-landing-page .date-filter-form {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
@media handheld, only screen and (max-width: 1023px) {
  .whats-on-landing-page .date-filter-form span {
    display: none;
  }
}
.whats-on-landing-page .date-filter-form label {
  cursor: pointer;
  display: block;
  background: #f6f6f6;
  font-size: 0.9rem;
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  padding: 16px 20px 16px 20px;
}
.whats-on-landing-page .date-filter-form label i {
  margin-right: 6px;
}
@media handheld, only screen and (max-width: 1023px) {
  .whats-on-landing-page .date-filter-form label i {
    margin: 0;
  }
}
.select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 3;
  background: #cccccc;
  overflow: hidden;
}
.select-wrapper:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 3px solid #cccccc;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 18px;
  pointer-events: none;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 0 !important;
  background: #f8f8f8;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.text-page .right-col {
  float: right;
  padding-bottom: 72px;
}
.text-page.faq-page .rich-text {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
.featured-text-page .main-content,
.featured-text-page-content .main-content {
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media handheld, only screen and (min-width: 860px) {
  .featured-text-page .main-content .eightcol.rich-text,
  .featured-text-page-content .main-content .eightcol.rich-text {
    padding-right: 48px;
  }
}
@media handheld, only screen and (max-width: 860px) {
  .featured-text-page .main-content,
  .featured-text-page-content .main-content {
    padding-top: 24px;
    padding-bottom: 144px;
  }
  .featured-text-page .main-content .eightcol.rich-text,
  .featured-text-page-content .main-content .eightcol.rich-text {
    margin-bottom: 48px;
  }
}
.ajaxed-content-container button.fancybox-close-small {
  min-width: auto;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
}
.ajaxed-content-container button.fancybox-close-small:after {
  content: '×';
  width: 50px;
  height: 50px;
  font: 50px/25px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: white;
  padding-top: 13px;
  font-weight: 300;
  right: 20px;
  top: 20px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.ajaxed-content-container button.fancybox-close-small:hover:after {
  background: rgba(255, 255, 255, 0.5);
}
.ajaxed-content-container .featured-text-page-content {
  width: 98%;
  max-width: 1400px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 12px 0 12px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: white;
  overflow: auto;
  box-sizing: border-box;
}
#FeaturedContent {
  min-height: 96vh;
}
.search-results .search-result {
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.search-results .search-result:last-child {
  border: 0;
}
.search-results .hover a:hover {
  opacity: 0.7;
}
ul.sitemap {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
ul.sitemap li {
  position: relative;
}
ul.sitemap li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  background: #cccccc;
  left: -24px;
  top: 13px;
}
ul.sitemap li ul {
  list-style: none;
  border-left: 1px solid #cccccc;
  margin: 0;
}
ul.sitemap li.level0 > a {
  font-weight: 700;
  font-size: 1.7rem;
}
ul.sitemap li.level0:before {
  display: none;
}
ul.sitemap li .level1 > a {
  font-weight: 700;
  font-size: 1.4rem;
}
ul.sitemap li .level2 > a {
  font-weight: 600;
  font-size: 1.2rem;
}
.add-to-cart-page .theme {
  position: relative;
  cursor: pointer;
  min-height: 100px;
}
.add-to-cart-page .theme img {
  width: 100%;
  height: auto;
}
.add-to-cart-page .theme .desc-wrapper {
  position: absolute;
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
}
.add-to-cart-page textarea {
  resize: vertical;
}
.table-wrapper.cart {
  margin-top: 48px;
  margin-bottom: 48px;
}
table#cart {
  font-size: 0.9em;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  border: 1px solid #e6e6e6;
}
table#cart caption {
  text-align: left;
}
table#cart td,
table#cart th {
  padding: 24px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #e6e6e6;
}
table#cart td:first-child,
table#cart th:first-child {
  text-align: left;
}
table#cart a {
  display: block;
  color: #333333;
}
table#cart a:hover {
  text-decoration: none;
  opacity: 0.6;
}
table#cart th {
  background: #fcfcfc;
  font-weight: bold;
  text-transform: uppercase;
}
table#cart .del {
  width: 50px;
  text-align: center;
}
table#cart .del button {
  min-width: 0;
  padding: 0;
  color: black;
  font-size: 2rem;
}
.no-banner.add-to-cart-page h1.main-title {
  margin-bottom: 24px;
}
.no-banner.add-to-cart-page .main-content {
  padding-top: 0;
}
.poker-tournament .tags {
  padding-left: 0;
}
.poker-tournament .day {
  margin-bottom: 48px;
}
.poker-tournament .date {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: 700;
  background: #e7e7e7;
  border-bottom: 2px solid #cccccc;
  padding: 12px;
}
.poker-tournament .tournament {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding: 48px 12px;
  color: #333333;
  margin: 0;
}
.poker-tournament .tournament:last-child {
  border: 0;
}
.poker-tournament .tournament:hover {
  opacity: 0.7;
}
.poker-tournament .event-time {
  text-transform: uppercase;
  font-weight: 800;
}
.poker-tournament.select-tournaments table .tournament-detail td:first-child {
  margin: 0 0 12px 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6rem;
}
.poker-tournament .steps {
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
  display: table;
  border: 1px solid #cccccc;
}
.poker-tournament .steps li {
  display: table-cell;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 24px;
}
.poker-tournament .steps li a {
  display: block;
}
.poker-tournament .steps li.selected {
  background: #cccccc;
}
.poker-tournament .steps li span {
  margin: 0;
}
.poker-tournament .steps li span.number {
  position: absolute;
  left: 0;
  padding: 12px 0 12px 24px;
}
.poker-tournament .steps li span:not(.number) {
  display: block;
  padding: 12px 24px 12px 12px;
  color: black;
}
.poker-tournament .rich-text {
  padding-bottom: 72px;
}
.payment-portal .twelvecol .rich-text {
  max-width: 800px;
  margin: 0 auto;
}
.error-page .rich-text {
  max-width: 800px;
  margin: 0 auto;
}
.content-block-downloads {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  color: white;
  background-size: cover;
  background-position: center;
}
@media handheld, only screen and (max-width: 1023px) {
  .content-block-downloads {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-downloads {
    padding: 48px 0;
  }
}
.content-block-downloads:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: black;
  opacity: 0.37;
}
.content-block-downloads .section-title {
  font-size: 4rem;
  font-weight: 200;
  margin-bottom: 40px;
}
@media handheld, only screen and (max-width: 1023px) {
  .content-block-downloads .section-title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.content-block-downloads a {
  position: relative;
  display: block;
  padding: 24px 100px 24px 0;
  color: white;
  font-weight: 400;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media handheld, only screen and (max-width: 1023px) {
  .content-block-downloads a {
    font-size: 1.1rem;
  }
}
.content-block-downloads a i {
  position: absolute;
  right: 0;
}
.content-block-downloads a.hover:hover {
  opacity: 0.8;
}
.content-block-downloads .content {
  position: relative;
  z-index: 1;
}
.content-block-downloads .content li:last-child a {
  border: 0;
  padding-bottom: 0;
}
.content-block-downloads.section-multi .content {
  margin-bottom: 96px;
}
.content-block-downloads.section-multi .content:last-child {
  margin-bottom: 0;
}
.content-block-downloads.section-multi .section-title {
  font-size: 3em;
  margin-bottom: 24px;
}
.content-block-downloads.section-multi a {
  padding: 12px 100px 12px 0;
  color: white;
  font-size: 1.2rem;
}
.content-block-two-column-richtext,
.content-block-one-column-richtext {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-two-column-richtext,
  .content-block-one-column-richtext {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media handheld, only screen and (min-width: 1023px) {
  .content-block-two-column-richtext .sixcol:first-child,
  .content-block-one-column-richtext .sixcol:first-child {
    padding-right: 24px;
  }
  .content-block-two-column-richtext .sixcol:last-child,
  .content-block-one-column-richtext .sixcol:last-child {
    padding-left: 24px;
  }
}
@media handheld, only screen and (max-width: 1023px) {
  .content-block-two-column-richtext .sixcol:first-child,
  .content-block-one-column-richtext .sixcol:first-child {
    margin-bottom: 24px;
  }
}
.content-block-grid-block {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-grid-block {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.content-block-grid-block .item-tile {
  position: relative;
}
.content-block-grid-block .bg-image {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background-size: cover;
  background-position: center;
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-grid-block .bg-image {
    left: 0;
    right: 0;
  }
}
.content-block-grid-block .bg-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c060a;
  opacity: 0.37;
}
.content-block-grid-block a {
  color: white;
}
.content-block-grid-block .hgroup {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  left: 0;
  padding: 48px;
  margin-bottom: 0;
}
.content-block-grid-block .hgroup h3 {
  font-size: 2rem;
  line-height: 1.1;
}
.content-block-grid-block .hgroup > *:last-child {
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-grid-block .hgroup {
    padding: 24px;
  }
  .content-block-grid-block .hgroup h3 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
.content-block-grid-block .sixcolumn.square {
  padding-top: 50%;
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-grid-block .sixcolumn.square {
    padding-top: 100%;
  }
}
.content-block-grid-block .threecolumn.square {
  padding-top: 25%;
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-grid-block .threecolumn.square {
    padding-top: 50%;
  }
}
.content-block-grid-block .h-rect {
  padding-top: 25%;
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-grid-block .h-rect {
    padding-top: 50%;
  }
}
.content-block-contact-map {
  background: #1b1e31;
  position: relative;
  color: white;
  overflow: hidden;
  font-size: 120%;
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-contact-map {
    padding: 0;
  }
}
@media handheld, only screen and (min-width: 860px) {
  .content-block-contact-map .map-wrapper {
    padding-top: 50vw;
  }
  .content-block-contact-map .map-wrapper .js-map-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
  }
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-contact-map .map-wrapper .js-map-canvas {
    height: 400px;
    position: static;
  }
}
.content-block-contact-map .u-td {
  width: 50%;
}
.content-block-contact-map .content-w {
  padding: 24px 24px 24px 0;
  font-size: 0.9rem;
}
@media handheld, only screen and (min-width: 860px) {
  .content-block-contact-map .content-w {
    padding: 24px 72px 24px 0;
    max-width: 650px;
    width: 100%;
    float: right;
  }
  .content-block-contact-map .content-w a {
    color: #b9bfe9;
  }
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-contact-map .content-w {
    padding: 48px 6%;
  }
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-contact-map .u-table,
  .content-block-contact-map .u-table .u-td {
    display: block;
    width: 100%;
  }
}
.content-block-faqs {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media handheld, only screen and (max-width: 860px) {
  .content-block-faqs .faq-category {
    padding: 0 4%;
  }
}
.content-block-gallery {
  margin: 72px 0;
}
@media handheld, only screen and (max-width: 1023px) {
  .content-block-gallery {
    margin: 24px 0;
  }
}
.content-block-gallery .image-macro,
.content-block-gallery .gallery-macro {
  margin: 0;
}
.content-block-video {
  margin: 72px 0;
}
@media handheld, only screen and (max-width: 1023px) {
  .content-block-video {
    margin: 24px 0;
  }
}
.content-block-related-items {
  margin-top: 48px;
}
.rich-text [class*='section-'] {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.rich-text [class*='section-']:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-map .js-map-canvas {
  height: 500px;
  background: #cccccc;
}
.section-map .js-map-canvas * {
  margin-bottom: 0 !important;
}
.section-map .js-map-canvas img {
  max-width: auto;
}
.section-gallery h3 {
  margin-bottom: 0;
}
.section-gallery .image-macro,
.section-gallery .gallery-macro {
  margin-top: 24px;
}
.section-featured a {
  color: #333333;
}
.section-featured .featured-page-item {
  display: block;
  margin-bottom: 72px;
}
.section-featured .featured-page-item .title {
  font-family: 'Avenir', helvetica, arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 12px;
}
.section-featured .featured-page-item .price {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
.section-featured .featured-page-item .rich-text {
  margin-bottom: 12px;
}
.section-featured .featured-page-item .u-more:after {
  border-color: inherit;
}
.section-featured .featured-page-item.hover:hover {
  opacity: 0.8;
}
.section-downloads ul {
  list-style-type: none;
  padding-left: 0;
  font-weight: 500;
}
.section-downloads a {
  position: relative;
  display: block;
  color: #333333;
  padding: 24px 100px 24px 0;
  list-style-type: none;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
@media handheld, only screen and (max-width: 1023px) {
  .section-downloads a {
    font-size: 1.1rem;
  }
}
.section-downloads a i {
  position: absolute;
  right: 0;
}
.section-downloads a.hover:hover {
  opacity: 0.8;
}
.section-downloads li:last-child a {
  border: 0;
  padding-bottom: 0;
}
.section-video {
  margin-bottom: 48px;
}
.banner {
  background-color: #a6a6a6;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 48px;
}
@media handheld, only screen and (max-width: 1023px) {
  .banner {
    margin-bottom: 24px;
  }
}
.banner:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .row.headings {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: table;
  width: 100%;
  height: 60vw;
  padding-top: 100px;
}
@media handheld, only screen and (min-width: 860px) {
  .banner .row.headings {
    height: 50vh;
  }
}
.banner .row.headings .hgroup {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0.95% 24px 0.95%;
}
.banner .row.headings .hgroup > * {
  max-width: 740px;
  margin-bottom: 12px;
}
.banner .row.headings .hgroup > *.pre-title {
  margin-bottom: 12px;
}
.banner .row.headings .hgroup .sub-title,
.banner .row.headings .hgroup .pre-title {
  text-transform: uppercase;
  font-weight: 200;
}
.banner .row.headings .hgroup h1 {
  font-size: 2rem;
  line-height: 2.2rem;
}
.banner .row.headings .hgroup h2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.banner .row.headings .hgroup p {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media handheld, only screen and (min-width: 860px) {
  .banner .row.headings .hgroup h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .banner .row.headings .hgroup h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .banner .row.headings .hgroup > * {
    margin-bottom: 24px;
  }
  .banner .row.headings .hgroup > *.pre-title {
    margin-bottom: 12px;
  }
}
@media handheld, only screen and (min-width: 1280px) {
  .banner .row.headings .hgroup {
    padding: 0 0.95% 48px 0.95%;
  }
  .banner .row.headings .hgroup h1 {
    font-size: 5rem;
    line-height: 5.2rem;
  }
  .banner .row.headings .hgroup h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.banner a {
  color: white;
}
.banner[class*='overlay-']:after {
  background: black;
}
.banner.overlay-0:after {
  display: none;
}
.banner.overlay-1:after {
  opacity: 0.1;
}
.banner.overlay-2:after {
  opacity: 0.2;
}
.banner.overlay-3:after {
  opacity: 0.3;
}
.banner.overlay-4:after {
  opacity: 0.4;
}
.banner.overlay-5:after {
  opacity: 0.5;
}
.banner.overlay-6:after {
  opacity: 0.6;
}
.banner.overlay-7:after {
  opacity: 0.7;
}
.banner.overlay-8:after {
  opacity: 0.8;
}
.banner.overlay-9:after {
  opacity: 0.9;
}
.banner-gallery .banner-bottom-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner-gallery {
  position: relative;
  background: #ececec;
}
.banner-gallery .fit-vid {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media handheld, only screen and (min-width: 1280px) {
  .banner-gallery .fit-vid {
    max-height: 731px;
  }
}
.banner-gallery .video-wrapper {
  position: relative;
  cursor: pointer;
}
@media handheld, only screen and (min-width: 1280px) {
  .banner-gallery .video-wrapper {
    top: 365px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.banner-gallery .video-wrapper span {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 1;
  left: 50%;
  top: 50%;
  border: 1px solid white;
  z-index: 101;
}
@media handheld, only screen and (min-width: 1023px) {
  .banner-gallery .video-wrapper span {
    width: 100px;
    height: 100px;
  }
}
.banner-gallery .video-wrapper span:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  content: "";
  display: block;
  position: relative;
  left: 22px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid white;
}
@media handheld, only screen and (min-width: 1023px) {
  .banner-gallery .video-wrapper span:after {
    left: 36px;
    top: 26px;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 32px solid white;
  }
}
.banner-gallery .video-wrapper.playing span {
  opacity: 0;
}
.banner-gallery .banner-bottom-bar .btn i {
  display: none;
}
@media handheld, only screen and (max-width: 860px) {
  .banner-gallery .banner-bottom-bar .btn:not(.book-btn) {
    padding: 0;
    border: 0;
    min-width: 0;
  }
  .banner-gallery .banner-bottom-bar .btn:not(.book-btn) span {
    display: none;
  }
  .banner-gallery .banner-bottom-bar .btn:not(.book-btn) i {
    display: block;
    font-size: 20px;
    margin-right: 8px;
  }
  .banner-gallery .banner-bottom-bar .book-btn {
    min-width: 0;
    padding: 12px 18px;
  }
}
.banner-bottom-bar {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 100;
}
.banner-bottom-bar .table {
  display: table;
  border-top: 1px solid white;
}
.banner-bottom-bar .u-td:not(.contact-nfo):after {
  content: "";
}
.banner-bottom-bar .contact-nfo {
  padding: 24px 0;
  text-align: right;
  width: 170px;
  border-left: 1px solid white;
}
.banner-bottom-bar .contact-nfo svg {
  fill: none;
  stroke: white;
  stroke-miterlimit: 10;
  width: 30px;
}
.banner-bottom-bar .contact-nfo a {
  display: inline-block;
  padding: 8px;
  position: relative;
  width: 50px;
}
.banner-bottom-bar .contact-nfo a.phone svg {
  width: 26px;
  height: 26px;
}
.banner-bottom-bar .contact-nfo a.email {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.banner-bottom-bar .contact-nfo a.email svg {
  width: 30px;
  height: 21px;
}
.banner-bottom-bar .contact-nfo a.location svg {
  width: 22px;
  height: 27px;
}
.banner-bottom-bar h3 {
  position: absolute;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1;
  top: -19px;
}
@media handheld, only screen and (max-width: 1023px) {
  .banner-bottom-bar .booking-module-banner {
    display: none;
  }
  .banner-bottom-bar .contact-nfo {
    padding: 8px 0 8px 0;
    width: 130px;
  }
  .banner-bottom-bar .contact-nfo a {
    display: inline-block;
    padding: 6px;
    margin: 0 4px;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .banner-bottom-bar .contact-nfo a.phone svg {
    width: 22px;
  }
  .banner-bottom-bar .contact-nfo a.email svg {
    width: 24px;
    position: relative;
    left: -3px;
  }
  .banner-bottom-bar .contact-nfo a.location svg {
    width: 18px;
  }
}
ul.faqs {
  list-style-type: none;
  padding: 0;
}
ul.faqs li.faq {
  border-bottom: 1px solid #cccccc;
}
ul.faqs li.faq .answer {
  padding-bottom: 72px;
}
ul.faqs li.faq:last-child {
  border-bottom: 0;
}
ul.faqs h4 {
  padding: 24px 0;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
}
.js ul.faqs h4.trigger {
  position: relative;
  padding-right: 48px;
  cursor: pointer;
}
.js ul.faqs h4.trigger:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  content: "";
  display: block;
  right: 10px;
  top: 24px;
  position: absolute;
}
.js ul.faqs h4.trigger.active:before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 15px;
}
.js ul.faqs li .answer {
  display: none;
  padding-right: 48px;
}
.share-this {
  margin-bottom: 24px;
  padding-left: 12px;
  margin-top: 48px;
}
.share-this a {
  color: white;
  background: #478cbd;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  padding-top: 8px;
}
.share-this .h4 {
  font-weight: 300;
  font-size: 1.3rem;
}
.no-social .share-this {
  display: none !important;
}
.booking-module .instruction {
  line-height: 1.5;
  font-size: 0.8rem;
}
.booking-module span.instruction {
  text-align: center;
  margin-top: 6px;
  display: block;
}
.booking-module div.instruction {
  margin: 6px 0;
}
.booking-module .dates-wrapper {
  display: table;
}
.booking-module .dates-wrapper label {
  width: 50%;
  display: table-cell;
  text-transform: none;
  font-size: 1rem;
  top: 50%;
  cursor: pointer;
}
.booking-module .dates-wrapper label:first-child {
  position: relative;
}
.booking-module .dates-wrapper label:first-child:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 3px solid #cccccc;
  border-left: 0;
  border-bottom: 0;
  right: 14px;
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.booking-module .guests .guest-row {
  display: table;
  width: 100%;
}
.booking-module .guests .guest-row:first-child {
  margin-bottom: 12px;
}
.booking-module .guests .guest-row:last-child {
  margin-bottom: 0;
}
.booking-module .guests .guest-row label.u-td {
  width: 100%;
  line-height: 1;
}
.booking-module .guests .guest-row label.u-td span {
  text-transform: none;
  text-align: left;
  font-weight: 300;
}
.booking-module .guests .guest-row label.u-td .price {
  font-weight: 600;
  margin-left: 12px;
}
.booking-module .guests .spinner-wrapper {
  display: table;
  width: 150px;
  position: relative;
  z-index: 1000;
}
.booking-module .guests .spinner-wrapper span {
  display: table-cell;
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
}
.booking-module .guests .spinner-wrapper .plus,
.booking-module .guests .spinner-wrapper .minus {
  cursor: pointer;
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
  font-size: 1rem;
  color: #333333;
  font-weight: 800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.booking-module .guests .spinner-wrapper .number {
  background: #f8f8f8;
  border-color: #f8f8f8;
}
.booking-module .guests .spinner-wrapper input.number {
  text-align: center;
  height: 50px;
  padding: 0 !important;
}
.booking-module .js-guest-count {
  position: relative;
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
}
.booking-module .js-guest-count .js-trigger {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.booking-module .js-guest-count .js-trigger:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  border: 2px solid #cccccc;
  border-left: 0;
  border-bottom: 0;
  right: 9px;
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.booking-module .js-guest-count .js-guest-picker {
  width: 100%;
  display: none;
  left: 0;
  padding: 24px;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  background: white;
}
.booking-module-sidebar,
.booking-module-popup,
.booking-module-page {
  border: 1px solid #cccccc;
  padding: 24px;
}
.booking-module-sidebar h3,
.booking-module-popup h3,
.booking-module-page h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}
.booking-module-sidebar h3 span.from,
.booking-module-popup h3 span.from,
.booking-module-page h3 span.from {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 600;
}
.booking-module-sidebar h3 span:last-child,
.booking-module-popup h3 span:last-child,
.booking-module-page h3 span:last-child {
  font-weight: 300;
  font-size: 0.7rem;
}
.booking-module-sidebar .dates-wrapper,
.booking-module-popup .dates-wrapper,
.booking-module-page .dates-wrapper,
.booking-module-sidebar .select-wrapper,
.booking-module-popup .select-wrapper,
.booking-module-page .select-wrapper {
  width: 100%;
  border: 1px solid #e6e6e6;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: auto;
}
.booking-module-sidebar .dates-wrapper label,
.booking-module-popup .dates-wrapper label,
.booking-module-page .dates-wrapper label,
.booking-module-sidebar .select-wrapper label,
.booking-module-popup .select-wrapper label,
.booking-module-page .select-wrapper label {
  padding: 8px;
}
.booking-module-sidebar .dates-wrapper select,
.booking-module-popup .dates-wrapper select,
.booking-module-page .dates-wrapper select,
.booking-module-sidebar .select-wrapper select,
.booking-module-popup .select-wrapper select,
.booking-module-page .select-wrapper select {
  background: white;
  font-weight: 600;
  font-family: 'OpenSans', sans-serif;
  font-size: 1rem;
  height: 50px;
}
.booking-module-sidebar .dates,
.booking-module-popup .dates,
.booking-module-page .dates {
  margin-bottom: 12px;
}
.booking-module-sidebar .guests,
.booking-module-popup .guests,
.booking-module-page .guests {
  margin-bottom: 24px;
}
.booking-module-sidebar .js-guest-count,
.booking-module-popup .js-guest-count,
.booking-module-page .js-guest-count {
  border: 1px solid #e6e6e6;
  padding: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: none;
}
.booking-module-banner {
  zoom: 1;
  position: relative;
  z-index: 100;
}
.booking-module-banner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.booking-module-banner .dates label:first-child {
  padding-right: 30px;
}
.booking-module-banner .dates label:first-child:after {
  top: 8px;
}
.booking-module-banner .dates label:last-child {
  padding-left: 10px;
}
.booking-module-banner .dates,
.booking-module-banner .guests {
  float: left;
  width: auto;
  min-width: 300px;
}
.booking-module-banner .guests .js-guest-picker {
  color: #333333;
}
.booking-module-banner .btn {
  float: right;
  margin: 9px 24px 0 0;
}
.booking-module-popup {
  display: none;
  max-width: 500px;
}
.booking-module-popup .rich-text {
  font-size: 0.9rem;
}
.booking-module-popup.skytower .rich-text {
  margin-bottom: 24px;
}
.booking-module-popup.skytower .guest-row,
.booking-module-popup.skytower .guest-row:first-child {
  margin-bottom: 24px;
}
.booking-module-page {
  border: 0;
  margin: 0 auto;
  max-width: 800px;
}
.featured-text-page-content.hotel-room .booking-module-popup {
  display: block;
}
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tile-flex.item,
.whats-on-flex.item {
  display: flex;
  color: #333333;
  margin: 6px 0.5%;
  width: 24%;
  position: relative;
}
@media handheld, only screen and (max-width: 1200px) {
  .tile-flex.item,
  .whats-on-flex.item {
    width: 32.33%;
    margin: 5px 0.5%;
  }
}
@media handheld, only screen and (max-width: 800px) {
  .tile-flex.item,
  .whats-on-flex.item {
    width: 49%;
    margin: 2px 0.5%;
  }
}
@media handheld, only screen and (max-width: 500px) {
  .tile-flex.item,
  .whats-on-flex.item {
    width: 98%;
    margin-bottom: 12px;
  }
}
.tile-flex.item:after,
.whats-on-flex.item:after {
  display: none;
}
.tile-flex.item h3,
.whats-on-flex.item h3 {
  font-family: 'Avenir', helvetica, arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.3;
}
.tile-flex.item .flex-content,
.whats-on-flex.item .flex-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
}
.tile-flex.item .item-desc-wrapper,
.whats-on-flex.item .item-desc-wrapper {
  flex: 1 0 auto;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 0.95rem;
}
.tile-flex.item .rating,
.whats-on-flex.item .rating {
  font-size: 0.8rem;
}
.tile-flex.item .dow,
.whats-on-flex.item .dow {
  font-family: 'Avenir', helvetica, arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.3;
}
.whats-on-flex.item {
  color: #333333;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: white;
  overflow: hidden;
}
.whats-on-flex.item.hover:hover {
  opacity: 0.8;
}
.whats-on-flex.item img {
  display: block;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  height: auto;
}
.whats-on-flex.item .item-desc-wrapper {
  padding: 24px;
  font-size: 0.85rem;
}
.whats-on-flex.item .item-desc-wrapper p {
  margin-bottom: 0;
}
.whats-on-flex.item .item-footer {
  padding: 0 24px 24px 24px;
}
.whats-on-flex.item p.u-more {
  margin-bottom: 0;
  font-weight: 600;
}
.whats-on-flex.item p.u-more:after {
  border-color: #333333;
}
.whats-on-flex.item .rating {
  margin-top: 24px;
}
.whats-on-flex.item .r-rating {
  font-size: 0.9rem;
  text-align: center;
}
.tile-flex.item {
  padding-top: 220px;
  background-size: cover;
  background-position: top center;
}
.tile-flex.item a {
  color: white;
}
.tile-flex.item .gradient {
  display: block;
  position: absolute;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.22) 34%, black 64%, black 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.22) 34%, black 64%, black 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.22) 34%, black 64%, black 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  top: 0px;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  right: 0;
  z-index: 1;
}
.tile-flex.item .flex-content {
  color: white;
  padding: 24px;
}
.gallery-macro,
.image-macro {
  margin: 48px 0;
  border: 1px solid #eeeeee;
}
@media handheld, only screen and (max-width: 1023px) {
  .gallery-macro,
  .image-macro {
    margin: 24px 0;
  }
}
.gallery-macro a,
.image-macro a {
  margin: 0;
}
.gallery-macro a img,
.image-macro a img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-macro a.main-link,
.image-macro a.main-link {
  display: block;
  position: relative;
}
.gallery-macro a.main-link:after,
.image-macro a.main-link:after {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #eeeeee;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  color: #333333;
  line-height: 1.6;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "+";
  position: absolute;
  right: 10px;
  top: 10px;
}
.gallery-macro.gallery-macro a:after,
.image-macro.gallery-macro a:after {
  content: "";
  background: rgba(255, 255, 255, 0.5) url(/content/images/gallery-icon.svg) no-repeat center center;
  background-size: 33px;
}
.umbraco-forms-field-wrapper select {
  margin-bottom: 0;
}
.umbraco-forms-field-wrapper .radiobuttonlist br {
  display: none;
}
.umbraco-forms-field-wrapper .radiobuttonlist label {
  text-transform: none;
  font-weight: 300;
  font-size: 1rem;
}
.umbraco-forms-field-wrapper .radiobuttonlist input {
  float: left;
  margin: 8px 8px 0 0;
}
.umbraco-forms-field.checkbox {
  position: relative;
}
.umbraco-forms-field.checkbox label {
  padding-left: 20px;
  text-transform: none;
  font-weight: 300;
  font-size: 1rem;
}
.umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
  position: absolute;
  left: 0;
  top: 0px;
}
.umbraco-forms-field.checkbox .umbraco-forms-field-wrapper input {
  margin: 0;
}
@media print {
  p {
    font-size: 11pt;
    color: black;
  }
  img {
    display: block;
  }
  .banner {
    margin-bottom: 24px;
  }
  iframe,
  nav,
  .nav.js-sticky,
  .event-filters {
    display: none !important;
  }
  .js ul.faqs li .answer {
    display: block !important;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */

html:not(.no-js) .animsition,
html:not(.no-js) .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
html:not(.no-js) .animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
}
html:not(.no-js) .animsition-loading,
html:not(.no-js) .animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}
html:not(.no-js) .animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eeeeee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html:not(.no-js) .fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html:not(.no-js) .fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
html:not(.no-js) .fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
html:not(.no-js) .fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
html:not(.no-js) .rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
html:not(.no-js) .rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
html:not(.no-js) .rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
html:not(.no-js) .rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
html:not(.no-js) .rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
html:not(.no-js) .rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
html:not(.no-js) .flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
html:not(.no-js) .flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
html:not(.no-js) .flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
html:not(.no-js) .flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
html:not(.no-js) .flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
html:not(.no-js) .flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
html:not(.no-js) .flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
html:not(.no-js) .flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
html:not(.no-js) .flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
html:not(.no-js) .flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
html:not(.no-js) .flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
html:not(.no-js) .flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html:not(.no-js) .zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
html:not(.no-js) .zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html:not(.no-js) .zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
html:not(.no-js) .zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html:not(.no-js) .zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
html:not(.no-js) .zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
html:not(.no-js) .overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
html:not(.no-js) .overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
html:not(.no-js) .overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
html:not(.no-js) .overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
html:not(.no-js) .overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
html:not(.no-js) .overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
html:not(.no-js) .overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
html:not(.no-js) .overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: black;
  position: absolute;
  z-index: 99995;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */

.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */

.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

/**
 * Make the holder and frame fullscreen.
 */

.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */

.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */

.picker__box {
  background: white;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */

/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
/**
 * The month and year labels.
 */

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */

.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid black;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid black;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: black;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: whitesmoke;
  border-left-color: whitesmoke;
}
/**
 * The calendar table of dates
 */

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */

.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */

}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */

.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: black;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: black;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: white;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */

.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid white;
  background: white;
  font-size: 0.8em !important;
  padding: 0.66em 0;
  font-weight: bold !important;
  color: #333333 !important;
  min-width: auto !important;
  width: 33% !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  text-transform: none !important;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: black;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */

@charset "UTF-8";
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.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: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.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 0.25s, visibility 0s linear 0.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 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #cccccc;
  text-align: center;
  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;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.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;
}
.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: black;
}
.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: white;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}
.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(0%);
  max-height: calc(12%);
  overflow: visible;
  background: white;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: white;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444444;
  font-size: 16px;
  line-height: 20px;
}
/* Buttons */

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #cccccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: white;
}
.fancybox-button[disabled] {
  color: #cccccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
/* Navigation arrows */

.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888888;
}
.fancybox-close-small:hover:after {
  color: #555555;
  background: #eeeeee;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaaaaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: white;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  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;
  color: white;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */

}
.fancybox-caption a {
  color: white;
  text-decoration: underline;
}
/* Loading indicator */

.fancybox-slide > .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 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  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);
}
/* Share */

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: white;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  transition: all 0.2s;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}
.fancybox-share__button svg path {
  fill: white;
}
.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
/* Thumbs */

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.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;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: white;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(46%);
  max-height: calc(92%);
  position: relative;
  cursor: pointer;
  outline: none;
  -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;
  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: 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;
}
/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(90%);
  }
}
.fancybox-slide--iframe .fancybox-content {
  width: 1960px;
  height: 1200px;
  max-width: 90%;
  max-height: 80%;
  margin: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('/content/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/content/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/content/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */

}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */

.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: black;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/content/images/owl-js-assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel * {
  margin-bottom: 0;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}
