@media (max-width: 767px) {
  .blocks .third.promotion {
    flex-basis: calc(50% - 10px);
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: calc(50% - 10px) 0 0;
    -ms-flex: calc(50% - 10px) 0 0;
    flex: calc(50% - 10px) 0 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-left: 5px;
    padding-right: 5px; } }

.column ol {
  list-style: decimal;
  padding-left: 1.5em; }

.ccm-page-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .ccm-page-list h3 {
    margin-bottom: 0.2em; }
    .ccm-page-list h3 a {
      color: #c53827;
      text-decoration: none;
      font-weight: 600;
      font-size: 1.2em;
      text-transform: uppercase; }
      .ccm-page-list h3 a:hover {
        text-decoration: underline; }
  .ccm-page-list .ccm-page-list-description {
    padding-bottom: 2em; }

#pagination {
  display: block;
  width: 100%;
  clear: both;
  float: none;
  padding-top: 10px;
  border-top: 1px solid #231f20;
  margin-top: 10px; }
  #pagination .numbers {
    font-size: 1.3em; }
  #pagination a {
    color: #c53827;
    text-decoration: none; }
    #pagination a:hover {
      text-decoration: underline; }

.social-links a.twitter {
  margin-right: 30px; }

.social-links a.instagram {
  background-color: #3f729b;
  margin-right: 0; }

.table-holder footer {
  font-size: 1.15em; }

footer .col.email .app-links {
  text-align: center;
  margin-bottom: 1em; }
  footer .col.email .app-links a {
    display: inline-block;
    width: 40%; }
    footer .col.email .app-links a:first-child {
      margin-right: 12px; }

#google_translate_element {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0.25em 0.5em;
  background: white;
  z-index: 7; }

.goog-te-banner-frame {
  top: auto !important;
  bottom: 0 !important; }

.rooms-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  background: rgba(35, 31, 32, 0.7);
  transform: translateY(50%);
  transition: all 0.3s ease;
  font-size: 1rem; }
  .rooms-banner.visible {
    transform: translateY(0); }
  .rooms-banner a.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #fff;
    cursor: pointer; }
    .rooms-banner a.close svg {
      height: 2em;
      width: 2em;
      transform: rotate(0deg);
      transform-origin: center;
      transition: all 0.3s ease; }
    .rooms-banner a.close:hover svg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .rooms-banner a.close:active {
      background-color: #fff;
      color: #231f20; }
  .rooms-banner img.starburst {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px; }
  .rooms-banner .inner {
    max-width: 600px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 60px 1rem 1rem 1rem; }
  .rooms-banner .button-holder {
    padding-top: 1rem; }
  .rooms-banner .button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 0.3s ease;
    font-size: 1.25em;
    text-decoration: none;
    background: -webkit-linear-gradient(top, #fff, #fff);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background: -moz-linear-gradient(top, #fff, #fff);
    /* FF3.6 */
    background: -ms-linear-gradient(top, #fff, #fff);
    /* IE10 */
    background: -o-linear-gradient(top, #fff, #fff);
    /* Opera 11.10+ */
    background: linear-gradient(top, #fff, #fff);
    /* Opera 11.10+ */
    background-size: 0 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.25em 0.5em; }
    .rooms-banner .button:hover {
      color: #231f20;
      background-size: 100% 100%; }
    .rooms-banner .button:active {
      background-size: 0 5%;
      background-color: #c53827;
      color: #231f20;
      border-color: #231f20; }

/*# sourceMappingURL=mohawk2.css.map */