@charset "UTF-8";
/*********************************************
:: SASS Setup
   Load your helper files
   Set them up inside variables
********************************************/
/*******************************************
// Form
/*

    Usage: 
    .input{
     background: $form-field-background-color;
     color: $form-field-text-color;
  }
  
*/
/*******************************************
// Breakpoints
/*

    Mappy breakpoints: https://github.com/zellwk/mappy-breakpoints
    Usage: 
    @include mappy-bp(small){
        stuff
    }
    
*/
/*

    Typi: https://github.com/zellwk/typi
    Usage: 
    @include typi($h1-map)
    .element{
    @include typi(whatever-map-youve-defined)
  }
  
*/
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Normalize                        
********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic);
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

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

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer; }

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

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

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  background-image: url(/images/body_pattern.jpg);
  background-repeat: no-repeat;
  background-size: contain; }
  @media all and (min-width: 64em) {
    body {
      background-color: black; } }

@media all and (min-width: 64em) {
  .wrapper {
    max-width: 1200px;
    background-color: white;
    margin: auto; } }

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #fd5000;
  color: white; }
::-moz-selection, ::selection {
  background: #fd5000;
  color: white; }

::-moz-selection {
  background: #fd5000;
  color: white; }

::selection {
  background: #fd5000;
  color: white; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  display: inline-block; }

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angle-double-down:before {
  content: "\e922"; }

.icon-angle-double-left:before {
  content: "\e923"; }

.icon-angle-double-right:before {
  content: "\e924"; }

.icon-angle-double-up:before {
  content: "\e925"; }

.icon-angle-down:before {
  content: "\e926"; }

.icon-angle-left:before {
  content: "\e927"; }

.icon-angle-right:before {
  content: "\e928"; }

.icon-angle-up:before {
  content: "\e929"; }

.icon-arrow-circle-down:before {
  content: "\e92a"; }

.icon-arrow-circle-left:before {
  content: "\e92b"; }

.icon-arrow-circle-o-down:before {
  content: "\e92c"; }

.icon-arrow-circle-o-left:before {
  content: "\e92d"; }

.icon-arrow-circle-o-right:before {
  content: "\e92e"; }

.icon-arrow-circle-o-up:before {
  content: "\e92f"; }

.icon-arrow-circle-right:before {
  content: "\e930"; }

.icon-arrow-circle-up:before {
  content: "\e931"; }

.icon-bars:before {
  content: "\e932"; }

.icon-calendar2:before {
  content: "\e933"; }

.icon-check:before {
  content: "\e934"; }

.icon-chevron-circle-down:before {
  content: "\e935"; }

.icon-chevron-circle-left:before {
  content: "\e936"; }

.icon-chevron-circle-right:before {
  content: "\e937"; }

.icon-chevron-circle-up:before {
  content: "\e938"; }

.icon-chevron-down:before {
  content: "\e939"; }

.icon-chevron-left:before {
  content: "\e93a"; }

.icon-chevron-right:before {
  content: "\e93b"; }

.icon-chevron-up:before {
  content: "\e93c"; }

.icon-envelope-o:before {
  content: "\e93d"; }

.icon-facebook:before {
  content: "\e93f"; }

.icon-facebook-square:before {
  content: "\e93e"; }

.icon-file:before {
  content: "\e940"; }

.icon-google-plus:before {
  content: "\e942"; }

.icon-google-plus-square:before {
  content: "\e941"; }

.icon-info-circle:before {
  content: "\e943"; }

.icon-instagram:before {
  content: "\e944"; }

.icon-linkedin:before {
  content: "\e946"; }

.icon-linkedin-square:before {
  content: "\e945"; }

.icon-map-marker:before {
  content: "\e947"; }

.icon-minus-circle:before {
  content: "\e948"; }

.icon-phone-diagonal:before {
  content: "\e949"; }

.icon-pinterest2:before {
  content: "\e94b"; }

.icon-pinterest-square:before {
  content: "\e94a"; }

.icon-play:before {
  content: "\e94c"; }

.icon-plus-circle:before {
  content: "\e94d"; }

.icon-question-circle:before {
  content: "\e94e"; }

.icon-search:before {
  content: "\e950"; }

.icon-search-plus:before {
  content: "\e94f"; }

.icon-shopping-cart:before {
  content: "\e951"; }

.icon-sort:before {
  content: "\e952"; }

.icon-tags:before {
  content: "\e953"; }

.icon-times:before {
  content: "\e954"; }

.icon-tumblr2:before {
  content: "\e957"; }

.icon-tumblr-square2:before {
  content: "\e956"; }

.icon-twitter2:before {
  content: "\e959"; }

.icon-twitter-square:before {
  content: "\e958"; }

.icon-user:before {
  content: "\e95a"; }

.icon-vimeo-square:before {
  content: "\e95b"; }

.icon-youtube:before {
  content: "\e95e"; }

.icon-youtube-play2:before {
  content: "\e95c"; }

.icon-youtube-square:before {
  content: "\e95d"; }

.icon-pin:before {
  content: "\e955"; }

.icon-thin-search:before {
  content: "\e921"; }

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

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

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

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

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

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

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

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

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

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

.icon-google-plus2:before {
  content: "\f0d5"; }

.icon-google-plus-square2:before {
  content: "\f0d4"; }

.icon-instagram2:before {
  content: "\f16d"; }

.icon-map3:before {
  content: "\f279"; }

