/* compiled by scssphp v0.7.6 on Fri, 21 Feb 2020 16:25:57 +0000 (0.379s) */

body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625rem;
  overflow-x: hidden;
  color: #333;
  font-family: 'baskerville-urw', sans-serif; }

.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.flex {
  display: flex;
  align-items: center; }
  .flex.flex-center {
    justify-content: center; }

.pad, .padded, .padding {
  padding: 5rem 0; }

.extra-pad {
  padding: 10rem 0; }

.half-pad {
  padding: 2.5rem 0; }

.pad-top {
  padding-top: 5rem; }

.extra-pad-top {
  padding-top: 10rem; }

.half-pad-top {
  padding-top: 2.5rem; }

.pad-bottom {
  padding-bottom: 5rem; }

.extra-pad-bottom {
  padding-bottom: 10rem; }

.half-pad-bottom {
  padding-bottom: 2.5rem; }

.no-pad {
  padding: 0; }

.no-pad-top {
  padding-top: 0; }

.no-pad-bottom {
  padding-bottom: 0; }

.neg-margin-top {
  margin-top: -5rem; }

.relative {
  position: relative; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #4b494a;
  opacity: 0.75; }

.link-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 91; }

.bg-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.bg-img {
  background-size: cover;
  background-position: center; }

.bg-light, .light-bg {
  background: #f8f8f8; }

.well {
  background: #4b494a;
  border: none;
  box-shadow: none;
  padding: 5rem;
  border-radius: 0; }
  .well .fa-ul > li {
    color: #fff;
    margin: 0 0 1.5em 0;
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1rem; }
    .well .fa-ul > li strong {
      color: #b9a46f; }
    .well .fa-ul > li a:hover, .well .fa-ul > li a:focus {
      color: inherit; }
    .well .fa-ul > li.Address {
      display: block; }
    .well .fa-ul > li.Address2 {
      margin-top: -2px;
      display: block; }
      .well .fa-ul > li.Address2 strong {
        display: none; }
  .well .social {
    position: relative; }

img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0; }
  img.responsive.pull-left, .img-responsive.pull-left {
    padding: 2rem 2rem 2rem 0; }
  img.responsive.pull-right, .img-responsive.pull-right {
    padding: 2rem 0 2rem 2rem; }

.social .fa {
  font-size: 1rem;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #b9a46f;
  color: #4b494a;
  transition: all 0.3s; }
  .social .fa:hover, .social .fa:focus {
    background: #a18e60; }

.csek-share-horizontal a, .csek-share-vertical a {
  box-shadow: none !important;
  border: none !important;
  transition: all 0.3s !important; }
  .csek-share-horizontal span, .csek-share-vertical span {
    text-shadow: none !important;
    font-family: 'baskerville-urw', sans-serif !important;
    font-size: 0.7rem !important; }
  .csek-share-horizontal img, .csek-share-vertical img {
    max-height: 20px !important; }

.intro {
  padding: 7.5rem 0;
  overflow: hidden;
  position: relative; }
  .intro h1.title {
    font-size: 1.75rem; }
  .intro big, .intro .lead {
    color: #b9a46f;
    font-size: 1.5em; }
  .intro:before {
    content: '';
    display: block;
    background: #f8f8f8;
    height: 100vw;
    width: 100vw;
    transform: rotate(45deg) translate(-30%, 20%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }

.more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -100%);
  pointer-events: none; }

.contact {
  overflow: hidden; }
  .contact .well {
    position: relative;
    padding: 0; }
  .contact .well:before {
    content: '';
    display: block;
    background: #4b494a;
    top: -500%;
    bottom: -2000%;
    right: 0;
    left: -500%;
    width: auto;
    position: absolute; }

h1, h2, h3, h4, h5, h6 {
  color: #4b494a;
  margin: 1em 0 0.5em 0;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: inherit;
    font-size: inherit; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    color: inherit;
    text-decoration: none; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    display: block; }
  h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    margin-top: 0; }
  h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
    text-transform: uppercase; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p, ul li, ol li {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 1em; }
  p big, ul li big, ol li big, p .lead, ul li .lead, ol li .lead {
    font-size: 1.2em; }
  p a, ul li a, ol li a {
    color: inherit;
    text-decoration: underline;
    font-weight: 500;
    transition: all 0.3s;
    position: relative; }
  p a:hover, ul li a:hover, ol li a:hover, p a:focus, ul li a:focus, ol li a:focus {
    text-decoration: none;
    color: inherit; }

