@charset "UTF-8";
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, .connect-nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 80%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: 'ConnaryFagenLight';
}

body {
  margin: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
  font-family: 'ConnaryFagenBold';
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 0;
}

nav ul, .connect-nav ul, nav ol, .connect-nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
========================
  GRIDINATOR CSS v0.4.1
  http://gridinator.com/

  GRIDINATOR CSS is a very basic framework to create
  grid-based layouts. The content of this file is
  provided as-is, without support.

  If you would like to contact GRIDINATOR to suggest
  improvements, to ask for help or to file a bug report,
  please feel free to email: gridinator@steff.me

  Your grid settings:
    columns: 12
    column width: 70px
    column margin: 20px
    container margin: 0px

=========================
*/
* {
  /* quick reset */
  margin: 0;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  /* This centers the grid. Remove this line to place the grid on the left of the page. */
  text-align: left;
  max-width: 1060px;
  overflow: hidden;
}

@media all and (max-width: 1060px) {
  .wrapper {
    padding: 0 20px;
  }
}

.inner-wrapper {
  /* The file gridinator.png is a grid background; delete this line to remove it. If you did not generate a background image, you can still do so by going to http://gridinator.com/ and entering the details found at the top of this CSS file. You will then be given a grid image to match your original grid.  */
  clear: both;
  display: inline;
  /* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
  float: left;
  padding: 0 0px 0 0px;
  position: relative;
  max-width: 1060px;
}

* html .wrapper {
  height: 1%;
  overflow: hidden;
  display: block;
  width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1062 ? "1060px" :  "auto");
}

* html .inner-wrapper {
  /* Clearing nicely for IE6. */
  width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1062 ? "1060px" :  "auto");
}