.icon-map-o:before {
  content: "\f278"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-square2:before {
  content: "\f0d3"; }

.icon-safari:before {
  content: "\f267"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-twitter-square2:before {
  content: "\f081"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-home:before {
  content: "\e900"; }

.icon-newspaper:before {
  content: "\e901"; }

.icon-image:before {
  content: "\e902"; }

.icon-file-empty:before {
  content: "\e903"; }

.icon-file-text2:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-phone-hang-up:before {
  content: "\e906"; }

.icon-location:before {
  content: "\e907"; }

.icon-location2:before {
  content: "\e908"; }

.icon-compass:before {
  content: "\e909"; }

.icon-map:before {
  content: "\e90a"; }

.icon-map2:before {
  content: "\e90b"; }

.icon-alarm:before {
  content: "\e90f"; }

.icon-bell:before {
  content: "\e910"; }

.icon-stopwatch:before {
  content: "\e911"; }

.icon-calendar:before {
  content: "\e91e"; }

.icon-display:before {
  content: "\e91f"; }

.icon-laptop:before {
  content: "\e920"; }

.icon-mobile:before {
  content: "\e912"; }

.icon-mobile2:before {
  content: "\e913"; }

.icon-tablet:before {
  content: "\e914"; }

.icon-tv:before {
  content: "\e915"; }

.icon-plus2:before {
  content: "\e91a"; }

.icon-minus2:before {
  content: "\e91b"; }

.icon-checkmark:before {
  content: "\e91c"; }

.icon-checkmark2:before {
  content: "\e91d"; }

.icon-substract:before {
  content: "\e90c"; }

.icon-add:before {
  content: "\e90d"; }

.icon-cross:before {
  content: "\e90e"; }

.icon-left-arrow:before {
  content: "\e916"; }

.icon-right-arrow:before {
  content: "\e917"; }

.icon-left-arrow2:before {
  content: "\e918"; }

.icon-arrow-pointing-to-right:before {
  content: "\e919"; }

/*********************************************
:: Typography
********************************************/
/*******************************************/
html {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  color: #000; }

h1, h2, legend, h3, h4, h5, h6 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  h1 a, h2 a, legend a, h3 a, h4 a, h5 a, h6 a {
    font-size: inherit; }

h1 {
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  color: #fd5000;
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    h1 {
      font-size: 44px;
      line-height: 50px; } }

h2, legend {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    h2, legend {
      font-size: 26px; } }

h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px; }
  @media all and (min-width: 64em) {
    h6 {
      font-size: 16px; } }

.special-title {
  margin: 0 0 20px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  overflow: hidden; }
  @media all and (min-width: 64em) {
    .special-title {
      margin: 0 0 20px 0; } }
  .special-title h3 {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 20px;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    color: white;
    font-weight: 500;
    text-transform: uppercase; }
    @media all and (min-width: 64em) {
      .special-title h3 {
        font-size: 36px; } }
    .special-title h3:before, .special-title h3:after {
      content: '';
      width: 500px;
      height: 1px;
      background: white;
      position: absolute;
      top: 50%; }
    .special-title h3:before {
      left: -500px; }
    .special-title h3:after {
      right: -500px; }

p, li, td, th, a, mark, time, dl, blockquote, label, address {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  padding-bottom: 20px; }
  p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, blockquote a, blockquote li, blockquote p, blockquote mark, blockquote cite, blockquote time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
    font-size: 1em; }

a {
  color: #fd5000;
  font-weight: 400;
  text-decoration: none;
  margin: 0px;
  transition: all .5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #c03d00; }

small {
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  width: 100%;
  background: #ccc;
  height: 1px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  display: block; }

/*******************************************/
dt {
  font-weight: 700; }
  dt:after {
    content: ':'; }

dt:after {
  content: ": "; }

ul li {
  list-style-type: none;
  position: relative;
  text-indent: 0px; }

ol li {
  list-style-type: decimal; }

/*******************************************/
code, pre, samp, kbd, var {
  background: #2D747E;
  color: white;
  padding: 1px 5px 1px 5px;
  white-space: pre-wrap;
  margin: 0px; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  display: block;
  padding: 20px 10% 20px 10%;
  color: #fd5000;
  text-align: left;
  font-style: italic;
  font-size: 20px;
  font-size: 300;
  line-height: 1.7; }
  @media all and (min-width: 64em) {
    blockquote {
      font-size: 34px;
      line-height: 1.42; } }

.leadcopy {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: black; }
  @media all and (min-width: 64em) {
    .leadcopy {
      font-size: 18px;
      line-height: 26px; } }

.wysiwyg {
  text-align: left; }
  .wysiwyg img {
    margin: 0 auto 15px auto;
    display: block; }
  .wysiwyg ul li {
    list-style-type: disc; }

.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

.clear {
  clear: both; }

/*********************************************
:: Buttons                             
********************************************/
/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  opacity: 0.5;
  color: white;
  cursor: default; }

button {
  outline: none; }

/*******************************************/
.button {
  display: inline-block;
  text-decoration: none;
  height: auto;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  transition: all .4s ease-in-out;
  background: transparent;
  color: #fd5000;
  padding: 6px 12px; }
  .button:hover, .button:focus, .button:active {
    color: #fd5000; }

/*******************************************/
.button-icon span {
  font-size: 0.8em; }

.button-icon .icon-pos-left {
  margin-right: 10px; }

.button-icon .icon-pos-right {
  margin-left: 10px; }

/*******************************************/
.button-blue, a.button-blue {
  width: auto;
  height: 30px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 30px;
  background: #fd5000;
  color: white;
  border-radius: 6px;
  padding: 0px 20px; }
  .button-blue:hover, .button-blue:focus, .button-blue:active, a.button-blue:hover, a.button-blue:focus, a.button-blue:active {
    background: #ff7231; }

/*******************************************/
.load-more {
  position: relative;
  text-align: center;
  width: 100%;
  background: white;
  margin: 0 0 40px 0; }
  @media all and (min-width: 64em) {
    .load-more {
      display: none; } }
  .load-more:before {
    content: "Load More";
    color: #ff7231;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: white;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    transition: filter .25s; }
  .load-more:after {
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: #ff7231; }
  .load-more:hover {
    background: white; }
    .load-more:hover:before {
      filter: brightness(120%); }

/*******************************************/
.button-underline {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  display: inline-block; }
  .button-underline:after {
    content: '';
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 138px;
    height: 5px;
    background: black; }

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px; }
  table td, table th {
    padding: 15px 10px 15px 10px;
    text-align: left;
    font-weight: 400;
    color: #212121; }
  table th {
    font-weight: 700;
    background: #ececec; }
  table thead {
    width: 100%;
    background: #ececec; }
    table thead td, table thead th {
      padding: 5px 10px 5px 10px; }
  table tfoot {
    border-bottom: 1px solid #212121;
    border-top: 1px solid #212121; }
    table tfoot td {
      padding: 15px 10px 15px 10px; }

/*******************************************/
.compact-table {
  width: auto; }
  .compact-table td, .compact-table th {
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 400;
    color: #212121;
    background: none;
    border: 1px solid #ccc; }
  .compact-table thead {
    width: auto;
    background: none; }

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

/*********************************************
:: Layout                        
********************************************/
* {
  -webkit-tap-highlight-color: transparent; }

/*******************************************/
.main {
  display: block;
  min-height: calc(100vh - 155px);
  padding-top: 111px; }
  @media all and (max-width: 63.9375em) {
    .main {
      min-height: calc(100vh - 70px);
      padding-top: 45px; } }

.main.page-home {
  border-top: none; }

.slide {
  cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur), default !important; }
  .slide:focus {
    outline: none !important; }
  .slide:active {
    cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/closedhand.cur), default !important; }

/*******************************************/
.sidebar {
  float: left;
  width: 100%;
  padding: 20px 15px 20px 15px; }
  @media all and (min-width: 64em) {
    .sidebar {
      padding: 45px 0px 45px 0px; } }

/*******************************************/
.content-max-width {
  width: 100%;
  padding: 0 6%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-max-width {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0; } }
  .content-max-width:after {
    content: '';
    display: block;
    clear: both; }

.clear-after:after {
  content: '';
  display: block;
  clear: both; }

/*******************************************/
.content-slider-width {
  padding: 0 0%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64em) {
    .content-slider-width {
      max-width: 940px;
      padding: 0px;
      margin: 0 auto; } }
  @media all and (min-width: 72.5em) {
    .content-slider-width {
      max-width: 940px;
      margin: 0 auto; } }

/*******************************************/
@media all and (min-width: 64em) {
  .content-narrow-width {
    max-width: 630px;
    margin: 0 auto;
    clear: both; } }

@media all and (min-width: 90em) {
  .content-narrow-width {
    max-width: 740px;
    margin: 0 auto; } }

/*******************************************/
@media all and (min-width: 64em) {
  .mob, .mobile {
    display: none; } }

@media all and (max-width: 63.9375em) {
  .desk, .desktop {
    display: none; } }

/*******************************************/
.quarter-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .quarter-col {
      width: 25%; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(1) {
      padding: 0 1% 0 0; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(2), .quarter-col.padded:nth-child(3) {
      padding: 0 1%; } }
  @media all and (min-width: 64em) {
    .quarter-col.padded:nth-child(4) {
      padding: 0 0 0 1%; } }

.third-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .third-col {
      width: 33.33%; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(1) {
      padding: 0 1% 0 0; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(2) {
      padding: 0 1%; } }
  @media all and (min-width: 64em) {
    .third-col.padded:nth-child(3) {
      padding: 0 0 0 1%; } }

.half-col {
  float: left;
  width: 100%; }
  @media all and (min-width: 64em) {
    .half-col {
      width: 50%; } }
  @media all and (min-width: 64em) {
    .half-col.padded {
      width: 48%; } }
  .half-col.padded:nth-child(2) {
    float: right; }

/*******************************************/
.covered-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.contained-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/*******************************************/
@media all and (min-width: 64em) {
  .mob, .mobile {
    display: none !important; } }

@media all and (max-width: 63.9375em) {
  .desk, .desktop {
    display: none !important; } }

/*********************************************
:: Forms
********************************************/
form {
  float: left;
  width: 100%; }

legend {
  margin-bottom: 15px; }

label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #666666; }
  @media all and (min-width: 64em) {
    label {
      font-size: 13px; } }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea, select {
  outline: none;
  width: 100%;
  height: 40px;
  display: inline-block;
  transition: all .5s ease-in-out;
  background: white;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 6px 10px 6px 10px;
  font-size: 13px !important;
  font-size: 0.938em;
  line-height: 1.7; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    transition: all .5s ease-in;
    background: #f1f1f1;
    border: 1px solid black; }

/*******************************************/
*:-ms-input-placeholder {
  font-size: 12px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #CCC; }
*::placeholder {
  font-size: 12px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #CCC; }

textarea, select[multiple] {
  height: 157px; }

input[type=checkbox], input[type=radio] {
  height: auto; }

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  padding: 0 0 5px 0; }
  .form-field .custom-checkbox-radio input {
    padding: 0;
    width: 15px;
    height: 15px;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    cursor: pointer;
    background: none;
    border: none; }

.form-field .custom-checkbox-radio.field-disabled {
  cursor: default; }
  .form-field .custom-checkbox-radio.field-disabled input {
    cursor: default;
    opacity: 1; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  padding: 0 0 15px 0; }
  .form-field > label {
    float: left;
    width: 100%;
    margin-bottom: 3px;
    padding-bottom: 0; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 0 0;
  text-align: center; }
  .button-field .form-note {
    float: left;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    color: #666666;
    margin-top: 0; }
    @media all and (min-width: 64em) {
      .button-field .form-note {
        font-size: 13px;
        margin-top: 11px;
        margin-bottom: 0;
        width: auto; } }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    display: block;
    width: 108px;
    height: 30px;
    float: right;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: white;
    background: black;
    border-radius: 4px;
    margin: auto;
    transition: all .4s ease-in-out; }
    @media all and (min-width: 64em) {
      .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
        margin-left: 10px; } }
    .button-field button span, .button-field input[type="submit"] span, .button-field input[type="reset"] span {
      color: white; }
    .button-field button:hover, .button-field button:focus, .button-field button:active, .button-field input[type="submit"]:hover, .button-field input[type="submit"]:focus, .button-field input[type="submit"]:active, .button-field input[type="reset"]:hover, .button-field input[type="reset"]:focus, .button-field input[type="reset"]:active {
      background: #fd5000; }

/*******************************************/
.form-fields-stack.two-column {
  *zoom: 1; }
.form-fields-stack.two-column:before{
  content: '';
  display: table; }
.form-fields-stack.two-column:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.two-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.two-column .form-field {
        width: calc(99.99% * 1/2 - (17px - 17px * 1/2)); }
      .form-fields-stack.two-column .form-field:nth-child(1n){
    float: left;
    margin-right: 17px;
    clear: none; }
      .form-fields-stack.two-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.two-column .form-field:nth-child(2n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.two-column .form-field:nth-child(2n + 1){
    clear: left; } }

/*******************************************/
.form-fields-stack.three-column {
  *zoom: 1; }
.form-fields-stack.three-column:before{
  content: '';
  display: table; }
.form-fields-stack.three-column:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.three-column .form-field {
    width: 100%; }
    @media all and (min-width: 64em) {
      .form-fields-stack.three-column .form-field {
        width: calc(99.99% * 1/3 - (17px - 17px * 1/3)); }
      .form-fields-stack.three-column .form-field:nth-child(1n){
    float: left;
    margin-right: 17px;
    clear: none; }
      .form-fields-stack.three-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.three-column .form-field:nth-child(3n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.three-column .form-field:nth-child(3n + 1){
    clear: left; } }

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #fd5000; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: #000;
  border-color: #fff; }

label.error, label.error-SumoSelect-label, .php-error li {
  color: #fd5000 !important;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert li {
  padding: 0; }

/*********************************************
:: Print                        
********************************************/
@media print {
  /*******************************************/
  header,
  footer,
  .breadcrumbs-module,
  .small-screen-menu-panel,
  .lightbox-popup,
  .tabs-module .buttons,
  .share-module,
  .onclick-lazyload-google-map,
  .lightbox-inline-trigger,
  .slideshow {
    display: none !important; }
  .tabs-module .tab-content {
    display: block !important; }
  .gallery-module, img {
    border-bottom: none !important;
    max-width: 400px;
    max-height: 400px; }
  /*******************************************/ }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  width: 100%;
  height: 82px;
  z-index: 999;
  position: relative; }
  @media all and (max-width: 63.9375em) {
    .site-header {
      background-color: #fd5000; } }
  @media all and (min-width: 64em) {
    .site-header {
      height: 120px; } }
  .site-header .content-max-width {
    height: 100%; }
    @media all and (max-width: 63.9375em) {
      .site-header .content-max-width {
        padding: 0; } }
  .site-header .logo-mobile {
    width: 85px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: white; }
    .site-header .logo-mobile div {
      width: 67px;
      height: 64px;
      right: 0;
      left: 0;
      margin: auto;
      bottom: 12px;
      position: absolute; }
  .site-header .logo {
    width: 99px;
    height: 52px;
    float: left;
    background-image: url("/images/logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 17px 0 0 0; }
    @media all and (min-width: 64em) {
      .site-header .logo {
        width: 173px;
        height: 91px;
        margin: 17px 0 0 -45px; } }
  .site-header nav {
    width: calc(100% - 140px);
    float: right;
    text-align: right; }
    @media all and (max-width: 63.9375em) {
      .site-header nav {
        display: none; } }
    .site-header nav li {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .site-header nav a {
      display: inline-block;
      font-size: 13px;
      line-height: 30px;
      text-transform: uppercase;
      text-align: center;
      color: black;
      transition: .25s all; }
      .site-header nav a:hover {
        opacity: 0.8; }
      .site-header nav a:active {
        transition: 0s all;
        opacity: 0.5; }
      .site-header nav a.selected {
        color: black !important; }
        .site-header nav a.selected:hover {
          opacity: 1; }
        .site-header nav a.selected:active {
          opacity: 1; }
  .site-header nav.top {
    text-align: right;
    margin: 29px 0 0 0;
    width: 100%; }
    .site-header nav.top ul.right {
      padding: 10px 4px 10px 0;
      max-height: 64px;
      width: 310px;
      display: inline-block;
      background-color: black;
      border-radius: 100px; }
      @media all and (min-width: 64em) {
        .site-header nav.top ul.right {
          padding: 8px 4px 10px 0; } }
      .site-header nav.top ul.right.long {
        width: 470px; }
      .site-header nav.top ul.right a {
        color: white; }
        @media all and (min-width: 64em) {
          .site-header nav.top ul.right a {
            margin: 0 28px 0 0;
            padding: 0 0 0 16px; } }
        .site-header nav.top ul.right a:last-of-type {
          font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 0.8px;
          display: block; }
        .site-header nav.top ul.right a.live {
          font-family: "Oswald", sans-serif;
          font-size: 13px;
          font-weight: 100;
          text-transform: uppercase; }
          .site-header nav.top ul.right a.live.selected {
            color: #fd5000 !important; }
        .site-header nav.top ul.right a.big-phone {
          padding-bottom: 2px;
          letter-spacing: 0.7px;
          font-size: 24.5px; }
      .site-header nav.top ul.right li {
        margin-bottom: 0;
        padding-bottom: 0; }
        .site-header nav.top ul.right li:first-of-type {
          margin: -6px 10px 0px 0px; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
          .site-header nav.top ul.right li:first-of-type img {
            float: left;
            border-radius: 50%;
            width: 60px;
            height: 60px; }
        .site-header nav.top ul.right li:nth-of-type(2) {
          padding-right: 10px; }
          .site-header nav.top ul.right li:nth-of-type(2) h3 {
            font-size: 10px;
            color: #fd5000;
            text-transform: uppercase;
            margin: 0px 0px 5px 0px;
            line-height: 10px;
            text-align: left;
            font-weight: 400; }
          .site-header nav.top ul.right li:nth-of-type(2) .current_song, .site-header nav.top ul.right li:nth-of-type(2) .current_artist {
            color: white;
            font-size: 10px;
            line-height: 10px;
            padding: 0px;
            margin: 0px 0px 4px 0px;
            text-align: left;
            font-weight: 400; }
          .site-header nav.top ul.right li:nth-of-type(2) .current_artist {
            font-weight: 100; }
        .site-header nav.top ul.right li:nth-of-type(3) {
          border-right: 1px solid #fd5000;
          margin-right: 4px; }
          .site-header nav.top ul.right li:nth-of-type(3) a {
            margin: 0 0 0 4px;
            padding: 4.5px 19px 4.5px 0; }
        .site-header nav.top ul.right li:last-of-type {
          line-height: 15px;
          text-align: left; }
          .site-header nav.top ul.right li:last-of-type a:last-of-type {
            font-weight: 400;
            line-height: 15px;
            text-align: left; }
    .site-header nav.top ul.social {
      background-color: black;
      border-radius: 100px;
      float: left;
      padding: 15px 25px 6.5px; }
      .site-header nav.top ul.social li {
        padding: 0; }
        .site-header nav.top ul.social li:first-of-type a {
          margin: 0; }
        .site-header nav.top ul.social li a {
          margin: 0 0 0 23px;
          padding: 0; }
          .site-header nav.top ul.social li a span {
            font-size: 40px;
            color: #fd5000; }
            .site-header nav.top ul.social li a span.icon-facebook {
              font-size: 21px;
              color: white; }
    .site-header nav.top a {
      color: #333333;
      border-radius: 30px;
      margin: 0 0 0 10px;
      padding: 0 20px; }
    .site-header nav.top .live {
      color: #ff7231;
      border: none; }
      .site-header nav.top .live span.icon-play {
        font-size: 10px;
        vertical-align: baseline;
        border-radius: 50%;
        background: #ff7231;
        color: white;
        padding: 3px 3px 3px 5px;
        margin: 0 5px 0 0; }
        @media all and (min-width: 64em) {
          .site-header nav.top .live span.icon-play {
            padding: 5px 2.2px 4px 6px;
            font-size: 15px;
            margin-right: 10px;
            background-color: #fd5000; } }
        .site-header nav.top .live span.icon-play:before {
          color: black; }
    .site-header nav.top li:last-of-type a {
      font-size: 25px;
      font-weight: 400;
      color: white;
      font-family: "Oswald", sans-serif;
      border: none; }
  .site-header .live.mob {
    border: none;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    color: white;
    top: 44px;
    right: 68px;
    position: absolute; }
    .site-header .live.mob span.icon-play {
      font-size: 13px;
      vertical-align: baseline;
      border-radius: 50%;
      background: black;
      padding: 4px 3px 3px 6px;
      margin: 0 5px 0 0; }
      .site-header .live.mob span.icon-play:before {
        color: #fd5000; }
  .site-header nav.bottom {
    background-color: #fd5000;
    width: 100%;
    height: 81px;
    text-align: center; }
    .site-header nav.bottom a {
      position: relative;
      padding: 0 19px;
      color: white;
      font-family: "Oswald", sans-serif;
      font-size: 20px;
      font-weight: 100;
      text-transform: uppercase;
      border-right: 1px solid white;
      line-height: 26px; }
      @media all and (min-width: 64em) {
        .site-header nav.bottom a {
          padding: 0 25px 2px 21px;
          letter-spacing: 0.2px;
          line-height: 23px; } }
    .site-header nav.bottom .logo-container {
      height: 100%;
      width: 83px;
      float: left;
      background-color: white;
      border: none; }
      .site-header nav.bottom .logo-container .logo {
        width: 65px;
        height: 62px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 13px;
        margin: auto; }
        @media all and (min-width: 64em) {
          .site-header nav.bottom .logo-container .logo {
            bottom: 8px; } }
    .site-header nav.bottom ul {
      display: inline-block; }
      @media all and (min-width: 64em) {
        .site-header nav.bottom ul {
          margin-right: 60px; } }
      .site-header nav.bottom ul li {
        line-height: 89px; }
        .site-header nav.bottom ul li.parents:hover ul {
          display: block;
          color: black;
          z-index: 99; }
        .site-header nav.bottom ul li.parents.about-us-dropdown {
          padding: 0 21px 2px; }
      .site-header nav.bottom ul .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 238px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        padding: 29px 21px 13px 27px;
        z-index: 99;
        margin-top: -8px; }
        .site-header nav.bottom ul .dropdown-content li {
          display: block;
          text-align: left;
          line-height: 25px; }
          .site-header nav.bottom ul .dropdown-content li a {
            padding: 0;
            color: black;
            font-family: "Oswald", sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 23px;
            letter-spacing: 2.25px;
            text-transform: uppercase;
            width: 100%; }
    .site-header nav.bottom li:last-of-type a {
      border-right: none; }
  .site-header footer {
    overflow: hidden;
    clear: both;
    background-color: black;
    height: 30px;
    z-index: 9;
    position: relative; }
    @media all and (max-width: 63.9375em) {
      .site-header footer {
        display: none; } }
    .site-header footer ul li {
      display: inline-block;
      padding: 7px 0 0; }
      .site-header footer ul li:first-of-type {
        margin-left: -16px; }
      .site-header footer ul li p {
        color: white;
        font-size: 14px;
        font-weight: 100;
        letter-spacing: 0.1px;
        line-height: 16px;
        padding: 0 15px;
        border-right: 1px solid white; }
      .site-header footer ul li a {
        font-size: 14px;
        font-weight: 100;
        letter-spacing: 0.1px;
        line-height: 16px;
        padding: 0 15px; }
  .site-header .tel-mob {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 3%;
    font-size: 18px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: white;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase; }
    @media all and (min-width: 64em) {
      .site-header .tel-mob {
        display: none; } }
    @media all and (max-width: 21.8125em) {
      .site-header .tel-mob:first-of-type {
        margin-right: 34% !important; } }
    .site-header .tel-mob:first-of-type {
      margin-right: 30%;
      font-size: 10px;
      letter-spacing: 1px;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media all and (min-width: 48em) {
        .site-header .tel-mob:first-of-type {
          margin-right: 117px; } }
  .site-header .hamburger {
    width: 26px;
    height: 17px;
    position: absolute;
    top: 46px;
    right: 16px;
    background-image: url("../images/icons/hamburger.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: transparent;
    border: none;
    border-radius: 0; }
    .site-header .hamburger:focus {
      outline: none; }
  .site-header .button-login.mob {
    position: absolute;
    top: 40px;
    right: 70px; }
  .site-header #loginMenu {
    width: 100%;
    max-width: 375px;
    background: black;
    padding: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    transition: .25s opacity;
    transform: translate(0%, 100%);
    -webkit-transform: translate(0%, 100%);
    z-index: 99999;
    visibility: hidden; }
    @media all and (min-width: 64em) {
      .site-header #loginMenu {
        bottom: 65px;
        right: 165px; } }
    .site-header #loginMenu:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid black;
      position: absolute;
      top: -7px;
      right: 100px; }
      @media all and (min-width: 64em) {
        .site-header #loginMenu:before {
          right: 20px; } }
    .site-header #loginMenu input {
      height: 36px;
      border: 1px solid #EAE8E8; }
    .site-header #loginMenu.open {
      visibility: visible;
      opacity: 1; }
    .site-header #loginMenu .forgot-password {
      float: left;
      color: white;
      font-size: 14px;
      font-weight: 400;
      line-height: 35px;
      text-transform: none; }
    .site-header #loginMenu .button-large {
      float: right;
      margin-bottom: 15px;
      padding: 8px 30px; }
    .site-header #loginMenu .register {
      font-size: 16px;
      color: black; }
      .site-header #loginMenu .register span {
        color: white; }

/*********************************************
  :: Site Footer
********************************************/
.site-footer {
  padding: 25px 6% 32px;
  position: relative;
  width: 100%;
  min-height: 70px;
  background: black;
  clear: both;
  text-align: center; }
  @media all and (min-width: 64em) {
    .site-footer {
      padding: 54px 0 49px;
      min-height: 155px;
      max-height: 200px;
      max-width: 1200px;
      margin: auto; } }
  .site-footer .logo-pacific {
    max-height: 85px;
    float: left;
    max-width: 50%;
    transition: all .5s ease-in-out;
    padding-right: 50px; }
    @media all and (min-width: 64em) {
      .site-footer .logo-pacific {
        max-height: 180px;
        margin-top: -30px;
        position: absolute;
        left: 0; } }
    .site-footer .logo-pacific:hover {
      opacity: 0.9; }
  .site-footer .logo-nzonair {
    max-height: 58px;
    float: inherit;
    margin-left: 8px;
    margin-bottom: 37px; }
    @media all and (min-width: 64em) {
      .site-footer .logo-nzonair {
        max-height: 92px;
        position: absolute;
        top: 49px;
        right: 0; } }
  .site-footer .footer-contacts {
    margin-bottom: 13px; }
    @media all and (min-width: 64em) {
      .site-footer .footer-contacts {
        margin-bottom: 18px; } }
    .site-footer .footer-contacts p {
      margin-bottom: 0;
      padding-bottom: 0;
      text-align: right;
      line-height: 20px; }
      @media all and (min-width: 64em) {
        .site-footer .footer-contacts p {
          text-align: center; } }
      .site-footer .footer-contacts p a {
        color: #d8d8d8;
        font-size: 14px;
        font-weight: 400; }
      .site-footer .footer-contacts p .footer-phone {
        font-size: 25px;
        text-transform: uppercase;
        color: #fd5000;
        font-family: "Oswald", sans-serif; }
        @media all and (min-width: 64em) {
          .site-footer .footer-contacts p .footer-phone {
            font-size: 27px;
            font-weight: 500; } }
      .site-footer .footer-contacts p:last-of-type a {
        line-height: 20px; }
  .site-footer .footer-legal {
    width: 100%; }
    .site-footer .footer-legal p, .site-footer .footer-legal a {
      width: 100%;
      font-size: 11px;
      line-height: 11px;
      text-align: center;
      color: #9b9b9b; }
      @media all and (min-width: 64em) {
        .site-footer .footer-legal p, .site-footer .footer-legal a {
          width: auto; } }
    .site-footer .footer-legal p:first-of-type {
      font-size: 12.5px; }
      @media all and (max-width: 63.9375em) {
        .site-footer .footer-legal p:first-of-type {
          text-align: right; } }
    .site-footer .footer-legal p.links a {
      margin-bottom: 0;
      font-size: 13px;
      color: white;
      font-weight: 200;
      line-height: 24px;
      letter-spacing: 0.11px; }
      @media all and (min-width: 64em) {
        .site-footer .footer-legal p.links a {
          font-size: 15px;
          font-weight: 400; } }
    .site-footer .footer-legal p.copyright {
      margin-bottom: 0;
      padding-bottom: 0; }
      @media all and (max-width: 63.9375em) {
        .site-footer .footer-legal p.copyright {
          width: auto;
          float: left;
          display: inline-block;
          vertical-align: top; } }
    @media all and (max-width: 63.9375em) {
      .site-footer .footer-legal .attribution {
        width: auto;
        float: right;
        display: inline-block;
        vertical-align: top; } }

/*********************************************
  :: Main Menu Toggle                            
********************************************/
body.open-menu #mobile-menu {
  transform: translateX(0%); }

#mobile-menu {
  width: calc(100% - 52px);
  max-width: 326px;
  background: white;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  transition: transform .25s;
  transform: translateX(100%) translateX(52px); }
  @media (min-width: 1024px) {
    #mobile-menu {
      display: none; } }
  #mobile-menu .menu-close-icon {
    width: 52px;
    height: 56px;
    position: absolute;
    border-radius: 0;
    top: 0;
    left: -52px;
    background-color: black;
    background-image: url("../images/icons/menu-close.svg");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: none; }
  #mobile-menu .menu-content {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/watermark.png);
    background-size: 318px;
    background-position: 50px 291px;
    background-repeat: no-repeat; }
    #mobile-menu .menu-content::-webkit-scrollbar {
      display: none; }
  #mobile-menu a {
    color: black;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase; }
  #mobile-menu ul {
    padding: 30px 0 0 50px; }
    #mobile-menu ul.nav-mob li {
      padding: 13px 0;
      border-bottom: 1px solid #eee; }
      #mobile-menu ul.nav-mob li:last-of-type {
        border-bottom: 0; }
      #mobile-menu ul.nav-mob li a.selected {
        color: #fd5000; }
      #mobile-menu ul.nav-mob li ul {
        display: none;
        padding: 15px 0 0 15px; }
      #mobile-menu ul.nav-mob li .dropdown-content {
        padding: 5px 0 0 0; }
        #mobile-menu ul.nav-mob li .dropdown-content li {
          border-bottom: 0;
          padding: 6px 0; }
          #mobile-menu ul.nav-mob li .dropdown-content li a {
            color: #fd5000; }
    #mobile-menu ul.social {
      max-width: 239px; }
      #mobile-menu ul.social li {
        position: relative;
        width: calc(99.99% * 1/3 - (30px - 30px * 1/3)); }
      #mobile-menu ul.social li:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
      #mobile-menu ul.social li:last-child{
  margin-right: 0; }
      #mobile-menu ul.social li:nth-child(3n){
  margin-right: 0;
  float: right; }
      #mobile-menu ul.social li:nth-child(3n + 1){
  clear: left; }
        #mobile-menu ul.social li img {
          height: 37px; }
        #mobile-menu ul.social li span.icon-youtube-play {
          font-size: 48px;
          color: #fd5000;
          position: absolute;
          top: -6px; }