p:last-of-type {
  margin-bottom: 0; }

ol li, ul li {
  margin-bottom: 0; }
  ol li a, ul li a {
    color: #4b494a; }
  ol li a:hover, ul li a:hover, ol li a:focus, ul li a:focus {
    color: #b9a46f; }

.fa-ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .fa-ul li {
    margin: 0 0 0.5em 0; }
  .fa-ul li .fa {
    padding-right: 0.5em; }
  .fa-ul li strong {
    display: block; }
  .fa-ul li a {
    color: inherit;
    font-weight: inherit;
    border: none;
    text-decoration: none; }
  .fa-ul li.Address {
    margin-bottom: 0; }

.btn {
  border-radius: 0;
  padding: 1em 2.5em;
  font-size: 0.8em;
  border: 2px #4b494a solid;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.3s;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  text-decoration: none; }
  .btn .fa {
    margin-left: 0.5rem;
    font-weight: 900; }

.btn-small, .btn-sm {
  font-size: 0.6rem; }

.btn-large, .btn-lg, .btn-lrg {
  font-size: 1rem; }

.btn-default, .btn-dark {
  background-color: #4b494a;
  color: #fff;
  border-color: #4b494a; }
  .btn-default:hover, .btn-dark:hover, .btn-default:focus, .btn-dark:focus {
    background-color: #413d41;
    color: #fff;
    border-color: #413d41; }

.btn-primary {
  background-color: #b9a46f;
  color: #413d41;
  border-color: #b9a46f; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #ffe9b3;
    color: #413d41;
    border-color: #ffe9b3; }

.btn-secondary {
  background-color: #0b1b48;
  color: #fff;
  border-color: #0b1b48; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #081333;
    color: #fff;
    border-color: #081333; }

.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }
  .btn-ghost:hover, .btn-ghost:focus {
    background-color: #fff;
    color: #333;
    border-color: #fff; }

.btn-inverse {
  background-color: #fff;
  color: #333;
  border-color: #fff; }
  .btn-inverse:hover, .btn-inverse:focus {
    background-color: #f8f8f8;
    color: #333;
    border-color: #f8f8f8; }

.btn-stripped {
  background: none;
  color: #b9a46f;
  border: none;
  border-bottom: 1px #b9a46f solid;
  border-radius: 0;
  padding: 0 0 0.25em 0; }
  .btn-stripped:hover, .btn-stripped:focus {
    color: #a18e60;
    border-color: #a18e60; }

@media only screen and (max-width: 800px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block; }
    #no-more-tables thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    #no-more-tables tr {
      border: 1px solid #f8f8f8; }
    #no-more-tables td {
      border: none;
      border-bottom: 1px solid #f8f8f8;
      position: relative;
      padding-left: 50%;
      white-space: normal;
      text-align: right;
      width: 100%; }
      #no-more-tables td:before {
        position: absolute;
        top: 15px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title); } }

.form-group.date {
  overflow: hidden; }

.form-group.date label {
  display: block; }

.form-group.date select.form-control {
  width: 33.33%;
  float: left; }

.form-group input, .form-group select {
  border-radius: 0;
  height: 45px;
  box-shadow: none; }
  .form-group input:focus, .form-group select:focus {
    box-shadow: none;
    border-color: inherit; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.vimeo-container {
  position: relative;
  padding-top: 0;
  min-height: 100vh;
  min-width: 100vh;
  overflow: hidden; }
  .vimeo-container iframe, .vimeo-container object, .vimeo-container embed {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

header {
  padding: 1rem 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 999;
  background: transparent;
  transition: all 0.3s; }
  header .logo {
    transition: all 0.3s;
    max-height: 100px;
    margin: 0 auto; }
  header .center-logo {
    float: none;
    order: 2; }

.main_h {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 1rem 0;
  background: #4b494a;
  opacity: 0;
  top: -100px;
  left: 0;
  right: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s; }
  .main_h.sticky {
    opacity: 1;
    top: 0; }
  .main_h .logo {
    max-height: 60px; }
  .main_h .center-logo {
    display: none; }
  .main_h .navbar-default {
    text-align: right; }
  .main_h .navbar-default .navbar-collapse {
    padding: 0; }
  .main_h .navbar-default .navbar-inner {
    display: block;
    float: right; }

@media (max-width: 991px) {
  header .logo {
    margin: 0 auto; } }

.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  min-height: 0; }
  .navbar-default .navbar-nav {
    min-height: 0; }
  .navbar-default .navbar-nav.navbar-first {
    order: 1;
    text-align: right; }
  .navbar-default .navbar-nav.navbar-second {
    order: 3; }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    border: none;
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      background-color: transparent;
      color: #b9a46f; }
  .navbar-default .navbar-nav > li > .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #151515;
    padding: 1rem; }
    .navbar-default .navbar-nav > li > .dropdown-menu li a {
      border: none;
      font-weight: 300;
      font-size: 0.9rem;
      color: #fff;
      padding: 5px 0;
      text-decoration: none; }
      .navbar-default .navbar-nav > li > .dropdown-menu li a:hover, .navbar-default .navbar-nav > li > .dropdown-menu li a:focus {
        background: transparent;
        color: #ffe9b3; }
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #b9a46f; }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      background-color: transparent;
      color: #b9a46f; }
  .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    color: #b9a46f; }
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background-color: transparent;
      color: #b9a46f; }
  .navbar-default .navbar-nav.navbar-right .dropdown-menu {
    right: auto; }
  .navbar-default .navbar-toggle {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 1.25rem 0 1.25rem 2rem;
    border-radius: 0; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu.pull-left {
    float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #f8f8f8;
    margin-top: 5px;
    margin-right: -10px; }
/* MM Menu */
.mm-slideout {
  box-shadow: none !important; }

#mobile-menu.mm-menu {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
  #mobile-menu.mm-menu .mm-panel {
    border: none;
    border-radius: 0; }
  #mobile-menu.mm-menu .mm-panel.mm-highest {
    box-shadow: none; }
  #mobile-menu.mm-menu > .mm-list {
    padding: 0;
    margin-top: 0 !important; }
  #mobile-menu.mm-menu > .mm-list > li {
    width: 100%; }
  #mobile-menu.mm-menu > .mm-list > li a {
    font-weight: 300;
    font-family: 'baskerville-urw', sans-serif;
    color: #333;
    padding: 1em 1.5em !important;
    border: none;
    font-size: 1rem; }
    #mobile-menu.mm-menu > .mm-list > li a .fa {
      display: none; }
    #mobile-menu.mm-menu > .mm-list > li a:hover, #mobile-menu.mm-menu > .mm-list > li a:focus {
      background: transparent; }
  #mobile-menu.mm-menu > .mm-list > li:hover, #mobile-menu.mm-menu > .mm-list > li:focus {
    background: #fff;
    border-left-color: #b9a46f; }
    #mobile-menu.mm-menu > .mm-list > li:hover a, #mobile-menu.mm-menu > .mm-list > li:focus a {
      color: #b9a46f; }
      #mobile-menu.mm-menu > .mm-list > li:hover a:hover, #mobile-menu.mm-menu > .mm-list > li:focus a:hover, #mobile-menu.mm-menu > .mm-list > li:hover a:focus, #mobile-menu.mm-menu > .mm-list > li:focus a:focus {
        background: transparent; }
    #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:focus, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:focus {
      background: transparent; }
  #mobile-menu.mm-menu > .mm-list > li a.mm-subclose {
    background: #b9a46f;
    color: #fff;
    margin: 0; }
    #mobile-menu.mm-menu > .mm-list > li a.mm-subclose:before {
      border-color: #fff;
      bottom: 70%; }
  #mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    margin-left: 0;
    border-color: #413d41;
    opacity: 0.5; }
  #mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    border-color: #f8f8f8;
    opacity: 0.7; }
  #mobile-menu.mm-menu > .mm-list > li.mm-selected.open {
    border-color: #b9a46f; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
      background: transparent;
      color: #b9a46f;
      border-color: #b9a46f; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
      background: #b9a46f; }
  #mobile-menu.mm-menu > .mm-list > li.active {
    border-color: #b9a46f; }
    #mobile-menu.mm-menu > .mm-list > li.active > a {
      color: #b9a46f; }
  #mobile-menu.mm-menu > .mm-list > li.mm-subtitle {
    border-color: #b9a46f;
    transition: all 0.3s; }
    #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus {
      border-color: #a18e60; }
      #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
        background: transparent; }
  #mobile-menu.mm-menu > .mm-list .mm-subopen {
    background: #b9a46f; }
  #mobile-menu.mm-menu > .mm-list .mm-subopen:after {
    border-color: #fff !important;
    right: 45%; }
  #mobile-menu.mm-menu > .mm-list .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list .mm-subopen:focus {
    background: transparent; }

