@charset "UTF-8";
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */
/* line 10, ../custom-sass/_reset.scss */
html {
  margin: 0;
  padding: 0;
  border: 0; }

/* line 16, ../custom-sass/_reset.scss */
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
/* line 35, ../custom-sass/_reset.scss */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

/* Line-height should always be unitless! */
/* line 41, ../custom-sass/_reset.scss */
body {
  line-height: 1.5;
  background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
/* line 47, ../custom-sass/_reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0; }

/* float:none prevents the span-x classes from breaking table-cell display */
/* line 52, ../custom-sass/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important; }

/* line 57, ../custom-sass/_reset.scss */
table, th, td {
  vertical-align: middle; }

/* line 61, ../custom-sass/_reset.scss */
ul, ol {
  margin: 0; }

/* line 64, ../custom-sass/_reset.scss */
.menu-item--expanded, .menu-item--collapsed {
  list-style: none; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
/* line 68, ../custom-sass/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

/* line 69, ../custom-sass/_reset.scss */
blockquote, q {
  quotes: "" ""; }

/* Remove annoying border on linked images. */
/* line 72, ../custom-sass/_reset.scss */
a img {
  border: none; }

/* Remember to define your own focus styles! */
/* line 75, ../custom-sass/_reset.scss */
:focus {
  outline: 0; }

html {
  position: relative; }
  /* line 13, ../custom-sass/base.scss */
  html.overlay {
    overflow: hidden; }
    @media only screen and (max-width: 991px) {
      /* line 13, ../custom-sass/base.scss */
      html.overlay {
        position: fixed;
        width: 100%; } }

/* line 22, ../custom-sass/base.scss */
body {
  padding: 0;
  margin: 0;
  font-family: arial;
  font-size: 14px;
  line-height: normal;
  color: #161a1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  /* line 32, ../custom-sass/base.scss */
  body.toolbar-fixed {
    padding-top: 39px !important; }
    /* line 34, ../custom-sass/base.scss */
    body.toolbar-fixed.toolbar-tray-open {
      padding-top: 80px !important; }
  /* line 38, ../custom-sass/base.scss */
  .overlay body {
    overflow: hidden !important; }
    @media only screen and (max-width: 991px) {
      /* line 38, ../custom-sass/base.scss */
      .overlay body {
        position: fixed;
        width: 100%; } }

/* line 46, ../custom-sass/base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 50, ../custom-sass/base.scss */
a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/* line 55, ../custom-sass/base.scss */
.popoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  -moz-opacity: 0.5;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  /* line 66, ../custom-sass/base.scss */
  .overlay .popoverlay {
    display: block;
    opacity: 1;
    -moz-opacity: 0.5;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

/* line 72, ../custom-sass/base.scss */
.dotted {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 991px) {
    /* line 72, ../custom-sass/base.scss */
    .dotted {
      display: block; } }

/* line 78, ../custom-sass/base.scss */
.container-inner {
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
  border-left: 1px dotted rgba(255, 255, 255, 0.5);
  width: 100%; }

/* line 85, ../custom-sass/base.scss */
.modal-backdrop {
  display: none; }

/* line 88, ../custom-sass/base.scss */
.modal {
  background: rgba(26, 31, 35, 0.85);
  text-align: center;
  padding: 0 !important; }
  /* line 92, ../custom-sass/base.scss */
  .modal .close {
    color: #FFF;
    font-size: 50px;
    font-weight: normal;
    opacity: 1;
    -moz-opacity: 0.5;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  /* line 99, ../custom-sass/base.scss */
  .modal .modal-header {
    border: none;
    padding-top: 25px;
    padding-bottom: 0; }
  /* line 104, ../custom-sass/base.scss */
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  /* line 111, ../custom-sass/base.scss */
  .modal .modal-content {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
  /* line 116, ../custom-sass/base.scss */
  .modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto;
    margin: 0; }
    @media only screen and (max-width: 991px) {
      /* line 116, ../custom-sass/base.scss */
      .modal .modal-dialog {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      /* line 116, ../custom-sass/base.scss */
      .modal .modal-dialog {
        width: 100%;
        max-width: 360px;
        margin: 0 auto; } }
  /* line 131, ../custom-sass/base.scss */
  .modal iframe {
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      /* line 131, ../custom-sass/base.scss */
      .modal iframe {
        max-height: 200px; } }
  /* line 137, ../custom-sass/base.scss */
  .modal .modal-body {
    max-width: 100%;
    max-height: 70vh; }
    @media only screen and (max-width: 1229px) {
      /* line 140, ../custom-sass/base.scss */
      .modal .modal-body > div {
        width: 100% !important; } }

/* line 148, ../custom-sass/base.scss */
iframe {
  max-width: 100%; }

/* line 153, ../custom-sass/base.scss */
.read-more {
  padding: 0; }
  /* line 155, ../custom-sass/base.scss */
  .read-more a {
    font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;
    font-size: 14.63px;
    color: #6d9ab5;
    position: relative;
    padding: 0 18px 0 0; }
    /* line 161, ../custom-sass/base.scss */
    .read-more a:after {
      content: "›";
      position: absolute;
      right: 5px;
      top: 0;
      color: #161a1c; }

/* line 171, ../custom-sass/base.scss */
.vegas-timer {
  display: none; }