/*********************************************
:: Modules
********************************************/
/*********************************************
:: SignUp Module
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  background: white;
  border-top: 1px solid #CCCCCC; }
  @media all and (min-width: 64em) {
    .signup-module {
      padding-bottom: 0px; } }
  @media all and (min-width: 64em) {
    .signup-module .content-max-width {
      width: 80%;
      max-width: 660px; } }
  .signup-module .content-max-width .success, .signup-module .content-max-width .error {
    width: 100%;
    text-align: center; }
  .signup-module .content-max-width .success {
    color: green; }
  .signup-module .content-max-width .error {
    color: red;
    font-size: 14px;
    padding: 10px; }
  .signup-module p {
    font-size: 14px;
    font-weight: 300;
    color: #fd5000;
    padding: 17px 0;
    margin: 0px; }
    @media all and (min-width: 64em) {
      .signup-module p {
        width: 50%;
        float: left;
        font-size: 18px;
        padding: 41px 0; } }
  .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important; }
    @media all and (min-width: 64em) {
      .signup-module form {
        width: 50%;
        float: left;
        padding: 35px 0; } }
    .signup-module form input {
      width: 70%;
      height: 42px;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0 0 6px;
      float: left; }
    .signup-module form button {
      width: 30%;
      height: 42px;
      float: right;
      padding: 10px;
      background: black;
      color: #fd5000;
      vertical-align: middle;
      border-radius: 0 6px 6px 0;
      font-size: 18px;
      font-family: "Oswald", sans-serif; }
      .signup-module form button:hover {
        background: #fd5000;
        color: white; }
      .signup-module form button .icon-search {
        vertical-align: middle; }

/*********************************************
:: Social Module                    
********************************************/
.social-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 5px 0;
  display: inline-block;
  text-align: center; }
  @media all and (min-width: 64em) {
    .social-module {
      padding: 0 0 5px 0;
      text-align: left; } }
  .social-module .button-icon {
    display: inline-block;
    border-radius: 20px;
    padding: 2px 16px;
    color: white;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid white; }
    .social-module .button-icon span {
      font-size: 14px;
      line-height: 22px;
      color: white; }
    .social-module .button-icon:hover {
      color: #CCCCCC;
      border: 1px solid #CCCCCC; }
      .social-module .button-icon:hover span {
        color: #CCCCCC; }
  .social-module #button-mail {
    background: #ef856f; }
    .social-module #button-mail:hover {
      background: white; }
  .social-module #button-print {
    background: #f8e81c; }
    .social-module #button-print:hover {
      background: white; }
  .social-module #button-facebook {
    background: #3b5998; }
    .social-module #button-facebook:hover {
      background: white; }
  .social-module #button-tweet {
    background: #55acee; }
    .social-module #button-tweet:hover {
      background: white; }

/*********************************************
:: Title Module                    
********************************************/
.title-module {
  width: 100%;
  background-size: cover;
  position: relative;
  margin: 0;
  text-align: center;
  padding: 36px 0 40px;
  background-color: white; }
  @media all and (min-width: 64em) {
    .title-module {
      padding: initial;
      margin: 61px 0 71px 0; } }
  .title-module h1 {
    padding: 0 32px;
    margin: auto;
    display: inline-block;
    height: 47px;
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 44px;
    color: white;
    background-color: #fd5000;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100px; }
    @media all and (min-width: 64em) {
      .title-module h1 {
        padding: 0 47px;
        height: 58px;
        line-height: 57px;
        font-size: 27px; } }
    .title-module h1 img {
      width: 25px;
      vertical-align: middle;
      margin: 0 10px 0 0; }
      @media all and (min-width: 64em) {
        .title-module h1 img {
          width: 43px;
          margin: 0 20px 0 0; } }
  .title-module img.flowers {
    width: 114px;
    height: 69px;
    position: absolute;
    top: -17px;
    right: 10px; }
    @media all and (min-width: 64em) {
      .title-module img.flowers {
        width: 268px;
        height: 182px;
        top: -38px;
        right: 0; } }
    @media all and (min-width: 72.5em) {
      .title-module img.flowers {
        right: -150px; } }
  @media all and (max-width: 63.9375em) {
    .title-module .wysiwyg p {
      font-size: 13px; } }

/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: whitesmoke; }
  @media all and (min-width: 64em) {
    .pagination-module {
      background: white; } }
  .pagination-module ul {
    width: auto;
    display: inline-block;
    height: 34px;
    padding: 0;
    margin: 6px;
    text-align: center;
    background: black;
    border-radius: 17px; }
    @media all and (min-width: 64em) {
      .pagination-module ul {
        margin: 0px; } }
    .pagination-module ul li {
      width: 28px;
      height: 28px;
      display: inline-block;
      margin: 3px; }
      .pagination-module ul li a {
        line-height: 28px;
        text-align: center;
        color: #fd5000;
        font-family: "Oswald", sans-serif;
        font-size: 1.25em; }
      .pagination-module ul li span {
        color: #fd5000;
        vertical-align: sub;
        font-size: 26px; }
      .pagination-module ul li.active {
        background: #fd5000;
        border-radius: 50%; }
        .pagination-module ul li.active a {
          color: white; }

/*********************************************
:: Latest Module
********************************************/
.latest-module {
  display: inline-block;
  width: 100%;
  background-image: url(/images/orange-pattern.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 6%; }
  @media all and (min-width: 64em) {
    .latest-module {
      background-size: contain;
      height: 601px;
      padding: 61px 0; } }
  .latest-module .special-title {
    margin-bottom: 63px; }
    @media all and (max-width: 63.9375em) {
      .latest-module .special-title {
        margin: 36px auto 31px; } }
    .latest-module .special-title#load-more {
      margin: 5px auto 31px; }
      .latest-module .special-title#load-more h3 {
        font-size: 14px; }
        .latest-module .special-title#load-more h3:hover {
          filter: brightness(120%); }
  @media all and (min-width: 64em) {
    .latest-module .content-max-width {
      margin: auto;
      max-width: 955px; } }
  @media all and (min-width: 64em) {
    .latest-module .content-max-width .latest-slideshow {
      margin-right: -33px;
      margin-left: -1.5px; } }
  .latest-module .content-max-width .latest-slideshow .arrow-next, .latest-module .content-max-width .latest-slideshow .arrow-prev {
    position: absolute;
    top: 43%;
    transform: translate(0, -43%);
    z-index: 9; }
  .latest-module .content-max-width .latest-slideshow .arrow-prev {
    left: -97px; }
  .latest-module .content-max-width .latest-slideshow .arrow-next {
    right: -61px; }
  .latest-module .latest {
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0; }
    @media all and (min-width: 64em) {
      .latest-module .latest {
        margin-right: 33px;
        margin-left: 1px;
        max-width: 296.5px; } }
    .latest-module .latest .image {
      width: 100%;
      height: 183px;
      position: relative;
      background-position: center;
      background-size: cover;
      background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg"); }
      .latest-module .latest .image .category {
        position: absolute;
        bottom: 0;
        padding: 11px;
        color: white;
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.7); }
        @media all and (min-width: 64em) {
          .latest-module .latest .image .category {
            font-size: 20px; } }
    .latest-module .latest .content {
      position: relative;
      padding: 20px 22px 31px;
      margin: 0 auto 20px;
      width: 100%;
      height: 175px;
      background: white;
      text-align: left; }
      @media all and (min-width: 64em) {
        .latest-module .latest .content {
          height: 194px;
          margin: auto; } }
      .latest-module .latest .content h3 {
        margin-bottom: 10px;
        font-family: "proxima-nova", sans-serif;
        font-size: 17px;
        font-weight: 700;
        color: black;
        letter-spacing: 0.17px;
        line-height: 20px; }
      .latest-module .latest .content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: black;
        letter-spacing: 0.11px; }
        .latest-module .latest .content p span {
          color: #fd5000;
          font-weight: 600;
          letter-spacing: 0.11px; }