#mobile-menu.mm-menu > .mm-list > li a {
  margin-right: 0; }

#mobile-menu.mm-menu > .mm-list .mm-subopen {
  background: transparent;
  width: 100%; }

#mobile-menu.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 22px; }

#mobile-menu.mm-menu > .mm-list .dropdown-toggle:after {
  content: '';
  background: #b9a46f;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px; }

.document-footer {
  background: #4b494a;
  text-align: center; }
  .document-footer .fa-ul > li {
    color: #fff;
    display: inline-block;
    margin: 0 0.5em;
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.8rem; }
  .document-footer .fa-ul > li strong {
    color: #b9a46f;
    display: inline-block; }
  .document-footer .fa-ul > li a {
    text-decoration: none; }
    .document-footer .fa-ul > li a:hover, .document-footer .fa-ul > li a:focus {
      color: inherit; }
  .document-footer .fa-ul > li.Address {
    display: block; }
  .document-footer .fa-ul > li.Address2 {
    margin-top: -2px;
    display: block; }
    .document-footer .fa-ul > li.Address2 strong {
      display: none; }
  .document-footer .social .fa {
    font-size: 0.9rem; }
  .document-footer .copyright {
    padding: 0.5rem;
    background: #413d41; }
  .document-footer .copyright p {
    margin: 0;
    font-size: 0.5rem;
    color: #fff;
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.5; }
  .document-footer .copyright p a {
    color: inherit;
    font-weight: inherit;
    border: none; }

.carousel {
  background: #151515; }
  .carousel img, .carousel .bg-absolute, .carousel iframe {
    opacity: 0.75; }
  .carousel .carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 0;
    text-shadow: none; }
  .carousel .carousel-caption.left {
    text-align: left; }
  .carousel .carousel-caption.right {
    text-align: right; }
  .carousel .carousel-caption.center {
    text-align: center;
    justify-content: center; }
  .carousel .carousel-caption h3 {
    margin: 0 auto 1rem auto;
    font-size: 2.75rem;
    color: #ffe9b3;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.3; }
  .carousel .carousel-caption p {
    font-style: italic;
    font-size: 1.75rem;
    font-weight: 100; }
  .carousel .carousel-caption .btn {
    font-size: 0.9rem; }
  .carousel .carousel-caption hr {
    border-width: 3px; }
  .carousel .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0 1px !important;
    border-width: 2px; }
  .carousel .carousel-control {
    background: transparent;
    width: 8%; }
  .carousel .carousel-control.left .fa {
    right: 100%; }
  .carousel .carousel-control.right .fa {
    left: 100%; }
  .carousel .carousel-control .fa {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    font-size: 3rem;
    text-shadow: none;
    transition: all 0.3s; }
  .carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
    right: 50%; }
  .carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
    left: 50%; }
  .carousel .carousel-inner .item {
    margin-bottom: 0; }
  .carousel .scroll {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 91;
    padding-bottom: 1rem; }
  .carousel .scroll .fa {
    font-size: 1.5rem; }
  .carousel.carousel-fade .carousel-inner .item {
    transition-property: opacity; }
  .carousel.carousel-fade .carousel-inner .item, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel.carousel-fade .carousel-inner .active, .carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .next, .carousel.carousel-fade .carousel-inner .prev, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0); }
  .carousel.carousel-fade .carousel-control {
    z-index: 2; }
  .carousel.video-masthead {
    overflow: hidden; }
  .carousel.testimonials {
    background: #fff; }
  .carousel.testimonials .carousel-caption {
    text-align: center;
    position: static;
    padding: 7.5rem 0; }
  .carousel.testimonials .carousel-caption blockquote {
    border: none;
    padding: 0 5rem;
    margin: 0; }
    .carousel.testimonials .carousel-caption blockquote:before, .carousel.testimonials .carousel-caption blockquote:after {
      display: block;
      position: absolute;
      font-size: 7rem;
      color: #f8f8f8; }
    .carousel.testimonials .carousel-caption blockquote:before {
      content: '“';
      top: 0;
      left: 0; }
    .carousel.testimonials .carousel-caption blockquote:after {
      content: '”';
      bottom: 0;
      right: 0; }
  .carousel.testimonials .carousel-caption h3 {
    font-size: 1.75rem;
    margin: 0 0 1rem 0;
    color: #b9a46f; }
  .carousel.testimonials .carousel-caption p {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 1.15rem;
    margin-bottom: 0.5em;
    color: #333;
    font-style: normal; }
    .carousel.testimonials .carousel-caption p:last-of-type {
      margin-bottom: 0; }
  .carousel.testimonials .carousel-caption .name {
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #ccc;
    margin: 1rem 0 0 0; }
    .carousel.testimonials .carousel-caption .name small {
      color: inherit; }
  .carousel.testimonials .carousel-control {
    opacity: 1;
    width: 3rem; }
  .carousel.testimonials .carousel-control .fa {
    font-size: 1.5rem;
    color: #f8f8f8; }
  .carousel.testimonials .carousel-control:hover .fa, .carousel.testimonials .carousel-control:focus .fa {
    color: #4b494a; }
  .carousel.testimonials .carousel-control.left .fa {
    right: 0; }
  .carousel.testimonials .carousel-control.right .fa {
    left: 0; }

.scrim {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
  .scrim.scrim-alt {
    top: 0;
    bottom: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }

.shoutout .item {
  background: #151515;
  margin-bottom: 0;
  transition: all 0.3s; }
  .shoutout .item .bg-absolute {
    opacity: 0.5;
    transition: all 0.3s; }
  .shoutout .item .card {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 10rem 0;
    max-width: 60%;
    margin: 0 auto; }
  .shoutout .item h3.title {
    margin: 0 0 1rem 0;
    color: #ffe9b3;
    font-size: 2.5rem;
    transition: all 0.3s; }
  .shoutout .item p, .shoutout .item li {
    color: #fff;
    font-size: 1.25rem;
    transition: all 0.3s; }
  .shoutout .item .btn {
    font-size: 0.9rem; }
  .shoutout .item:hover, .shoutout .item:focus {
    background: #b9a46f; }
  .shoutout .item:hover .bg-absolute, .shoutout .item:focus .bg-absolute {
    opacity: 0.05; }
  .shoutout .item:hover h3.title, .shoutout .item:focus h3.title, .shoutout .item:hover p, .shoutout .item:focus p, .shoutout .item:hover li, .shoutout .item:focus li {
    color: #4b494a; }
  .shoutout .item:hover .btn, .shoutout .item:focus .btn {
    background: #4b494a;
    border-color: #4b494a;
    color: #fff; }

.cta h4 {
  color: #fff;
  font-size: 3.5rem; }
  .cta h4 small {
    color: #ffe9b3;
    margin-top: 0.75em;
    font-size: 1.25rem;
    font-weight: 500; }
  .cta p {
    color: #fff;
    font-size: 1.25rem; }
  .cta .btn {
    font-size: 0.9rem; }
  .cta .overlay {
    opacity: 0.5;
    background: #151515; }
  .cta.no-photo .overlay {
    opacity: 0;
    display: none; }

.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  .flash.alert {
    margin-bottom: 0; }

.alert {
  border-radius: 0;
  border: none;
  color: #fff; }
  .alert.alert-danger {
    background-color: #f44336; }
  .alert.alert-success {
    background-color: #4caf50; }
  .alert.alert-info {
    background-color: #03a9f4; }
  .alert.alert-warning {
    background-color: #ff5722; }

.spec-content {
  position: relative;
  z-index: 99; }
  .spec-content h3.title {
    font-size: 2.5rem; }
  .spec-content h6.title {
    font-size: 1.25rem;
    letter-spacing: 0.2em; }
  .spec-content .text-pad {
    padding: 6rem 4rem; }
  .spec-content.normal-content .item {
    margin-bottom: 0; }
  .spec-content.normal-content.contentOnly .text-pad {
    padding-left: 0;
    padding-right: 0; }
  .spec-content.spec-bg .text-right {
    text-align: left; }
  .spec-content.spec-bg p {
    color: #fff; }
  .spec-content.spec-bg .text-pad {
    margin: 5rem 0; }
  .spec-content.accentColor.spec-bg .text-pad, .spec-content.accentColor.normal-content.bgColor, .spec-content.accentColor.spec-bg {
    background-color: #b9a46f; }
  .spec-content.accentColor h3.title {
    color: #4b494a; }
  .spec-content.accentColor h6.title {
    color: #4b494a; }
  .spec-content.accentColor p, .spec-content.accentColor li {
    color: #fff; }
  .spec-content.accentColorAlt.spec-bg .text-pad, .spec-content.accentColorAlt.normal-content.bgColor, .spec-content.accentColorAlt.spec-bg {
    background-color: #0b1b48; }
  .spec-content.accentColorAlt h3.title {
    color: #b9a46f; }
  .spec-content.accentColorAlt h6.title {
    color: #b9a46f; }
  .spec-content.accentColorAlt p, .spec-content.accentColorAlt li {
    color: #fff; }
  .spec-content.primaryDarkColor.spec-bg .text-pad, .spec-content.primaryDarkColor.normal-content.bgColor, .spec-content.primaryDarkColor.spec-bg {
    background-color: #4b494a; }
  .spec-content.primaryDarkColor h3.title {
    color: #b9a46f; }
  .spec-content.primaryDarkColor h6.title {
    color: #b9a46f; }
  .spec-content.primaryDarkColor p, .spec-content.primaryDarkColor li {
    color: #fff; }
  .spec-content.primaryLightColor.spec-bg .text-pad, .spec-content.none.spec-bg .text-pad, .spec-content.primaryLightColor.normal-content.bgColor, .spec-content.none.normal-content.bgColor, .spec-content.primaryLightColor.spec-bg, .spec-content.none.spec-bg {
    background-color: #fff; }
  .spec-content.primaryLightColor h3.title, .spec-content.none h3.title {
    color: #4b494a; }
  .spec-content.primaryLightColor h6.title, .spec-content.none h6.title {
    color: #b9a46f; }
  .spec-content.primaryLightColor p, .spec-content.none p, .spec-content.primaryLightColor li, .spec-content.none li {
    color: #333; }
  .spec-content.secondaryLightColor.spec-bg .text-pad, .spec-content.secondaryLightColor.normal-content.bgColor, .spec-content.secondaryLightColor.spec-bg {
    background-color: #f8f8f8; }
  .spec-content.secondaryLightColor h3.title {
    color: #4b494a; }
  .spec-content.secondaryLightColor h6.title {
    color: #b9a46f; }
  .spec-content.secondaryLightColor p, .spec-content.secondaryLightColor li {
    color: #333; }
  .spec-content.none.spec-bg .text-pad, .spec-content.none.normal-content.bgColor, .spec-content.none.spec-bg {
    background: transparent; }
  .spec-content.none h3.title {
    color: #fff; }
  .spec-content.none h6.title {
    color: #fff; }
  .spec-content.none p, .spec-content.none li {
    color: #fff; }
  .spec-content.none .text-pad {
    padding-top: 0;
    padding-bottom: 0; }

.faq .faq-item {
  border-bottom: 1px #f8f8f8 solid;
  transition: all 0.3s; }
  .faq .faq-item:hover {
    background: #f7f7f7; }
  .faq .faq-item:hover a.question {
    color: #b9a46f; }
    .faq .faq-item:hover a.question:after {
      color: #b9a46f; }
  .faq .faq-item:last-child {
    border-bottom: none; }
  .faq a.question {
    position: relative;
    width: 100%;
    padding: 0.75rem 0 0.75rem 2rem;
    color: #333;
    font-weight: 400;
    transition: all 0.3s;
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    font-size: 1.15rem;
    letter-spacing: 0.1em;
    display: block; }
  .faq a.question:hover, .faq a.question:hover::after {
    cursor: pointer;
    text-decoration: none; }
  .faq a.question::after {
    font-family: FontAwesome;
    content: '\f067';
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 0.6rem;
    color: #333;
    padding: 1rem 2em 1rem 1rem;
    width: 30px;
    text-align: center;
    transition: all 0.3s;
    background: transparent; }
  .faq a.question.active {
    color: #b9a46f;
    background: #f7f7f7; }
  .faq a.question.active::after {
    font-family: 'FontAwesome';
    content: '\f068';
    color: #b9a46f; }
  .faq .content {
    display: none;
    padding: 1rem 2rem 2rem;
    overflow: hidden;
    margin: 0;
    background: #f7f7f7; }
  .gallery {
    margin: -15px;
    padding: 5rem; }
  .gallery .item {
    padding: 2px;
    border: none; }
  .gallery .item img {
    padding: 5px; }

.Collage {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .Collage img {
    vertical-align: bottom;
    opacity: 1;
    border: 15px #fff solid; }
  .Collage img:hover, .Collage img:focus {
    cursor: pointer; }

.cart .panel {
  border: none;
  margin: 2rem 0 0 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0; }
  .cart .panel .panel-body {
    padding: 0; }
  .cart .form-inline .input-group .form-control, .cart .form-inline .input-group .input-group-addon {
    background: transparent;
    border-radius: 0;
    font-weight: 600; }
  .cart .form-inline .input-group .form-control {
    height: 36px; }
  .cart .form-inline .input-group .input-group-addon {
    padding: 0; }
    .cart .form-inline .input-group .input-group-addon a {
      height: 29px;
      display: block;
      line-height: 20px;
      padding: 6px 10px; }
      .cart .form-inline .input-group .input-group-addon a:hover, .cart .form-inline .input-group .input-group-addon a:focus {
        text-decoration: none;
        border: none; }

.team-wrap {
  padding: 0 4rem 4rem; }
  .team-wrap h3 {
    color: #b9a46f; }
  .team-wrap h6 {
    color: #0b1b48; }
  .team-wrap i {
    padding: 0 1rem 0 1rem;
    color: #0b1b48; }
  .team-wrap a {
    color: #333;
    text-decoration: none; }
  .team-wrap a:hover {
    color: #0b1b48; }
  .team-wrap hr {
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #dcd2ba; }

.testimonials .item {
  margin-bottom: 5rem; }
  .testimonials .item:last-child {
    margin-bottom: 0; }
  .testimonials blockquote {
    border: none;
    padding: 0 5rem;
    margin: 0; }
  .testimonials blockquote:before {
    display: block;
    position: absolute;
    font-size: 7rem;
    color: #f8f8f8;
    content: '“';
    top: 0;
    left: 0; }
  .testimonials h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    color: #b9a46f; }
  .testimonials p {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 1.15rem;
    margin-bottom: 0.5em;
    color: #333;
    font-style: normal; }
  .testimonials p:last-of-type {
    margin-bottom: 0; }
  .testimonials .name {
    font-family: 'futura-pt', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #ccc;
    margin: 1rem 0 0 0; }
  .testimonials .name small {
    color: inherit; }

.noNameBox {
  display: block;
  position: fixed;
  width: 350px;
  padding: 1.5rem;
  bottom: -100%;
  right: 1rem;
  z-index: 100;
  background: #f1f1f1;
  border: 1px #e2e2e2 solid;
  transition: all 0.6s; }

.noNameBox.visible {
  bottom: 0; }

.pagination > li > a {
  font-size: 0.8em;
  color: #4b494a;
  border: 1px #f8f8f8 solid; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    background: #f8f8f8;
    color: #4b494a; }
  .pagination > li.active > a {
    background: #b9a46f;
    border-color: #b9a46f; }
    .pagination > li.active > a:hover, .pagination > li.active > a:focus {
      background: #b9a46f;
      border-color: #b9a46f; }
  .pagination > li:last-child > a, .pagination > li:first-child > a {
    border-radius: 0; }

.progress-wrap {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 0.6rem;
  color: #4b494a;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1; }

.progress-wrap:hover::after {
  opacity: 0; }

.progress-wrap::before {
  position: absolute;
  font-family: FontAwesome;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 0.6rem;
  opacity: 0;
  background: #4b494a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2; }

.progress-wrap:hover::before {
  opacity: 1; }

.progress-wrap svg path {
  fill: #fff !important; }

.progress-wrap svg.progress-circle path {
  stroke: #4b494a;
  stroke-width: 2;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.document-header {
  padding: 1rem 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9; }

.widget-type-site_logo img {
  max-height: 50px; }

@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 25%; } }

@media (max-width: 1399px) {
  .carousel .carousel-caption h3 {
    margin: 0 auto 1rem auto;
    font-size: 2.25rem; }
    .carousel .carousel-caption p {
      font-size: 1.5rem; }

  .shoutout .item .card {
    max-width: 80%; }
    .shoutout .item h3.title {
      font-size: 2rem; }

  .cta h4 {
    font-size: 3rem; }

  .spec-content h3.title {
    font-size: 2.25rem; }
    .spec-content .text-pad {
      padding: 4rem 2rem; } }

@media (max-width: 1199px) {
  body, html {
    font-size: 16px; } }

@media (max-width: 991px) {
  body, html {
    font-size: 14px; }

  .carousel .carousel-caption h3 {
    margin: 0 auto 1rem auto;
    font-size: 2rem; }

  .navbar-default .navbar-nav > li > a {
    font-size: 0.9rem;
    padding: 15px 10px; }

  .intro {
    padding: 5rem 0; }

  .shoutout .item .card {
    max-width: 100%;
    padding: 8rem 0; }

  .cta h4 {
    font-size: 2.5rem; } }

@media (max-width: 767px) {
  h1 {
    font-size: 1.75rem; }

  h2 {
    font-size: 1.5rem; }

  h3 {
    font-size: 1.25rem; }

  h4, h5 {
    font-size: 1rem; }

  .same {
    height: auto !important; }

  .flex {
    display: block !important; }

  .pad, .padded, .padding {
    padding: 3rem 0; }

  header .logo, .main_h .logo {
    margin: 0;
    max-height: 50px; }

  .scroll {
    display: none; }

  .carousel .carousel-caption, .carousel.secondary .carousel-caption {
    position: static;
    background: #f8f8f8;
    display: block;
    text-shadow: none;
    padding: 3rem 0 !important; }
    .carousel .carousel-caption.left, .carousel.secondary .carousel-caption.left, .carousel .carousel-caption.right, .carousel.secondary .carousel-caption.right, .carousel .carousel-caption.center, .carousel.secondary .carousel-caption.center {
      text-align: left; }
    .carousel .carousel-caption h3, .carousel.secondary .carousel-caption h3 {
      color: #4b494a;
      font-size: 1.5rem; }
    .carousel .carousel-caption p, .carousel.secondary .carousel-caption p {
      color: #333;
      font-size: 1.25rem; }

  .carousel.video-masthead {
    height: auto !important; }
    .carousel.video-masthead .vimeo-container {
      min-height: 300px; }
    .carousel.video-masthead .vimeo-container iframe {
      min-height: 450px; }

  .carousel-control, .carousel-indicators {
    display: none; }

  .intro .text-center {
    text-align: left; }
    .intro h1.title {
      font-size: 1.5rem; }
    .intro .big, .intro.lead {
      font-size: 1.25em; }

  .spec-content .bg-img, .spec-content.bg-img {
    background-image: none !important; }
    .spec-content .overlay {
      display: none; }
    .spec-content .text-pad {
      padding: 3rem 0; }

  .shoutout .item .card {
    text-align: left;
    padding: 3rem 0; }
    .shoutout .item h3.title {
      font-size: 1.75rem; }
    .shoutout .item p {
      font-size: 1.1rem; }

  .carousel .carousel-inner .item {
    height: auto !important; }

  .carousel.testimonials .carousel-caption blockquote {
    padding: 0; }
    .carousel.testimonials .carousel-caption blockquote h3 {
      font-size: 1.5rem; }

  .cta h4 {
    font-size: 2rem; }
    .cta p {
      font-size: 1.1rem; }

  .contact {
    padding-top: 0; }
    .contact .well {
      padding: 3rem 15px;
      margin: 0 -15px 3rem; }
    .contact .well:before {
      display: none; } }
/*# sourceMappingURL=/themes/base/css/sources/style.map */