.container {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
  clear: none;
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.8868%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.one-col {
  width: 6.60377%;
}

.two-col {
  width: 15.09433%;
}

.three-col {
  width: 23.5849%;
}

.four-col {
  width: 30%;
}

.five-col {
  width: 40.56603%;
}

.six-col {
  width: 49.0566%;
}

.seven-col {
  width: 57.54716%;
}

.eight-col {
  width: 66.03773%;
}

.nine-col {
  width: 74.5283%;
}

.ten-col {
  width: 83.01886%;
}

.eleven-col {
  width: 91.50943%;
}

.twelve-col {
  width: 100%;
  margin-right: 0;
}

.twelve-col .one-col {
  width: 6.60377%;
  margin-right: 1.88679%;
}

.twelve-col .two-col {
  width: 15.09433%;
  margin-right: 1.88679%;
}

.twelve-col .three-col {
  width: 23.5849%;
  margin-right: 1.88679%;
}

.twelve-col .four-col {
  width: 30%;
  margin-right: 1.88679%;
}

.twelve-col .five-col {
  width: 40.56603%;
  margin-right: 1.88679%;
}

.twelve-col .six-col {
  width: 49.0566%;
  margin-right: 1.88679%;
}

.twelve-col .seven-col {
  width: 57.54716%;
  margin-right: 1.88679%;
}

.twelve-col .eight-col {
  width: 66.03773%;
  margin-right: 1.88679%;
}

.twelve-col .nine-col {
  width: 74.5283%;
  margin-right: 1.88679%;
}

.twelve-col .ten-col {
  width: 83.01886%;
  margin-right: 1.88679%;
}

.twelve-col .eleven-col {
  width: 91.50943%;
  margin-right: 1.88679%;
}

.twelve-col .twelve-col {
  width: 100%;
  margin-right: 0;
}

.eleven-col .one-col {
  width: 7.21649%;
  margin-right: 2.06185%;
}

.eleven-col .two-col {
  width: 16.49484%;
  margin-right: 2.06185%;
}

.eleven-col .three-col {
  width: 25.77319%;
  margin-right: 2.06185%;
}

.eleven-col .four-col {
  width: 35.05154%;
  margin-right: 2.06185%;
}

.eleven-col .five-col {
  width: 44.32989%;
  margin-right: 2.06185%;
}

.eleven-col .six-col {
  width: 53.60824%;
  margin-right: 2.06185%;
}

.eleven-col .seven-col {
  width: 62.88659%;
  margin-right: 2.06185%;
}

.eleven-col .eight-col {
  width: 72.16494%;
  margin-right: 2.06185%;
}

.eleven-col .nine-col {
  width: 81.44329%;
  margin-right: 2.06185%;
}

.eleven-col .ten-col {
  width: 90.72164%;
  margin-right: 2.06185%;
}

.eleven-col .eleven-col {
  width: 100%;
  margin-right: 0;
}

.ten-col .one-col {
  width: 7.95454%;
  margin-right: 2.27272%;
}

.ten-col .two-col {
  width: 18.18181%;
  margin-right: 2.27272%;
}

.ten-col .three-col {
  width: 28.40909%;
  margin-right: 2.27272%;
}

.ten-col .four-col {
  width: 38.63636%;
  margin-right: 2.27272%;
}

.ten-col .five-col {
  width: 48.86363%;
  margin-right: 2.27272%;
}

.ten-col .six-col {
  width: 59.0909%;
  margin-right: 2.27272%;
}

.ten-col .seven-col {
  width: 69.31818%;
  margin-right: 2.27272%;
}

.ten-col .eight-col {
  width: 79.54545%;
  margin-right: 2.27272%;
}

.ten-col .nine-col {
  width: 89.77272%;
  margin-right: 2.27272%;
}

.ten-col .ten-col {
  width: 100%;
  margin-right: 0;
}

.nine-col .one-col {
  width: 8.86075%;
  margin-right: 2.53164%;
}

.nine-col .two-col {
  width: 20.25316%;
  margin-right: 2.53164%;
}

.nine-col .three-col {
  width: 31.64556%;
  margin-right: 2.53164%;
}

.nine-col .four-col {
  width: 43.03797%;
  margin-right: 2.53164%;
}

.nine-col .five-col {
  width: 54.43037%;
  margin-right: 2.53164%;
}

.nine-col .six-col {
  width: 65.82278%;
  margin-right: 2.53164%;
}

.nine-col .seven-col {
  width: 77.21518%;
  margin-right: 2.53164%;
}

.nine-col .eight-col {
  width: 88.60759%;
  margin-right: 2.53164%;
}

.nine-col .nine-col {
  width: 100%;
  margin-right: 0;
}

.eight-col .one-col {
  width: 10%;
  margin-right: 2.85714%;
}

.eight-col .two-col {
  width: 22.85714%;
  margin-right: 2.85714%;
}

.eight-col .three-col {
  width: 35.71428%;
  margin-right: 2.85714%;
}

.eight-col .four-col {
  width: 48.57142%;
  margin-right: 2.85714%;
}

.eight-col .five-col {
  width: 61.42857%;
  margin-right: 2.85714%;
}

.eight-col .six-col {
  width: 74.28571%;
  margin-right: 2.85714%;
}

.eight-col .seven-col {
  width: 87.14285%;
  margin-right: 2.85714%;
}

.eight-col .eight-col {
  width: 100%;
  margin-right: 0;
}

.seven-col .one-col {
  width: 11.4754%;
  margin-right: 3.27868%;
}

.seven-col .two-col {
  width: 26.2295%;
  margin-right: 3.27868%;
}

.seven-col .three-col {
  width: 40.9836%;
  margin-right: 3.27868%;
}

.seven-col .four-col {
  width: 55.7377%;
  margin-right: 3.27868%;
}

.seven-col .five-col {
  width: 70.4918%;
  margin-right: 3.27868%;
}

.seven-col .six-col {
  width: 85.2459%;
  margin-right: 3.27868%;
}

.seven-col .seven-col {
  width: 100%;
  margin-right: 0;
}

.six-col .one-col {
  width: 13.46153%;
  margin-right: 3.84615%;
}

.six-col .two-col {
  width: 30.76923%;
  margin-right: 3.84615%;
}

.six-col .three-col {
  width: 48.07692%;
  margin-right: 3.84615%;
}

.six-col .four-col {
  width: 65.38461%;
  margin-right: 3.84615%;
}

.six-col .five-col {
  width: 82.6923%;
  margin-right: 3.84615%;
}

.six-col .six-col {
  width: 100%;
  margin-right: 0;
}

.five-col .one-col {
  width: 16.27906%;
  margin-right: 4.65116%;
}

.five-col .two-col {
  width: 37.2093%;
  margin-right: 4.65116%;
}

.five-col .three-col {
  width: 58.13953%;
  margin-right: 4.65116%;
}

.five-col .four-col {
  width: 79.06976%;
  margin-right: 4.65116%;
}

.five-col .five-col {
  width: 100%;
  margin-right: 0;
}

.four-col .one-col {
  width: 20.58823%;
  margin-right: 5.88235%;
}

.four-col .two-col {
  width: 47.05882%;
  margin-right: 5.88235%;
}

.four-col .three-col {
  width: 73.52941%;
  margin-right: 5.88235%;
}

.four-col .four-col {
  width: 100%;
  margin-right: 0;
}

.three-col .one-col {
  width: 28%;
  margin-right: 8%;
}

.three-col .two-col {
  width: 64%;
  margin-right: 8%;
}

.three-col .three-col {
  width: 100%;
  margin-right: 0;
}

.two-col .one-col {
  width: 43.75%;
  margin-right: 12.5%;
}

.two-col .two-col {
  width: 100%;
  margin-right: 0;
}

.one-col .one-col {
  width: 100%;
  margin-right: 0;
}

.twelve-col .last-col {
  margin-right: 0;
}

.eleven-col .last-col {
  margin-right: 0;
}

.ten-col .last-col {
  margin-right: 0;
}

.nine-col .last-col {
  margin-right: 0;
}

.eight-col .last-col {
  margin-right: 0;
}

.seven-col .last-col {
  margin-right: 0;
}

.six-col .last-col {
  margin-right: 0;
}

.five-col .last-col {
  margin-right: 0;
}

.four-col .last-col {
  margin-right: 0;
}

.three-col .last-col {
  margin-right: 0;
}

.two-col .last-col {
  margin-right: 0;
}

.one-col .last-col {
  margin-right: 0;
}

.clear {
  /* Useful generic clearing class. */
  clear: both;
}

.last-col {
  margin-right: 0;
}

.cc-message {
  text-align: left;
}

/* --------------------------------
   Variables
   -------------------------------- */
/* Colours */
/* Fonts */
/* Font Awesome */
/* Container */
/* Font Weight */
/* Breakpoints */
@font-face {
  font-family: 'ConnaryFagenBold';
  /*a name to be used later*/
  src: url("./fonts/ConnaryFagen-GreycliffCFExtraBold.otf");
  /*URL to font*/
}

@font-face {
  font-family: 'ConnaryFagenLight';
  /*a name to be used later*/
  src: url("./fonts/ConnaryFagen-GreycliffCFExtraLight.otf");
  /*URL to font*/
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .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(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/font-awesome/fa-brands-400.eot");
  src: url("../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.woff") format("woff"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/font-awesome/fa-solid-900.eot");
  src: url("../fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.woff") format("woff"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* ========================================================================
   FOOTER
   ======================================================================== */
footer {
  background-color: black;
  display: flex;
  flex-direction: column;
  font-family: ConnaryFagenLight;
  color: white;
  align-items: center;
}

.footer-wrapper {
  max-width: 1060px;
  margin: auto;
  width: 100%;
}

@media (max-width: 1060px) {
  .footer-wrapper {
    padding: 1.5rem;
  }
}

.footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-top: 4rem;
  text-align: left;
}

.footer-contact__form {
  width: 100%;
}

.footer-contact__form-header {
  font-family: ConnaryFagenBold;
  font-size: 40px;
  text-align: left;
}

@media (max-width: 360px) {
  .footer-contact__form-header {
    font-size: 20px;
    width: 100%;
  }
}

@media (min-width: 360px) {
  .footer-contact__form-header {
    font-size: 25px;
    width: 100%;
  }
}

@media (min-width: 600px) {
  .footer-contact__form-header {
    font-size: 20px;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .footer-contact__form-header {
    font-size: 20px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .footer-contact__form-header {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .footer-contact__form-header {
    font-size: 30px;
  }
}

.footer-contact__form-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
}

.footer-contact__form-item > p {
  position: absolute;
  top: 35px;
  right: 10%;
  color: RGB(158, 130, 76);
}

@media (max-width: 900px) {
  .footer-contact__form-item > p {
    top: 85px;
    left: 0%;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .footer-contact__form-item > p {
    top: 100px;
    left: 0%;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .footer-contact__form-item {
    flex-direction: column;
    text-align: left;
  }
}

.footer-contact__form-item-div {
  width: 65%;
  display: flex;
}

@media (max-width: 900px) {
  .footer-contact__form-item-div {
    width: 100%;
  }
}

.footer-contact__form-item-privacy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  color: white;
  text-align: left;
}

.footer-contact__form-item-submit {
  background-color: black;
  color: white;
  padding: .6rem 3.5rem;
  border: 1px solid white;
  border-top: 1px solid white;
  font-family: ConnaryFagenBold;
}

.footer-contact__form-item-submit:hover {
  opacity: 75%;
}

@media (max-width: 900px) {
  .footer-contact__form-item-submit {
    padding: .6rem 1rem;
  }
}

.footer-contact__form-item-input {
  width: 100%;
  padding: 0.6rem 2rem;
  margin-left: 2rem;
}

@media (max-width: 900px) {
  .footer-contact__form-item-input {
    margin-left: 0rem;
  }
}

.footer-contact__form-item-link {
  color: white;
}

.footer-contact__form-item-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  color: white;
}

@media (max-width: 900px) {
  .footer-contact__form-item-label {
    flex-direction: column;
    font-size: 1rem;
  }
}

.footer-connect {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #646464;
  padding-bottom: 2rem;
}

@media (max-width: 900px) {
  .footer-connect {
    text-align: left;
    flex-direction: column;
  }
}

.footer-connect__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  color: white;
}

@media (max-width: 900px) {
  .footer-connect__item {
    width: 100%;
    margin-top: 2rem;
    text-align: left;
  }
}

.footer-connect__item:nth-child(2) {
  align-items: center;
}

.footer-connect__item-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: ConnaryFagenBold;
  color: white;
  width: 100%;
}

.footer-connect__item-name {
  font-size: 1.2rem;
  color: white;
}

.footer-connect__item-address {
  font-style: normal;
  font-size: 1.2rem;
}

.footer-connect__item-address br {
  display: none;
}

.footer-connect__item-phone {
  margin: 0;
  padding-right: 1rem;
  border-right: 1px solid white;
}

.footer-connect__item-phone:nth-child(2) {
  padding-left: 1rem;
}

@media (max-width: 900px) {
  .footer-connect__item-phone {
    padding-right: 0rem;
    border-right: none;
  }
  .footer-connect__item-phone:nth-child(2) {
    padding-left: 0;
  }
}

.footer-connect__item-email {
  padding-left: 1rem;
  color: white;
}

@media (max-width: 900px) {
  .footer-connect__item-email {
    padding-left: 0rem;
  }
}

.footer-connect__item div {
  display: flex;
  flex-direction: row;
}

@media (max-width: 900px) {
  .footer-connect__item div {
    flex-direction: column;
    justify-content: center;
  }
}

.footer-connect__item div:nth-child(2) {
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  flex-direction: row;
}

.footer-connect__item div:nth-child(2) > a {
  margin: auto;
}

.footer-connect__item div:nth-child(2) > a:last-child {
  margin-right: 0;
}

@media (max-width: 900px) {
  .footer-connect__item div:nth-child(2) {
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    justify-content: flex-start;
  }
  .footer-connect__item div:nth-child(2) > a {
    margin: 0.4rem;
  }
  .footer-connect__item div:nth-child(2) > a:first-child {
    margin: 0;
  }
}

.footer-bottom {
  padding-top: 2rem;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
}

.footer-bottom div {
  display: flex;
  flex-direction: row;
}

@media (max-width: 900px) {
  .footer-bottom div:nth-child(1) {
    flex-direction: row;
    text-align: left;
  }
}

.footer-bottom div:nth-child(1) a:nth-child(1) {
  border-right: 1px solid white;
}

.footer-bottom div:nth-child(2) {
  flex-direction: column;
  text-align: left;
}

@media (max-width: 900px) {
  .footer-bottom div {
    flex-direction: column;
    text-align: left;
  }
}

.footer-bottom div a {
  color: white;
  padding-right: 1rem;
  font-size: 16px;
}

.footer-bottom div a:nth-child(2) {
  padding-left: 1rem;
  border-left: 1px solid white;
}

@media (max-width: 900px) {
  .footer-bottom div a:nth-child(2) {
    border-left: none;
    text-align: left;
  }
}

.footer-bottom div p {
  font-size: 16px;
  color: white;
  padding-right: 1rem;
}

@media (max-width: 900px) {
  .footer-bottom div p:nth-child(2) {
    border-left: none;
    text-align: left;
    padding-left: 0rem;
  }
}

.svg-shrink {
  width: 80%;
  max-width: 30px;
}

footer .sponsors {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

footer .sponsors .wrapper {
  list-style-type: none;
}

footer .sponsors li {
  float: left;
  width: 11.1%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}

footer .sponsors li:last-child {
  border: none;
}

footer .sponsors .last-col {
  border: none;
}

footer .sponsors li a {
  display: block;
  vertical-align: middle;
}

footer .sponsors li img {
  vertical-align: middle;
  width: 80%;
}

.optInSpan {
  margin-left: 0.5rem;
}

/* ========================================================================
   HEADER
   ======================================================================== */
/*.page-1 header { background: url('/images/new/home-bg.jpg') repeat-x top center #ae52ac; }*/
header.fixed {
  position: fixed;
  z-index: 5000;
  width: 100%;
  font-family: ConnaryFagenLight;
}

.expanded-nav {
  width: 100%;
  height: 0rem;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  visibility: hidden;
  transition: 0.4s ease-in;
  -webkit-animation: moveUp 0.4s;
          animation: moveUp 0.4s;
  color: white;
}

@media (max-width: 600px) {
  .expanded-nav {
    display: block;
  }
}

@media (min-width: 600px) {
  .expanded-nav {
    display: block;
  }
}

@media (min-width: 900px) {
  .expanded-nav {
    display: none;
  }
}

.expanded-nav__inner {
  margin-top: 10rem;
  transition: 0s;
  visibility: 0;
  color: inherit;
}

.expanded-nav__inner-desk {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  height: 100%;
}

@media (max-width: 600px) {
  .expanded-nav__inner-desk {
    display: none;
  }
}

@media (min-width: 600px) {
  .expanded-nav__inner-desk {
    display: none;
  }
}

@media (min-width: 900px) {
  .expanded-nav__inner-desk {
    display: flex;
  }
}

.expanded-nav__inner-desk .auth-links {
  display: flex;
  flex-direction: row;
}

.expanded-nav__inner-desk .auth-links > a {
  margin-right: 1rem;
}

.expanded-nav__inner-desk > li:last-child {
  position: absolute;
  right: 5px;
}

.expanded-nav__inner-desk .downArrow {
  display: none;
}

.expanded-nav__inner-desk li {
  display: flex;
  align-items: center;
  height: 100%;
  background: black;
}

@media (max-width: 1200px) {
  .expanded-nav__inner-desk li {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .expanded-nav__inner-desk li {
    margin-left: 1rem;
  }
}

.expanded-nav__inner-desk li a {
  font-family: ConnaryFagenBold;
  color: white;
}

@media (min-width: 900px) {
  .expanded-nav__inner-desk li a {
    font-size: 1.02rem;
  }
}

@media (min-width: 1200px) {
  .expanded-nav__inner-desk li a {
    font-size: 1.2rem;
  }
}

@media (min-width: 1280px) {
  .expanded-nav__inner-desk li a {
    font-size: 1.3rem;
  }
}

@media (min-width: 1600px) {
  .expanded-nav__inner-desk li a {
    font-size: 1.6rem;
  }
}

.expanded-nav__inner-desk li a:hover {
  color: #a18244;
}

.expanded-nav__inner-mobile {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: white;
  align-items: flex-start;
}

@media (max-width: 600px) {
  .expanded-nav__inner-mobile {
    display: flex;
  }
}

@media (min-width: 600px) {
  .expanded-nav__inner-mobile {
    display: flex;
  }
}

@media (min-width: 900px) {
  .expanded-nav__inner-mobile {
    display: none;
  }
}

.expanded-nav__inner-mobile li {
  text-align: left;
  margin: 0;
  padding-left: 1rem;
  width: 100%;
  position: relative;
  height: auto;
  font-size: 2rem;
}

.expanded-nav__inner-mobile li .downArrow {
  position: absolute;
  right: 20px;
  display: inline;
  background-image: url(/images/site/downArrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.expanded-nav__inner-mobile li .downArrow:hover {
  cursor: pointer;
}

.expanded-nav__inner-mobile li .rotated {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.expanded-nav__inner-mobile li a {
  text-decoration: none;
  color: white;
}

.expanded-nav__inner-mobile li ul {
  margin: 0;
  display: none;
  height: 0px;
  transition: 0.5s ease-in;
  -webkit-animation: moveUpMenu 0.5s;
          animation: moveUpMenu 0.5s;
}

.expanded-nav__inner-mobile li ul li {
  margin: 0;
  padding-left: 3rem;
  width: 100%;
}

.expanded-nav__inner-mobile li ul li a {
  font-weight: 100;
  color: #dadada;
}

.expanded-nav__inner-mobile li .expanded {
  display: block;
  max-height: 50vh;
  height: 100%;
  transition: 0.5s ease-in;
  -webkit-animation: moveDownMenu 0.5s;
          animation: moveDownMenu 0.5s;
  overflow-y: scroll;
}

.hamburger {
  width: 60px;
  height: 60px;
  padding: 1rem;
  background: transparent;
  right: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
}

@media (max-width: 600px) {
  .hamburger {
    display: flex;
  }
}

@media (min-width: 600px) {
  .hamburger {
    display: flex;
  }
}

@media (min-width: 900px) {
  .hamburger {
    display: none;
  }
}

.hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 3;
}

.hamburger > div::before,
.hamburger > div::after {
  content: "";
  position: absolute;
  top: -12px;
  height: 3px;
  width: 100%;
  background: inherit;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 3;
}

.hamburger > div::after {
  top: 12px;
}

.toggler {
  height: 60px;
  width: 60px;
  position: absolute;
  z-index: 10;
  opacity: 0;
}

@media (max-width: 600px) {
  .toggler {
    right: 10px;
    display: flex;
  }
}

@media (min-width: 600px) {
  .toggler {
    right: 10px;
    display: flex;
  }
}

@media (min-width: 900px) {
  .toggler {
    display: none;
  }
}

.toggler:hover {
  cursor: pointer;
}

.toggler:checked ~ .hamburger > div::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 10%;
          transform-origin: 0% 10%;
  background: white;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.toggler:checked ~ .hamburger > div::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 90%;
          transform-origin: 0% 90%;
  background: white;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.toggler:checked ~ .hamburger > div {
  background: transparent;
}

.toggler:checked ~ .expanded-nav {
  transition: 0.4s ease-in;
  visibility: visible;
  -webkit-animation: moveDown 0.4s;
          animation: moveDown 0.4s;
  height: 100vh;
}

.toggler:checked ~ .expanded-nav > .expanded-nav__inner {
  height: 100%;
  transition: 0.4s ease-in;
  visibility: visible;
}

.toggler:checked ~ .expanded-nav > .expanded-nav__inner ul li a {
  height: 100%;
  transition: 0.4s ease-in;
  visibility: visible;
}

.toggler:checked ~ .expanded-nav > .expanded-nav__inner ul li .downArrow {
  transition: 0.4s ease-in;
  visibility: visible;
}

.stop-scroll {
  height: 100;
  overflow: hidden;
}

.side-nav {
  width: 100%;
  height: 0rem;
  background: black;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 3;
  visibility: hidden;
  transition: 0.4s ease-in;
  -webkit-animation: moveUp 0.4s;
          animation: moveUp 0.4s;
  color: white;
}

@media (max-width: 1200px) {
  .side-nav {
    width: 100vw;
    max-height: 100vh;
  }
}

@media (min-width: 1200px) {
  .side-nav {
    width: 25vw;
    max-height: 450px;
  }
}

@media (min-width: 900px) {
  .side-nav {
    width: 25vw;
    max-height: 450px;
  }
}

@media (min-width: 1200px) {
  .side-nav {
    width: 25vw;
    max-height: 300px;
  }
}

.side-nav__inner {
  height: 100%;
  margin-top: 0rem;
  transition: 0s;
  visibility: 0;
  color: inherit;
}

@media (max-width: 1200px) {
  .side-nav__inner {
    width: 100vw;
    max-height: 100vh;
  }
}

@media (min-width: 1200px) {
  .side-nav__inner {
    width: 25vw;
    max-height: 25vh;
  }
}

@media (min-width: 900px) {
  .side-nav__inner {
    width: 25vw;
    max-height: 25vh;
  }
}

@media (min-width: 1200px) {
  .side-nav__inner {
    width: 25vw;
    max-height: 25vh;
  }
}

.side-nav__inner > ul > li {
  padding-left: 3rem;
  text-align: left;
}

.side-nav__inner > ul > li > a {
  color: white;
  font-family: ConnaryFagenBold;
}

.currentFest {
  z-index: 20;
  font-size: 1.2rem;
  line-height: 1rem;
  font-family: ConnaryFagenBold;
}

@media (max-width: 1200px) {
  .currentFest {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .currentFest {
    margin: 0 2rem;
  }
}

@media (min-width: 900px) {
  .currentFest {
    font-size: 1.02rem;
  }
}

@media (min-width: 1200px) {
  .currentFest {
    font-size: 1.2rem;
  }
}

@media (min-width: 1280px) {
  .currentFest {
    font-size: 1.3rem;
  }
}

@media (min-width: 1600px) {
  .currentFest {
    font-size: 1.6rem;
  }
}

.currentFest:hover {
  cursor: pointer;
  color: #a18244;
}

.sideToggler-box {
  position: relative;
}

.sideToggler {
  width: 0px;
  height: 0px;
  z-index: 20;
  opacity: 0;
}

.sideToggler:hover {
  cursor: pointer;
}

.sideToggler:checked ~ .side-nav {
  transition: 0.4s ease-in;
  visibility: visible;
  -webkit-animation: moveDown 0.4s;
          animation: moveDown 0.4s;
  height: 100vh;
}

.sideToggler:checked ~ .side-nav > .side-nav__inner {
  height: 100%;
  transition: 0s;
  visibility: visible;
}

@-webkit-keyframes moveDown {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: 100vh;
    opacity: 1;
  }
}

@keyframes moveDown {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: 100vh;
    opacity: 1;
  }
}

@-webkit-keyframes moveUp {
  from {
    height: 100vh;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}

@keyframes moveUp {
  from {
    height: 100vh;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}

@-webkit-keyframes moveDownMenu {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

@keyframes moveDownMenu {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes moveUpMenu {
  from {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}

@keyframes moveUpMenu {
  from {
    height: 100%;
    opacity: 1;
  }
  to {
    height: 0px;
    opacity: 0;
  }
}

:root {
  --padding: 16px 32px;
  --transition-duration: 0.3s;
  --hover-colour: #a18244;
}

.popover {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform-origin: center -20px;
          transform-origin: center -20px;
  -webkit-transform: rotateX(-15deg);
          transform: rotateX(-15deg);
  transition: opacity var(--transition-duration), -webkit-transform var(--transition-duration);
  transition: transform var(--transition-duration), opacity var(--transition-duration);
  transition: transform var(--transition-duration), opacity var(--transition-duration), -webkit-transform var(--transition-duration);
}

@media (max-width: 600px) {
  .popover {
    display: none;
  }
}

@media (min-width: 600px) {
  .popover {
    display: none;
  }
}

@media (min-width: 900px) {
  .popover {
    display: inline-block;
  }
}

.popover.open {
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.arrow {
  position: absolute;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: white;
  box-shadow: -3px -3px 5px rgba(80, 90, 120, 0.05);
  border-radius: 4px 0 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: opacity var(--transition-duration), -webkit-transform var(--transition-duration);
  transition: transform var(--transition-duration), opacity var(--transition-duration);
  transition: transform var(--transition-duration), opacity var(--transition-duration), -webkit-transform var(--transition-duration);
  will-change: transform;
}

.background {
  position: absolute;
  top: 20px;
  left: 0;
  padding: var(--padding);
  padding-left: 10px;
  background: #000;
  border-radius: 6px;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: opacity var(--transition-duration), -webkit-transform var(--transition-duration);
  transition: transform var(--transition-duration), opacity var(--transition-duration);
  transition: transform var(--transition-duration), opacity var(--transition-duration), -webkit-transform var(--transition-duration);
  width: 100%;
  border-top: 1px solid white;
}

.content {
  overflow: hidden;
  z-index: 20;
  transition: opacity var(--transition-duration), -webkit-transform var(--transition-duration);
  transition: transform var(--transition-duration), opacity var(--transition-duration);
  transition: transform var(--transition-duration), opacity var(--transition-duration), -webkit-transform var(--transition-duration);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  color: #000;
  z-index: 40;
  text-align: left;
}

.section {
  opacity: 0;
  transition: opacity 0.2s;
  overflow: hidden;
  display: none;
  width: auto;
  height: auto;
}

.section.active {
  opacity: 1;
  display: block;
}

.navlist-primary {
  z-index: 40;
}

.nav-sub {
  z-index: 40;
  margin: 0;
  padding: 0;
}

.nav-sub__link {
  color: white;
  text-decoration: none;
  z-index: 40;
  margin: 0;
}

.nav-sub__link:hover {
  color: var(--hover-colour);
}

.section-past-festivals {
  width: 100%;
  height: auto;
  margin: auto;
}

.section-past-festivals > .allFestivals {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(11, auto);
  grid-auto-flow: column;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  max-width: 1060px;
  margin: auto;
}

.section-past-festivals > .allFestivals > li > a {
  color: white;
  text-decoration: none;
}

.section-past-festivals > .allFestivals > li > ul {
  display: none;
}

.section-past-festivals > .allFestivals > li > ul > li > a {
  color: #6d6d6d;
}

.section-past-festivals > .allFestivals > li > ul > li > a:hover {
  color: var(--hover-colour);
}

.section-past-festivals > .allFestivals > .has-sub a:hover {
  color: var(--hover-colour);
}

.toggledFest {
  display: block !important;
}

.toggledFest a {
  display: block;
}

.section-who-we-are {
  width: auto;
  height: auto;
}

.section-pitching-forum {
  width: auto;
  height: auto;
}

.section-winners {
  width: auto;
  height: auto;
}

* {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

html,
body {
  /*overflow-y: hidden;*/
}

body {
  font-family: "ConnaryFagenLight";
  font-weight: 500;
  padding: 0;
  margin: 0;
}

body#gallery {
  overflow-x: hidden;
}

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.clear {
  clear: both;
}

/* ========================================================================
   TYPOGRAPHY
   ======================================================================== */
h1 {
  font-weight: normal;
  font-size: 74px;
  color: black;
  margin: 0;
}

h2 {
  font-weight: normal;
  font-size: 35px;
  color: black;
  margin: 0;
}

h3 {
  font-weight: normal;
  font-size: 26px;
  color: #333;
  margin: 0;
}

h4 {
  font-weight: normal;
  font-size: 21px;
  color: #fff;
  margin: 0;
}

h5 {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  margin: 0;
}

a {
  text-decoration: none;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.uc {
  text-transform: uppercase;
}

.view_all {
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #999;
}

.light_gray {
  color: #999;
}

.dark_gray {
  color: #333;
  font-family: ConnaryFagenBold;
}

.red {
  color: black;
}

.upload_count {
  padding-top: 10px;
}

.bolder {
  font-size: 18px;
}

.title_splitter {
  float: left;
  width: 75px;
  height: 3px;
  background: #333;
}

.sponsor_wrapper .title_splitter,
.contact .title_splitter {
  margin-top: 5px;
}

@media all and (max-width: 1060px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 30px;
  }
}

@media all and (max-width: 980px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 20px;
  }
}

@media all and (max-width: 640px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 17px;
  }
}

.fr {
  float: right;
}

.please_note {
  clear: right;
  float: right;
}

/* ========================================================================
   STANDARD CONTENT
   ======================================================================== */
.introduction img {
  max-width: 100%;
}

.introduction-title {
  font-size: 2.5rem !important;
}

.imagesWrapped img {
  width: 45% !important;
  height: auto !important;
  margin: 0.5rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.standard_content {
  margin: 10px 0 40px 0;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  clear: both;
  background: url("images/site/CMF_Background.png") repeat-x right 0 left 0;
}

.standard_content-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.standard_content .wrapper {
  background: white;
  z-index: 2;
  position: relative;
  padding: 2rem;
}

.standard_content.page {
  padding: 20px 0 50px 0;
}

.standard_content h1 {
  font-size: 32px;
  color: #333;
}

.standard_content h2 {
  font-size: 24px;
  padding: 20px 0 10px 0;
  color: #333;
}

.standard_content img {
  width: 100%;
  max-width: 100%;
}

.standard_content p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.standard_content ul,
.standard_content ol {
  color: #333;
  font-size: 16px;
  padding-left: 30px;
  line-height: 30px;
}

.standard_content table {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

@media all and (max-width: 640px) {
  .standard_content table.responsive {
    width: auto !important;
  }
  .standard_content table.responsive td {
    display: block;
    float: left;
    width: 100%;
  }
}

.standard_content table td {
  padding: 5px 5px 5px 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: top;
}

.standard_content table p {
  margin: 0;
}

.standard_content a {
  color: black;
  text-decoration: underline;
}

/* ========================================================================
   WELCOME AREA
   ======================================================================== */
.welcome {
  clear: both;
  float: left;
  width: 100%;
  height: 300px;
  text-align: center;
  border-top: 1px solid #fff;
  background-color: RGB(243, 243, 243);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: ConnaryFagenLight;
}

.page-1 .welcome {
  height: 600px;
}

.welcome.no_bg_image {
  height: 200px;
}

.welcome.plain_style {
  height: 165px;
}

@media (max-width: 500px) {
  .welcome.plain_style {
    height: 200px;
  }
}

/*.page-1 .welcome { background: none; }*/
.welcome .welcome_block {
  margin: 20px 0 0 0;
}

.welcome .welcome_block.welcome_winner {
  max-width: 1060px;
  margin: auto;
}

.welcome .welcome_block.welcome_winner h1 {
  font-size: 3.5rem;
}

.welcome.plain_style .welcome_block.welcome_winner {
  margin: auto;
  margin-top: 40px;
  max-width: 1060px;
}

.welcome.plain_style .welcome_block.welcome_winner h1 {
  font-size: 3.5rem;
}

@media (max-width: 1060px) {
  .welcome.plain_style .welcome_block.welcome_winner h1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.welcome.winners .welcome_block.welcome_winner {
  margin-top: 130px;
}

@media (max-width: 600px) {
  .table-show {
    display: block;
  }
}

@media (max-width: 600px) {
  .table-hidden {
    display: none;
  }
}

.welcome .welcome_splitter {
  display: inline-block;
  background: #fff;
  width: 1px;
  height: 250px;
}

.welcome .welcome_text {
  display: inline-block;
  padding: 30px 0 40px 0;
}

.welcome h1 {
  text-align: left;
  font-family: ConnaryFagenBold;
  margin-bottom: 20px;
}

/*.welcome .welcome_text.tl { padding-left: 20px; }
    .welcome .welcome_text.tr {
        padding-right: 20px;
        border-right: 1px solid #fff; }*/
@media all and (max-width: 980px) {
  .welcome .welcome_text {
    width: auto;
    padding: 40px 0 50px 0;
  }
  .page-1 .welcome {
    height: 420px;
  }
}

@media all and (max-width: 640px) {
  .welcome {
    height: 200px;
  }
  .page-1 .welcome {
    height: 320px;
  }
  .welcome .welcome_block {
    margin-top: 50px;
  }
  .welcome .welcome_block.welcome_winner {
    margin-top: 150px;
  }
  .welcome .welcome_text {
    width: auto;
    margin: 0 50px;
    padding: 30px 0;
    text-align: center;
  }
  .welcome .welcome_text.tl,
  .welcome .welcome_text.tr {
    padding-right: 0;
    padding-left: 0;
  }
  .welcome .welcome_text.tr {
    border-bottom: 1px solid #fff;
    border-right: 0;
  }
}

@media all and (max-width: 480px) {
  .welcome .welcome_text {
    margin: 0;
  }
  .page-1 .welcome {
    height: 210px;
  }
}

/* ========================================================================
   NOTIFICATION BAR
   ======================================================================== */
.notification {
  clear: both;
  background: black;
  width: 100%;
  padding: 0px 0;
  transition: all 0.3s ease-in-out;
}

.notification:hover {
  cursor: pointer;
}

.notification .label {
  position: relative;
  text-transform: uppercase;
  top: -15px;
  font-size: 21px;
  color: #fff;
  margin-right: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
}

.notification .info {
  font-size: 38px;
  line-height: 80px;
  color: #fff;
}

.notification .triangle {
  float: right;
  text-indent: -10000px;
  width: 0;
  height: 0;
  margin-top: 20px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
}

@media all and (max-width: 1100px) {
  .notification .info {
    font-size: 28px;
  }
}

@media all and (max-width: 980px) {
  .notification .info {
    font-size: 20px;
  }
}

@media all and (max-width: 640px) {
  .notification .label {
    display: none;
  }
  .notification .info {
    font-size: 18px;
  }
}

@media all and (max-width: 480px) {
  .notification .info {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
  }
  .notification .triangle {
    display: none;
  }
}

/* ========================================================================
   INTRODUCTION
   ======================================================================== */
.introduction {
  /*float: left;*/
  clear: both;
  width: 100%;
  background: #ffffff;
  padding: 40px 0 40px 0;
}

.introduction.page {
  padding: 50px 0;
  background: none;
}

.introduction.standard {
  padding-bottom: 40px;
  margin-bottom: 25px;
}

.introduction h1 {
  color: #a31a29;
}

.introduction p {
  color: #333333;
}

.introduction h1 {
  font-size: 26px;
}

.introduction h1 span {
  float: right;
}

.introduction p {
  font-size: 18px;
  line-height: 26px;
}

.introduction p a {
  color: #888888;
}

.introduction p a:hover {
  color: #333333;
}

.introduction.page h1 {
  font-size: 32px;
}

.introduction form {
  float: right;
}

.introduction.gallery_pages {
  padding: 30px 0;
}

.introduction.gallery_pages #chooseFestival {
  margin-top: 0px;
}

@media all and (max-width: 640px) {
  .social_share {
    clear: both;
    width: 100%;
    padding: 10px 0;
    display: none;
  }
}

/* ========================================================================
   FORMS
   ======================================================================== */
.jqtransform {
  margin-top: 0;
}

.jqtransform .jqTransformSelectWrapper {
  border: 1px solid #999;
  background: #fff;
}

.jqtransform .jqTransformSelectWrapper a.jqTransformSelectOpen {
  background: url("/js/jqtransform/jqtransformplugin/img/select_right.png") no-repeat top center;
}

@media all and (max-width: 640px) {
  /*#chooseFestival { width: 100%; }*/
  #chooseFestival .jqTransformSelectWrapper {
    margin-bottom: 20px;
    width: 100% !important;
  }
  #chooseFestival .jqTransformSelectWrapper ul {
    width: 100% !important;
  }
}

.checkbox {
  position: relative;
  float: left;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checkbox label {
  float: left;
}

.checkbox label:before {
  content: "";
  transition: all 0.2s;
  float: left;
  width: 16px;
  height: 16px;
  border: 1px solid black;
  margin-right: 10px;
}

.checkbox input[type="checkbox"]:checked + label:before {
  background-color: black;
}

/* ========================================================================
   HOMEPAGE
   ======================================================================== */
#homePageMain {
  padding-bottom: 2rem;
}

.homepage_row {
  padding: 20px 0 0 0;
}

.page-1-22 .infobox_container {
  margin-bottom: 0;
}

.festival_list {
  float: left;
  width: 100%;
  margin: 20px 0 40px 0;
}

.infobox {
  display: flex;
  flex-direction: column;
  float: left;
  position: relative;
  background: black;
  width: 33.333333333333%;
  height: 0;
  margin-top: 10px;
  padding-bottom: 33.333333333333%;
  border-right: 1px solid white;
}

.infobox-image {
  background-position: top left;
  background-repeat: none;
  background-size: cover;
  width: 100%;
  height: 75%;
  padding-bottom: 75%;
}

.infobox-info {
  background-color: black;
  justify-content: center;
  height: auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}

.infobox-info__title {
  margin: 0;
  font-family: ConnaryFagenBold;
  margin-left: 10px;
}

.infobox-info p {
  margin: 0;
  font-family: ConnaryFagenLight;
  margin-left: 10px;
}

.infobox_container .infobox {
  margin-top: 0;
  margin-bottom: 2rem;
}

.wrapper .infobox:nth-child(3n) {
  margin-right: 0;
}

.infobox.festival {
  margin-top: 0;
}

.infobox.twitter_bg {
  background-image: url("/images/new/twitter-bg.png");
  background-color: #1f98c7;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
}

.infobox h4 a {
  color: #fff;
}

.infobox .splitter {
  display: block;
  width: 25%;
  height: 3px;
  background: #fff;
  margin: 10px 0 0 20px;
}

.infobox p {
  color: #fff;
}

.infobox p a {
  color: #fff;
}

.infobox .twitter_info {
  font-size: 12px;
}

.infobox .tweet {
  font-size: 18px;
}

.infobox .tweet span {
  font-size: 14px;
  line-height: 40px;
}

.infobox h4,
.infobox p,
.infobox .splitter {
  position: relative;
  z-index: 2;
}

.infobox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease-in-out;
}

.infobox:hover .overlay {
  background: rgba(0, 0, 0, 0.8);
}

.infobox .default_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s ease-in-out;
}

.infobox:hover .default_overlay {
  background: rgba(0, 0, 0, 0.5);
}

.infobox .title_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black;
}

.infobox .title_box h4 {
  margin: 16px 0 19px 20px;
  font-size: 19px;
}

.connect-banner {
  background: url("/images/homepage/connectBanner.png") center no-repeat;
  background-size: cover;
  color: white;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media all and (max-width: 980px) {
  .connect-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.connect-banner .wrapper .left {
  float: left;
  width: 60%;
}

@media all and (max-width: 980px) {
  .connect-banner .wrapper .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.connect-banner .wrapper .right {
  float: left;
  width: 40%;
}

.connect-banner .wrapper .right a {
  display: block;
  float: right;
  border: 1px solid white;
  color: white;
  line-height: 40px;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}

.connect-banner .wrapper .right a:hover {
  background: white;
  color: #e37757;
}

@media all and (max-width: 980px) {
  .connect-banner .wrapper .right {
    width: 100%;
  }
  .connect-banner .wrapper .right a {
    float: left;
  }
}

@media all and (max-width: 768px) {
  .infobox .tweet {
    font-size: 14px;
  }
}

@media all and (max-width: 640px) {
  .homepage_row .infobox,
  .infobox_container .infobox {
    width: 100%;
    padding-bottom: 100%;
  }
}

/* ========================================================================
   PROGRAMME
   ======================================================================== */
.programme_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.programme_list li {
  border-bottom: 1px solid #ccc;
}

.programme_list .dateHeader {
  border-bottom: none;
  padding: 0 0 10px 0;
  margin: 0;
}

.programme_list .dateHeader h4 {
  color: #333;
}

/* ========================================================================
   BREADCRUMBS
   ======================================================================== */
.breadcrumbs {
  clear: both;
  font-size: 14px;
  border-bottom: 1px solid #d6d6d6;
  height: 50px;
  line-height: 50px;
  color: #074667;
}

.breadcrumbs a {
  color: #333;
}

@media all and (max-width: 640px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

/* ========================================================================
   SPONSORS
   ======================================================================== */
.sponsor_list {
  margin-bottom: 40px;
  list-style-type: none;
}

.sponsor_list li {
  float: left;
  width: 33.3333333%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

.sponsor_list li a {
  display: block;
  vertical-align: middle;
}

.sponsor_list li img {
  vertical-align: middle;
  width: 70%;
}

@media all and (max-width: 640px) {
  .sponsor_list li {
    width: 50%;
  }
}

/* ========================================================================
   FORMS
   ======================================================================== */
/* ========================================================================
   GALLERY
   ======================================================================== */
.gallery {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  clear: both;
  position: relative;
  text-align: center;
}

.gallery .gallery_row {
  float: left;
  width: 100%;
  overflow: hidden;
}

.gallery .box {
  float: left;
  position: relative;
  width: 33.333333%;
  background: #fff;
}

.gallery .box img {
  float: left;
  width: 100%;
  padding: 0.5%;
  box-sizing: border-box;
}

.gallery .box a {
  display: block;
}

.gallery .box .overlay {
  cursor: pointer;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  background-image: url("/images/plus-button.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  z-index: 1;
  top: 0.5%;
  left: 0.5%;
  width: 99%;
  height: 99%;
  padding: 10%;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  transition: opacity 0.3s ease-in-out;
}

.gallery .box:hover .overlay {
  opacity: 1;
}

@media all and (max-width: 900px) {
  .gallery .box {
    width: 50%;
  }
}

@media all and (max-width: 640px) {
  .gallery .box {
    width: 100%;
  }
}

/* ========================================================================
   CONTACT
   ======================================================================== */
.contact .google_map {
  position: relative;
  text-align: left;
  width: 100%;
  height: 375px;
  margin: 0;
}

.contact .thanks {
  display: none;
}

.contact .thanks.success {
  display: block;
}

.contact #contactForm.success {
  display: none;
}

.social-subscribe .subscription {
  text-align: left;
}

.social-subscribe .subscription label,
.social-subscribe .subscription a {
  color: black;
  border-color: black;
}

.social-subscribe .subscription p {
  color: #d31938;
}

.social-subscribe .subscription span:before {
  border: 1px solid black;
}

.social-subscribe .subscription input[type="checkbox"]:checked + label span:before {
  background: black;
}

@media all and (max-width: 640px) {
  .contact .six-col,
  .contact .two-col,
  .contact .three-col {
    width: 100%;
  }
  .contact .google_map {
    height: 300px;
    top: 0;
  }
}

/* ========================================================================
   MY ENTRIES
   ======================================================================== */
.entry_form {
  padding-bottom: 2rem;
}

.entry_form .intro {
  color: #999;
}

.entry_form .speechBubble,
.entry_form input.error {
  color: black;
}

.entry_form ul {
  list-style-type: none;
  font-size: 16px;
  color: #1d1d1d;
  padding-bottom: 25px;
  border-bottom: 1px solid #d6d6d6;
}

.entry_form ul li {
  padding: 5px 0;
}

.entry_form input[type="radio"] {
  width: auto;
  margin-right: 10px;
}

.entry_form .entry_step_1 label {
  font-size: 16px;
  display: inline-block;
  width: 300px;
  font-family: ConnaryFagenBold;
}

.entry_form .entry_step_1 select {
  margin: 0 10px;
}

.entry_form .entry_form_2 label {
  float: left;
  margin: 20px 0;
  width: 100%;
  font-family: ConnaryFagenBold;
  font-size: 20px;
}

.entry_form .entry_form_2 label.narrow {
  margin-top: 0;
  width: 200px;
}

.register_form {
  width: 100%;
  margin: auto;
  font-family: ConnaryFagenBold;
}

.register_form span {
  font-family: ConnaryFagenLight;
}

.login-fieldset {
  border: none;
}

.register_form input[type="text"],
.register_form input[type="password"],
.register_form select {
  width: 100%;
  padding: 1rem 0.5rem;
  margin-bottom: 20px;
}

.register_form input[name="galaTickets"] {
  width: 10%;
}

.register_form label {
  float: left;
  width: 100%;
  font-size: 20px;
}

.register_form .hotel {
  margin-bottom: 20px;
}

.register_form .hotel label {
  margin-right: 20px;
  width: auto;
  clear: left;
}

.register_form a {
  color: black;
  transition: all 0.3s;
  background: none;
}

.register_form a:hover {
  color: #c3c3c3;
}

.inline-form-list {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  list-style: none;
}

.inline-form-list li {
  width: 20%;
  padding: 0px 0px 0px 0px;
  margin: 10px 10px 0px 0px;
  float: left;
}

.inline-form-list li input {
  padding: 0px 0px 0px 0px;
  margin: 3px 0px 0px 0px;
}

#whichGenre {
  margin: 5px 0px 0px 0px;
  float: left;
}

.entry_form .formField {
  width: 100%;
}

.entry_form .formField input {
  width: 100%;
  padding: 1rem 0.5rem;
  margin-bottom: 20px;
}

.entry_form .formField select {
  height: 40px;
  width: 100%;
  padding-left: 0.2rem;
}

.entry_form .bottomBorder {
  padding: 5rem 10rem;
}

@media (max-width: 600px) {
  .entry_form .bottomBorder {
    padding: 1rem 2rem;
  }
}

.entry_form .bottomBorder:nth-child(1) {
  margin-top: 4rem;
  border: 1px solid black;
}

.entry_form .running_time input {
  width: 250px;
  margin-right: 10px;
}

.entry_form .subscription p,
.entry_form .subscription label {
  color: black;
}

.next_button,
.next_button_inline {
  font-family: ConnaryFagenBold;
  float: right;
  width: 190px;
  height: 52px;
  background: black;
  border: none;
  margin-top: 20px;
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}

.next_button:hover,
.next_button_inline:hover {
  opacity: 75%;
}

.next_button.link_center {
  display: inline-block;
  float: none;
  text-align: center;
  line-height: 52px;
  color: #fff;
  margin: 20px auto;
}

.next_button.link_right {
  text-align: center;
  width: 290px;
  line-height: 52px;
}

.next_button.button_left {
  float: left;
  margin-left: 0;
}

.next_button.link_top {
  margin: 0;
}

.next_button.delete_now {
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 52px;
  margin: 20px 10px 0 0;
  width: 100px;
}

.show_entries,
.forgot_pass {
  float: left;
  width: 190px;
  height: 52px;
  background: #666;
  border: none;
  margin-top: 20px;
  text-align: center;
  line-height: 52px;
  font-family: "ConnaryFagenBold";
  color: #fff;
}

.forgot_pass {
  float: left;
}

.cartTotal {
  text-align: right;
  font-size: 32px;
}

.addressPodHeader {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #1d1d1d;
  border-bottom: 1px solid #ccc;
}

.addressPod ul {
  line-height: 26px;
  list-style-type: none;
  color: #1d1d1d;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.cart_display {
  width: 100%;
  color: #1d1d1d;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.cart_display td {
  padding: 5px 0;
}

.payment_type input {
  margin-right: 20px;
}

.cartActions {
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

.my_entries td {
  text-transform: uppercase;
}

.my_entries table {
  width: 100%;
  font-size: 16px;
  color: #1d1d1d;
  border: none;
}

.my_entries table th {
  font-weight: normal;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
  font-family: "ConnaryFagenBold";
}

.my_entries table th.icon {
  width: 70px;
}

.my_entries table td {
  vertical-align: top;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}

@media (max-width: 700px) {
  .my_entries table td {
    vertical-align: middle;
  }
}

@media (max-width: 500px) {
  .my_entries table td {
    padding: 0px;
    font-size: 13px;
  }
}

@media (min-width: 500px) {
  .my_entries table td {
    padding: 20px 10px;
    font-size: 15px;
  }
}

.my_entries table .row_options {
  padding-right: 0;
  width: auto;
  min-width: 330px;
}

@media (max-width: 500px) {
  .my_entries table .row_options {
    min-width: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
}

.button-form {
  display: inline-block;
  vertical-align: middle;
}

.button-form.edit-entry input,
.button-form.delete-entry input {
  margin: 0;
  float: none;
  font-size: 1pc;
  font-family: museo-sans-rounded, Arial, sans-serif;
}

.button-form.delete-entry {
  margin-left: 1px;
}

.button-form.delete-entry input {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 39px;
}

.my_entries .manage_media {
  font-size: 18px;
  padding: 3px 6px;
  vertical-align: middle;
  text-align: center;
}

.my_entries .manage_media .complete {
  font-size: 14px;
}

.my_entries .manage_media a {
  float: left;
  width: 190px;
  height: 52px;
  line-height: 52px;
  background: #666;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.my_entries .manage_media a:hover {
  background: black;
}

.my_entries .manage_media a span {
  float: left;
  margin: 14px 8px 0 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20.8px;
  border-color: transparent transparent transparent #ffffff;
}

.my_entries .notes {
  width: 450px;
  color: #333;
}

.my_entries .notes span {
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
}

.my_entries .media_box {
  position: relative;
  text-align: center;
  width: 100%;
  background: #f1f1f1;
}

.my_entries .media_box .upload {
  width: auto;
  padding: 60px 0;
  display: inline-block;
}

.my_entries .media_box img {
  width: 100%;
  display: block;
}

.my_entries .media_box .upload_tick {
  display: inline-block;
  margin-right: 10px;
  width: 70px;
}

.my_entries .video_preview {
  color: #999;
  line-height: 176px;
}

.my_entries .media_box .moxie-shim-flash {
  margin-top: -97px;
  height: 50px !important;
}

.entry_form .edit_details,
.entry_form .delete_entry {
  float: right;
  width: 190px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #666;
  text-transform: uppercase;
  color: #fff;
}

.entry_form .delete_entry {
  margin-left: 10px;
  width: 100px;
  background: #999;
}

.entry_form select.break_first {
  clear: left;
  margin: 10px 10px 20px 25px;
}

.media_upload {
  display: none;
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

.media_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 740px;
  height: 350px;
  margin: -185px 0 0 -370px;
  padding: 40px 0;
  background: #fff;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.2);
}

.media_info .end_upload {
  position: absolute;
  top: 40px;
  right: 30px;
}

.media_info .upload_info,
.media_info .upload_complete {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding: 10px 0 0 0;
}

.media_info .upload_info p,
.media_info .upload_complete p {
  font-size: 15px;
  color: #333;
}

.media_info .upload_info .progress,
.media_info .upload_complete .progress {
  color: #999;
}

.progress_bar {
  position: relative;
  width: 85%;
  height: 54px;
  margin: 20px auto;
  background: #ebebeb;
  border: 1px solid #abb2ba;
}

.progress_bar .bar {
  float: left;
  height: 52px;
  background: black;
  background: linear-gradient(to bottom, black 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='black',GradientType=0 );
}

.progress_bar .text {
  position: absolute;
  top: 0;
  left: 35px;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
}

.call_for_entries_open {
  background: black;
  padding: 5%;
}

.call_for_entries_open h1,
.call_for_entries_open h5 {
  float: left;
  color: #fff;
}

.call_for_entries_open h5 {
  clear: left;
  padding-top: 10px;
}

.call_for_entries_open .enter_now {
  float: right;
  color: #fff;
  font-size: 26px;
}

.call_for_entries_open .enter_now span {
  float: right;
  margin-left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #ffffff;
}

/* ========================================================================
   VIDEO POPUP
   ======================================================================== */
.video_popup,
.gallery_popup {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

/*.gallery_popup { opacity: 0; transition: opacity 0.3s ease-in-out; }
    .gallery_popup.show { display: block; opacity: 1; }*/
.video_popup .video_inner,
.gallery_popup .gallery_inner {
  max-width: 75%;
  margin: 50px auto;
  overflow: hidden;
}

.gallery_popup .gallery_inner img {
  max-height: 70%;
  max-width: 100%;
}

.video_popup .close_video,
.gallery_popup .close_image {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

audio {
  padding-top: 10px !important;
}

/* ========================================================================
   PROGRAMME
   ======================================================================== */
.introduction .days {
  margin-top: 40px;
  border: 1px solid #d6d6d6;
  overflow: hidden;
  text-transform: uppercase;
}

.introduction .day {
  width: 100%;
  float: left;
  padding: 15px;
  min-height: 110px;
  position: relative;
  cursor: pointer;
}

.introduction .day .daycontent {
  position: absolute;
}

@media (min-width: 480px) {
  .introduction .day {
    width: 50%;
  }
  .introduction .day:not(:last-child) {
    border-right: 1px solid #d6d6d6;
  }
}

@media (min-width: 640px) {
  .introduction .day {
    width: 25%;
    border-bottom: 0;
  }
}

.introduction .day.active {
  background: #fff;
}

.introduction .day h1 {
  font-size: 32px;
  margin: 0;
}

.introduction .day h2 {
  font-size: 20px;
  padding-top: 0;
}

.event-day {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.1s ease-out;
}

.event-day.active {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: all 0.1s ease-in;
}

.event-day .event {
  overflow: hidden;
  padding: 25px 15px;
}

/*.event-day .event:nth-child(odd) {
    border-bottom: 1px solid #d6d6d6;
}*/
.event-day .event:nth-child(even) {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}

.event-day span {
  display: block;
}

.event-day .event-meta h3 {
  color: #aaa;
}

.event-day .event-meta .date {
  font-size: 20px;
  display: block;
}

.event-day .sponsors {
  margin-top: 45px;
}

.event-day .sponsors span {
  font-size: 14px;
  font-weight: 300;
}

.event-day .sponsors img {
  margin-top: 10px;
  width: 100%;
  max-width: 200px;
}

.event-day .sponsors img:first-child {
  margin-top: 0;
}

.event-day .sponsors img.sponsor-image {
  max-width: 200px;
}

.event-day .event-details .event-title {
  font-size: 28px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

.event-day .event-details .event-description {
  padding-right: 40px;
}

@media (max-width: 768px) {
  .event-day .event-meta {
    margin-bottom: 30px;
  }
  .event-day .event-meta .sponsors img {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .event-day .sponsors img {
    width: 100%;
    float: left;
  }
  .event-day .event-meta {
    width: 24%;
    float: left;
    color: #555;
  }
  .event-day .event-details {
    width: 75.5%;
    float: right;
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.event-day .event-details p,
.event-day .event-details .event-personnel {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #333;
}

.event-day .event-details span.event-person-title {
  text-transform: uppercase;
}

.event-day .event.break {
  background: black;
  color: #fff;
}

.event-day .event.break .event-meta {
  color: #fff;
}

.event-day .event.break .event-meta .venue:last-of-type {
  margin-bottom: 0 !important;
}

.event-day .event.break .event-meta .date,
.event-day .event.break .event-meta .venue {
  font-size: 18px !important;
  line-height: 24px;
}

.event-day .event.break .event-meta .date h3,
.event-day .event.break .event-meta .venue h3 {
  font-size: 16px !important;
}

.event-day .event.break .event-meta .sponsors {
  display: none;
}

.event-day .event.break .event-details {
  margin: 0;
}

.event-day .event.break .event-title {
  border-bottom: 0;
  padding-bottom: 0;
}

.event-day .event.break .event-meta {
  float: none;
}

.event-day .event.break .event-details {
  float: none;
}

#panelist-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
}

#panelist-lightbox .panelist {
  position: relative;
  max-width: 100%;
  width: 900px;
  margin: 15% auto 0;
  min-height: 400px;
  max-height: 80%;
  background: #fff;
  border: 1px solid black;
  color: #000;
  text-align: left;
  padding: 30px;
  box-shadow: black 0 0 50px;
}

#panelist-lightbox #panelist-close {
  float: right;
  cursor: pointer;
}

#panelist-lightbox h1,
#panelist-lightbox h2 {
  color: #000;
}

#panelist-lightbox h1 {
  font-size: 26px;
}

#panelist-lightbox h2 {
  font-size: 18px;
}

#panelist-lightbox .panelist-image {
  width: 30%;
  float: right;
  margin-left: 30px;
}

#panelist-lightbox .panelist-image img {
  width: 100%;
}

#st-1 .st-btn[data-network="sharethis"] {
  background-color: transparent !important;
  background-image: url(/images/site/share_this.png) !important;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px !important;
  font-size: 14px !important;
}

#st-1 .st-btn[data-network="sharethis"] .st-label {
  display: none;
}

#st-1 .st-btn[data-network="sharethis"]:after {
  content: "SHARE THIS PAGE";
  color: #a31a29;
}

#st-1 .st-btn[data-network="sharethis"] svg {
  display: none;
}

div[data-network="delicious"],
div[data-network="digg"],
div[data-network="flipboard"],
div[data-network="mailru"],
div[data-network="meneame"],
div[data-network="odnoklassniki"],
div[data-network="vk"],
div[data-network="weibo"],
div[data-network="xing"],
div[data-network="googleplus"] {
  display: none !important;
}

/* Dirty hacks for programme page on mobile */
@media (max-width: 480px) {
  .introduction .day {
    min-height: 90px;
  }
  .introduction .day h1 {
    font-size: 27px;
  }
  .introduction .day h2 {
    font-size: 16px;
  }
  .event-day .event {
    padding: 15px;
  }
  .event-day .sponsors {
    margin-top: 25px;
  }
  img.sponsor-img {
    max-width: 50% !important;
  }
  .event-day .event-details .event-description p:last-child {
    margin-bottom: 15px !important;
  }
  .event-day .event-details .event-description {
    padding-right: 0 !important;
  }
  .event-day .event-details .event-title {
    font-size: 20px;
    line-height: 24px;
  }
  .event-day .event .event-meta {
    line-height: 25px !important;
    margin-bottom: 25px !important;
  }
  .event-day .event .event-meta .date,
  .event-day .event .event-meta .venue {
    font-size: 18px !important;
  }
  .event-day .event .event-meta h3 {
    font-size: 17px !important;
  }
  .panelist .panelistinfo {
    padding: 5px 20px !important;
  }
  .panelist .panelistinfo .panelistdetails {
    padding: 10px 0 !important;
  }
  .panelist .panelistimage {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }
  .panelist .panelistimage img {
    max-width: 100% !important;
  }
}

/* clearfix */
.clearfix {
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.festival_videos {
  width: 90%;
  max-width: 20in;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.festival_videos .box {
  float: left;
  position: relative;
  width: 30%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.festival_videos .box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/images/plus-button.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  transition: opacity 300ms linear;
  padding: 10%;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  opacity: 0;
}

.festival_videos .box .overlay:hover {
  opacity: 1;
}

.entry-image.not-landscape {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 200px;
  width: 340px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.entry-image.not-landscape img {
  position: absolute;
  left: 0;
  top: 0;
}

/*
 * Stand-out links
 */
.red-box-text {
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 20px;
  margin: 0 auto 20px auto;
  background: black;
}

.red-box-text, .red-box-text:active, .red-box-text:visited, .red-box-text:hover,
.red-box-text a,
.red-box-text a:active,
.red-box-text a:visited,
.red-box-text a:hover {
  font-weight: 400;
  color: #ffffff;
}

.red-box-text:hover a,
.red-box-text a:hover {
  border-bottom: 1px solid #ffffff;
}

.red-box-text-wide {
  width: 100%;
  padding: 20px 20px;
  text-align: center;
}

.programme .delegates_open {
  margin-top: 10px;
}

.programme .delegates_open .red-box-text-wide {
  margin-top: 10px;
  margin-bottom: 0;
}

/*
 * Debug
 */
.sf-dump {
  text-align: left;
}

.introduction.standard_content.programme {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.introduction.standard_content.programme .wrapper .pdfbox .current a {
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  padding-left: 50px;
  position: relative;
}

.introduction.standard_content.programme .wrapper .pdfbox .current a:before {
  content: "+";
  color: black;
  height: 100%;
  left: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.introduction.standard_content.programme .wrapper .pdfbox .current a:after {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 40px;
  position: absolute;
  content: "";
  border-right: 1px solid #ccc;
}

.introduction.standard_content.programme .wrapper .days {
  border-bottom: none;
}

.introduction.standard_content.programme .wrapper .days .day {
  transition: all 0.1s ease-in;
}

.introduction.standard_content.programme .wrapper .days .day h1 {
  color: #fff;
}

.introduction.standard_content.programme .wrapper .days .day h2 {
  color: #fff;
}

.introduction.standard_content.programme .wrapper .days .day sup {
  top: -6px;
  text-transform: lowercase;
}

.introduction.standard_content.programme .wrapper .days .day:nth-child(1) {
  background: #c51230;
}

.introduction.standard_content.programme .wrapper .days .day:nth-child(2) {
  background: #2f7599;
}

.introduction.standard_content.programme .wrapper .days .day:nth-child(3) {
  background: #c2b298;
}

.introduction.standard_content.programme .wrapper .days .day:nth-child(4) {
  background: #13324f;
}

.introduction.standard_content.programme .wrapper .days .day:nth-child(4) h1 {
  padding-bottom: 10px;
}

.introduction.standard_content.programme .wrapper .days .day.active {
  background: #fff;
  transition: all 0.1s ease-out;
}

.introduction.standard_content.programme .wrapper .days .day.active h1 {
  color: #000;
}

.introduction.standard_content.programme .wrapper .days .day.active h2 {
  color: #000;
}

.standard_content.programme {
  padding-top: 0;
}

.standard_content.programme .wrapper .event-day {
  border: 1px solid #ccc;
  border-top: none;
  padding: 0;
  margin: 0;
}

.standard_content.programme .wrapper .event-day .event {
  border: none;
  border-top: 1px solid #ccc;
}

.standard_content.programme .wrapper .event-day .event .event-meta h3 {
  font-size: 18px;
  font-weight: 300;
}

.standard_content.programme .wrapper .event-day .event .event-meta .venue {
  margin: 10px 0;
  font-size: 20px;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .event-person-title {
  border: 1px solid #ccc;
  display: inline-block;
  border-bottom: none;
  position: relative;
  top: 1px;
  background: #fff;
  padding: 20px 30px;
  padding-right: 60px;
  font-size: 1.4rem;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox {
  border: 1px solid #ccc;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist.chair .description p:first-of-type {
  margin-top: 0;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist.chair .description p:last-of-type {
  margin-bottom: 0;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist.chair .description span.chairtext {
  display: inline;
  font-size: 1.4rem;
  color: #402ea8;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 80%;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist {
  cursor: pointer;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist:after {
  content: "";
  display: table;
  clear: both;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist:last-child {
  margin-bottom: 0;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .panelistinfo {
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .panelistinfo .panelistdetails {
  position: relative;
  display: block;
  flex-grow: 1;
}

@media (max-width: 660px) {
  .standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .panelistinfo .panelistdetails {
    width: 100%;
    padding: 20px 0;
  }
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .panelistinfo .panelistdetails .name {
  font-size: 1.4rem;
  color: black;
  font-weight: 500;
  max-width: 80%;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .panelistinfo .panelistdetails .role {
  font-size: 1.3rem;
  max-width: 80%;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .panelistinfo .panelistdetails .expand {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  cursor: pointer;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .description {
  padding: 20px;
  padding-top: 20px;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .description p:first-of-type {
  margin-top: 0;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .description p:last-of-type {
  margin-bottom: 0;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .description .panelistimage {
  float: left;
  margin: 0 20px 20px 0;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .description .panelistimage img {
  display: block;
  max-width: 200px;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .description span.chairtext {
  display: none;
}

.standard_content.programme .wrapper .event-day .event .event-personnel .panelistbox .panelist .description.closed {
  display: none;
}

.standard_content.programme .wrapper .event-day .event.break {
  background: #1d7a8c;
  background-size: cover;
}

.standard_content.programme .wrapper .event-day .event.break .event-details {
  float: right;
}

.standard_content.programme .wrapper .event-day .event.break .event-details .breakimage {
  max-width: 50px;
}

.standard_content.programme .wrapper .event-day .event.break .event-details p {
  color: #fff;
}

.standard_content.programme .wrapper .event-day .event.break .event-meta {
  float: left;
}

.standard_content.programme .wrapper .event-day .event.break .event-meta h3 {
  color: #fff;
}

.standard_content.programme .wrapper .event-day .event:first-child {
  border-top: none;
}

.stay-in-touch-header {
  background: #c70b2c;
}

.stay-in-touch-header::after {
  content: "";
  display: block;
  clear: both;
}

.stay-in-touch-header h1 {
  text-align: left;
  font-size: 48px;
  padding: 2em 0;
}

.stay-in-touch-intro h2 {
  color: #a31a29;
  font-size: 26px;
  line-height: 1.6;
}

.stay-in-touch-form p.form-info {
  color: #000;
  display: block;
}

.stay-in-touch-form p.form-info a {
  color: #a31a29;
  border-bottom: 1px solid #a31a29;
}

.stay-in-touch-form input[type="submit"] {
  float: left;
}

.stay-in-touch-form .checkbox label {
  float: left;
  width: 100%;
  line-height: 25px;
  margin-bottom: 20px;
}

.stay-in-touch-form .checkbox label:before {
  content: "";
  float: left;
  width: 23px;
  height: 23px;
  border: 1px solid #bfbfbf;
  margin-right: 10px;
}

.stay-in-touch-form .checkbox input {
  display: none;
}

.stay-in-touch-form .checkbox input:checked + label:before {
  background: #bfbfbf;
}

.stay-in-touch-form p.errors {
  display: block;
  background: #a31a29;
  color: #fff;
  padding: 10px;
}

.stay-in-touch-form p.thanks {
  padding: 50px 0;
  display: block;
  color: #a31a29;
  font-weight: bold;
}

.messages {
  background: #a31a29;
  padding: 10px;
}

.messages a {
  color: white;
}

.warning {
  margin: 30px 0 10px 0;
}

.warning a {
  color: #a31a29;
}

input[type="radio"]:after {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type="radio"]:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: black;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.step2 > .bottomBorder {
  border: none !important;
  padding: 0;
}

.lighter-text-heading {
  font-family: ConnaryFagenLight;
}

.flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.entryCheckboxDiv {
  height: 125px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* The container */
.entryCheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0px !important;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.entryCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.entryCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.entryCheckbox input:checked ~ .checkmark {
  background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.entryCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.entryCheckbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 650px) {
  .buttons {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.total {
  font-size: 20px !important;
  font-family: ConnaryFagenLight;
  font-weight: 500;
  float: right;
  margin: 0 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

/**
    Call for entries (some stuff)
    **/
/* ==========================================================================
   $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: #000000;
  position: absolute;
  z-index: 10000;
  -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 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 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: #ffffff;
  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 {
  top: 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 {
  top: 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;
  }
}

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   $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: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .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: .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: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  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: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * 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: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
.picker__day {
  padding: .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: .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: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  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 #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  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: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

.cfe-form select[name=currency] {
  float: left;
  margin: 15px 20px 0 0;
}

.cfe-form input[type=submit] {
  float: right !important;
}

.entry_pods {
  margin: 50px 0 40px 0;
}

.entry_pods .entry_list {
  margin: 10px 0 60px 0;
}

.entry_pods .entry {
  margin-bottom: 30px;
  height: 200px;
  position: relative;
  background: black;
  background-size: cover;
}

.entry_pods .entry-image {
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  background-size: cover;
  width: 100%;
  height: 80%;
  transition: 0.4s ease;
}

.entry_pods .entry-info {
  height: 20%;
  padding: .5rem;
  transition: 0.4s ease;
}

.entry_pods .entry-info > h5 {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry_pods .entry h5, .entry_pods .entry p, .entry_pods .entry .spliiter {
  position: relative;
  z-index: 2;
}

.entry_pods .entry h5 a, .entry_pods .entry p a {
  color: #fff;
}

.entry_pods .entry .splitter {
  margin: 7px 0 0 20px;
  height: 3px;
  width: 75px;
  float: left;
  background: #fff;
}

.entry_pods .entry .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  opacity: 1;
}

.entry_pods .entry .overlay.no_upload {
  line-height: 200px;
  text-align: center;
  color: #fff;
}

.entry_pods .entry .winner {
  font-size: 35px;
}

.entry_pods .entry .category {
  font-size: 23px;
}

.entry_pods .entry .title_box {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

.entry_pods .entry .title_box h5 {
  margin: 0 5px 15px 20px;
}

.entry_pods .entry .title_box h5.category {
  font-size: 15px;
}

.entry_pods .entry .title_box p {
  position: relative;
  bottom: 0;
  margin: 16px 5px 0 20px;
  font-size: 15px;
}

.entry_pods .entry:hover .overlay {
  background: rgba(0, 0, 0, 0.75);
}

.entry_pods .entry:hover .entry-info {
  transition: 0.4s ease;
  height: 100%;
}

.entry_pods .entry:hover .entry-info > h5 > a {
  white-space: normal;
  overflow: visible;
  text-overflow: none;
}

.entry_pods .entry:hover .entry-image {
  transition: 0.4s ease;
  height: 0%;
}

.entry_pods .winner_pod:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.entry_viewer {
  position: relative;
  padding: 25px 0 70px 0;
  overflow: hidden;
  clear: both;
  background: #333;
}

.entry_viewer img {
  max-width: 90%;
}

.entry_viewer .video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
  width: 80%;
  height: 0;
}

.entry_viewer .video_wrapper iframe {
  position: absolute;
  top: 50px;
  left: 0;
  max-height: 800px;
  height: 100%;
  width: 100%;
}

.entry_viewer img, .entry_viewer .flowplayer, .entry_viewer iframe {
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.4);
}

.entry_viewer .flowplayer {
  width: 75%;
}

.entry_viewer .slide_container {
  width: 100%;
}

.entry_viewer .slide_track {
  height: 100%;
  width: 100%;
}

.entry_viewer .slide-main {
  max-height: 800px;
  height: 100%;
  width: 100%;
  float: left;
  display: none;
}

.entry_viewer .active {
  display: block;
}

.entry_viewer .animateLeft {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.entry_viewer .image_controls {
  padding: 25px 0 0 0;
  width: 100%;
}

.entry_viewer .image_controls a {
  display: inline-block;
  margin: 0 8px;
  height: 11px;
  width: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  text-indent: -10000px;
}

.entry_viewer .image_controls .dotOn {
  background: none;
}

.gallery_arrow {
  position: absolute;
  top: 50%;
  margin: -27px 0 0 0;
  height: 55px;
  width: 48px;
  background: url("/images/new/gallery-arrows.png") no-repeat;
  cursor: default;
  z-index: 500;
  text-indent: -10000px;
}

.gallery_arrow.active {
  cursor: pointer;
}

.gallery_arrow.arrow_left {
  background-position: bottom right;
  left: 20px;
}

.gallery_arrow.arrow_left.active {
  background-position: bottom left;
}

.gallery_arrow.arrow_right {
  background-position: top right;
  right: 20px;
}

.gallery_arrow.arrow_right.active {
  background-position: top left;
}

@media all and (max-width: 640px) {
  .gallery_arrow {
    display: none;
  }
}

.shortlist_entry {
  background: #ffffff;
  padding: 25px 0 0px 0;
}

.shortlist_entry .title_splitter {
  margin-top: 15px;
}

.shortlist_entry h2 {
  padding: 30px 0;
}

.shortlist_entry p {
  color: #333;
}

.shortlist_entry dl {
  border-left: 1px solid #cbcbcb;
  font-size: 14px;
  color: #666;
}

.shortlist_entry dt {
  text-transform: uppercase;
}

.shortlist_entry dd {
  margin-bottom: 20px;
}

.shortlist_entry dt, .shortlist_entry dd {
  padding-left: 40px;
  margin-left: 0;
}

@media all and (max-width: 640px) {
  .shortlist_entry dl {
    border-left: none;
  }
  .shortlist_entry dt, .shortlist_entry dd {
    padding-left: 0;
  }
}

@media all and (max-width: 640px) {
  .entry_pods .four-col, .shortlist_entry .eight-col, .shortlist_entry .four-col {
    width: 100%;
  }
}

@media all and (max-width: 320px) {
  .entry_pods .four-col, .shortlist_entry .eight-col, .shortlist_entry .four-col {
    width: 100%;
    height: 165px;
    background-size: contain;
    background-color: #FFFFFF;
  }
}

.juror_page h4.category-title {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.juror_page h4.category-title.noBorder {
  border-top: none;
}

@media screen and (min-width: 641px) {
  .juror_page .juror_item {
    height: 310px;
  }
}

.juror_page .juror_item .entry {
  margin-bottom: 0;
}

.juror_page .juror_item .entry .overlay.has_video {
  background: url("/images/play-button.png") no-repeat center;
}

.slideshow_banner {
  max-height: 600px;
  overflow: hidden;
}

.slideshow_banner .owl-theme .owl-controls {
  display: none;
}

.slideshow_banner .slides {
  height: 100%;
}

.slideshow_banner .slides .slide {
  background-color: #0a6375;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin-right: -100%;
  position: relative;
  float: left;
  /*opacity: 0;
            transition: opacity 1.5s ease;*/
}

.slideshow_banner .slides .slide .desktop {
  display: none;
}

.slideshow_banner .slides .slide .banner_logo {
  position: absolute;
  margin: 0 auto;
  top: 2%;
  left: 0;
  right: 0;
  max-width: 74%;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.slideshow_banner .slides .slide .banner_logo img {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

.slideshow_banner .slides .slide .banner_logo.in_motion {
  opacity: 0;
}

@media all and (min-width: 480px) {
  .slideshow_banner .slides .slide .desktop {
    display: block;
  }
  .slideshow_banner .slides .slide .mobile {
    display: none;
  }
  .slideshow_banner .slides .slide .banner_logo {
    max-width: 60%;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .slideshow_banner .slides .slide .banner_logo img {
    margin: 0 auto;
  }
  .slideshow_banner .slides .slide .banner_logo.short {
    max-width: 27%;
  }
}

@media all and (min-width: 1400px) {
  .slideshow_banner .slides .slide .banner_logo.short {
    max-width: 37%;
  }
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  height: 100%;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  height: 100%;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.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 Demo Theme
*   v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  display: none;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  font-size: 12px;
  background-image: url(/images/site/sprite.png);
  background-repeat: no-repeat;
  height: 61px;
  width: 33px;
  text-indent: -9999px;
  position: absolute;
  top: 30px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

.owl-pagination {
  display: none;
}

/*
 * Vertical align an element
 */
.banner-background {
  pointer-events: none;
  position: absolute;
  right: -250px;
  bottom: -100px;
  width: 50%;
}

@media (max-width: 1200px) {
  .banner-background {
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
  }
}

.festival-banner {
  width: 100%;
  height: 45vh;
  position: relative;
  display: flex;
  flex-direction: row;
  background-position: top;
  background-size: cover;
  border-top: 1px solid black;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .festival-banner {
    flex-direction: column;
    height: calc(100vh - 120px);
  }
}

.festival-banner__half {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 50%;
  color: black;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .festival-banner__half {
    width: 100%;
    height: 50%;
    align-items: center;
    justify-content: center;
  }
  .festival-banner__half:nth-child(1)::before {
    content: "";
    width: 30%;
    height: 100%;
    border-bottom: 2px solid grey;
    position: absolute;
    bottom: 0;
  }
}

.festival-banner__half-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  padding-right: 4rem;
  width: 100%;
  margin: auto;
  border-right: 1px solid grey;
}

@media (max-width: 1200px) {
  .festival-banner__half-content {
    border-right: none;
    position: relative;
    justify-content: center;
    padding-right: 0rem;
  }
}

.festival-banner__half-text {
  color: black;
  z-index: 2;
}

@media (max-width: 360px) {
  .festival-banner__half-text {
    text-align: center;
    padding-left: 0rem;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 360px) {
  .festival-banner__half-text {
    text-align: center;
    padding-left: 0rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 600px) {
  .festival-banner__half-text {
    text-align: center;
    padding-left: 0rem;
    font-size: 4rem;
    line-height: initial;
  }
}

@media (min-width: 900px) {
  .festival-banner__half-text {
    text-align: left;
    font-size: 4rem;
    line-height: 3.5rem;
    padding-left: 2rem;
  }
}

.festival-banner__half .bordered-text {
  font-family: ConnaryFagenBold;
}

.festival-banner__half svg {
  width: 20%;
  z-index: 2;
}

@media (max-width: 1200px) {
  .festival-banner__half svg {
    display: none !important;
  }
}

.festival-banner video {
  width: 100%;
  display: block;
}

.festival-banner img {
  width: 100%;
  display: block;
}

.festival-banner .name {
  font-size: 40px;
  line-height: 40px;
}

.festival-banner .location {
  font-size: 80px;
  line-height: 80px;
}

.festival-banner .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: black;
  padding: 20px;
}

.festival-banner p {
  font-family: 'neue-haas-grotesk-display';
  font-size: 60px;
  color: white;
  margin: -1px 0;
  line-height: 60px;
  letter-spacing: 2px;
}

@media all and (max-width: 1280px) {
  .festival-banner .content {
    position: static;
    display: inline-block;
    margin: auto;
    -webkit-transform: none;
            transform: none;
    margin: 30px 10px;
  }
}

@media all and (max-width: 1024px) {
  .festival-banner .name {
    font-size: 30px;
    line-height: 30px;
  }
  .festival-banner .location {
    font-size: 60px;
    line-height: 60px;
  }
}

@media all and (max-width: 768px) {
  .festival-banner {
    background-position: left;
  }
  .festival-banner .name {
    font-size: 19px;
    line-height: 20px;
  }
  .festival-banner .location {
    font-size: 33px;
    line-height: 40px;
  }
}

.festival-banner figure {
  display: block;
  position: relative;
  padding: 0 20px 90px 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.festival-banner figure .logo-small {
  display: none;
}

.festival-banner figure .date-banners {
  position: absolute;
  width: 323px;
  height: 70px;
  bottom: 0;
  left: 20px;
}

.festival-banner figure .date-banners img {
  position: absolute;
  top: 0;
  left: 0;
}

.festival-banner figure .date-banners .english {
  opacity: 1;
  -webkit-animation: englishFade 15s ease-in-out infinite;
          animation: englishFade 15s ease-in-out infinite;
}

.festival-banner figure .date-banners .welsh {
  opacity: 0;
  -webkit-animation: welshFade 15s ease-in-out infinite;
          animation: welshFade 15s ease-in-out infinite;
}

@media all and (max-width: 1280px) {
  .festival-banner figure {
    padding-bottom: 70px;
  }
  .festival-banner figure img.logo {
    height: 225px;
  }
  .festival-banner figure .date-banners {
    height: 50px;
  }
  .festival-banner figure .date-banners img {
    height: 50px;
  }
}

@media all and (max-width: 768px) {
  .festival-banner figure {
    padding-bottom: 50px;
  }
  .festival-banner figure img.logo {
    height: 150px;
  }
  .festival-banner figure .date-banners {
    height: 30px;
  }
  .festival-banner figure .date-banners img {
    height: 30px;
  }
}

.festival-banner__small {
  width: 100%;
  height: 30vh;
  position: relative;
  border-top: 1px solid black;
  overflow: hidden;
}

.festival-banner__small-div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1060px;
  width: 100%;
  margin: auto;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}

.festival-banner__small-text {
  font-family: ConnaryFagenBold;
  color: black;
  z-index: 2;
  width: 100%;
  text-align: left;
}

.festival-banner__small-text::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  border-bottom: 4px solid black;
}

.festival-banner__small-breadcrumbs {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 5rem;
  z-index: 2;
}

@media (max-width: 900px) {
  .festival-banner__small-breadcrumbs {
    margin-left: 20px;
  }
}

.festival-banner__small-background {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
  width: 50%;
  z-index: 1;
}

@keyframes animatedBackground {
  0% {
    background-position: bottom left;
  }
  50% {
    background-position: bottom right;
  }
  100% {
    background-position: bottom left;
  }
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: bottom left;
  }
  50% {
    background-position: bottom right;
  }
  100% {
    background-position: bottom left;
  }
}

@keyframes englishFade {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes englishFade {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes welshFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes welshFade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.connect-slideshow-banner {
  width: 100%;
  height: 675px;
  text-align: left;
  background: #d31233;
}

.connect-slideshow-banner.static {
  height: 400px;
}

@media all and (max-width: 1280px) {
  .connect-slideshow-banner {
    height: 500px;
  }
}

@media all and (max-width: 768px) {
  .connect-slideshow-banner {
    height: 300px;
  }
}

.connect-slideshow-banner .inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.connect-slideshow-banner .inner h1 {
  font-size: 56px;
}

@media all and (max-width: 768px) {
  .connect-slideshow-banner .inner h1 {
    font-size: 36px;
  }
}

.connect-slideshow-banner .inner h2 {
  font-size: 26px;
  margin: 10px 0 40px 0;
}

@media all and (max-width: 768px) {
  .connect-slideshow-banner .inner h2 {
    font-size: 18px;
  }
}

.connect-slideshow-banner .inner a {
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}

@media all and (max-width: 768px) {
  .connect-slideshow-banner .inner a {
    font-size: 12px;
  }
}

.connect-slideshow-banner .inner a:hover {
  background: #fff;
  color: #d31233;
}

.social-icons,
.social-subscribe {
  text-align: center;
}

.social-icons .social-header,
.social-icons p,
.social-subscribe .social-header,
.social-subscribe p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  color: #333;
}

@media all and (max-width: 640px) {
  .social-icons .social-header,
  .social-subscribe .social-header {
    font-size: 20px !important;
  }
}

.social-icons {
  margin-bottom: 40px;
  padding: 40px 0 0;
}

.social-icons .social-list {
  margin: 0;
  padding: 20px 0;
  list-style-type: none;
}

.social-icons .social-list li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons .social-list li:last-child {
  margin-right: 0;
}

.social-icons .social-list img {
  display: block;
  width: 36px;
}

.social-subscribe {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  margin-bottom: 100px;
}

.social-subscribe:after {
  display: table;
  content: '';
  clear: both;
}

/* ==========================================================================
   CONNECT
   ========================================================================== */
.connect-page {
  padding-bottom: 60px;
  background: #f3f3f3;
}

.connect-page::after {
  content: "";
  display: block;
  clear: both;
}

.connect-page #homePageMain::after {
  content: "";
  display: block;
  clear: both;
}

.connect-page .wrapper {
  max-width: 1315px;
}

.connect-footer .sponsors {
  margin-top: 0;
}

.connect-gradient.orange {
  background: linear-gradient(-110deg, #000000 0%, #000000 100%);
}

.connect-gradient.blue {
  background: linear-gradient(-110deg, #00acdc 0%, #0078cb 100%);
}

.connect-button {
  padding: 10px 30px;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  transition: all .3s ease-in-out;
}

.connect-button:hover, .connect-button:focus {
  background: rgba(255, 255, 255, 0.2) !important;
}

/* ==========================================================================
   Connect Explore
   ========================================================================== */
.connect-explore {
  height: 220px;
  padding: 0 60px;
  color: #ffffff;
}

.connect-explore::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (max-width: 980px) {
  .connect-explore {
    height: auto;
    padding: 0 20px;
  }
}

.connect-explore > div {
  position: relative;
  height: 100%;
  margin-bottom: 0;
}

.connect-explore .connect-explore-left,
.connect-explore .connect-explore-right {
  padding: 80px 0;
}

@media all and (max-width: 980px) {
  .connect-explore .connect-explore-left,
  .connect-explore .connect-explore-right {
    padding: 20px 0;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 980px) {
  .connect-explore .connect-explore-left {
    margin-bottom: 0;
  }
}

.connect-explore .connect-explore-right {
  text-align: right;
}

@media all and (max-width: 980px) {
  .connect-explore .connect-explore-right {
    text-align: left;
  }
}

.connect-explore .connect-explore-title,
.connect-explore .connect-explore-subtitle {
  font-weight: 300;
}

.connect-explore .connect-explore-title {
  margin-bottom: 10px;
  font-size: 26px;
}

.connect-explore .connect-explore-subtitle {
  font-size: 16px;
}

.connect-explore .connect-button {
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media all and (max-width: 980px) {
  .connect-explore .connect-button {
    position: static;
    right: auto;
  }
}

.connect-explore.connect-opportunity-submit .connect-explore-left,
.connect-explore.connect-opportunity-submit .connect-explore-right {
  padding: 60px 0;
}

@media all and (max-width: 980px) {
  .connect-explore.connect-opportunity-submit .connect-explore-left,
  .connect-explore.connect-opportunity-submit .connect-explore-right {
    padding: 20px 0;
  }
}

.connect-explore-left h2 {
  color: #fff;
}

/* ==========================================================================
   Connect Featured
   ========================================================================== */
.connect-featured {
  position: relative;
  padding: 30px 60px 75px;
  background: #ffffff;
}

@media all and (max-width: 980px) {
  .connect-featured {
    padding: 30px 20px;
  }
}

.connect-featured:after {
  position: absolute;
  top: 30px;
  left: 50%;
  bottom: 75px;
  width: 1px;
  background: #ebebeb;
  content: '';
}

.connect-featured .connect-featured-large,
.connect-featured .connect-featured-small,
.connect-featured .connect-featured-list,
.connect-featured .connect-featured-jobs {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.connect-featured .connect-featured-large::after,
.connect-featured .connect-featured-small::after,
.connect-featured .connect-featured-list::after,
.connect-featured .connect-featured-jobs::after {
  content: "";
  display: block;
  clear: both;
}

.connect-featured .connect-featured-large a,
.connect-featured .connect-featured-small a,
.connect-featured .connect-featured-list a,
.connect-featured .connect-featured-jobs a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.connect-featured .connect-featured-large a:hover, .connect-featured .connect-featured-large a:focus,
.connect-featured .connect-featured-small a:hover,
.connect-featured .connect-featured-small a:focus,
.connect-featured .connect-featured-list a:hover,
.connect-featured .connect-featured-list a:focus,
.connect-featured .connect-featured-jobs a:hover,
.connect-featured .connect-featured-jobs a:focus {
  color: gray;
}

.connect-featured .connect-featured-large li,
.connect-featured .connect-featured-small li,
.connect-featured .connect-featured-list li,
.connect-featured .connect-featured-jobs li {
  margin-bottom: 0;
}

.connect-featured .connect-featured-large .featured-category,
.connect-featured .connect-featured-large .featured-title,
.connect-featured .connect-featured-large .featured-deadline,
.connect-featured .connect-featured-small .featured-category,
.connect-featured .connect-featured-small .featured-title,
.connect-featured .connect-featured-small .featured-deadline,
.connect-featured .connect-featured-list .featured-category,
.connect-featured .connect-featured-list .featured-title,
.connect-featured .connect-featured-list .featured-deadline,
.connect-featured .connect-featured-jobs .featured-category,
.connect-featured .connect-featured-jobs .featured-title,
.connect-featured .connect-featured-jobs .featured-deadline {
  color: #000000;
  width: 100%;
}

.connect-featured .connect-featured-large .featured-category,
.connect-featured .connect-featured-small .featured-category,
.connect-featured .connect-featured-list .featured-category,
.connect-featured .connect-featured-jobs .featured-category {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}

.connect-featured .connect-featured-large .featured-title,
.connect-featured .connect-featured-small .featured-title,
.connect-featured .connect-featured-list .featured-title,
.connect-featured .connect-featured-jobs .featured-title {
  font-size: 32px;
  font-weight: 600;
}

.connect-featured .connect-featured-large .featured-deadline,
.connect-featured .connect-featured-small .featured-deadline,
.connect-featured .connect-featured-list .featured-deadline,
.connect-featured .connect-featured-jobs .featured-deadline {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.connect-featured .connect-featured-large .featured-orga,
.connect-featured .connect-featured-small .featured-orga,
.connect-featured .connect-featured-list .featured-orga,
.connect-featured .connect-featured-jobs .featured-orga {
  margin: 5px 0;
  width: 100%;
}

.connect-featured .connect-featured-large .featured-meta,
.connect-featured .connect-featured-small .featured-meta,
.connect-featured .connect-featured-list .featured-meta,
.connect-featured .connect-featured-jobs .featured-meta {
  height: 35%;
}

.connect-featured .connect-featured-large .featured-image,
.connect-featured .connect-featured-small .featured-image,
.connect-featured .connect-featured-list .featured-image,
.connect-featured .connect-featured-jobs .featured-image {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 50%;
}

.connect-featured .connect-featured-large .featured-image img,
.connect-featured .connect-featured-small .featured-image img,
.connect-featured .connect-featured-list .featured-image img,
.connect-featured .connect-featured-jobs .featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: #000 0em 0em 0em;
}

.connect-featured .connect-featured-large .featured-image img:hover,
.connect-featured .connect-featured-small .featured-image img:hover,
.connect-featured .connect-featured-list .featured-image img:hover,
.connect-featured .connect-featured-jobs .featured-image img:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

.connect-featured .connect-featured-large .featured-image.contain img,
.connect-featured .connect-featured-small .featured-image.contain img,
.connect-featured .connect-featured-list .featured-image.contain img,
.connect-featured .connect-featured-jobs .featured-image.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.connect-featured .connect-featured-large .featured-image.cover img,
.connect-featured .connect-featured-small .featured-image.cover img,
.connect-featured .connect-featured-list .featured-image.cover img,
.connect-featured .connect-featured-jobs .featured-image.cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.connect-featured .connect-featured-large {
  margin-bottom: 30px;
}

.connect-featured .connect-featured-large li {
  height: 50%;
  padding-top: 40px;
}

.connect-featured .connect-featured-large .featured-meta {
  margin-bottom: 20px;
  height: 180px;
}

.connect-featured .connect-featured-large .featured-title {
  height: 80px;
  overflow: hidden;
}

.connect-featured .connect-featured-large .featured-location, .connect-featured .connect-featured-large .featured-deadline, .connect-featured .connect-featured-large .featured-orga {
  margin: 5px;
}

.connect-featured .connect-featured-large li:nth-child(2n) {
  margin-right: 0;
}

.connect-featured .connect-featured-large li:nth-child(-n + 2) {
  border-top: 3px solid #000000;
}

.connect-featured .connect-featured-small .featured-meta {
  margin-bottom: 20px;
  height: 130px;
}

.connect-featured .connect-featured-small li {
  height: auto;
  padding-top: 15px;
}

.connect-featured .connect-featured-small li:nth-child(4n) {
  margin-right: 0;
}

.connect-featured .connect-featured-small li:nth-child(-n + 4) {
  border-top: 1px solid #000000;
}

.connect-featured .connect-featured-small .featured-category {
  margin-bottom: 10px;
}

.connect-featured .connect-featured-small .featured-title {
  margin-bottom: 10px;
  font-size: 18px;
  height: 45px;
  overflow: hidden;
}

.connect-featured .connect-featured-small .featured-deadline, .connect-featured .connect-featured-small .featured-location {
  margin-top: 0;
  line-height: 1;
}

.connect-featured .connect-featured-small .featured-image {
  height: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.connect-featured .connect-featured-jobs li {
  height: 230px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #000000;
}

.connect-featured .connect-featured-jobs li:nth-child(2n) {
  margin-right: 0;
}

.connect-featured .connect-featured-jobs li:nth-child(-n + 2) {
  border-top: 3px solid #000000;
}

.connect-featured .connect-featured-jobs .featured-meta {
  float: left;
  height: 100%;
  width: 68%;
  margin-right: 2%;
}

.connect-featured .connect-featured-jobs .featured-image {
  float: right;
  max-width: 30%;
  height: 100%;
}

.connect-featured .connect-featured-jobs .featured-title {
  margin-bottom: 10px;
  max-height: 80px;
  overflow: hidden;
}

.connect-featured .connect-featured-jobs .featured-deadline, .connect-featured .connect-featured-jobs .featured-location {
  display: inline-block;
  margin-top: 0;
  margin-right: 1%;
  min-width: 49%;
  width: auto;
  float: left;
}

@media all and (max-width: 500px) {
  .connect-featured .connect-featured-list, .connect-featured .connect-featured-list.jobs {
    height: auto;
  }
}

.connect-featured .connect-featured-list li, .connect-featured .connect-featured-list.jobs li {
  height: 210px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #000000;
}

.connect-featured .connect-featured-list li:nth-child(2n), .connect-featured .connect-featured-list.jobs li:nth-child(2n) {
  margin-right: 0;
}

.connect-featured .connect-featured-list li:nth-child(-n + 2), .connect-featured .connect-featured-list.jobs li:nth-child(-n + 2) {
  border-top: 3px solid #000000;
}

.connect-featured .connect-featured-list .featured-meta, .connect-featured .connect-featured-list.jobs .featured-meta {
  width: calc( 100% - 180px);
}

.connect-featured .connect-featured-list .featured-meta,
.connect-featured .connect-featured-list .featured-image, .connect-featured .connect-featured-list.jobs .featured-meta,
.connect-featured .connect-featured-list.jobs .featured-image {
  float: left;
  height: 100%;
}

.connect-featured .connect-featured-list .featured-image, .connect-featured .connect-featured-list.jobs .featured-image {
  float: right;
  width: 180px;
}

.connect-featured .connect-featured-list .featured-title, .connect-featured .connect-featured-list.jobs .featured-title {
  margin-bottom: 10px;
  font-size: 18px;
  height: 45px;
  overflow: hidden;
}

.connect-featured .connect-featured-list .featured-deadline, .connect-featured .connect-featured-list .featured-location, .connect-featured .connect-featured-list.jobs .featured-deadline, .connect-featured .connect-featured-list.jobs .featured-location {
  display: inline-block;
  margin-top: 0;
  margin-right: 1%;
  min-width: 49%;
  float: left;
}

@media all and (max-width: 900px) {
  .connect-featured .connect-featured-list li.six-col, .connect-featured .connect-featured-list.jobs li.six-col {
    width: 100%;
  }
  .connect-featured:after {
    content: unset;
  }
}

@media all and (max-width: 800px) {
  .connect-featured .connect-featured-large .six-col:first-child {
    margin-bottom: 20px;
  }
  .connect-featured .connect-featured-small .three-col {
    width: 49%;
    margin-right: 2%;
    height: auto;
  }
  .connect-featured .connect-featured-small .three-col:nth-child(even) {
    margin-right: 0;
  }
  .connect-featured:after {
    content: unset;
  }
  .connect-featured .six-col {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .connect-featured .connect-featured-list .six-col {
    height: auto;
  }
  .connect-featured .connect-featured-list .featured-meta, .connect-featured .connect-featured-list .featured-image {
    width: 100%;
  }
  .connect-featured .connect-featured-list .featured-meta.contain, .connect-featured .connect-featured-list .featured-image.contain {
    width: auto;
    float: left;
  }
  .connect-featured .connect-featured-small .three-col {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .connect-featured .connect-featured-jobs .six-col, .connect-featured .connect-featured-list.jobs .six-col {
    height: auto;
  }
  .connect-featured .connect-featured-jobs .featured-meta, .connect-featured .connect-featured-list.jobs .featured-meta {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .connect-featured .connect-featured-jobs .featured-image, .connect-featured .connect-featured-list.jobs .featured-image {
    float: left;
    margin-top: 20px;
    height: auto;
    max-width: 50%;
  }
}

/* ==========================================================================
   Connect Filters
   ========================================================================== */
.connect-filters {
  background-color: #000000;
  padding: 10px 60px;
  overflow: visible;
}

@media all and (max-width: 980px) {
  .connect-filters {
    padding: 10px 30px;
  }
}

.connect-filters select {
  display: none;
}

.connect-filters a, .connect-filters input, .connect-filters .dk-select {
  font-family: "museo-sans-rounded", Arial, sans-serif;
}

.connect-filters #opportunities-filter-title {
  color: white;
  float: left;
  margin-top: 10px;
}

@media all and (max-width: 1260px) {
  .connect-filters #opportunities-filter-title {
    margin-top: 0;
  }
}

@media all and (max-width: 980px) {
  .connect-filters #opportunities-filter-title {
    width: 100%;
    padding-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
  }
  .connect-filters #opportunities-filter-title:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    float: right;
    margin-top: 5px;
  }
}

@media all and (max-width: 980px) {
  .connect-filters .openable {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
}

.connect-filters .left {
  float: left;
  margin-top: 10px;
}

@media all and (max-width: 1260px) {
  .connect-filters .left {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.connect-filters .right {
  float: right;
  text-align: right;
}

@media all and (max-width: 980px) {
  .connect-filters .right {
    margin-top: 0;
  }
}

@media all and (max-width: 1260px) {
  .connect-filters .right, .connect-filters .left {
    width: 100%;
    float: left;
    text-align: center;
  }
}

@media all and (max-width: 980px) {
  .connect-filters .right, .connect-filters .left {
    text-align: left;
  }
}

.connect-filters.view .right {
  float: right;
}

.connect-filters a {
  padding: 10px 40px;
  color: white;
  text-transform: initial;
  font-size: 16px;
}

.connect-filters a.back {
  border: 1px solid white;
  float: right;
}

.connect-filters form input, .connect-filters form a {
  padding: 0 30px;
  color: white;
  text-transform: initial;
  font-size: 16px;
  line-height: 40px;
}

@media all and (max-width: 980px) {
  .connect-filters form input, .connect-filters form a {
    line-height: 34px;
  }
}

@media all and (max-width: 980px) {
  .connect-filters form a.reset {
    width: 49%;
    float: left;
    margin-top: 5px;
    text-align: center;
  }
}

.connect-filters form input[type=submit] {
  border: 1px solid white;
  background-color: #000000;
  float: none;
}

@media all and (max-width: 980px) {
  .connect-filters form input[type=submit] {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-top: 5px;
  }
}

.connect-filters form select, .connect-filters form input {
  margin-top: 0;
  outline: none;
}

.connect-filters form input[name=date] {
  width: auto;
  background-color: #000000;
  border: none;
  min-width: 230px;
  text-align: right;
}

@media all and (max-width: 980px) {
  .connect-filters form input[name=date] {
    text-align: left;
    min-width: none;
    width: 100%;
  }
}

.connect-filters form input.search {
  width: 170px;
  margin-right: 10px;
  padding-left: 5px;
  background-color: #000000;
  color: rgba(255, 255, 255, 0.5);
}

@media all and (max-width: 980px) {
  .connect-filters form input.search {
    width: 50%;
    margin-right: 0;
    float: left;
  }
}

@media all and (max-width: 500px) {
  .connect-filters form input.search {
    width: 100%;
    border: 1px solid white;
  }
}

.connect-filters form .date {
  margin-right: 10px;
  position: relative;
}

.connect-filters form .date:before {
  content: '';
  background: url("/images/buttons/calendar.png") no-repeat center;
  width: 25px;
  height: 25px;
  margin-bottom: -5px;
  position: absolute;
  right: 5px;
  top: -2px;
  cursor: pointer;
}

.connect-filters form .date input {
  padding-right: 40px;
  padding-left: 10px;
  cursor: pointer;
}

@media all and (max-width: 980px) {
  .connect-filters form .date {
    width: 49%;
    margin-right: 1%;
    float: left;
    border: 1px solid white;
    margin-bottom: 5px;
  }
  .connect-filters form .date:before {
    top: 5px;
  }
}

@media all and (max-width: 500px) {
  .connect-filters form .date {
    width: 100%;
    margin-right: 0;
  }
}

.connect-filters form .dk-select {
  margin-left: 10px;
  width: auto;
  min-width: 0;
}

@media all and (max-width: 980px) {
  .connect-filters form .dk-select {
    float: left;
    border: 1px solid white;
    margin-left: 0;
    padding: 5px 0;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 980px) {
  .connect-filters form .dk-select.sorting {
    width: 49%;
    margin-right: 1%;
  }
}

@media all and (max-width: 500px) {
  .connect-filters form .dk-select.sorting {
    width: 100%;
    margin-right: 0;
  }
}

.connect-filters form .dk-select.dir-category {
  width: 200px;
}

@media all and (max-width: 980px) {
  .connect-filters form .dk-select.dir-category {
    width: 49%;
    margin-right: 1%;
  }
}

@media all and (max-width: 500px) {
  .connect-filters form .dk-select.dir-category {
    width: 100%;
    margin-right: 0;
  }
}

.connect-filters form .dk-select.opp-category {
  width: 220px;
}

@media all and (max-width: 980px) {
  .connect-filters form .dk-select.opp-category {
    width: 49%;
    margin-right: 1%;
  }
}

@media all and (max-width: 500px) {
  .connect-filters form .dk-select.opp-category {
    width: 100%;
    margin-right: 0;
  }
}

.connect-filters form .dk-select.opp-country {
  width: 150px;
}

@media all and (max-width: 980px) {
  .connect-filters form .dk-select.opp-country {
    width: 50%;
    margin-right: 0;
  }
}

@media all and (max-width: 500px) {
  .connect-filters form .dk-select.opp-country {
    width: 100%;
  }
}

.connect-filters form .dk-select.dir-country {
  width: 140px;
}

@media all and (max-width: 980px) {
  .connect-filters form .dk-select.dir-country {
    width: 50%;
    margin-right: 0;
  }
}

@media all and (max-width: 500px) {
  .connect-filters form .dk-select.dir-country {
    width: 100%;
  }
}

.connect-filters form .dk-selected {
  color: white;
  background: #000000;
  border: none;
}

.connect-filters form .dk-selected:after {
  border-left: none;
  border-top-color: white;
}

.connect-filters form .dk-selected:before {
  border-top-color: white;
}

.connect-filters form .dk-select-options {
  background: #000000;
  overflow-y: scroll;
  color: white;
  border: none;
  padding: 0;
}

@media all and (max-width: 980px) {
  .connect-filters form .dk-select-options {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    right: -1px;
    left: -1px;
  }
}

.connect-filters form .dk-select-options li {
  line-height: 40px;
  border-top: 1px solid white;
  opacity: 0.9;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: left;
}

@media all and (max-width: 980px) {
  .connect-filters form .dk-select-options li {
    line-height: 35px;
    padding: 0 10px;
  }
}

.connect-filters form .dk-select-options .dk-option-highlight, .connect-filters form .dk-select-options .dk-option-selected {
  background: none;
  opacity: 1;
  transition: opacity 0.5s;
}

.connect-filters form .sorting.dk-select-open-down .dk-select-options {
  overflow-y: visible;
  margin-top: 17px;
}

.connect-filters form .dk-select-open-down .dk-selected::before,
.connect-filters form .dk-select-open-up .dk-selected::before {
  border-bottom-color: white;
}

.connect-filters form .dk-select-open-down .dk-select-options {
  margin-top: 18px;
}

@media all and (max-width: 1260px) {
  .connect-filters form .dk-select-open-down .dk-select-options {
    margin-top: 10px;
  }
}

@media all and (max-width: 980px) {
  .connect-filters form .dk-select-open-down .dk-select-options {
    margin-top: 0;
  }
}

.daterangepicker {
  margin-top: 10px !important;
}

.daterangepicker .calendar th.prev.available:before,
.daterangepicker .calendar th.next.available:before {
  border: 1px solid black;
  padding: 1px 5px;
  border-radius: 5px;
}

.daterangepicker .calendar th.prev.available:hover:before,
.daterangepicker .calendar th.next.available:hover:before {
  background-color: #000000;
  transition: background-color 0.3s;
}

.daterangepicker .calendar th.prev.available:before {
  content: '<';
}

.daterangepicker .calendar th.next.available:before {
  content: '>';
}

#opportunities .daterangepicker .ranges {
  clear: left;
  width: 100%;
  margin: 0;
}

#opportunities .daterangepicker .ranges button {
  padding: 8px 12px;
  font-size: 15px;
}

#opportunities .daterangepicker .ranges button.applyBtn {
  float: left;
}

#opportunities .daterangepicker .ranges button.cancelBtn {
  float: right;
}

#opportunities .daterangepicker.opensright::after, #opportunities .daterangepicker.opensright::before {
  left: 40%;
}

/* ==========================================================================
   Connect Navigation
   ========================================================================== */
.connect-nav {
  float: none;
  margin: 0 auto !important;
  padding: 0 60px;
}

@media all and (max-width: 980px) {
  .connect-nav {
    display: block;
    padding: 0 30px;
  }
}

.connect-nav .connect-nav-title {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 35px;
  font-size: 32px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

@media all and (max-width: 980px) {
  .connect-nav .connect-nav-title {
    cursor: pointer;
    border-bottom: none;
    margin-bottom: 0;
  }
  .connect-nav .connect-nav-title:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
    float: right;
    margin-top: 15px;
  }
}

@media all and (max-width: 350px) {
  .connect-nav .connect-nav-title {
    font-size: 25px;
  }
  .connect-nav .connect-nav-title:after {
    margin-top: 10px;
  }
}

.connect-nav .connect-nav-list {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  flex-direction: row;
}

@media all and (max-width: 980px) {
  .connect-nav .connect-nav-list {
    padding: 0;
  }
}

.connect-nav .connect-nav-list li {
  opacity: 0.4;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: all .3s ease-in-out;
  margin-right: 2rem;
}

@media all and (max-width: 980px) {
  .connect-nav .connect-nav-list li {
    margin-bottom: 10px;
  }
}

.connect-nav .connect-nav-list li.active,
.connect-nav .connect-nav-list li:hover,
.connect-nav .connect-nav-list li:focus {
  opacity: 1;
  border-bottom: 2px solid black;
}

@media all and (max-width: 980px) {
  .connect-nav .connect-nav-list li.active,
  .connect-nav .connect-nav-list li:hover,
  .connect-nav .connect-nav-list li:focus {
    border-bottom: none;
  }
}

.connect-nav .connect-nav-list a {
  display: block;
  padding-bottom: 15px;
  color: #000000;
}

@media all and (max-width: 980px) {
  .connect-nav .connect-nav-list a {
    padding-bottom: 10px;
  }
}

body > .daterangepicker {
  display: none;
}

.connect-opportunities .opportunity .inner {
  border-top: 1px solid black;
}

.connect-opportunities .opportunity:nth-child(odd), .connect-opportunities .opportunity:first-child {
  border-right: 1px solid #ebebeb;
}

.connect-opportunities .opportunity:nth-child(1) .inner, .connect-opportunities .opportunity:nth-child(2) .inner, .connect-opportunities .opportunity:nth-child(5) .inner, .connect-opportunities .opportunity:nth-child(6) .inner {
  border-top: 2px solid black;
}

.connect-opportunities.filtered .opportunity:nth-child(1) .inner, .connect-opportunities.filtered .opportunity:nth-child(2) .inner, .connect-opportunities.filtered .opportunity:nth-child(5) .inner, .connect-opportunities.filtered .opportunity:nth-child(6) .inner {
  border-top: 1px solid black;
}

.opportunity {
  box-sizing: border-box;
  height: 160px;
}

.opportunity img {
  max-width: 100%;
  max-height: 100%;
}

.opportunity .category {
  color: #c41230;
  font-size: 16px;
  text-transform: uppercase;
}

.opportunity .deadline {
  margin-top: 10px;
}

.opportunity.pod, .opportunity.bigPod, .opportunity.job {
  width: 50%;
  float: left;
}

.opportunity.pod .inner, .opportunity.bigPod .inner, .opportunity.job .inner {
  margin: 0 2%;
  padding: 20px 0 30px 0;
  float: left;
  width: 96%;
}

.opportunity.pod h3, .opportunity.bigPod h3, .opportunity.job h3 {
  font-size: 32px;
}

.opportunity.pod .left, .opportunity.job .left {
  width: 70%;
  float: left;
}

.opportunity.pod .image, .opportunity.job .image {
  width: 30%;
  float: left;
}

.opportunity.pod h3 {
  font-size: 18px;
}

.daterangepicker {
  border: 1px solid #000000;
}

.daterangepicker.opensright::after {
  left: 50px;
}

.daterangepicker .btn {
  background: #000000;
  border: 1px solid #000000;
  color: white;
}

/* ==========================================================================
   Connect Social
   ========================================================================== */
.connect-social {
  padding: 60px;
  color: #ffffff;
  background: #464646;
}

@media all and (max-width: 980px) {
  .connect-social {
    padding: 30px 20px;
  }
}

.connect-social .clearfix {
  height: 130px;
}

@media all and (max-width: 980px) {
  .connect-social .clearfix {
    height: auto;
    margin-bottom: 20px;
  }
}

.connect-social .clearfix > div {
  height: 100%;
  margin-bottom: 0;
}

@media all and (max-width: 980px) {
  .connect-social .clearfix > div {
    height: auto;
    padding: 20px 0;
    width: 100%;
    margin-right: 0;
  }
}

.connect-social .connect-social-right {
  text-align: right;
}

@media all and (max-width: 980px) {
  .connect-social .connect-social-right {
    text-align: left;
  }
}

.connect-social .connect-social-title,
.connect-social .connect-social-subtitle {
  font-weight: 300;
  color: white;
}

.connect-social .connect-social-title {
  margin-bottom: 10px;
  font-size: 26px;
}

.connect-social .connect-social-subtitle {
  font-size: 16px;
}

.connect-social .connect-button {
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media all and (max-width: 980px) {
  .connect-social .connect-button {
    position: static;
    right: auto;
  }
}

.connect-social .connect-social-list {
  margin: 0;
  list-style-type: none;
}

.connect-social .connect-social-list::after {
  content: "";
  display: block;
  clear: both;
}

.connect-social .connect-social-list .grid-item,
.connect-social .connect-social-list .grid-sizer {
  float: left;
  width: 33.33333%;
}

@media all and (max-width: 980px) {
  .connect-social .connect-social-list .grid-item,
  .connect-social .connect-social-list .grid-sizer {
    width: 50%;
  }
}

@media all and (max-width: 767px) {
  .connect-social .connect-social-list .grid-item,
  .connect-social .connect-social-list .grid-sizer {
    width: 100%;
  }
}

.connect-social .connect-social-list .grid-item:nth-of-type(3n + 1) .grid-item-inner {
  margin-right: 0;
}

@media all and (max-width: 980px) {
  .connect-social .connect-social-list .grid-item:nth-of-type(3n + 1) .grid-item-inner {
    margin-right: 30px;
  }
}

@media all and (max-width: 767px) {
  .connect-social .connect-social-list .grid-item:nth-of-type(3n + 1) .grid-item-inner {
    margin-right: 0px;
  }
}

.connect-social .connect-social-list .grid-item:nth-of-type(2n + 1) .grid-item-inner {
  margin-right: 30px;
}

@media all and (max-width: 980px) {
  .connect-social .connect-social-list .grid-item:nth-of-type(2n + 1) .grid-item-inner {
    margin-right: 0px;
  }
}

.connect-social .connect-social-list .grid-item-inner {
  margin-right: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media all and (max-width: 767px) {
  .connect-social .connect-social-list .grid-item-inner {
    margin-right: 0px;
  }
}

.connect-social .connect-social-list .social-meta-list {
  margin-top: 25px;
  font-size: 16px;
  list-style-type: none;
}

.connect-social .connect-social-list .social-meta-list .meta-user,
.connect-social .connect-social-list .social-meta-list .meta-time {
  display: inline-block;
}

.connect-social .connect-social-list .social-meta-list .meta-user {
  margin-right: 20px;
}

.connect-social .connect-social-list .social-meta-list .meta-user a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.connect-social .connect-social-list .social-meta-list .meta-user a:hover, .connect-social .connect-social-list .social-meta-list .meta-user a:focus {
  color: rgba(255, 255, 255, 0.4);
}

.connect-social .connect-social-list .social-excerpt {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 26px;
}

.connect-social .connect-social-list .social-excerpt a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  word-break: break-all;
}

.connect-social .connect-social-list .social-excerpt a:hover, .connect-social .connect-social-list .social-excerpt a:focus {
  color: rgba(255, 255, 255, 0.4);
}

.connect-social .connect-social-list .social-img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.connect-social.wall-page .connect-social-list .grid-item:nth-child(-n + 4) .grid-item-inner {
  border-top: 3px solid rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
   Connect Subscription Box
   ========================================================================== */
.connect-subscribe {
  padding: 0 60px;
  color: #ffffff;
}

.connect-subscribe::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (max-width: 980px) {
  .connect-subscribe {
    padding: 0 20px;
  }
}

.connect-subscribe .connect-subscribe-left,
.connect-subscribe .connect-subscribe-right {
  padding: 30px 0;
}

.connect-subscribe .connect-subscribe-left {
  width: 60%;
  margin-right: 0;
}

@media all and (max-width: 980px) {
  .connect-subscribe .connect-subscribe-left {
    width: 100%;
    padding-bottom: 10px;
  }
}

.connect-subscribe .connect-subscribe-right {
  width: 40%;
  text-align: right;
}

@media all and (max-width: 980px) {
  .connect-subscribe .connect-subscribe-right {
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
}

.connect-subscribe > div {
  margin-bottom: 0;
}

.connect-subscribe .connect-subscribe-title,
.connect-subscribe .connect-subscribe-subtitle {
  font-weight: 300;
}

.connect-subscribe .connect-subscribe-title {
  margin-bottom: 10px;
  font-size: 26px;
}

@media all and (max-width: 980px) {
  .connect-subscribe .connect-subscribe-title {
    width: 90%;
  }
}

.connect-subscribe .opt-in {
  margin-top: 0;
  text-align: left;
  width: 80%;
  margin-right: 34px;
  float: right;
}

.connect-subscribe .opt-in label:before {
  border-color: white;
}

.connect-subscribe .opt-in input[type=checkbox]:checked + label:before {
  background-color: white;
}

.connect-subscribe .opt-in a {
  color: white;
}

@media all and (max-width: 980px) {
  .connect-subscribe .opt-in {
    width: 100%;
    float: left;
  }
}

.connect-subscribe .connect-subscribe-subtitle {
  font-size: 16px;
}

.connect-subscribe .subscription {
  margin-top: 13px;
}

.connect-subscribe .subscription::after {
  content: "";
  display: block;
  clear: both;
}

.connect-subscribe .subscription h4 {
  display: none;
}

.connect-subscribe .subscription p {
  clear: both;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
}

.connect-subscribe .subscription input {
  margin: 0;
  border: none;
  color: #ffffff;
  font-size: 14px;
}

.connect-subscribe .subscription input:focus {
  outline: none;
}

.connect-subscribe .subscription input[type="text"] {
  width: 80%;
  max-width: 400px;
  padding: 10px 0;
  text-indent: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all .3s ease-in-out;
}

.connect-subscribe .subscription input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

.connect-subscribe .subscription input[type="text"]::-moz-placeholder {
  color: #ffffff;
}

.connect-subscribe .subscription input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}

.connect-subscribe .subscription input[type="text"]::placeholder {
  color: #ffffff;
}

.connect-subscribe .subscription input[type="text"]:focus {
  border: 1px solid #ffffff;
}

@media all and (max-width: 980px) {
  .connect-subscribe .subscription input[type="text"] {
    margin-top: 15px;
  }
}

.connect-subscribe .subscription input[type="submit"] {
  width: 20px;
  height: 23px;
  margin-left: 10px;
  margin-top: 7px;
  padding: 0;
  text-indent: -10000px;
  border: none;
  background: url("/images/site/arrow.png") no-repeat;
  float: none;
}

@media all and (max-width: 980px) {
  .connect-subscribe .subscription input[type="submit"] {
    margin-top: 23px;
  }
}

.connect-pager {
  background: white;
  padding: 10px 60px 60px 60px;
}

@media all and (max-width: 980px) {
  .connect-pager {
    padding: 10px 20px 60px 20px;
  }
}

.connect-pager .inner {
  border-top: 2px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.connect-pager a {
  color: #9e9a9a;
  font-weight: bold;
}

.connect-pager .pager-prev {
  float: left;
}

.connect-pager .pager-prev:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #000000;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.connect-pager .pager-next {
  float: right;
}

.connect-pager .pager-next:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000000;
  float: right;
  margin-left: 10px;
  margin-top: 3px;
}

.connect-pager .pager-next, .connect-pager .pager-prev {
  width: 55px;
  color: #9e9a9a;
  margin-top: 15px;
}

.connect-pager .pager-pages {
  overflow: hidden;
  text-align: center;
}

.connect-pager .pager-pages ul {
  margin: 0;
  list-style-type: none;
}

.connect-pager .pager-pages ul li {
  padding: 15px 0;
  color: #9e9a9a;
  display: inline-block;
  width: 30px;
}

.connect-pager .pager-pages ul li a {
  font-weight: 500;
  padding: 0 10px;
}

@media all and (min-width: 980px) {
  .connect-pager .pager-pages ul li.active, .connect-pager .pager-pages ul li:hover {
    border-top: 2px solid #000000;
    font-weight: 700;
  }
  .connect-pager .pager-pages ul li.active a, .connect-pager .pager-pages ul li:hover a {
    font-weight: 700;
  }
}

.connect-pager .pager-pages .pagerMobile {
  padding: 15px 0;
  color: #9e9a9a;
}

.connect-pager .line {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}

.connect-directory:after {
  content: unset !important;
}

.connect-directory .directory {
  float: left;
  width: 25%;
  padding: 10px;
  overflow: hidden;
}

@media all and (max-width: 800px) {
  .connect-directory .directory {
    width: 50%;
  }
}

@media all and (max-width: 500px) {
  .connect-directory .directory {
    width: 100%;
  }
}

.connect-directory .directory .inner {
  padding: 10px 0;
}

.connect-directory .directory .inner h3 {
  font-family: ConnaryFagenBold;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.connect-directory .directory .inner a {
  color: #000000;
  text-decoration: underline;
}

.connect-directory .directory .inner p {
  margin: 0;
}

.connect-directory .directory .inner .website {
  margin: 15px 0;
}

.connect-directory .directory .inner .category {
  float: left;
  margin-right: 10px;
}

.connect-directory .directory {
  border-right: 1px solid #ebebeb;
  height: 280px;
}

.connect-directory .directory:nth-child(4n) {
  border-right: none;
}

.connect-directory .directory:nth-child(-n+4) .inner {
  border-top: 2px solid black;
}

.connect-directory .directory:nth-child(n+5) .inner {
  border-top: 1px solid black;
}

@media all and (max-width: 800px) {
  .connect-directory .directory:nth-child(3n) {
    border-right: 1px solid #ebebeb;
  }
  .connect-directory .directory:nth-child(2n) {
    border-right: none;
  }
  .connect-directory .directory:nth-child(-n+3) .inner {
    border-top: none;
  }
  .connect-directory .directory:nth-child(-n+2) .inner {
    border-top: 2px solid black;
  }
  .connect-directory .directory:nth-child(n+3) .inner {
    border-top: 1px solid black;
  }
}

@media all and (max-width: 500px) {
  .connect-directory .directory {
    border-right: none;
  }
  .connect-directory .directory:nth-child(-n+2) .inner {
    border-top: none;
  }
  .connect-directory .directory:nth-child(-n+1) .inner {
    border-top: 2px solid black;
  }
  .connect-directory .directory:nth-child(n+2) .inner {
    border-top: 1px solid black;
  }
  .connect-directory .directory:nth-child(3n) {
    border-right: none;
  }
}

.connect-add-opportunity:after {
  content: unset;
}

.connect-add-opportunity h2 {
  color: black;
  margin-bottom: 20px;
}

.connect-add-opportunity .right, .connect-add-opportunity .left {
  width: 50%;
  float: left;
  padding: 10px;
}

@media all and (max-width: 700px) {
  .connect-add-opportunity .right, .connect-add-opportunity .left {
    width: 100%;
    padding: 0;
  }
}

.connect-add-opportunity .right > .inner, .connect-add-opportunity .left > .inner {
  border-top: 3px solid black;
  padding-top: 20px;
}

.connect-add-opportunity label {
  font-size: 18px;
  font-weight: bold;
}

.connect-add-opportunity input[type=submit] {
  float: left;
}

.connect-add-opportunity .errors {
  margin-left: 15px;
}

.connect-add-opportunity .field {
  margin: 20px 0;
  float: left;
  width: 100%;
}

.connect-add-opportunity .field .extraText {
  color: grey;
}

.connect-add-opportunity .field .extraText a {
  color: grey;
}

.connect-add-opportunity .field.field-boolEmailNotDisplayed .inner {
  margin: 0;
}

.connect-add-opportunity .field.field-timeDeadline a {
  font-weight: bold;
}

.connect-add-opportunity .field.field-boolEmailNotDisplayed {
  margin: 0;
}

.connect-add-opportunity .field.field-select .inner {
  margin-top: 8px;
}

.connect-add-opportunity .field.field-dateHour, .connect-add-opportunity .field.field-dateMinute {
  width: 49%;
  margin-right: 1%;
}

.connect-add-opportunity .field.field-dateMinute {
  margin-left: 1%;
  margin-right: 0;
  margin-top: 42px;
}

.connect-add-opportunity .field.field-multiCountry .inner {
  height: 122px;
  overflow: auto;
  margin-top: 10px;
}

.connect-add-opportunity .field.field-multiCountry .inner label {
  font-weight: normal;
  font-size: 16px;
}

.connect-add-opportunity .field.field-multiCountry .inner .elem {
  background: #ebebeb;
  line-height: 30px;
  width: 100%;
  padding: 5px 10px;
  border-top: 1px solid lightgrey;
}

.connect-add-opportunity .field.field-multiCountry .inner .elem:first-child {
  border-top: none;
}

.connect-add-opportunity .field.field-multiCountry .inner .elem input {
  border-color: grey;
}

.connect-add-opportunity .field.field-filePreview .inner {
  width: 100%;
  float: left;
}

.connect-add-opportunity .field.field-filePreview .inner .fileInputButton {
  width: 100%;
  background-size: cover;
  min-height: 300px;
}

.connect-add-opportunity .field.field-filePreview .inner .fileInputButton.hasImage {
  min-height: 0;
}

.connect-add-opportunity .field.field-filePreview .inner .fileInputButton img {
  width: 100%;
  line-height: 0;
  margin-bottom: -5px;
}

.connect-add-opportunity .field.field-filePreview .inner .fileInputButton:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/images/buttons/photo.png") no-repeat center transparent;
}

.connect-add-opportunity .field.field-filePreview .inner .fileInputButton.loading:before {
  background: url("/images/buttons/loading.gif") no-repeat center transparent;
  background-size: 20%;
}

.connect-add-opportunity .dk-select {
  width: 100%;
}

.connect-add-opportunity .dk-select .dk-selected, .connect-add-opportunity .dk-select .dk-select-options {
  background: #ebebeb;
  margin-top: 0;
}

.connect-add-opportunity .dk-select .dk-selected {
  padding: 10px 20px;
}

.connect-add-opportunity .dk-select .dk-option {
  line-height: 40px;
}

.connect-add-opportunity .dk-select .dk-option-highlight, .connect-add-opportunity .dk-select .dk-option-selected {
  background-color: #ccc;
  color: black;
}

.connect-opportunity:after {
  content: unset;
}

.connect-opportunity h4 {
  color: black;
}

.connect-opportunity .left .inner, .connect-opportunity .right .inner {
  border-top: 3px solid black;
  padding-top: 20px;
}

.connect-opportunity .left p {
  line-height: 25px;
}

@media all and (max-width: 980px) {
  .connect-opportunity .left {
    width: 100%;
    margin-right: 0;
  }
}

.connect-opportunity .left .featured-title {
  color: black;
  font-weight: bold;
  margin-bottom: 30px;
}

.connect-opportunity .left .featured-category {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
}

.connect-opportunity .left .content ul {
  padding: 0 20px;
}

.connect-opportunity .left .content a {
  color: #000000;
}

.connect-opportunity .right {
  margin-right: 0;
}

@media all and (max-width: 980px) {
  .connect-opportunity .right {
    width: 100%;
  }
}

.connect-opportunity .right p {
  margin: 0;
}

.connect-opportunity .right .background {
  background-color: #f4f4f4;
  float: left;
  padding: 20px;
}

@media all and (max-width: 980px) {
  .connect-opportunity .right .background {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
}

@media all and (max-width: 500px) {
  .connect-opportunity .right .background {
    width: 100%;
    margin-right: 0;
  }
}

.connect-opportunity .right label {
  font-weight: bold;
  float: left;
  clear: left;
}

.connect-opportunity .right label + p {
  float: left;
  clear: left;
}

.connect-opportunity .right .line {
  float: left;
  width: 100%;
  padding: 5px 0;
  word-break: break-all;
}

.connect-opportunity .right .line a {
  color: #000000;
}

.connect-opportunity .right .line.featured-posted p {
  white-space: normal;
  word-break: keep-all;
}

.connect-opportunity .right .image {
  float: left;
  margin-top: 10px;
  width: 100%;
}

@media all and (max-width: 980px) {
  .connect-opportunity .right .image {
    width: 49%;
    float: left;
    margin-top: 0;
  }
}

@media all and (max-width: 500px) {
  .connect-opportunity .right .image {
    width: 100%;
    margin-top: 10px;
  }
}

.connect-opportunity .right .image img {
  max-width: 100%;
  width: 100%;
}

.field-checkbox .elem, .field-radio .elem {
  position: relative;
  float: left;
  margin-right: 10px;
}

.field-checkbox .elem input, .field-radio .elem input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.field-checkbox .elem label:before, .field-radio .elem label:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid grey;
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  margin-right: 10px;
}

.field-checkbox .elem input:checked + label:after, .field-radio .elem input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
}

.field-checkbox .elem input:checked + label:before {
  background: #000000;
}

.field-filePreview .inner {
  margin-top: 10px;
}

.field-filePreview .inner .fileInputButton {
  position: relative;
  cursor: pointer;
  background: #ebebeb;
  border: none;
}

.field-filePreview .inner .fileInputValue {
  display: none;
}

.field-filePreview .inner input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  cursor: pointer;
}

.field.error input, .field.error.field-checkbox .inner, .field.error textarea, .field-filePreview.error .inner {
  border: 1px solid red !important;
}

.error {
  border: 3px solid red !important;
}

.errorTxt {
  color: red !important;
}

.field input, .field select, .field textarea {
  width: 100%;
}

.field .inner {
  margin-top: 10px;
  margin-bottom: 5px;
}

form .margin {
  margin: 20px 0;
}

.p-calendar-header {
  background: #f1f1f1;
  padding: 40px 0 15px;
}

.p-calendar-header h1 {
  font-size: 32px;
  color: black;
}

.p-calendar-header.empty {
  background: none;
}

.p-calendar-header .day-nav {
  float: left;
  width: 100%;
  list-style-type: none;
  border: 1px solid #d6d6d6;
  margin-top: 30px;
}

.p-calendar-header .day-nav::after {
  content: "";
  display: block;
  clear: both;
}

.p-calendar-header .day-nav li {
  float: left;
  width: 33.3333333%;
  border-right: 1px solid #d6d6d6;
  font-size: 32px;
  font-weight: 500;
}

@media all and (max-width: 500px) {
  .p-calendar-header .day-nav li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }
  .p-calendar-header .day-nav li:last-child {
    border-bottom: none;
  }
}

.p-calendar-header .day-nav li:last-child {
  border-right: none;
}

.p-calendar-header .day-nav li.is-active {
  background: #a18244;
}

.p-calendar-header .day-nav li.is-active a {
  color: #fff;
}

.p-calendar-header .day-nav li a {
  display: block;
  color: #000;
  padding: 10px 15px 25px;
  text-transform: uppercase;
}

.p-calendar-header .day-nav li span {
  display: block;
  font-size: 18px;
}

.p-calendar-body {
  padding: 30px 0;
}

.p-calendar-body .venue-jump {
  display: none;
}

@media all and (max-width: 1024px) {
  .p-calendar-body .venue-jump {
    display: block;
  }
  .p-calendar-body .venue-jump select {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-calendar-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.p-calendar-body table.desktop {
  display: table;
  width: 100%;
}

@media all and (max-width: 1024px) {
  .p-calendar-body table.desktop {
    display: none;
  }
}

.p-calendar-body table.desktop.table-columns-2 tr th {
  width: 47.5%;
}

.p-calendar-body table.desktop.table-columns-2 tr th.time-col {
  width: 5%;
}

.p-calendar-body table.desktop.table-columns-3 tr th {
  width: 31.6666%;
}

.p-calendar-body table.desktop.table-columns-3 tr th.time-col {
  width: 5%;
}

.p-calendar-body table.desktop.table-columns-4 tr th {
  width: 23.75%;
}

.p-calendar-body table.desktop.table-columns-4 tr th.time-col {
  width: 5%;
}

.p-calendar-body table.desktop.table-columns-5 tr th {
  width: 19%;
}

.p-calendar-body table.desktop.table-columns-5 tr th.time-col {
  width: 5%;
}

.p-calendar-body table.desktop.table-columns-6 tr th {
  width: 15.8%;
}

.p-calendar-body table.desktop.table-columns-6 tr th.time-col {
  width: 5%;
}

.p-calendar-body table.desktop.table-columns-7 tr th {
  width: 13.5%;
}

.p-calendar-body table.desktop.table-columns-7 tr th.time-col {
  width: 5%;
}

.p-calendar-body table.mobile {
  display: none;
  width: 100%;
  margin-bottom: 50px;
}

@media all and (max-width: 1024px) {
  .p-calendar-body table.mobile {
    display: table;
  }
}

.p-calendar-body table tr td, .p-calendar-body table tr th {
  border-left: 1px solid #a3a3a3;
  border-bottom: 1px solid #f0f0f0;
}

.p-calendar-body table tr td:first-child, .p-calendar-body table tr th:first-child {
  border-left: none;
}

.p-calendar-body table td.td--event {
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
}

.p-calendar-body table thead th {
  vertical-align: bottom;
  padding: 0 8px 10px 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.p-calendar-body table thead th.time-col {
  width: 50px;
}

.p-calendar-body table thead th span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 4px solid #000;
}

.p-calendar-body table tbody tr td {
  vertical-align: top;
  height: 20px;
  padding: 0;
}

.p-calendar-body table tbody tr td:first-child {
  font-size: 15px;
  font-weight: 700;
  padding: 2px 10px 0 0;
}

.p-calendar-body table tbody tr td.spanned {
  height: 0;
  border: none;
}

.p-calendar-body table tbody tr:last-child td {
  border-left: none;
}

.p-calendar-body table tbody .event-details {
  display: block;
  background: #d9c8a5;
  border-left: 4px solid black;
  padding: 6px;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  min-height: calc(var(--row-span) * 20px);
  min-height: calc(var(--row-span) * 20px);
}

.p-calendar-body table tbody .event-details.break-event {
  background: #555555;
  border-left-color: black;
  color: #fff;
}

.p-calendar-body table tbody .event-details.break-event strong {
  color: #fff;
}

.p-calendar-body table tbody .event-details strong {
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  display: block;
  padding-bottom: 10px;
}

.popup-background {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.popup-background .popup {
  position: fixed;
  top: 50%;
  left: 20%;
  padding: 60px;
  background: #fff;
  z-index: 101;
  width: 60%;
  text-align: left;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 1024px) {
  .popup-background .popup {
    width: 80%;
    left: 10%;
    padding: 40px;
  }
}

@media all and (max-width: 600px) {
  .popup-background .popup {
    width: 96%;
    left: 2%;
    padding: 20px;
  }
}

.popup-background .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
}

.popup-background p {
  font-size: 16px;
  color: #1d1d1d;
  margin-bottom: 0;
}

.popup-background p a {
  color: #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
}

@media all and (max-width: 600px) {
  .popup-background p {
    font-size: 14px;
  }
}

.popup-background h4, .popup-background h5, .popup-background h6 {
  font-size: 18px;
}

.popup-background h6 {
  color: black;
  font-weight: 900;
}

.popup-background h5 {
  color: #000000;
}

.popup-background h4 {
  color: #1d1d1d;
  font-weight: 900;
}

.popup-background figure {
  float: left;
  margin: 0;
  width: 25%;
  padding-right: 25px;
}

.popup-background figure img {
  display: block;
  width: 100%;
}

@media all and (max-width: 600px) {
  .popup-background figure {
    display: none;
  }
}

.popup-background .content {
  float: left;
  width: 75%;
  border-left: 1px solid #a3a3a3;
  padding-left: 25px;
}

.popup-background .content.no-image {
  padding-left: 0;
  border-left: none;
  width: 100%;
}

@media all and (max-width: 600px) {
  .popup-background .content {
    padding-left: 0;
    border-left: none;
    width: 100%;
  }
}

.speakers-header {
  padding: 40px 0;
}

.speakers-header h1 {
  font-size: 32px;
  color: black;
}

.speakers-header p {
  font-size: 18px;
}

.speaker-list .speaker {
  margin-top: 50px;
}

.speaker-list .speaker::after {
  content: "";
  display: block;
  clear: both;
}

.speaker-list figure, .speaker-list .bio, .speaker-list .related {
  float: left;
  width: 33.33333333%;
  box-sizing: border-box;
  padding-left: 20px;
}

@media all and (max-width: 768px) {
  .speaker-list figure {
    width: 50%;
  }
  .speaker-list .bio, .speaker-list .related {
    width: 50%;
    padding: 0 20px;
  }
  .speaker-list .related {
    margin-top: 40px;
    padding-left: 20px;
  }
}

@media all and (max-width: 600px) {
  .speaker-list figure, .speaker-list .bio, .speaker-list .related {
    width: 100%;
    padding: 0 0 20px 0;
    margin-top: 0;
  }
}

.speaker-list figure {
  margin: 0;
}

.speaker-list figure img {
  display: block;
  width: 100%;
}

.speaker-list .bio {
  padding: 0 20px;
  border-right: 1px solid #F1F1F1;
}

@media all and (max-width: 600px) {
  .speaker-list .bio {
    padding: 0 0 20px 0;
  }
}

.speaker-list .bio .info {
  height: 250px;
}

.speaker-list .bio .info.full-story {
  height: auto;
}

.speaker-list .bio .info.ddd-truncated .toggle:before {
  content: 'Show more';
}

.speaker-list .bio .info.full-story .toggle:before {
  content: 'Show less';
}

.speaker-list .bio h3, .speaker-list .bio h6, .speaker-list .bio p, .speaker-list .bio ul {
  font-size: 16px;
}

.speaker-list .bio h3 {
  font-weight: bold;
  font-size: 30px;
}

.speaker-list .bio h6 {
  font-size: 16px;
}

.speaker-list .bio a {
  color: black;
}

.speaker-list .bio ul {
  list-style-type: none;
  font-weight: 700;
}

.speaker-list .bio ul li a {
  color: black;
}

.speaker-list .related h6 {
  font-size: 16px;
  color: black;
}

.speaker-list .related h6 a {
  color: black;
}

.speaker-list .related ul {
  list-style-type: none;
  font-weight: 500;
}

.speaker-list .related ul li {
  border-top: 1px solid #a3a3a3;
  line-height: 40px;
}

.speaker-list .related ul li a {
  color: #1d1d1d;
}

@font-face {
  font-family: 'marvinvision';
  src: url("/fonts/MarvinVisions-Bold.eot");
  src: url("/fonts/MarvinVisions-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/MarvinVisions-Bold.woff") format("woff");
  font-weight: bold;
  font-style: bold;
}

/* ========================================================================
   DELEGATE REGISTRATION
   ======================================================================== */
.delreg-form {
  margin-bottom: 64px;
}

.delreg-form .border-bottom {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.delreg-form .inline-form-list {
  float: none;
  margin-top: 0;
}

.delreg-form .inline-form-list li {
  display: inline-block;
  float: none;
}

.delreg-form .formField--border-bottom {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.delreg-form .wrapper {
  padding-top: 20px;
  overflow: initial;
}

.delreg-form form {
  max-width: 800px;
  position: relative;
}

.delreg-form label {
  display: inline-block;
  float: none;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.delreg-form label.bold {
  font-weight: bold;
}

.delreg-form .text-light {
  font-family: 'ConnaryFagenLight';
}

.delreg-form .checkbox-label {
  cursor: pointer;
}

.delreg-form .singleCheckbox {
  align-items: center;
  display: flex;
}

.delreg-form .singleCheckbox label {
  margin: 0 12px 0 0;
  width: auto;
}

.delreg-form .singleCheckbox input {
  margin: 0;
}

.delreg-form .singleCheckbox .checkbox {
  float: none;
  margin: 0 auto 0 0;
}

.delreg-form .singleCheckbox--pull-right .checkbox {
  margin: 0 0 0 auto;
}

.delreg-form .singleCheckbox--fix-margin-right .checkbox {
  margin: 0 250px 0 auto;
}

.delreg-form .dk-select {
  font-family: 'ConnaryFagenLight';
  font-size: 18px;
  font-weight: 300;
  line-height: 2.5em;
  width: 100%;
}

.delreg-form .dk-selected {
  border-color: black;
  padding: 0 2em 0 0.75em;
}

.delreg-form .dk-selected:before {
  border-top-color: black;
}

.delreg-form .dk-selected:after {
  border: 0;
}

.delreg-form .dk-select-multi:focus .dk-select-options,
.delreg-form .dk-select-open-down .dk-select-options,
.delreg-form .dk-select-open-up .dk-select-options {
  border-color: black;
}

.delreg-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.delreg-form input {
  border: 1px solid black;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 1rem 0.5rem;
  width: 100%;
}

.delreg-form input:last-child {
  margin: 0;
}

.delreg-form p {
  display: block;
  font-size: 14px;
  margin: 1em 0;
  color: #000;
  width: 100%;
}

.delreg-form p:last-child {
  margin-bottom: 0;
}

.delreg-form .form-row {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
}

@media (max-width: 900px) {
  .delreg-form .form-row {
    flex-direction: column;
  }
}

.delreg-form .form-row select,
.delreg-form .form-row .dk-select,
.delreg-form .form-row input {
  flex-basis: calc(50% - 8px);
}

@media (max-width: 900px) {
  .delreg-form .form-row select,
  .delreg-form .form-row .dk-select,
  .delreg-form .form-row input {
    flex-basis: 100%;
  }
  .delreg-form .form-row select:not(:first-child),
  .delreg-form .form-row .dk-select:not(:first-child),
  .delreg-form .form-row input:not(:first-child) {
    margin-top: 1rem;
  }
}

.delreg-form .warning {
  color: #c41230;
  float: right;
}

.delreg-form .error {
  color: #f00;
}

.delreg-form .payment-options {
  text-align: right;
  margin-top: 30px;
}

.delreg-form h2 {
  margin: 20px 0;
  color: black;
  padding-bottom: 25px;
}

.delreg-form .title {
  border-bottom: 1px solid black;
}

.delreg-form .genre-form-list li {
  width: auto;
  margin-right: 40px;
}

.delreg-form .genre-form-list span,
.delreg-form .genre-form-list input {
  float: none;
  margin-top: 0;
}

.delreg-form .genre-form-list > span {
  margin-right: 10px;
}

.delreg-form .checkboxes label {
  margin-top: 5px;
}

.delreg-form .checkboxes input {
  float: right;
  margin-top: 0px;
}

.delreg-form .days {
  margin: 30px 0;
}

.delreg-form .days .item {
  display: flex;
  margin-right: 36px;
}

.delreg-form .days .item .box {
  display: block;
}

.delreg-form .days .items {
  align-items: center;
  width: 100%;
  display: flex;
}

.delreg-form .days .items label {
  font-family: 'ConnaryFagenLight';
  width: auto;
  margin: 0 10px 0 0;
}

.delreg-form .days .items input[type=checkbox] {
  margin: 0;
}

.delreg-form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
}

.delreg-form .checkbox {
  position: relative;
}

.delreg-form .checkbox .box {
  width: 20px;
  height: 20px;
  border: 1px solid grey;
  display: inline-block;
}

.delreg-form .checkbox input:checked + .box {
  background: grey;
}

.delreg-form input[type=text] {
  width: 100%;
}

.delreg-form input[type=submit] {
  background-color: black;
  color: #fff;
  font-family: 'ConnaryFagenBold';
  float: none;
  padding: 1rem 3rem;
  width: auto;
}

.delreg-form .bus .dk-select {
  width: 48%;
}

.delreg-form .bus .dk-select:nth-child(2) {
  margin-right: 4%;
}

.delreg-form .errors {
  color: #c41230;
}

.delreg-form .separator {
  width: 55px;
  display: inline-block;
}

.delreg-form .footer {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.delreg-form .footer label {
  margin-left: 10px;
}

.delreg-form #whichGenre li > span {
  margin-left: 10px;
}

.delreg-form .hidden {
  display: none;
}

.registerDelegate .payment-options {
  margin: 50px 0 20px 0;
}

.registerDelegate .payment-options a {
  font-family: ConnaryFagenBold;
  padding: 10px 40px;
  background: black;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 15px;
  float: left;
  display: inline-block;
}

.delegates .invoice .dk-select {
  width: 200px;
}

.delegates .invoice h2 {
  float: left;
  width: 100%;
}

.delegates .invoice table, .delegates .invoice .footer, .delegates.confirmDelegates table, .delegates.confirmDelegates .footer {
  width: 650px;
}

.delegates .invoice .singleCheckbox, .delegates.confirmDelegates .singleCheckbox {
  clear: left;
  float: left;
}

.delegates .invoice .singleCheckbox label, .delegates.confirmDelegates .singleCheckbox label {
  margin-right: 10px;
  margin-left: 0px;
}

.delegates .invoice input[type=submit], .delegates.confirmDelegates input[type=submit] {
  clear: left;
}

table#delegate-list {
  width: 100%;
}

#delegate-list tr {
  border-bottom: 1px solid #ebebeb;
}

#delegate-list th, #delegate-list td {
  padding: 5px 0;
}

#delegate-list a, #delegate-list input.tableButton {
  margin: 0;
  padding: 0;
  background: #fff;
  color: black;
  text-transform: none;
  font-family: museo-sans-rounded, arial;
  font-size: 18px;
}

#pre-register-form {
  width: 100%;
  max-width: 1060px;
  margin: 50px auto 200px auto;
  box-sizing: border-box;
}

#pre-register-form div.table {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #ebebeb;
}

#pre-register-form div.table div.tableRow {
  width: 100%;
  height: 40px;
  float: left;
  box-sizing: border-box;
  margin: 0px 0px 25px 0px;
}

@media all and (max-width: 980px) {
  #pre-register-form div.table div.tableRow {
    height: auto;
  }
}

#pre-register-form div.table div.tableRow div.tableLabel {
  display: none;
  width: 100%;
}

@media all and (max-width: 980px) {
  #pre-register-form div.table div.tableRow div.tableLabel {
    float: left;
    height: 20px;
    display: block;
    text-align: left;
    padding: 0px 0px 0px 10px;
    margin: 10px 0px 0px 0px;
  }
}

#pre-register-form div.table div.tableRow div.tableCell {
  width: 16.66%;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  float: left;
  margin: 0px 0px 10px 0px;
}

@media all and (max-width: 980px) {
  #pre-register-form div.table div.tableRow div.tableCell {
    width: 100%;
    height: 50px;
    margin: 0px auto 0px auto;
  }
  #pre-register-form div.table div.tableRow div.tableCell input {
    margin: 0px;
    padding: 0px;
    height: 40px;
  }
}

#pre-register-form div.table div.tableRow .delegateNumber {
  margin: 10px 0px 10px 0px !important;
}

@media all and (max-width: 980px) {
  #pre-register-form div.table div.tableRow .delegateNumber {
    font-weight: bold;
    margin-top: 0px;
  }
}

#pre-register-form div.table div.tableHeader {
  display: inline;
  float: left;
  margin: 0px 0px 0px 0px;
}

@media all and (max-width: 980px) {
  #pre-register-form div.table div.tableHeader {
    display: none;
  }
}

#pre-register-form #submitDelegateContainer {
  width: 100%;
  float: left;
}

#pre-register-form #submitDelegateContainer #submitDelegateContainerLeft {
  width: 70%;
  float: left;
  padding: 10px 0px 0px 0px;
}

#pre-register-form #submitDelegateContainer #submitDelegateContainerLeft label {
  max-width: 729px;
  float: left;
}

#pre-register-form #submitDelegateContainer #submitDelegateContainerRight {
  width: 30%;
  float: left;
}

#pre-register-form #submitDelegateContainer #submitDelegateContainerRight #submitDelegates {
  width: 214px;
  height: 44px;
  background: black;
  color: #FFF;
  text-transform: uppercase;
  font-size: 17px;
  float: right;
  padding: 12px 0px 0px 0px;
  box-sizing: border-box;
  margin: 0px 10px 0px 0px;
}

#pre-register-qty {
  width: 100%;
  max-width: 1060px;
  margin: 50px auto 200px auto;
  box-sizing: border-box;
}

#pre-register-qty #pre-register-qty-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

#pre-register-qty #pre-register-qty-left p {
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  max-width: 80%;
}

#pre-register-qty #pre-register-qty-right {
  width: 50%;
  float: right;
  box-sizing: border-box;
}

#pre-register-qty #pre-register-qty-right h2 {
  color: #000;
  font-size: 23px;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 34px 0px;
  text-align: left;
}

#pre-register-qty #pre-register-qty-right #qtyContainer {
  box-sizing: border-box;
}

#pre-register-qty #pre-register-qty-right #qtyContainer #qtyContainerLeft {
  box-sizing: border-box;
}

#pre-register-qty #pre-register-qty-right #qtyContainer #qtyContainerLeft select {
  float: left;
  margin: 0px 47px 0px 0px;
}

#pre-register-qty #pre-register-qty-right #qtyContainer #qtyContainerRight .button {
  width: 214px;
  height: 44px;
  background: black;
  color: #FFF;
  text-transform: uppercase;
  font-size: 17px;
  float: left;
  padding: 12px 0px 0px 0px;
  box-sizing: border-box;
}

.introduction.winners a {
  color: black;
}

.introduction.winners .sharethis-inline-share-buttons {
  float: right;
}

.entry_pods a {
  color: black;
}

.introduction {
  background-color: #f3f3f3;
  color: black;
  border: none;
}

.introduction .homepage_intro,
.introduction h1 {
  color: black;
  font-family: ConnaryFagenBold;
  font-size: 2rem;
  line-height: 2.6rem;
}

@media (max-width: 360px) {
  .introduction .homepage_intro,
  .introduction h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.notification {
  font-family: ConnaryFagenBold;
}

.staff {
  margin: 0 auto;
  text-align: left;
  max-width: 1060px;
  overflow: hidden;
  color: white;
}

.staff-title {
  font-family: ConnaryFagenBold;
  font-size: 24px;
  margin: 2rem 0;
}

.staff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) {
  .staff-grid {
    grid-template-columns: 1fr;
  }
}

.staff-container {
  background-color: black;
}

@media (max-width: 600px) {
  .staff-container {
    margin: 2rem;
  }
}

.staff-container__image {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.staff-container__text {
  color: white;
  background-color: black;
  margin: 1rem;
}

.staff-container__text > h2 {
  color: white;
  font-size: 1.5rem;
  font-family: ConnaryFagenBold;
}

.staff-container__text > p {
  font-size: 1.5rem;
  font-weight: 100;
  margin: 0;
  font-family: ConnaryFagenLight;
}

.info-panel {
  background: black;
  color: white;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .info-panel {
    height: auto;
    padding: 2rem;
  }
}

.info-panel-titles {
  display: flex;
  flex-direction: row;
  list-style: none;
  max-width: 1060px;
  margin: auto;
}

@media (max-width: 1000px) {
  .info-panel-titles {
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .info-panel-titles {
    padding: 0;
    height: 150px;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .info-panel-titles {
    height: 150px;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .info-panel-titles {
    height: 150px;
    align-items: center;
  }
}

.info-panel-titles__title {
  color: white;
  font-family: ConnaryFagenBold;
  font-size: 2rem;
  margin-left: 2rem;
  color: #4e4e4e;
}

.info-panel-titles__title:nth-child(1) {
  margin-left: 0;
}

@media (max-width: 1000px) {
  .info-panel-titles__title {
    display: none;
    margin-left: 0;
  }
}

.info-panel-titles__title:hover {
  cursor: pointer;
  color: white;
}

.info-panel-carousel {
  height: 100%;
}

.info-panel-carousel__slide {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: inherit;
  z-index: 2;
}

@media (max-width: 1000px) {
  .info-panel-carousel__slide {
    flex-direction: column;
  }
}

.info-panel-carousel__slide-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  z-index: 3;
}

@media (max-width: 1000px) {
  .info-panel-carousel__slide-text {
    margin-top: 0rem;
    width: 100%;
    padding-left: 0rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1000px) {
  .info-panel-carousel__slide-text {
    max-width: 530px;
    margin-left: auto;
    width: 100%;
    padding-right: 5em;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .info-panel-carousel__slide-text {
    margin-top: 5rem;
    max-width: 530px;
    margin-left: auto;
    width: 100%;
    padding-right: 5em;
  }
}

@media (min-width: 1280px) {
  .info-panel-carousel__slide-text {
    margin-top: 5rem;
    max-width: 530px;
    margin-left: auto;
    width: 100%;
    padding-right: 5em;
  }
}

.info-panel-carousel__slide-text-title {
  font-family: ConnaryFagenBold;
  color: white;
  font-size: 1.6rem;
}

.info-panel-carousel__slide-text-description {
  font-family: ConnaryFagenLight;
  color: gainsboro;
}

.info-panel-carousel__slide-text-link {
  font-family: ConnaryFagenBold;
  color: white;
  text-decoration: underline;
}

.info-panel-carousel__slide-text-link:hover {
  color: gainsboro;
}

.info-panel-carousel__slide-image {
  height: 100%;
  width: 50%;
  z-index: 3;
}

@media (max-width: 1000px) {
  .info-panel-carousel__slide-image {
    width: 100%;
  }
}

.info-panel-carousel__slide-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 80%;
  width: 100%;
}

@media (max-width: 1000px) {
  .info-panel-carousel__slide-image img {
    height: 100%;
  }
}

.info-panel-carousel__slide-background {
  height: 100%;
  width: 60%;
  position: absolute;
  left: 0;
  bottom: -10%;
  z-index: 1;
}

@media (max-width: 1000px) {
  .info-panel-carousel__slide-background {
    bottom: 0;
    height: auto;
    width: auto;
  }
}

@media (min-width: 1000px) {
  .info-panel-carousel__slide-background {
    height: 100%;
    width: 60%;
    bottom: -10%;
  }
}

.info-panel .slick-arrow {
  width: 40px;
  height: 40px;
  top: -40px;
}

.info-panel .slick-arrow:before, .info-panel .slick-arrow:after {
  font-size: 30px;
}

.info-panel .slick-arrow.slick-next {
  right: 10px;
}

.slick-list {
  height: 100%;
}

.slick-slide {
  display: flex;
}

.slick-track {
  height: 100%;
}

.infoPanelActive {
  color: #a18244;
  border-bottom: 4px solid #a18244;
}

@media (max-width: 1000px) {
  .infoPanelActive {
    display: block;
  }
}

.infoPanelActive:hover {
  color: #a18244;
}

.slick-arrow {
  top: 0;
  right: 20;
}

.festival-banner--home {
  z-index: 1;
  height: 240px;
  max-height: 550px;
}

@media (min-width: 900px) {
  .festival-banner--home {
    height: 45vh;
  }
}

.festival-banner__inner {
  display: flex;
  overflow: hidden;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.festival-banner__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 5;
  width: 100%;
}

.festival-banner__icon {
  position: relative;
  width: 60px;
  max-width: 20%;
  margin-right: 20px;
  margin-left: 10px;
}

@media (min-width: 900px) {
  .festival-banner__icon {
    top: -10px;
    width: 180px;
    margin-right: 30px;
    margin-left: 0;
  }
}

.festival-banner__icon svg {
  display: block;
  width: 100%;
}

.festival-banner__carousel {
  flex-grow: 1;
  flex-basis: calc(80% - 90px);
  width: calc(80% - 90px);
  height: 100%;
}

@media (min-width: 900px) {
  .festival-banner__carousel {
    flex-basis: calc(80% - 30px);
    width: calc(80% - 30px);
  }
}

.festival-banner__slide {
  color: #000000;
}

.slick-initialized .festival-banner__slide {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.slick-initialized .festival-banner__slide.slick-current {
  opacity: 1;
}

.slick-initialized .festival-banner__slide.slick-current.fade-out {
  opacity: 0;
}

.festival-banner__slide:not(:first-of-type) {
  display: none;
}

.festival-banner__slide-inner {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}

.festival-banner__slide-img {
  display: block;
  width: 100%;
}

/* --------------------------------
    Share This
   -------------------------------- */
.share {
  margin-top: 20px;
  padding-bottom: 30px;
  max-width: 1060px;
  margin: auto;
  width: 100%;
  display: flex;
}

@media (max-width: 1060px) {
  .share {
    padding-left: 1.5rem;
  }
}

@media (min-width: 900px) {
  .share {
    padding-bottom: 0;
  }
}

.share__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  text-decoration: none;
}

.share-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.share-trigger__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("/images/icons/share.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.share-trigger__text {
  font-family: ConnaryFagenBold;
  font-size: 18px;
  position: relative;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 900px) {
  .share-trigger__text {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.share-trigger__text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  border-bottom: 1px solid #000000;
}

.share.is-active .share-trigger__text:after {
  opacity: 1;
}

.share__list {
  position: relative;
  top: 2px;
  padding-left: 20px;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

.share.is-active .share__list {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.share__list-item {
  font-size: 20px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  border: 0;
  background-color: transparent;
}

.share__list-item:hover {
  opacity: 1;
}

.share__list-close {
  width: 12px;
  height: 12px;
  margin-left: 20px;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.7;
  border: 0;
  background-color: transparent;
  background-image: url("/images/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.share__list-close:hover {
  opacity: 1;
}

/* --------------------------------
   Header
   -------------------------------- */
.nav_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background: white;
}

@media (max-width: 900px) {
  .nav_top {
    align-items: flex-start;
    padding-top: 4px;
    text-align: left;
  }
}

.nav_top h2 {
  font-size: 1rem;
  font-weight: 100;
  margin-left: 10px;
  color: #000000;
}

@media (min-width: 900px) {
  .nav_top h2 {
    margin-left: 2rem;
  }
}

.nav_top h2 span {
  font-family: ConnaryFagenBold;
  font-weight: 800;
}

@media (max-width: 900px) {
  .nav_top h2 span {
    display: block;
  }
}

.nav_top a {
  font-size: 1rem;
  font-weight: 200;
  display: none;
  color: black;
}

.nav_top a:hover {
  color: grey;
}

.top_nav {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 64px;
  padding-right: 10px;
  padding-left: 10px;
  color: white;
  background: #000000;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}

@media (min-width: 900px) {
  .top_nav {
    height: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .top_nav {
    height: 110px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.top_nav .logo {
  margin-right: 20px;
}

@media (min-width: 900px) {
  .top_nav .logo {
    margin-right: 30px;
  }
}

.top_nav .logo svg {
  width: 40px;
}

@media (min-width: 900px) {
  .top_nav .logo svg {
    width: 50px;
  }
}

.header-nav {
  display: flex;
  height: 100%;
}

.header-nav--current {
  margin-right: 25px;
}

@media (min-width: 1200px) {
  .header-nav--current {
    margin-right: 40px;
  }
}

.header-nav--primary {
  display: none;
  flex-grow: 1;
}

@media (min-width: 900px) {
  .header-nav--primary {
    display: flex;
  }
}

.header-nav__list {
  display: flex;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-nav__item {
  display: flex;
  align-items: center;
  position: initial;
  margin-right: 25px;
}

.header-nav__item > a[href^="/"]:hover {
  color: #a18244;
}

@media (min-width: 1200px) {
  .header-nav__item {
    margin-right: 40px;
  }
}

.header-nav__item--push {
  margin-left: auto;
}

.header-nav__item--sub {
  margin-right: 0;
}

.header-nav__item--sub + .header-nav__item--sub {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.header-nav__item.has-sub {
  position: relative;
}

.header-nav__item:last-of-type {
  margin-right: 0;
}

.header-nav__title {
  font-family: ConnaryFagenBold;
  font-size: 1.2rem;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  color: #ffffff;
}

@media (min-width: 1280px) {
  .header-nav__title {
    font-size: 1.3rem;
  }
}

@media (min-width: 1600px) {
  .header-nav__title {
    font-size: 1.6rem;
  }
}

@media (max-width: 900px) {
  .header-nav__title--desktop {
    display: none;
  }
}

.header-nav__title--mobile {
  display: flex;
  align-items: center;
}

@media (min-width: 900px) {
  .header-nav__title--mobile {
    display: none;
  }
}

.header-nav__title--mobile:after {
  display: block;
  position: relative;
  top: -2px;
  width: 0;
  height: 0;
  margin-left: 15px;
  content: '';
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.header-nav__title--mobile.is-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-nav__link {
  font-family: ConnaryFagenBold;
  font-size: 1.2rem;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  text-align: left;
  color: #ffffff;
}

@media (min-width: 1280px) {
  .header-nav__link {
    font-size: 1.3rem;
  }
}

@media (min-width: 1600px) {
  .header-nav__link {
    font-size: 1.6rem;
  }
}

.header-nav__link--sub {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: ConnaryFagenLight;
}

.header-nav__link--sub:hover {
  color: #a18244;
}

@media (min-width: 1280px) {
  .header-nav__link--sub {
    font-size: 1.2rem;
  }
}

@media (min-width: 1600px) {
  .header-nav__link--sub {
    font-size: 1.2rem;
  }
}

.header-nav__sub {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 275px;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  list-style-type: none;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
  opacity: 0;
  background: #000000;
}

@media (max-width: 900px) {
  .header-nav__sub {
    display: none;
  }
}

.has-sub:hover .header-nav__sub {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: initial;
  opacity: 1;
}

.header-nav__section {
  position: fixed;
  top: 120px;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  text-align: left;
  pointer-events: none;
  opacity: 0;
  border-top: 1px solid #ffffff;
  background: #000000;
}

@media (min-width: 1200px) {
  .header-nav__section {
    top: 150px;
    padding-right: 80px;
    padding-left: 80px;
  }
}

.has-sub:hover .header-nav__section {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: initial;
  opacity: 1;
}

.header-nav__section__inner {
  display: flex;
  position: absolute;
  left: 0;
}

@media (min-width: 1200px) {
  .header-nav__section__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.allFestivals {
  display: flex;
  width: 100%;
  max-width: 1295px;
  padding: 20px;
  list-style: none;
  background: #000000;
}

.allFestivals .column {
  width: 25%;
  margin-top: 1px;
}

.allFestivals .column:first-child {
  border-left: none;
}

.allFestivals ul {
  list-style-type: none;
}

.allFestivals ul.festival-sub {
  margin-top: 5px;
}

.allFestivals li.festival {
  line-height: 1.9;
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.allFestivals li.festival.unactive {
  display: none;
}

.allFestivals li.festival.unactive a {
  color: grey;
}

.allFestivals li.festival.unactive:hover a {
  background: #000000;
}

.allFestivals li.festival:not(.unactive) {
  cursor: pointer;
}

.allFestivals li.festival:not(.unactive):hover > a,
.allFestivals li.festival:not(.unactive).active > a {
  color: #a18244;
  background: #000000;
}

.allFestivals li.festival a {
  transition: color 0.2s ease-in-out;
  color: #ffffff;
}

.allFestivals li.festival ul {
  font-size: 14px;
  display: none;
  position: static;
  width: 100%;
  opacity: 1;
}

.allFestivals li.festival ul li {
  line-height: 20px;
}

.allFestivals li.festival ul li:hover > a,
.allFestivals li.festival ul li.active > a {
  color: #a18244;
  background: #000000;
}

.allFestivals a {
  padding: 0 10px;
  background: unset;
}

.header-nav-trigger {
  position: relative;
  right: -10px;
  margin-left: auto;
  padding: 5px 15px;
  border: 0;
  border-left: 1px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
}

@media (min-width: 900px) {
  .header-nav-trigger {
    display: none;
  }
}

.header-nav-trigger.is-active .hamburger-new > div {
  background-color: transparent;
}

.header-nav-trigger.is-active .hamburger-new > div::before,
.header-nav-trigger.is-active .hamburger-new > div::after {
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-nav-trigger.is-active .hamburger-new > div::before {
  top: -7px;
  right: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-nav-trigger.is-active .hamburger-new > div::after {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger-new {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0rem;
  background: transparent;
}

.hamburger-new > div {
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 2px;
  transition: all 0s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background: white;
}

.hamburger-new > div::before,
.hamburger-new > div::after {
  position: absolute;
  z-index: 3;
  top: -8px;
  width: 100%;
  height: 2px;
  content: '';
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background: inherit;
}

.hamburger-new > div::after {
  top: 8px;
}

.sidebar {
  position: fixed;
  z-index: 100;
  top: 104px;
  right: 0;
  left: 0;
  height: calc(100vh - 104px);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
  opacity: 0;
  background: #000000;
  background-image: url("/images/2022/nav-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.sidebar__inner {
  overflow: scroll;
  height: 100%;
}

@media (min-width: 900px) {
  .sidebar {
    display: none;
  }
}

.sidebar.is-active {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: initial;
  opacity: 1;
}

.sidebar-nav__list {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-nav__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: initial;
  margin-bottom: 20px;
}

.sidebar-nav__item--sub {
  margin-bottom: 10px;
}

.sidebar-nav__item.has-sub {
  position: relative;
}

.sidebar-nav .sidebar-nav__item-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.sidebar-nav .sidebar-nav__item-toggle:after {
  display: block;
  width: 0;
  height: 0;
  content: '';
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.sidebar-nav .sidebar-nav__item-toggle.is-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar-nav__link {
  font-family: ConnaryFagenBold;
  font-size: 20px;
  cursor: pointer;
  text-align: left;
  color: #ffffff;
}

.sidebar-nav__link--sub {
  font-family: ConnaryFagenLight;
  display: block;
  width: 100%;
}

.sidebar-nav__sub {
  display: none;
  flex-basis: 100%;
}

.sidebar-nav__section {
  display: none;
}

.sidebar-social {
  margin-top: 50px;
}

.sidebar-social__title {
  font-family: ConnaryFagenBold;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
  color: #ffffff;
}

.sidebar-social__list {
  display: flex;
}

.sidebar-social a.social {
  margin-right: 10px;
}

@media (max-width: 900px) {
  .sidebar-active {
    overflow: hidden;
    height: 100%;
  }
}

@media (max-width: 900px) {
  .sidebar-active .addthis-smartlayers {
    opacity: 0;
  }
}

.festival-drop >
a[href^="#"]:hover {
  color: white !important;
}

.mobile-festival {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity=92);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  background-color: transparent;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }*/
/*.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }*/
.mfp-arrow-left {
  left: 20px;
  background-image: url(/images/site/CMF_Left_Arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

/*.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }*/
.mfp-arrow-right {
  right: 20px;
  background-image: url(/images/site/CMF_Right_Arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

/*.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }*/
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  color: #f3f3f3;
  word-wrap: break-word;
  margin-top: 10px;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

/* 
 *  Core Owl Carousel CSS File
 */
.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;
}

.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-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 {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: 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;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  padding: 0 1.5em 0 0.5em;
  text-overflow: ellipsis;
}

.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}

.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #CCCCCC;
  margin: -0.125em 0.5em 0 0;
}

.dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid #CCCCCC;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: #3297fd;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 0 0.5em;
}

.dk-select-options .dk-option-highlight {
  background-color: #3297fd;
  color: #fff;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #a18244;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #a18244;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #a18244;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #a18244;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: white;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #a18244;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #a18244;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #a18244;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

/*! jQuery UI - v1.9.2 - 2017-10-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  -webkit-filter: mask();
          filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: -50px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: 50px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 20px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* --------------------------------
   Shameful hacks
   -------------------------------- */
.standard_content table {
  max-width: 100%;
}

@media (max-width: 900px) {
  .standard_content table tr,
  .standard_content table tr td {
    display: block;
  }
}

.call-for-entry {
  width: 100%;
  font-family: ConnaryFagenBold;
  /* Selection part */
  /* Call for Entry page 2 */
}

.call-for-entry__description {
  font-family: ConnaryFagenLight;
  font-size: 20px;
  font-weight: 500;
  color: black;
  padding: 50px 0;
}

.call-for-entry__category-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 50px;
}

@media (max-width: 500px) {
  .call-for-entry__category-inner {
    flex-direction: column;
    gap: 15px;
  }
}

.call-for-entry__category {
  cursor: pointer;
  position: relative;
  width: 48%;
  border: 2px solid black;
  background-color: white;
  padding: 20px 30px;
  /* Category Arrow */
  /* Hover and Active */
}

@media (max-width: 500px) {
  .call-for-entry__category {
    width: 100%;
  }
}

.call-for-entry__category p {
  color: black;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  margin: 0;
}

.call-for-entry__category span {
  position: absolute;
  right: 45px;
  top: 50%;
  display: flex;
  align-items: center;
}

.call-for-entry__category span::before, .call-for-entry__category span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background-color: black;
}

.call-for-entry__category span::before {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.call-for-entry__category span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 6px;
}

.call-for-entry__category.active, .call-for-entry__category:hover {
  background-color: black;
}

.call-for-entry__category.active p, .call-for-entry__category:hover p {
  color: white;
}

.call-for-entry__category.active span::before,
.call-for-entry__category.active span::after, .call-for-entry__category:hover span::before,
.call-for-entry__category:hover span::after {
  background-color: white;
}

.call-for-entry__category.active span::before, .call-for-entry__category:hover span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.call-for-entry__category.active span::after, .call-for-entry__category:hover span::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.call-for-entry__selection-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.call-for-entry__selection-outer {
  position: absolute;
  width: 100%;
  transition: 0.4s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.call-for-entry__selection-outer.active {
  opacity: 1;
  z-index: 2;
}

.call-for-entry__selection {
  border-bottom: 1px solid black;
  padding: 33px;
}

.call-for-entry__selection--description {
  font-family: ConnaryFagenLight;
  font-size: 16px;
  font-weight: 500;
}

.call-for-entry__selection:hover {
  background-color: #f5f5f5;
}

.call-for-entry__selection label {
  position: relative;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  width: 100% !important;
}

.call-for-entry__selection label p {
  font-size: 20px;
  margin: 5px 0;
}

@media (max-width: 500px) {
  .call-for-entry__selection label p {
    font-size: 15px;
    width: 80px;
  }
}

.call-for-entry__selection label:before {
  content: "";
  background-color: transparent;
  border: 1px solid black;
  left: 0;
  width: 20px;
  border-radius: 12px;
  display: block;
  height: 20px;
  margin-right: 15px;
}

@media (max-width: 500px) {
  .call-for-entry__selection label:before {
    height: 13px;
    width: 13px;
  }
}

.call-for-entry__selection input {
  display: none;
}

.call-for-entry__selection input:checked + label:before {
  background: black;
  box-shadow: inset 0 0 0 3px #f5f5f5;
}

.call-for-entry__category-title {
  width: 100%;
  padding: 33px;
  background-color: black;
}

.call-for-entry__category-title h1 {
  font-size: 26px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}

.call-for-entry__flex-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.call-for-entry__notice {
  background-color: #f3f3f3;
  padding: 15px 180px;
  text-align: center;
  width: 100%;
}

.call-for-entry__notice p {
  font-size: 20px;
}

@media (max-width: 750px) {
  .call-for-entry__notice {
    padding: 15px 15px;
  }
}

.call-for-entry__order table {
  width: 100%;
  margin: 50px 0;
  font-family: ConnaryFagenLight;
  font-weight: 500;
}

.call-for-entry__order tr {
  border-bottom: 1px solid black;
  height: 40px;
  font-size: 20px;
}

@media (max-width: 750px) {
  .call-for-entry__order tr {
    font-size: 16px;
  }
}

.call-for-entry__order td:nth-child(2) {
  width: 50%;
}

@media (max-width: 700px) {
  .call-for-entry__order td:nth-child(2), .call-for-entry__order th:nth-child(2) {
    display: none;
  }
}

.call-for-entry__order th:nth-child(3), .call-for-entry__order td:nth-child(3) {
  float: right;
  padding: 10px 0;
}

.eventsCalendar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.eventsCalendar__inner {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.eventsCalendar__inner-width {
  width: 100%;
  max-width: 1060px;
}

.eventsCalendar__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #031611;
  gap: 50px;
  padding: 45px 20px 0px;
}

.eventsCalendar__header-top, .eventsCalendar__header-bottom {
  width: 100%;
  max-width: 1060px;
  display: flex;
}

.eventsCalendar__header-top {
  justify-content: space-between;
  align-items: center;
}

.eventsCalendar__header-top h2 {
  font-family: "ConnaryFagenBold";
  font-size: clamp(21px, 5vw, 30px);
  text-align: left;
  color: white;
}

.eventsCalendar__header-top p {
  font-family: "ConnaryFagenBold";
  font-size: clamp(12px, 2.91667vw, 16px);
  text-align: right;
  color: white;
}

.eventsCalendar__header-bottom {
  align-items: flex-end;
  gap: 20px;
}

.eventsCalendar__header-bottom a {
  padding: 15px 40px;
  border: 1px solid white;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  transition: 0.4s ease;
  color: white;
  background-color: transparent;
}

@media (min-width: 993px) {
  .eventsCalendar__header-bottom a {
    min-width: 275px;
  }
}

.eventsCalendar__header-bottom a p,
.eventsCalendar__header-bottom a h2 {
  transition: 0.4s ease;
  font-family: "ConnaryFagenBold";
  color: white;
  margin: 0;
  text-align: left;
}

.eventsCalendar__header-bottom a h2 {
  font-size: clamp(22px, 5.3125vw, 30px);
  padding-bottom: 10px;
  line-height: clamp(20px, 4.375vw, 36px);
}

.eventsCalendar__header-bottom a p {
  font-size: clamp(12px, 2.70833vw, 20px);
  line-height: clamp(15px, 2.8125vw, 36px);
}

.eventsCalendar__header-bottom a:hover {
  padding-top: 25px;
}

.eventsCalendar__header-bottom a:hover p,
.eventsCalendar__header-bottom a:hover h2 {
  color: #9b824d;
}

.eventsCalendar__header-bottom a.active {
  padding-top: 25px;
  background-color: white;
  text-decoration: none;
}

.eventsCalendar__header-bottom a.active p,
.eventsCalendar__header-bottom a.active h2 {
  color: #9b824d;
}

.eventsCalendar__filter {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.eventsCalendar__filter p {
  font-family: "ConnaryFagenBold";
  font-size: 18px;
  line-height: 21px;
  color: black;
  text-transform: uppercase;
}

.eventsCalendar__filter select {
  border: 0;
  border-bottom: 1px solid black;
  width: 200px;
  font-family: "ConnaryFagenBold";
  height: 35px;
}

.eventsCalendar__filter select:focus {
  outline: none;
}

.eventsCalendar__calendar {
  width: 100%;
}

.eventsCalendar__calendar-content {
  transition: 0.4s ease;
  width: 100%;
  display: grid;
  grid-template-columns: 33% 67%;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  border-bottom: 1px solid black;
  padding: 25px 20px;
}

.eventsCalendar__calendar-content.invisible {
  display: none;
}

.eventsCalendar__calendar-content.break {
  background-color: #F2F2F2;
}

.eventsCalendar__calendar-content:hover .eventsCalendar__calendar-content-item.title:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.eventsCalendar__calendar-content-item {
  height: 100%;
}

.eventsCalendar__calendar-content-item img {
  width: 100%;
  max-width: 200px;
  float: left;
}

.eventsCalendar__calendar-content-item h2 {
  font-family: "ConnaryFagenBold";
  font-size: clamp(18px, 4.58333vw, 20px);
  line-height: clamp(20px, 5vw, 24px);
  text-align: left;
}

.eventsCalendar__calendar-content-item p {
  font-family: "ConnaryFagenLight";
  font-size: clamp(16px, 4.0625vw, 18px);
  line-height: clamp(19px, 4.84375vw, 21px);
  text-align: left;
}

@media (max-width: 720px) {
  .eventsCalendar__header-top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .eventsCalendar__filter select {
    width: 120px;
  }
}

@media (max-width: 992px) {
  .eventsCalendar__header {
    gap: 20px;
  }
  .eventsCalendar__header-bottom {
    gap: 15px;
  }
  .eventsCalendar__header-bottom a {
    padding: 15px 10px;
    min-width: none;
    width: 33%;
  }
  .eventsCalendar__calendar-content {
    grid-template-columns: 1fr 1fr;
  }
  .eventsCalendar__calendar-content-item.time {
    order: 1;
  }
  .eventsCalendar__calendar-content-item.type {
    order: 2;
  }
  .eventsCalendar__calendar-content-item.type p {
    text-align: right;
  }
  .eventsCalendar__calendar-content-item.type img {
    display: none;
  }
  .eventsCalendar__calendar-content-item.title {
    order: 3;
    grid-column: span 2;
  }
  .eventsCalendar__calendar-content-item.description {
    order: 4;
    grid-column: span 2;
  }
}

.button-underline {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button-underline:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  background-color: black;
}