/*********************************************
:: Intro Module                    
********************************************/
.intro-module {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 0 auto 30px auto; }
  @media all and (min-width: 64em) {
    .intro-module {
      margin: 0 auto 50px auto; } }
  .intro-module h2, .intro-module legend {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: black; }
    @media all and (min-width: 64em) {
      .intro-module h2, .intro-module legend {
        font-size: 20px;
        line-height: 37px; } }
    .intro-module h2 a, .intro-module legend a {
      font-size: inherit;
      font-weight: inherit;
      color: #ff7231; }

.intro-module.left-aligned {
  width: 100%;
  max-width: 940px;
  padding: 0 6%; }
  @media all and (min-width: 64em) {
    .intro-module.left-aligned {
      padding: 0; } }
  .intro-module.left-aligned h2, .intro-module.left-aligned legend {
    max-width: 590px;
    text-align: left; }

/*********************************************
:: Popup Form Module                    
********************************************/
.popupform-module {
  width: 210px;
  height: auto;
  background: white;
  position: fixed;
  top: 19%;
  right: 0;
  border: 1px solid #fd5000;
  padding: 0;
  z-index: 999;
  transition: transform .5s;
  transform: translateX(0px); }
  @media all and (max-width: 47.9375em) {
    .popupform-module {
      top: 12%; } }
  @media all and (min-width: 64em) {
    .popupform-module {
      top: 255px; } }
  .popupform-module.close {
    transform: translateX(210px); }
    .popupform-module.close .button-close {
      background-color: #fd5000; }
      .popupform-module.close .button-close span {
        transition: transform 0.5s; }
        .popupform-module.close .button-close span img {
          height: 24px;
          margin-top: 7px;
          opacity: 1; }
        .popupform-module.close .button-close span:before {
          content: ''; }
  .popupform-module .button-close {
    width: 38px;
    height: 38px;
    position: absolute;
    top: -1px;
    left: -39px;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    color: #fd5000;
    background-color: black; }
    .popupform-module .button-close span {
      display: inline-block;
      transition: transform 0.5s;
      transform: rotate(0deg);
      line-height: 38px;
      font-weight: 600; }
    .popupform-module .button-close img {
      opacity: 0;
      height: 24px;
      margin-top: 7px; }
  .popupform-module .title {
    min-height: 89px;
    width: 100%;
    position: relative;
    z-index: 9;
    margin: 0 0 17px 0;
    cursor: pointer;
    padding: 10px 18px 0 16px;
    background-color: #fd5000;
    color: white; }
    .popupform-module .title p {
      color: white;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase; }
      .popupform-module .title p:first-of-type {
        padding-left: 5px;
        padding-bottom: 11px;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 0.4px; }
      .popupform-module .title p:last-of-type {
        padding-bottom: 10px;
        color: black;
        font-size: 33px;
        font-weight: 500; }
  .popupform-module .form-area {
    padding: 0 21px 0 0;
    overflow: hidden; }
    .popupform-module .form-area .form-field, .popupform-module .form-area .button-field {
      margin-left: 20px; }
    .popupform-module .form-area .form-field input {
      padding-left: 13px; }
      .popupform-module .form-area .form-field input:-ms-input-placeholder {
        line-height: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #cccccc; }
      .popupform-module .form-area .form-field input::placeholder {
        line-height: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #cccccc; }
    @media all and (max-width: 47.9375em) {
      .popupform-module .form-area .form-field input {
        height: 37px; }
      .popupform-module .form-area .form-field textarea {
        height: 64px; } }
    .popupform-module .form-area .button-field button {
      float: left;
      height: 36px;
      background: #fd5000; }
    .popupform-module .form-area .button-field {
      padding-bottom: 0; }
      .popupform-module .form-area .button-field button {
        margin-left: 0; }
    .popupform-module .form-area .g-recaptcha {
      float: left;
      margin-left: 20px;
      margin-bottom: 10px; }
      @media all and (min-width: 64em) {
        .popupform-module .form-area .g-recaptcha {
          margin-bottom: 17px; } }

/*********************************************
:: Footer Advertising Module
********************************************/
.ad-container {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 20px 25px 25px; }
  @media all and (max-width: 63.9375em) {
    .ad-container .content-max-width {
      padding: 0; } }
  .ad-container .ad-title {
    width: 100%;
    position: relative; }
    .ad-container .ad-title:before {
      content: '';
      width: 100%;
      height: 1px;
      background: #9b9b9b;
      position: absolute;
      top: 40%;
      left: 0px; }
    .ad-container .ad-title p {
      width: auto;
      display: inline-block;
      font-size: 13px;
      color: #9b9b9b;
      background: white;
      position: relative;
      padding: 0 10px 0 0;
      margin: 0 0 25px;
      z-index: 1; }
  .ad-container .form-field {
    padding-bottom: 5px; }
    .ad-container .form-field input, .ad-container .form-field textarea, .ad-container .form-field select {
      border: none !important;
      border-radius: 0px; }
  .ad-container .button-field button {
    margin-left: 0px;
    font-weight: 300; }
  .ad-container .img-ad {
    width: 100%;
    min-height: 207px;
    max-height: 305px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

/*********************************************
:: Views
********************************************/
/*********************************************
:: Home Page                   
********************************************/
@media all and (max-width: 63.9375em) {
  .page-home {
    overflow: hidden; } }

.page-home .title-module {
  margin: 0 0 12px 0; }
  @media all and (min-width: 64em) {
    .page-home .title-module {
      margin: 0 0 54px 0; } }

.page-home .content-max-width {
  padding: 0; }

.page-home .hero-container {
  width: 100%;
  display: inline-block;
  position: relative;
  background-image: url(/images/watermark.png);
  background-size: 250px;
  background-position: 34% 335px;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media all and (min-width: 64em) {
    .page-home .hero-container {
      margin-top: 0;
      margin-bottom: -5px;
      padding: 24px 0 38px 25px;
      background-size: 500px;
      background-position: 60% 70%; } }
  .page-home .hero-container .hero-slideshow {
    width: 100%;
    float: left;
    z-index: 2;
    background-color: black; }
    @media all and (max-width: 63.9375em) {
      .page-home .hero-container .hero-slideshow {
        padding-bottom: 119px;
        margin-bottom: 27px; } }
    @media all and (min-width: 64em) {
      .page-home .hero-container .hero-slideshow {
        width: 930px;
        height: 385px; } }
    .page-home .hero-container .hero-slideshow .slick-list {
      overflow: visible; }
    .page-home .hero-container .hero-slideshow .slick-dots {
      bottom: 20px;
      right: 97px; }
      .page-home .hero-container .hero-slideshow .slick-dots li {
        margin: 0 1px 0 8px; }
        .page-home .hero-container .hero-slideshow .slick-dots li button:before {
          font-size: 43px; }
        .page-home .hero-container .hero-slideshow .slick-dots li.slick-active button:before {
          color: #fd5000; }
  .page-home .hero-container .slide {
    width: 100%; }
    .page-home .hero-container .slide .slide-img {
      height: 174px;
      background-position: center;
      background-size: cover;
      background-image: url("https://www.scandichotels.com/Static/img/placeholders/image-placeholder_3x2.svg"); }
      @media all and (min-width: 48em) {
        .page-home .hero-container .slide .slide-img {
          height: 388px; } }
      @media all and (min-width: 64em) {
        .page-home .hero-container .slide .slide-img {
          width: 930px;
          height: 385px; } }
    .page-home .hero-container .slide .slide-text {
      position: absolute;
      bottom: -119px; }
      @media all and (max-width: 63.9375em) {
        .page-home .hero-container .slide .slide-text {
          width: 100%; } }
      @media all and (min-width: 64em) {
        .page-home .hero-container .slide .slide-text {
          bottom: 25px;
          left: 25px; } }
      .page-home .hero-container .slide .slide-text h5, .page-home .hero-container .slide .slide-text p {
        width: auto;
        color: white; }
      .page-home .hero-container .slide .slide-text h5 {
        margin-bottom: 9px;
        padding: 8px 22px 9px 11px;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Oswald", sans-serif;
        background-color: rgba(0, 0, 0, 0.7); }
        @media all and (min-width: 64em) {
          .page-home .hero-container .slide .slide-text h5 {
            font-size: 20px; } }
      .page-home .hero-container .slide .slide-text p {
        padding: 14px 49px 14px 11px;
        max-width: 487px;
        font-size: 13px;
        line-height: 22px;
        letter-spacing: 0.11px;
        font-weight: 300;
        background-color: black; }
        @media all and (max-width: 63.9375em) {
          .page-home .hero-container .slide .slide-text p {
            height: 119px;
            width: 100%; } }
        @media all and (min-width: 64em) {
          .page-home .hero-container .slide .slide-text p {
            padding: 14px 24px 14px 11px;
            background-color: rgba(0, 0, 0, 0.7); } }
        .page-home .hero-container .slide .slide-text p span {
          color: #fd5000;
          font-weight: 600;
          letter-spacing: 0.11px; }
        @media all and (min-width: 64em) {
          .page-home .hero-container .slide .slide-text p {
            font-size: 15px;
            line-height: 24px;
            letter-spacing: 0.3px; } }
  .page-home .hero-container #play-button {
    width: 12%; }
    @media all and (min-width: 72.5em) {
      .page-home .hero-container #play-button {
        width: 15%; } }
    @media all and (min-width: 80em) {
      .page-home .hero-container #play-button {
        width: 18%; } }
  .page-home .hero-container .buttons {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    z-index: 2; }
    @media all and (min-width: 64em) {
      .page-home .hero-container .buttons {
        width: auto;
        padding: 65px 0px;
        background: black;
        height: 385px; } }
    .page-home .hero-container .buttons a {
      display: inline-block;
      margin: 0 6px; }
      @media all and (min-width: 64em) {
        .page-home .hero-container .buttons a {
          width: auto;
          margin: auto;
          text-align: center; } }
      .page-home .hero-container .buttons a img {
        margin: 0; }
      .page-home .hero-container .buttons a .toplay {
        display: block; }
      .page-home .hero-container .buttons a .topause {
        display: none; }
      .page-home .hero-container .buttons a.active .toplay {
        display: none; }
      .page-home .hero-container .buttons a.active .topause {
        display: block; }
  .page-home .hero-container .content {
    margin: 15px 0 20px 0;
    padding: 0 6%;
    width: 100%;
    float: left;
    text-align: center; }
    @media all and (min-width: 64em) {
      .page-home .hero-container .content {
        margin: 0px 0 0px 0;
        padding: 0; } }
    .page-home .hero-container .content .left {
      width: 100%;
      display: block; }
      @media all and (min-width: 64em) {
        .page-home .hero-container .content .left {
          width: 60%;
          display: inline-block;
          padding-left: 80px;
          padding-top: 145px; } }
      .page-home .hero-container .content .left h1 {
        font-family: "Oswald", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 33px;
        color: black;
        max-width: 70%;
        margin: auto;
        padding-bottom: 20px; }
        @media all and (min-width: 64em) {
          .page-home .hero-container .content .left h1 {
            margin-left: 0;
            margin-right: 4px;
            padding-bottom: 28px;
            font-size: 50px;
            text-align: left;
            line-height: 60px; }
            .page-home .hero-container .content .left h1:after {
              content: "";
              display: block;
              background: #fd5000;
              height: 2px;
              width: 100px;
              margin-top: 28px; } }
        .page-home .hero-container .content .left h1 strong {
          color: #fd5000;
          font-weight: 500; }
      .page-home .hero-container .content .left p {
        font-weight: 200;
        color: black;
        text-align: center; }
        @media all and (min-width: 64em) {
          .page-home .hero-container .content .left p {
            margin-left: -1px;
            padding-bottom: 0;
            max-width: 70%;
            display: block;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            text-align: left; } }
    .page-home .hero-container .content .right {
      width: 100%;
      display: block; }
      @media all and (min-width: 64em) {
        .page-home .hero-container .content .right {
          width: 35%;
          display: inline-block;
          float: right; } }

.page-home .latest-module {
  width: 100%;
  display: inline-block;
  position: relative; }
  @media all and (min-width: 64em) {
    .page-home .latest-module {
      overflow: hidden; } }
  .page-home .latest-module .latest:last-of-type, .page-home .latest-module .latest:nth-last-of-type(2), .page-home .latest-module .latest:nth-last-of-type(3) {
    display: none; }
    @media all and (min-width: 37.5em) {
      .page-home .latest-module .latest:last-of-type, .page-home .latest-module .latest:nth-last-of-type(2), .page-home .latest-module .latest:nth-last-of-type(3) {
        display: inline-block; } }
  .page-home .latest-module .latest.show {
    display: inline-block; }

/*******************************************/
/*********************************************
:: About                             
********************************************/
@media all and (min-width: 64em) {
  .page-about .title-module {
    margin: 61px 0 56px 0; } }

.page-about .detail-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
  background-image: url(/images/watermark.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: white; }
  @media all and (min-width: 64em) {
    .page-about .detail-container {
      margin-bottom: 0;
      padding: 0 90px 80px;
      background-position: 109% 332px;
      background-size: 718px; } }
  .page-about .detail-container .content-slider-width:before {
    content: '';
    width: 100%;
    max-width: 375px;
    height: 261px;
    position: absolute;
    top: 80px;
    right: 0; }
    @media all and (min-width: 64em) {
      .page-about .detail-container .content-slider-width:before {
        width: 645px;
        max-width: 645px;
        height: 438px;
        top: 189px; } }
    @media all and (min-width: 80em) {
      .page-about .detail-container .content-slider-width:before {
        right: -140px; } }
  .page-about .detail-container .hero-image {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 25px; }
  @media all and (min-width: 64em) {
    .page-about .detail-container .content-container {
      padding: 29px 0 0 33px; } }
  .page-about .detail-container .content-container header {
    margin-bottom: 37px; }
    .page-about .detail-container .content-container header h3 {
      font-size: 28px;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      color: #fd5000;
      text-transform: uppercase;
      letter-spacing: 0.28px; }
    .page-about .detail-container .content-container header p {
      padding-bottom: 0; }
      .page-about .detail-container .content-container header p strong {
        color: black;
        font-family: "Oswald", sans-serif;
        font-size: 40px;
        font-weight: 400;
        text-transform: uppercase; }
  .page-about .detail-container .content-container .col1 {
    width: 100%;
    float: left;
    position: relative; }
    @media all and (min-width: 64em) {
      .page-about .detail-container .content-container .col1 {
        width: 60%;
        max-width: 575px;
        margin: 0 4% 0 0; } }
    .page-about .detail-container .content-container .col1 .leadcopy {
      color: black;
      font-size: 13px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: -0.11px;
      padding: 0 0 51px; }
      @media all and (min-width: 64em) {
        .page-about .detail-container .content-container .col1 .leadcopy {
          max-width: 485px;
          font-size: 15px;
          line-height: 24px;
          letter-spacing: 0.11px; } }
      .page-about .detail-container .content-container .col1 .leadcopy strong {
        color: #fd5000;
        font-weight: 400; }
  .page-about .detail-container .col2 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 20px; }
    @media all and (min-width: 64em) {
      .page-about .detail-container .col2 {
        float: right;
        margin-top: 0;
        width: 37%; } }
    .page-about .detail-container .col2 blockquote {
      color: #fd5000;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 300;
      font-size: 18px;
      font-style: italic;
      line-height: 27px;
      letter-spacing: 0.23px;
      text-align: left; }
      @media all and (min-width: 64em) {
        .page-about .detail-container .col2 blockquote {
          text-align: center;
          font-size: 22px;
          line-height: 36px;
          letter-spacing: 0.36px;
          padding: 0 29px 20px 11%; } }
  .page-about .detail-container .frequencies header {
    margin: 15px 0 31px;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px; }
  .page-about .detail-container .frequencies p {
    color: #fd5000;
    padding-bottom: 10px;
    letter-spacing: 0.16px;
    column-count: 2;
    font-size: 15px; }
    .page-about .detail-container .frequencies p strong {
      font-weight: 600;
      letter-spacing: 0.14px; }
  .page-about .detail-container .frequencies section {
    column-count: 2; }

/*********************************************
:: On Air Page                   
********************************************/
@media all and (max-width: 63.9375em) {
  .page-on-air .title-module h1 {
    padding: 0 49px; } }

@media all and (min-width: 64em) {
  .page-on-air .title-module {
    margin: 61px 0 57px 0; } }

.page-on-air .on-air-container {
  width: 100%;
  display: inline-block;
  background-color: white; }
  @media all and (min-width: 64em) {
    .page-on-air .on-air-container .content-max-width {
      max-width: 824px; } }
  .page-on-air .on-air-container article {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0;
    text-align: center; }
    @media all and (min-width: 64em) {
      .page-on-air .on-air-container article {
        text-align: left;
        margin: 0 0 3px 0; } }
    .page-on-air .on-air-container article .image {
      width: 100%;
      float: left;
      position: relative;
      margin-bottom: 22px; }
      @media all and (min-width: 64em) {
        .page-on-air .on-air-container article .image {
          width: 395px; } }
      .page-on-air .on-air-container article .image img {
        width: 302px;
        height: 302px;
        border-radius: 10px; }
        @media all and (min-width: 64em) {
          .page-on-air .on-air-container article .image img {
            width: 295px;
            height: 295px; } }
    .page-on-air .on-air-container article .content {
      width: 100%;
      float: left; }
      @media all and (min-width: 64em) {
        .page-on-air .on-air-container article .content {
          width: calc(100% - 395px);
          margin-top: 35px; } }
      .page-on-air .on-air-container article .content h2, .page-on-air .on-air-container article .content legend {
        margin-bottom: 10px;
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 28px;
        color: black;
        line-height: 24px;
        text-transform: uppercase; }
        @media all and (min-width: 64em) {
          .page-on-air .on-air-container article .content h2, .page-on-air .on-air-container article .content legend {
            margin-bottom: 4px;
            font-size: 34px;
            line-height: 44px; } }
      .page-on-air .on-air-container article .content h3 {
        padding: 0 5px 0;
        margin: 0 auto 20px;
        width: auto;
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-size: 17px;
        font-weight: 700;
        color: #fd5000;
        letter-spacing: 0.2px;
        text-transform: uppercase; }
        @media all and (min-width: 64em) {
          .page-on-air .on-air-container article .content h3 {
            padding: 0 40px 5px 0;
            margin: 0 0 15px 0;
            font-size: 20px; } }
        .page-on-air .on-air-container article .content h3 span {
          position: relative;
          font-size: 17px;
          font-weight: 500;
          font-style: italic;
          line-height: 24px;
          text-transform: none;
          color: black;
          margin: 0 0 30px 0;
          letter-spacing: 0.17px; }
          @media all and (min-width: 64em) {
            .page-on-air .on-air-container article .content h3 span {
              padding-left: 53px;
              padding-right: 2px;
              letter-spacing: 0.2px;
              font-size: 20px;
              font-style: italic; }
              .page-on-air .on-air-container article .content h3 span::before {
                width: 42px;
                height: 1px;
                content: '';
                background-color: #fd5000;
                position: absolute;
                left: 0;
                top: 13.5px; } }
      .page-on-air .on-air-container article .content .time {
        padding: 4px 30px 7px;
        margin-bottom: 29px;
        display: inline-block;
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #fd5000;
        line-height: 24px;
        letter-spacing: 0.18px;
        text-transform: lowercase;
        border-radius: 100px;
        background-color: #f3f3f3; }
        @media all and (min-width: 64em) {
          .page-on-air .on-air-container article .content .time {
            padding: 9px 20px 8px;
            margin-bottom: 22px;
            font-size: 20px;
            letter-spacing: 0.2px; } }
      .page-on-air .on-air-container article .content .description {
        width: 100%;
        float: left; }
        .page-on-air .on-air-container article .content .description p {
          color: black;
          font-size: 13px;
          font-weight: 100;
          font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          line-height: 22px;
          letter-spacing: -0.1px; }
          @media all and (min-width: 64em) {
            .page-on-air .on-air-container article .content .description p {
              letter-spacing: normal;
              font-size: 15px;
              line-height: 24px;
              font-weight: 400; } }

/*******************************************/
/*********************************************
:: Community Page                   
********************************************/
.page-community .detail-container {
  width: 100%;
  display: inline-block;
  margin: 0 0 30px 0;
  background-color: white; }
  .page-community .detail-container article {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0; }
    @media all and (min-width: 48em) {
      .page-community .detail-container article {
        margin: 0 0 72px 0; } }
    .page-community .detail-container article .image {
      width: 100%;
      float: left;
      text-align: center; }
      @media all and (min-width: 48em) {
        .page-community .detail-container article .image {
          width: 350px; } }
      .page-community .detail-container article .image img {
        width: 297px; }
        @media all and (min-width: 48em) {
          .page-community .detail-container article .image img {
            float: left; } }
    .page-community .detail-container article .content {
      width: 100%;
      float: left; }
      @media all and (min-width: 48em) {
        .page-community .detail-container article .content {
          width: calc(100% - 350px); } }
      .page-community .detail-container article .content h3 {
        width: auto;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: black;
        margin: 0 0 2px 0; }
        @media all and (min-width: 48em) {
          .page-community .detail-container article .content h3 {
            font-size: 18px; } }
      .page-community .detail-container article .content .time {
        width: 100%;
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 1px;
        color: #9b9b9b;
        border-bottom: 1px solid #979797;
        padding: 0 0 13px;
        margin: 0 0 18px;
        text-transform: uppercase; }
      .page-community .detail-container article .content .description {
        width: 100%;
        float: left;
        padding: 0 20px 0 0; }
        .page-community .detail-container article .content .description p {
          font-size: 14px;
          font-weight: 300;
          color: #666666; }

/*******************************************/
/*********************************************
:: Testimonials / Obituaries
********************************************/
.page-obituaries .intro-module {
  text-align: center; }
  @media all and (min-width: 64em) {
    .page-obituaries .intro-module {
      text-align: left; } }

.page-obituaries .upload-area {
  width: 100%;
  max-width: 740px;
  display: inline-block;
  background: #f8e81c;
  position: relative;
  border-radius: 11px;
  margin: 10px 0 60px 0;
  padding: 20px; }
  @media all and (min-width: 64em) {
    .page-obituaries .upload-area {
      width: 740px;
      margin: 20px 0 0; } }
  .page-obituaries .upload-area:before {
    content: '';
    width: 166px;
    height: 110px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/images/title-flowers-large.png) no-repeat;
    background-size: cover; }
    @media all and (min-width: 64em) {
      .page-obituaries .upload-area:before {
        width: 207px;
        height: 140px;
        top: -20px;
        left: -100px;
        right: auto;
        margin: 0; } }
  .page-obituaries .upload-area .text {
    width: 100%;
    max-width: 480px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media all and (min-width: 64em) {
      .page-obituaries .upload-area .text {
        width: 80%;
        text-align: left;
        margin-left: 120px; } }
    .page-obituaries .upload-area .text .big {
      font-size: 18px;
      font-weight: 700;
      color: #fd5000; }
    .page-obituaries .upload-area .text p {
      font-size: 18px;
      font-weight: 300;
      color: #fd5000;
      padding: 0; }
  .page-obituaries .upload-area .button-blue {
    position: relative;
    margin: 20px auto 0;
    z-index: 9; }
    @media all and (min-width: 64em) {
      .page-obituaries .upload-area .button-blue {
        margin-top: 20px; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.page-obituaries article {
  display: none;
  width: 100%;
  clear: both;
  padding-bottom: 40px; }
  .page-obituaries article.show {
    display: inline-block;
    animation: fade-in .5s; }
  .page-obituaries article:last-child {
    padding-bottom: 100px; }

.page-obituaries .date {
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 3px solid black; }
  @media all and (min-width: 64em) {
    .page-obituaries .date {
      margin: 0;
      float: left;
      width: 160px;
      margin: 20px 60px 0 0;
      padding: 20px 0 30px 0; } }
  .page-obituaries .date p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 12px; }

.page-obituaries .quote {
  width: 100%;
  float: left;
  position: relative; }
  @media all and (min-width: 64em) {
    .page-obituaries .quote {
      float: right;
      width: calc(100% - 240px); } }
  .page-obituaries .quote h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fd5000;
    margin: 0 0 15px 0; }
    .page-obituaries .quote h3 span {
      font-size: 14px;
      font-weight: 300;
      color: black; }
  .page-obituaries .quote p {
    color: #333333; }

.page-obituaries .load-more {
  color: #CCCCCC; }
  .page-obituaries .load-more:before {
    color: #CCCCCC; }
    @media all and (min-width: 64em) {
      .page-obituaries .load-more:before {
        font-size: 16px; } }
  .page-obituaries .load-more:after {
    background: #CCCCCC; }

/*********************************************
:: Obituary Payments                             
********************************************/
.page-obituary-payments .detail-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 70px; }
  @media all and (min-width: 64em) {
    .page-obituary-payments .detail-container {
      margin-bottom: 120px; } }
  .page-obituary-payments .detail-container .col1 {
    width: 100%;
    float: left;
    position: relative; }
    @media all and (min-width: 64em) {
      .page-obituary-payments .detail-container .col1 {
        width: 66%;
        margin: 0; } }
    @media all and (min-width: 64em) {
      .page-obituary-payments .detail-container .col1 form {
        max-width: 480px; } }
    .page-obituary-payments .detail-container .col1 h3 {
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
      color: black;
      border-bottom: 1px solid #CCCCCC;
      margin: 0 0 18px;
      padding: 0 0 5px; }
      @media all and (min-width: 64em) {
        .page-obituary-payments .detail-container .col1 h3 {
          font-size: 18px;
          margin: 0 0 35px;
          padding: 0 0 18px; } }
  .page-obituary-payments .detail-container .col2 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 20px; }
    @media all and (min-width: 64em) {
      .page-obituary-payments .detail-container .col2 {
        width: 34%; } }
    .page-obituary-payments .detail-container .col2 .disclaimer {
      width: 312px;
      display: inline-block;
      text-align: left;
      background: #EEEEEE;
      border-radius: 12px;
      margin: 0 auto;
      padding: 50px 30px; }
      .page-obituary-payments .detail-container .col2 .disclaimer h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: black; }

/*********************************************
  :: Blog
********************************************/
@media all and (min-width: 64em) {
  .page-blog {
    padding: 111px 86px 0; } }

@media all and (min-width: 64em) {
  .page-blog .title-module {
    margin: 61px 0 37px 0; } }

.page-blog.pacific .top {
  font-size: 0;
  width: 100%; }
  .page-blog.pacific .top .intro {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #9b9b9b; }
    @media all and (min-width: 64em) {
      .page-blog.pacific .top .intro {
        max-width: 92%;
        margin: auto;
        display: block; } }
  .page-blog.pacific .top .buttons {
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    z-index: 2; }
    @media all and (min-width: 64em) {
      .page-blog.pacific .top .buttons {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0; } }
    .page-blog.pacific .top .buttons a {
      display: inline-block;
      margin: 0 6px 20px; }
      @media all and (min-width: 64em) {
        .page-blog.pacific .top .buttons a {
          width: auto;
          display: block;
          margin: 10px 12px 15px 0; } }
      .page-blog.pacific .top .buttons a img {
        margin: 0; }
      .page-blog.pacific .top .buttons a .toplay {
        display: block; }
      .page-blog.pacific .top .buttons a .topause {
        display: none; }
      .page-blog.pacific .top .buttons a.active .toplay {
        display: none; }
      .page-blog.pacific .top .buttons a.active .topause {
        display: block; }

.page-blog p {
  padding-bottom: 0; }

.page-blog .blog-container {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  background-color: white; }
  @media all and (min-width: 64em) {
    .page-blog .blog-container {
      margin: 0 0 80px 0; } }
  .page-blog .blog-container .col1 {
    width: 100%;
    float: left;
    font-size: 0; }
  .page-blog .blog-container .col2 {
    width: 100%;
    float: left;
    margin-top: 20px; }
    @media all and (min-width: 64em) {
      .page-blog .blog-container .col2 {
        width: calc(100% - 700px); } }
  .page-blog .blog-container .tags-container {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    padding: 10px 0 1px; }
    @media all and (min-width: 64em) {
      .page-blog .blog-container .tags-container {
        width: 93%;
        margin: 0 auto 13px;
        padding: 11px 4px 0 1px; } }
    .page-blog .blog-container .tags-container .js-toggle-tags, .page-blog .blog-container .tags-container .js-toggle-categories, .page-blog .blog-container .tags-container .js-toggle-archives {
      width: auto;
      display: inline-block;
      cursor: pointer;
      font-size: 17px;
      line-height: 23px;
      color: #9b9b9b;
      padding: 20px 0 0 0;
      margin: 0 20px 0 0;
      font-weight: 100; }
      @media all and (min-width: 64em) {
        .page-blog .blog-container .tags-container .js-toggle-tags, .page-blog .blog-container .tags-container .js-toggle-categories, .page-blog .blog-container .tags-container .js-toggle-archives {
          font-size: 15px;
          line-height: 22px;
          padding: 8px 0 14px;
          margin: 0 51px 0 0;
          letter-spacing: 0.4px; } }
      .page-blog .blog-container .tags-container .js-toggle-tags span, .page-blog .blog-container .tags-container .js-toggle-categories span, .page-blog .blog-container .tags-container .js-toggle-archives span {
        color: #9b9b9b;
        font-size: 15px;
        vertical-align: middle;
        margin-left: 3px; }
      @media all and (min-width: 64em) {
        .page-blog .blog-container .tags-container .js-toggle-tags.right, .page-blog .blog-container .tags-container .js-toggle-categories.right, .page-blog .blog-container .tags-container .js-toggle-archives.right {
          float: right;
          margin-right: 0; } }
  .page-blog .blog-container .categories, .page-blog .blog-container .tags, .page-blog .blog-container .archives-top {
    display: none;
    margin: 5px 0 10px 0px; }
    .page-blog .blog-container .categories li, .page-blog .blog-container .tags li, .page-blog .blog-container .archives-top li {
      width: auto;
      height: 23px;
      display: inline-block;
      padding: 0 25px;
      background: #fd5000;
      border-bottom: 1px solid #fd5000;
      border-radius: 20px;
      margin: 0 3px 3px 0;
      font-weight: 100; }
      .page-blog .blog-container .categories li a, .page-blog .blog-container .tags li a, .page-blog .blog-container .archives-top li a {
        font-size: 13px;
        font-weight: 300;
        line-height: 23px;
        color: white;
        display: block;
        text-align: center;
        text-transform: capitalize; }
    .page-blog .blog-container .categories li.active, .page-blog .blog-container .tags li.active, .page-blog .blog-container .archives-top li.active {
      background: white;
      border: 1px solid #979797; }
      .page-blog .blog-container .categories li.active a, .page-blog .blog-container .tags li.active a, .page-blog .blog-container .archives-top li.active a {
        font-size: 13px;
        font-weight: 300;
        line-height: 23px;
        color: #979797;
        display: block;
        text-align: center; }
  .page-blog .blog-container .categories {
    display: block; }
  .page-blog .blog-container article {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 25px 0 0 0; }
    @media all and (min-width: 37.5em) {
      .page-blog .blog-container article {
        width: 50%;
        padding: 0 20px; } }
    @media all and (min-width: 64em) {
      .page-blog .blog-container article {
        max-width: 342px;
        width: 33.3%;
        padding: 0 38px;
        margin-bottom: 45px; } }
    .page-blog .blog-container article .img-wrap {
      width: 100%;
      display: inline-block;
      text-align: center; }
      @media all and (min-width: 64em) {
        .page-blog .blog-container article .img-wrap {
          padding-bottom: 15px; } }
      .page-blog .blog-container article .img-wrap img {
        height: 251px;
        object-fit: cover;
        margin: 0 auto; }
        @media all and (min-width: 64em) {
          .page-blog .blog-container article .img-wrap img {
            height: 166px; } }
    .page-blog .blog-container article .content-wrap {
      width: 100%;
      display: inline-block;
      text-align: center; }
      .page-blog .blog-container article .content-wrap .date {
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        color: #fd5000;
        padding: 0 0 15px 0; }
      .page-blog .blog-container article .content-wrap h4 {
        letter-spacing: 0;
        max-width: 94%;
        margin: auto;
        text-align: center; }
        .page-blog .blog-container article .content-wrap h4 a {
          padding-bottom: 12px;
          display: inline-block;
          width: 100%;
          font-size: 15px;
          font-weight: 700;
          line-height: 20px;
          color: black;
          letter-spacing: 0.1px; }
          @media all and (min-width: 64em) {
            .page-blog .blog-container article .content-wrap h4 a {
              font-size: 15px;
              font-weight: 700; } }
          .page-blog .blog-container article .content-wrap h4 a:hover {
            color: black; }
      .page-blog .blog-container article .content-wrap .meta {
        font-size: 12px;
        line-height: 14px;
        color: #fd5000;
        letter-spacing: -0.1px;
        padding-bottom: 11px; }
        .page-blog .blog-container article .content-wrap .meta span {
          font-weight: 300;
          color: #8a8a8a; }
    .page-blog .blog-container article .excerpt {
      width: 100%;
      float: left;
      padding: 0;
      margin-bottom: 10px; }
      @media all and (min-width: 64em) {
        .page-blog .blog-container article .excerpt {
          width: 100%;
          text-align: center;
          margin-bottom: 0; } }
      .page-blog .blog-container article .excerpt p {
        padding: 0; }
        @media all and (min-width: 64em) {
          .page-blog .blog-container article .excerpt p {
            font-size: 15px;
            font-weight: 400;
            line-height: 23px;
            letter-spacing: 0.11px;
            color: black;
            margin-bottom: 12px; } }
      .page-blog .blog-container article .excerpt .read-more {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.11px; }
  .page-blog .blog-container .tag-list {
    color: black; }
    .page-blog .blog-container .tag-list i {
      color: #AAAAAA; }

/*********************************************
  :: Blog-Detail Page                           
********************************************/
.page-blog-detail .blog-container {
  width: 100%;
  padding: 0 0; }
  .page-blog-detail .blog-container .col1 {
    width: 100%;
    float: left; }
    @media all and (max-width: 63.9375em) {
      .page-blog-detail .blog-container .col1 {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 25px;
        margin-bottom: 5px; } }
    @media all and (min-width: 64em) {
      .page-blog-detail .blog-container .col1 {
        float: none;
        max-width: 640px;
        margin-left: 100px;
        margin-top: 21px; } }
    .page-blog-detail .blog-container .col1 article {
      width: 100%;
      max-width: 100%; }
  .page-blog-detail .blog-container p.tag-list {
    font-size: 12px;
    font-weight: 100;
    color: #fd5000;
    line-height: 24px;
    letter-spacing: -0.1px; }
    .page-blog-detail .blog-container p.tag-list a {
      font-weight: 400; }
    .page-blog-detail .blog-container p.tag-list i {
      color: #8a8a8a; }
  .page-blog-detail .blog-container .col2 {
    width: 100%;
    float: left;
    margin-top: 20px; }
    @media all and (min-width: 64em) {
      .page-blog-detail .blog-container .col2 {
        width: calc(100% - 700px);
        max-width: 205px;
        float: right;
        margin-top: 143px; } }
    .page-blog-detail .blog-container .col2 p {
      padding-bottom: 0; }
    .page-blog-detail .blog-container .col2 p strong {
      color: #363636;
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      font-weight: 700;
      line-height: 18.2px;
      text-transform: uppercase;
      letter-spacing: 1.67px; }
      @media all and (min-width: 64em) {
        .page-blog-detail .blog-container .col2 p strong {
          padding-left: 4px; } }
    .page-blog-detail .blog-container .col2 .archives {
      width: 100%;
      display: inline-block;
      margin: 0; }
      .page-blog-detail .blog-container .col2 .archives li {
        border-bottom: 1px solid #eee;
        margin: 10px 0;
        padding-bottom: 6px;
        list-style-type: none;
        text-align: left;
        position: relative; }
        .page-blog-detail .blog-container .col2 .archives li:before {
          content: "\e928";
          font-family: "icomoon";
          font-size: 14px;
          color: #262626;
          position: absolute;
          top: 0;
          left: 0; }
        .page-blog-detail .blog-container .col2 .archives li a {
          padding: 0 0 0 20px;
          font-size: 14px;
          font-weight: 300;
          color: #fd5000;
          line-height: 22px; }
          .page-blog-detail .blog-container .col2 .archives li a span {
            color: #333333;
            font-weight: 300; }
  .page-blog-detail .blog-container .content-container {
    width: 100%;
    float: left;
    background-color: white; }
    .page-blog-detail .blog-container .content-container .details {
      width: 100%;
      float: left;
      padding: 0 0 20px 0;
      margin: 0 0 10px 0;
      text-align: center; }
      @media all and (min-width: 64em) {
        .page-blog-detail .blog-container .content-container .details {
          margin: 0 0 13px 3px;
          text-align: left; } }
      .page-blog-detail .blog-container .content-container .details p {
        width: auto;
        display: inline-block;
        margin: 0;
        font-size: 13px;
        font-weight: 600;
        color: #fd5000;
        line-height: 22px; }
        .page-blog-detail .blog-container .content-container .details p.article-date {
          text-transform: uppercase; }
          @media all and (min-width: 64em) {
            .page-blog-detail .blog-container .content-container .details p.article-date {
              margin: 0 0 17px;
              font-size: 15px;
              line-height: 22px; } }
        .page-blog-detail .blog-container .content-container .details p.meta {
          font-size: 12px;
          font-weight: 100; }
          .page-blog-detail .blog-container .content-container .details p.meta span {
            margin-left: 13px;
            line-height: 24px;
            color: #8a8a8a;
            letter-spacing: -0.1px; }
    .page-blog-detail .blog-container .content-container h4 {
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0;
      color: black;
      margin-bottom: 5px !important; }
      @media all and (min-width: 64em) {
        .page-blog-detail .blog-container .content-container h4 {
          font-size: 22px;
          letter-spacing: 0.31px;
          line-height: 24px;
          margin-bottom: 9px !important; } }
    .page-blog-detail .blog-container .content-container .content figcaption {
      font-size: 12px; }
    .page-blog-detail .blog-container .content-container .content figure {
      margin-bottom: 30px; }
    .page-blog-detail .blog-container .content-container .content p {
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 13px;
      line-height: 22px;
      letter-spacing: -0.11px;
      margin-bottom: 13px; }
      @media all and (min-width: 64em) {
        .page-blog-detail .blog-container .content-container .content p {
          font-size: 15px;
          line-height: 24px;
          letter-spacing: 0.11px; } }
    .page-blog-detail .blog-container .content-container .content em, .page-blog-detail .blog-container .content-container .content i {
      font-style: italic; }
    .page-blog-detail .blog-container .content-container .content address, .page-blog-detail .blog-container .content-container .content caption, .page-blog-detail .blog-container .content-container .content cite, .page-blog-detail .blog-container .content-container .content code, .page-blog-detail .blog-container .content-container .content dfn, .page-blog-detail .blog-container .content-container .content strong, .page-blog-detail .blog-container .content-container .content th, .page-blog-detail .blog-container .content-container .content var {
      font-weight: 600; }

/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  font-size: 0; }
  @media all and (max-width: 63.9375em) {
    .page-contact .title-module {
      padding: 24px 0 40px 0; } }
  .page-contact .contact-container {
    width: 100%;
    display: inline-block;
    background-color: white; }
    @media all and (min-width: 64em) {
      .page-contact .contact-container .content-max-width {
        max-width: 981px;
        padding: 0 15px 0 0; } }
    .page-contact .contact-container h3 {
      width: 100%;
      font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 19px;
      color: black;
      padding: 0 0 6px 0; }
    .page-contact .contact-container .col1 {
      width: 100%;
      float: left;
      margin-bottom: 13px;
      text-align: center; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .col1 {
          margin-bottom: 35px;
          text-align: left;
          width: 30%;
          max-width: 230px; } }
      .page-contact .contact-container .col1 h3 {
        border-bottom: 1px solid #CCC;
        padding: 30px 0 4px 0;
        margin-bottom: 16px; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 h3 {
            font-weight: 700;
            font-size: 13px;
            padding: 16px 0 4px 0; } }
      .page-contact .contact-container .col1 p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 4px 0;
        font-weight: 100; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 p {
            margin: 0 0 8px 0; } }
      .page-contact .contact-container .col1 .studio, .page-contact .contact-container .col1 .office {
        height: 75px;
        padding: 15px;
        margin: 0 auto 14px;
        font-size: 18px;
        font-weight: 700;
        color: black;
        font-family: "proxima-nova", sans-serif;
        line-height: 20px;
        border: 1px solid #fd5000;
        border-radius: 10px;
        letter-spacing: 0.54px; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 .studio, .page-contact .contact-container .col1 .office {
            margin: 0 0 11px 0;
            width: 211px;
            font-size: 20px;
            letter-spacing: 0.6px; } }
        .page-contact .contact-container .col1 .studio p, .page-contact .contact-container .col1 .office p {
          font-size: 14px;
          line-height: 23px;
          color: #fd5000;
          font-family: "proxima-nova", sans-serif;
          font-weight: 700;
          padding: 0;
          margin: 0;
          letter-spacing: 0; }
        .page-contact .contact-container .col1 .studio span, .page-contact .contact-container .col1 .office span {
          font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 9px;
          font-weight: 400;
          color: #666666;
          display: block; }
      .page-contact .contact-container .col1 .studio {
        height: auto;
        padding: 11px 15px 12px; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 .studio {
            margin: 0 0 18px 0; } }
      .page-contact .contact-container .col1 .office {
        height: 82px;
        color: black;
        background-color: #f3f3f3;
        border: none; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 .office {
            height: 86px;
            padding: 14px 15px 15px; } }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 .office span {
            letter-spacing: 0.1px;
            margin-bottom: 5px;
            margin-top: 2px; } }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col1 .office p {
            line-height: 17px;
            margin-bottom: -3px; } }
      .page-contact .contact-container .col1 a {
        display: block; }
      .page-contact .contact-container .col1 .with-margin {
        margin-left: 15px; }
      .page-contact .contact-container .col1 .email {
        font-size: 16px;
        line-height: 20px;
        color: #fd5000;
        margin-top: 26px; }
    .page-contact .contact-container .col2 {
      width: 100%;
      float: left;
      padding: 23px 0 0 0;
      border-top: 1px solid #c3c3c3;
      border-bottom: 1px solid #c3c3c3;
      margin-bottom: 30px; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .col2 {
          padding: 0;
          float: right;
          width: 50%;
          border: none;
          margin-bottom: initial; } }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .col2 form {
          margin-top: -2px;
          float: right;
          width: 95%; } }
      .page-contact .contact-container .col2 form label {
        margin-bottom: 4px; }
      .page-contact .contact-container .col2 form button {
        font-weight: 100;
        width: 93px;
        height: 28px; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .col2 form button {
            width: 101px; } }
    @media all and (max-width: 63.9375em) {
      .page-contact .contact-container .address {
        text-align: center;
        font-weight: 100; }
        .page-contact .contact-container .address p {
          padding-bottom: 0; } }
    .page-contact .contact-container .map-area {
      width: 100%;
      float: left;
      margin: 30px 0 40px;
      display: inline-block;
      text-align: center; }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .map-area {
          margin: 0;
          text-align: initial; } }
      @media all and (min-width: 64em) {
        .page-contact .contact-container .map-area h3 {
          margin-left: 15px; } }
      .page-contact .contact-container .map-area .map {
        width: 100%;
        height: 374px;
        float: left;
        margin: auto;
        display: none; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .map-area .map {
            display: block; } }
      .page-contact .contact-container .map-area .location-btn {
        max-width: 140px;
        padding: 9px 17px 8px 17px;
        border-radius: 100px;
        font-size: 13px;
        font-weight: 300;
        color: white;
        background: #fd5000;
        letter-spacing: 3px; }
        @media all and (min-width: 64em) {
          .page-contact .contact-container .map-area .location-btn {
            display: none; } }
        .page-contact .contact-container .map-area .location-btn span {
          margin-right: 5px; }

/*******************************************/
/*********************************************
:: Home Page                   
********************************************/
@media all and (min-width: 64em) {
  .page-play-live .title-module {
    margin: 61px 0 56px 0; } }

.page-play-live .content-max-width.content-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 70px;
  background-image: url(/images/watermark.png);
  background-repeat: no-repeat;
  background-position: bottom right; }
  @media all and (min-width: 64em) {
    .page-play-live .content-max-width.content-container {
      margin-bottom: 0;
      padding: 0 90px 80px;
      background-position: 109% 332px;
      background-size: 718px; } }

.page-play-live header {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 38px;
  color: black;
  line-height: 24px;
  text-transform: uppercase; }
  @media all and (min-width: 64em) {
    .page-play-live header {
      line-height: 33px;
      font-size: 38px; } }

.page-play-live .bottom-content {
  margin-top: 20px;
  font-size: 0; }
  @media all and (min-width: 64em) {
    .page-play-live .bottom-content {
      margin-top: 30px; } }

.page-play-live .left, .page-play-live .right {
  width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: top; }

@media all and (min-width: 64em) {
  .page-play-live .left {
    width: 30%;
    padding-right: 26px; } }

.page-play-live .left .buttons {
  width: 100%;
  position: relative;
  vertical-align: middle;
  z-index: 2; }
  @media all and (min-width: 64em) {
    .page-play-live .left .buttons {
      text-align: center;
      width: calc(100% - 736px);
      margin: 0; } }
  .page-play-live .left .buttons a {
    display: inline-block;
    margin: 0; }
    @media all and (min-width: 64em) {
      .page-play-live .left .buttons a {
        width: 280px;
        display: block;
        margin: 0 12px 23px 0; } }
    .page-play-live .left .buttons a img {
      margin: 0;
      border-radius: 13px;
      transition: .25s all;
      border: 1px solid #faec4c; }
      .page-play-live .left .buttons a img:hover, .page-play-live .left .buttons a img:focus {
        box-shadow: 2px 1px 0 0 #5b4848;
        border: 1px solid black; }
    .page-play-live .left .buttons a .toplay {
      display: block; }
    .page-play-live .left .buttons a .topause {
      display: none; }
    .page-play-live .left .buttons a.active .toplay {
      display: none; }
    .page-play-live .left .buttons a.active .topause {
      display: block;
      box-shadow: 2px 1px 0 0 #5b4848;
      border: 1px solid black; }

.page-play-live .left .current-playing {
  width: 100%;
  display: inline-block;
  background-color: black;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px; }
  .page-play-live .left .current-playing header {
    color: white;
    font-size: 38px;
    margin-bottom: 20px; }
    @media all and (min-width: 64em) {
      .page-play-live .left .current-playing header {
        margin-bottom: 20px; } }
  .page-play-live .left .current-playing p {
    color: white; }
    .page-play-live .left .current-playing p#current_song {
      padding-bottom: 0; }
    .page-play-live .left .current-playing p#current_artist {
      padding-bottom: 0; }

.page-play-live .left .song-voting {
  height: 107px;
  width: 100%;
  background-color: #fd5000;
  border-radius: 10px;
  transition: .25s all;
  border: 1px solid #fd5000; }
  @media all and (min-width: 64em) {
    .page-play-live .left .song-voting {
      height: 200px; } }
  .page-play-live .left .song-voting a {
    display: block;
    height: 100%; }
  .page-play-live .left .song-voting header {
    height: 100px;
    color: white;
    line-height: 109px;
    text-align: center; }
  .page-play-live .left .song-voting:hover, .page-play-live .left .song-voting:focus {
    background-color: #fd5000;
    border: 1px solid black;
    color: white;
    box-shadow: 1px 1px 0 0 #5b4848; }

.page-play-live .right {
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 20px 34px;
  margin-top: 30px;
  counter-reset: item; }
  @media all and (min-width: 64em) {
    .page-play-live .right {
      margin-top: 0;
      width: 70%;
      padding: 40px 54px; } }
  .page-play-live .right header {
    line-height: 37px;
    margin-bottom: 20px; }
    @media all and (min-width: 64em) {
      .page-play-live .right header {
        margin-bottom: 30px; } }
  .page-play-live .right ol {
    list-style: none; }
    .page-play-live .right ol li {
      position: relative;
      padding: 5px 15px;
      margin-bottom: 10px;
      border: 1px solid black;
      color: #fd5000;
      box-shadow: 2px 1px 1px 0 #5b4848;
      line-height: 16px;
      counter-increment: item;
      list-style: none;
      background-color: white; }
      .page-play-live .right ol li::before {
        position: absolute;
        left: -28px;
        top: 4%;
        margin-right: 10px;
        display: inline-block;
        width: 1.2em;
        content: counter(item);
        border-radius: 100%;
        color: #fd5000;
        text-align: center;
        font-size: 18px; }
      .page-play-live .right ol li p {
        padding-bottom: 16px;
        color: black; }
        .page-play-live .right ol li p.song, .page-play-live .right ol li p.artist {
          padding-bottom: 0; }
        .page-play-live .right ol li p.song {
          line-height: 16px; }
        .page-play-live .right ol li p.artist {
          margin-left: 15px; }

/*******************************************/
/*********************************************
:: Template (Basic page)                             
********************************************/
@media all and (min-width: 64em) {
  .page-template .title-module {
    margin: 61px 0 56px 0; }
    .page-template .title-module h1 {
      padding: 0 37px; } }

.page-template .detail-container {
  background-color: white;
  width: 100%;
  display: inline-block;
  margin: 0 0 30px 0; }
  @media all and (min-width: 64em) {
    .page-template .detail-container {
      padding: 0 18.6% 30px; } }
  @media all and (min-width: 64em) {
    .page-template .detail-container.larger-container {
      padding: 0 0 30px; } }
  .page-template .detail-container article {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0; }
    @media all and (min-width: 48em) {
      .page-template .detail-container article {
        margin: 0 0 72px 0; } }
    .page-template .detail-container article .image {
      width: 100%;
      float: left;
      text-align: center; }
      @media all and (min-width: 48em) {
        .page-template .detail-container article .image {
          width: 350px; } }
      .page-template .detail-container article .image img {
        width: 297px; }
        @media all and (min-width: 48em) {
          .page-template .detail-container article .image img {
            float: left; } }
    .page-template .detail-container article .content {
      width: 100%;
      float: left; }
      @media all and (min-width: 48em) {
        .page-template .detail-container article .content {
          width: calc(100% - 350px); } }
      .page-template .detail-container article .content h3 {
        width: auto;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: black;
        margin: 0 0 2px 0; }
        @media all and (min-width: 48em) {
          .page-template .detail-container article .content h3 {
            font-size: 18px; } }
      .page-template .detail-container article .content .time {
        width: 100%;
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 1px;
        color: #9b9b9b;
        border-bottom: 1px solid #979797;
        padding: 0 0 13px;
        margin: 0 0 18px;
        text-transform: uppercase; }
      .page-template .detail-container article .content .description {
        width: 100%;
        float: left;
        padding: 0 20px 0 0; }
        .page-template .detail-container article .content .description p {
          font-size: 14px;
          font-weight: 300;
          color: #666666; }

/*********************************************
:: In The Community Page
********************************************/
@media all and (max-width: 63.9375em) {
  .page-in-the-community .title-module h1 {
    padding: 0 49px; } }

@media all and (min-width: 64em) {
  .page-in-the-community .title-module {
    margin: 61px 0 57px 0; } }

.page-in-the-community .content-container {
  width: 100%;
  display: inline-block;
  background-color: white; }
  @media all and (min-width: 64em) {
    .page-in-the-community .content-container .content-max-width {
      max-width: 824px; } }
  .page-in-the-community .content-container article {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0; }
    @media all and (min-width: 64em) {
      .page-in-the-community .content-container article {
        margin: 0 0 3px 0; }
        .page-in-the-community .content-container article:last-of-type {
          margin-bottom: 55px; } }
    .page-in-the-community .content-container article .image {
      width: 100%;
      float: left;
      position: relative;
      margin-bottom: 22px; }
      @media all and (min-width: 64em) {
        .page-in-the-community .content-container article .image {
          width: 395px; } }
      .page-in-the-community .content-container article .image div {
        margin: auto;
        background-size: cover;
        background-repeat: no-repeat;
        width: 342px;
        height: 211px; }
        @media all and (min-width: 64em) {
          .page-in-the-community .content-container article .image div {
            width: 295px;
            height: 200px; } }
    .page-in-the-community .content-container article .content {
      width: 100%;
      float: left; }
      @media all and (min-width: 64em) {
        .page-in-the-community .content-container article .content {
          width: calc(100% - 395px); } }
      .page-in-the-community .content-container article .content h2, .page-in-the-community .content-container article .content legend {
        margin: 0 0 5px 0;
        font-family: "proxima-nova", sans-serif;
        font-size: 17px;
        font-weight: 500;
        color: black;
        line-height: 24px; }
        @media all and (min-width: 64em) {
          .page-in-the-community .content-container article .content h2, .page-in-the-community .content-container article .content legend {
            margin: 0 0 7px 0;
            font-size: 18px; } }
      .page-in-the-community .content-container article .content h3 {
        padding: 0;
        margin: 0 auto 10px;
        width: auto;
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        color: #fd5000;
        letter-spacing: 0.2px;
        text-transform: uppercase; }
        @media all and (min-width: 64em) {
          .page-in-the-community .content-container article .content h3 {
            padding: 0 40px 5px 0;
            margin: 0 0 11px 0;
            font-size: 16px; } }
      .page-in-the-community .content-container article .content .description {
        width: 100%;
        float: left; }
        .page-in-the-community .content-container article .content .description p {
          padding-bottom: 10px;
          color: black;
          font-size: 13px;
          font-weight: 400;
          font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          line-height: 22px;
          letter-spacing: 0.09px; }
          @media all and (min-width: 64em) {
            .page-in-the-community .content-container article .content .description p {
              font-size: 14px;
              line-height: 24px;
              letter-spacing: 0.1px; } }
        .page-in-the-community .content-container article .content .description .read-more {
          font-size: 13px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0.09px; }

.page-in-the-community .form-area {
  background-color: #f3f3f3;
  position: relative; }
  @media all and (min-width: 64em) {
    .page-in-the-community .form-area {
      margin: 0 0 3px 0;
      text-align: left; } }
  .page-in-the-community .form-area .contact-success {
    display: none; }
  .page-in-the-community .form-area p {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px; }
  .page-in-the-community .form-area .form-content {
    padding: 56px 6% 40px;
    position: relative; }
    @media all and (min-width: 64em) {
      .page-in-the-community .form-area .form-content {
        margin-left: 15.6%;
        padding: 58px 0 70px; } }
    .page-in-the-community .form-area .form-content::before {
      position: absolute;
      top: 0;
      width: 30px;
      height: 30px;
      background-image: url(/images/icons/triangle.svg);
      background-repeat: no-repeat;
      content: ' '; }
    .page-in-the-community .form-area .form-content form {
      float: none; }
      @media all and (min-width: 64em) {
        .page-in-the-community .form-area .form-content form {
          max-width: 500px; } }
      .page-in-the-community .form-area .form-content form .form-field {
        padding: 0 0 12px 0; }
        .page-in-the-community .form-area .form-content form .form-field.last {
          margin-bottom: 18px; }
        .page-in-the-community .form-area .form-content form .form-field label {
          color: #39393a;
          font-size: 15px;
          font-weight: 100;
          line-height: 24px;
          letter-spacing: 0.11px; }
        .page-in-the-community .form-area .form-content form .form-field input, .page-in-the-community .form-area .form-content form .form-field textarea, .page-in-the-community .form-area .form-content form .form-field select, .page-in-the-community .form-area .form-content form .form-field #fakeInput {
          border-radius: 3px;
          margin-top: 3px;
          color: #39393a;
          font-size: 15px;
          font-weight: 100;
          letter-spacing: 0.11px;
          margin-bottom: 2px; }
        .page-in-the-community .form-area .form-content form .form-field textarea {
          height: 103px; }
        .page-in-the-community .form-area .form-content form .form-field #fakeInput {
          padding-left: 10px;
          margin-right: 10px;
          margin-bottom: 0;
          display: inline-block;
          width: 318px;
          height: 38px;
          border: 1px solid #c9c9c9;
          background-color: #ffffff;
          line-height: 35px;
          vertical-align: bottom;
          clear: both; }
        .page-in-the-community .form-area .form-content form .form-field #hero-upload {
          display: none;
          font-size: 13px;
          font-weight: 100;
          color: #39393a;
          line-height: 24px;
          letter-spacing: 0.09px;
          width: 103px;
          height: 26px;
          border-radius: 3px;
          border: 1px solid #c9c9c9; }
      .page-in-the-community .form-area .form-content form .browse-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 100;
        color: #39393a;
        line-height: 24px;
        letter-spacing: 0.09px;
        width: 103px;
        height: 26px;
        border-radius: 3px;
        border: 1px solid #c9c9c9;
        background-color: white;
        transition: .25s all; }
        .page-in-the-community .form-area .form-content form .browse-btn.desk {
          display: none; }
          @media all and (min-width: 64em) {
            .page-in-the-community .form-area .form-content form .browse-btn.desk {
              display: inline-block; } }
        .page-in-the-community .form-area .form-content form .browse-btn.mob {
          display: inline-block;
          vertical-align: bottom;
          margin-right: 10px; }
          @media all and (min-width: 64em) {
            .page-in-the-community .form-area .form-content form .browse-btn.mob {
              display: none; } }
        .page-in-the-community .form-area .form-content form .browse-btn:hover, .page-in-the-community .form-area .form-content form .browse-btn:focus {
          background-color: white;
          border: 1px solid black;
          color: #fd5000;
          box-shadow: 1px 1px 0 0 #5b4848; }
      .page-in-the-community .form-area .form-content form .button-field {
        float: none;
        clear: both;
        margin-bottom: 0;
        text-align: left; }
        .page-in-the-community .form-area .form-content form .button-field button[type="submit"] {
          display: inline-block;
          float: none;
          margin-left: 0;
          height: 36px;
          color: white;
          background-color: #fd5000; }
          .page-in-the-community .form-area .form-content form .button-field button[type="submit"]:hover, .page-in-the-community .form-area .form-content form .button-field button[type="submit"]:focus {
            background-color: #fd5000;
            border: 1px solid black;
            color: white;
            box-shadow: 1px 1px 0 0 #5b4848; }

/*******************************************/
/*********************************************
:: In The Community Page
********************************************/
@media all and (max-width: 63.9375em) {
  .page-in-the-community-detail .title-module h1 {
    padding: 0 49px; } }

@media all and (min-width: 64em) {
  .page-in-the-community-detail .title-module {
    margin: 61px 0 57px 0; } }

.page-in-the-community-detail .content-container {
  width: 100%;
  display: inline-block; }
  @media all and (min-width: 64em) {
    .page-in-the-community-detail .content-container .content-max-width {
      max-width: 760px;
      margin: auto; } }
  .page-in-the-community-detail .content-container .news-container {
    margin-bottom: 30px; }
    @media all and (min-width: 64em) {
      .page-in-the-community-detail .content-container .news-container {
        max-width: 760px;
        margin: 0 auto 60px; } }
    .page-in-the-community-detail .content-container .news-container img.hero {
      margin-bottom: 35px; }
  .page-in-the-community-detail .content-container .intro p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media all and (min-width: 64em) {
      .page-in-the-community-detail .content-container .intro p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px; } }
  .page-in-the-community-detail .content-container .intro strong {
    font-weight: 400; }
  .page-in-the-community-detail .content-container article {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0; }
    @media all and (min-width: 64em) {
      .page-in-the-community-detail .content-container article {
        margin: 0 0 3px 0; }
        .page-in-the-community-detail .content-container article:last-of-type {
          margin-bottom: 55px; } }
    .page-in-the-community-detail .content-container article .image {
      width: 100%;
      float: left;
      position: relative;
      margin-bottom: 22px; }
      @media all and (min-width: 64em) {
        .page-in-the-community-detail .content-container article .image {
          width: 395px; } }
      .page-in-the-community-detail .content-container article .image div {
        margin: auto;
        background-size: cover;
        background-repeat: no-repeat;
        width: 342px;
        height: 211px; }
        @media all and (min-width: 64em) {
          .page-in-the-community-detail .content-container article .image div {
            width: 295px;
            height: 200px; } }
    .page-in-the-community-detail .content-container article .content {
      width: 100%;
      float: left; }
      @media all and (min-width: 64em) {
        .page-in-the-community-detail .content-container article .content {
          width: calc(100% - 395px); } }
      .page-in-the-community-detail .content-container article .content h2, .page-in-the-community-detail .content-container article .content legend {
        margin: 0 0 5px 0;
        font-family: "proxima-nova", sans-serif;
        font-size: 17px;
        font-weight: 500;
        color: black;
        line-height: 24px; }
        @media all and (min-width: 64em) {
          .page-in-the-community-detail .content-container article .content h2, .page-in-the-community-detail .content-container article .content legend {
            margin: 0 0 7px 0;
            font-size: 18px; } }
      .page-in-the-community-detail .content-container article .content h3 {
        padding: 0;
        margin: 0 auto 10px;
        width: auto;
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        color: #fd5000;
        letter-spacing: 0.2px;
        text-transform: uppercase; }
        @media all and (min-width: 64em) {
          .page-in-the-community-detail .content-container article .content h3 {
            padding: 0 40px 5px 0;
            margin: 0 0 11px 0;
            font-size: 16px; } }
      .page-in-the-community-detail .content-container article .content .description {
        width: 100%;
        float: left; }
        .page-in-the-community-detail .content-container article .content .description p {
          padding-bottom: 10px;
          color: black;
          font-size: 13px;
          font-weight: 400;
          font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          line-height: 22px;
          letter-spacing: 0.09px; }
          @media all and (min-width: 64em) {
            .page-in-the-community-detail .content-container article .content .description p {
              font-size: 14px;
              line-height: 24px;
              letter-spacing: 0.1px; } }
        .page-in-the-community-detail .content-container article .content .description .read-more {
          font-size: 13px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0.09px; }

.page-in-the-community-detail .form-area {
  background-color: #f3f3f3;
  position: relative; }
  @media all and (min-width: 64em) {
    .page-in-the-community-detail .form-area {
      margin: 0 0 3px 0;
      text-align: left; } }
  .page-in-the-community-detail .form-area p {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px; }
  .page-in-the-community-detail .form-area .form-content {
    padding: 56px 6% 40px;
    position: relative; }
    @media all and (min-width: 64em) {
      .page-in-the-community-detail .form-area .form-content {
        margin-left: 15.6%;
        padding: 58px 0 70px; } }
    .page-in-the-community-detail .form-area .form-content::before {
      position: absolute;
      top: 0;
      width: 30px;
      height: 30px;
      background-image: url(/images/icons/triangle.svg);
      background-repeat: no-repeat;
      content: ' '; }
    .page-in-the-community-detail .form-area .form-content form {
      float: none; }
      @media all and (min-width: 64em) {
        .page-in-the-community-detail .form-area .form-content form {
          max-width: 500px; } }
      .page-in-the-community-detail .form-area .form-content form .form-field {
        padding: 0 0 12px 0; }
        .page-in-the-community-detail .form-area .form-content form .form-field.last {
          margin-bottom: 18px; }
        .page-in-the-community-detail .form-area .form-content form .form-field label {
          color: #39393a;
          font-size: 15px;
          font-weight: 100;
          line-height: 24px;
          letter-spacing: 0.11px; }
        .page-in-the-community-detail .form-area .form-content form .form-field input, .page-in-the-community-detail .form-area .form-content form .form-field textarea, .page-in-the-community-detail .form-area .form-content form .form-field select, .page-in-the-community-detail .form-area .form-content form .form-field #fakeInput {
          border-radius: 3px;
          margin-top: 3px;
          color: #39393a;
          font-size: 15px;
          font-weight: 100;
          letter-spacing: 0.11px;
          margin-bottom: 2px; }
        .page-in-the-community-detail .form-area .form-content form .form-field textarea {
          height: 103px; }
        .page-in-the-community-detail .form-area .form-content form .form-field #fakeInput {
          padding-left: 10px;
          margin-right: 10px;
          margin-bottom: 0;
          display: inline-block;
          width: 318px;
          height: 38px;
          border: 1px solid #c9c9c9;
          background-color: #ffffff;
          line-height: 35px;
          vertical-align: bottom;
          clear: both; }
        .page-in-the-community-detail .form-area .form-content form .form-field #hero-upload {
          display: none;
          font-size: 13px;
          font-weight: 100;
          color: #39393a;
          line-height: 24px;
          letter-spacing: 0.09px;
          width: 103px;
          height: 26px;
          border-radius: 3px;
          border: 1px solid #c9c9c9; }
      .page-in-the-community-detail .form-area .form-content form .browse-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 100;
        color: #39393a;
        line-height: 24px;
        letter-spacing: 0.09px;
        width: 103px;
        height: 26px;
        border-radius: 3px;
        border: 1px solid #c9c9c9;
        background-color: white;
        transition: .25s all; }
        .page-in-the-community-detail .form-area .form-content form .browse-btn.desk {
          display: none; }
          @media all and (min-width: 64em) {
            .page-in-the-community-detail .form-area .form-content form .browse-btn.desk {
              display: inline-block; } }
        .page-in-the-community-detail .form-area .form-content form .browse-btn.mob {
          display: inline-block;
          vertical-align: bottom;
          margin-right: 10px; }
          @media all and (min-width: 64em) {
            .page-in-the-community-detail .form-area .form-content form .browse-btn.mob {
              display: none; } }
        .page-in-the-community-detail .form-area .form-content form .browse-btn:hover, .page-in-the-community-detail .form-area .form-content form .browse-btn:focus {
          background-color: white;
          border: 1px solid black;
          color: #fd5000;
          box-shadow: 1px 1px 0 0 #5b4848; }
      .page-in-the-community-detail .form-area .form-content form .button-field {
        float: none;
        clear: both;
        margin-bottom: 0;
        text-align: left; }
        .page-in-the-community-detail .form-area .form-content form .button-field button[type="submit"] {
          display: inline-block;
          float: none;
          margin-left: 0;
          height: 36px;
          color: white;
          background-color: #fd5000; }
          .page-in-the-community-detail .form-area .form-content form .button-field button[type="submit"]:hover, .page-in-the-community-detail .form-area .form-content form .button-field button[type="submit"]:focus {
            background-color: #fd5000;
            border: 1px solid black;
            color: white;
            box-shadow: 1px 1px 0 0 #5b4848; }

/*******************************************/
/*********************************************
:: JS Plugins
********************************************/
.SumoSelect p {
  margin: 0; }

.SlectBox {
  width: 200px;
  padding: 5px 8px; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SumoSelect > .optWrapper > .options > li label,
.SumoSelect > .CaptionCont {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0px 0px 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0px; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out;
  box-sizing: border-box;
  z-index: -100;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect > .optWrapper.open {
  top: 35px;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.SumoSelect > .optWrapper > .options {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0px 0px 100px #595959; }

.SumoSelect > .optWrapper > .options > li {
  padding: 6px 6px;
  border-bottom: 1px solid #F3F3F3;
  position: relative; }

.SumoSelect > .optWrapper > .options > li:first-child {
  border-radius: 2px 2px 0px 0px; }

.SumoSelect > .optWrapper > .options > li:last-child {
  border-bottom: none;
  border-radius: 0px 0px 2px 2px; }

.SumoSelect > .optWrapper > .options > li:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options > li.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options > li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options > li span {
  display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  margin: auto;
  max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/
/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0px;
  bottom: 0px;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0px 0px 0px 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0px 0px 3px 0px; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

/*selected state
    .SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
    .SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
    */
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0px 0px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0px 3px 35px;
  height: 20px; }

.SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

/* ==========================================================================
   $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; }

/*!
 * Classic picker 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.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $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; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.youtube-container {
  display: block;
  width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  height: 180px; }
  @media all and (min-width: 37.5em) {
    .youtube-player {
      height: 250px; } }
  @media all and (min-width: 48em) {
    .youtube-player {
      height: 300px; } }
  @media all and (min-width: 64em) {
    .youtube-player {
      height: 350px; } }
  @media all and (min-width: 72.5em) {
    .youtube-player {
      height: 550px; } }

img.youtube-thumb {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: -0.5px; }

.youtube-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  transform: translateX(-50%) translateY(-50%); }
  div.play-button:after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 30px 0 30px 50px;
    border-color: transparent transparent transparent white; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  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: #FFF;
  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: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.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: transparent; }

.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: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

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

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  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: #000; }

/* 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: #444; }

.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: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  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 {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  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: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [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%; }
  @media all and (min-width: 64em) {
    .slick-dots {
      width: auto;
      float: right;
      bottom: 15px;
      right: 15px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 1px;
    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: 0;
      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: 30px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media all and (min-width: 64em) {
          .slick-dots li button:before {
            font-size: 52px; } }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.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 {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*********************************************
:: JS Plugins Overrides
********************************************/
/*********************************************
:: SumoSelect Plugin Styles Override                    
********************************************/
.SumoSelect {
  width: 100%;
  vertical-align: top;
  height: 41px; }
  .SumoSelect .CaptionCont {
    width: 100%;
    height: 41px;
    position: absolute;
    top: 0px;
    border: 1px solid #979797;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    color: #fd5000 !important;
    padding: 6px 10px 6px 10px;
    transition: all .5s ease-in-out;
    font-size: 0.938em;
    line-height: 1.7; }
    .SumoSelect .CaptionCont span {
      font-size: 16px;
      font-weight: 300;
      color: #212121;
      text-align: left; }
  .SumoSelect .CaptionCont label i {
    width: auto;
    height: auto;
    opacity: 1;
    font-style: normal;
    text-align: center; }
    .SumoSelect .CaptionCont label i:before {
      content: "\e915";
      font-family: "icomoon";
      display: inline-block;
      width: 100%;
      margin: auto;
      font-size: 20px;
      vertical-align: top;
      line-height: 41px;
      color: #fd5000; }
  .SumoSelect ul.options li label {
    margin-bottom: 0px; }

.SumoSelect:focus .CaptionCont, .SumoSelect:hover .CaptionCont {
  border-color: #ff7231;
  box-shadow: none; }

.error-SumoSelect > .CaptionCont {
  border: 1px solid #fd5000; }

.error-SumoSelect:focus > .CaptionCont,
.error-SumoSelect:hover > .CaptionCont {
  border-color: #fd5000; }

.error-SumoSelect select:hover,
.error-SumoSelect select:focus {
  border-color: #fd5000; }

.SumoSelect > label.error {
  display: block !important; }

/*********************************************
:: Pickadate.js Plugin Styles Override                    
********************************************/
.calendar-fields-container {
  width: 100%;
  max-width: 500px;
  position: relative; }
  .calendar-fields-container > button {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 1.3em;
    line-height: 1.3;
    color: #fd5000; }

.picker {
  max-width: 320px;
  display: none; }
  .picker td, .picker th {
    padding: 0px;
    text-align: inherit;
    border: none; }

.picker__holder {
  overflow-y: initial; }

.picker--opened {
  display: block !important; }

.picker__footer {
  display: none; }

.picker select {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  border: none !important;
  margin: 0px !important; }

/*********************************************
  :: Lightbox Custom Styles (for: Magnific Popup)
********************************************/
/* Overiding Plugin Styles */
button.mfp-close {
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 1100;
  width: 38px;
  height: 38px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 38px;
  border-radius: 50%;
  background: transparent;
  color: white;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.mfp-bg {
  z-index: 999999; }

.mfp-wrap {
  z-index: 9999999; }

.mfp-container {
  max-width: 495px;
  right: 0px;
  margin: auto;
  border-radius: 4px; }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out; }

.mfp-zoom-in.mfp-ready .lightbox-popup,
.mfp-zoom-in.mfp-ready .mfp-close {
  /* animate in */
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  transform: scale(0.9); }

.mfp-zoom-in.mfp-bg {
  /* Dark overlay, start state */
  opacity: 0;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.69); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  /* animate in */
  opacity: 1; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  /* animate out */
  opacity: 0; }
