@import url("https://fonts.googleapis.com/css?family=Montserrat:300, 400, 500, 600, 700, 800, 900|Open + Sans:300, 400, 600, 700, 800|Poppins:300, 400, 500, 600, 700, 800, 900");
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    color: #1f5174;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-top: 0;
}
h1 {
    font-size: 3rem;
    line-height: 42px;
    font-family: Oswald, sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 2rem;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}
h3 {
    font-size: 2rem;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin-top: 1em;
    margin-bottom: 1em;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
h5 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}
h6 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
}
p:last-child {
    margin-bottom: 0;
}
a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a { color: #b39346; }
:focus {
    
}
a:focus {
    color: inherit;
    outline: 0;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: #007da7;
    text-decoration: underline;
}
footer a { color: #fff; }
footer a:hover, footer a:focus { color: #b39346; text-decoration: underline; }
button,
input[type="submit"] {
    cursor: pointer;
}
ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
p {
    margin-top: 1em;
    margin-bottom: 1em;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
.section {
    float: left;
    width: 100%;
}
.sections {
    margin: 2em 0;
    padding: 2em 0;
}
@media only screen and (max-width: 767px) {
    .container {
        width: 450px;
    }
}
@media only screen and (max-width: 479px) {
    .container {
        width: 320px;
    }
}
.capitalize {
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.hide-text {
    height: 1px;
    left: -900em;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.container::after {
    display: block;
    content: "";
    clear: both;
}
.title-area {
    margin-top: 6em;
    text-transform: uppercase;
}
.title-area .container {
    border-bottom: 1px solid #555;
}
.btn {
    border-radius: 0.188rem;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
    border: 0;
    padding: 5px 30px;
}
.btn-primary {
    background: #b39346;
    color: #fff;
    border: 0;
}
.btn-primary:hover {
    background: #007da7;
    border: 0;
}
.btn-secondary {
    background-color: transparent;
    border: 2px solid #0096c8;
    color: #0096c8;
    text-transform: uppercase;
    border-radius: 0.188rem;
}
.circle-icon {
    color: #0f1c34;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}
.img-fluid {
    width: 100%;
}
form .form-control {
    border-color: #007da7;
    border-radius: 0;
}
form label {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-weight: 700;
    font-size: 1.125rem;
}
.hidetext {
    display: inline-block;
    text-indent: -9999px;
}
.jumbotron {
    padding: 0;
    border-radius: 0;
    background-size: cover;
    height: 60vh;
    max-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 30px;
    margin-top: 5em;
    margin-bottom: 0;
    background-color: #0f1c34;
}
.jumbotron h1 {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 3rem;
}
@media only screen and (max-width: 479px) {
    .jumbotron {
        height: 75vh;
    }
    .jumbotron h1 {
        font-size: 2.5rem;
    }
}
.sections--imageWithContent img {
    max-width: 100%;
    height: auto !important;
}
.sections--imageWithContent .img-left {
    float: left;
    margin-right: 1rem;
    max-width: 33%;
}
.sections--imageWithContent .img-right {
    float: right;
    margin-left: 1rem;
    max-width: 33%;
}
.sections--imageWithContent .img-center {
    margin: 0 auto;
    display: block;
}
.sections--card .card {
    padding: 0;
    margin: 0;
}
.sections--cardRow h2 {
    text-align: center;
}
.sections--cardRow > p {
    text-align: center;
}
.sections--cardRow .card {
    padding: 0;
    margin: 0.25em;
}
.sections--relatedEntry .card,
.sections--relatedEntryRow .card {
    padding: 0;
    margin: 0.25em;
}
.sections--faqGroup .container {
    padding: 3.5rem 0;
}
.sections--faqGroup h2 {
    text-align: center;
}
.sections--faqGroup p {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 30px;
}
.sections--faqGroup > p {
    text-align: center;
}
.sections--faqGroup .row {
    margin: 0 0.5em;
}
.sections--faqGroup .faq-question {
    font-weight: 700;
}
.faq-accordion {
    width: 100%;
}
.faq-accordion .card {
    border: 0;
    border-radius: 0;
}
.faq-accordion .card-body {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 30px;
}
.faq-accordion .card-header {
    padding: 0;
}
.faq-accordion .card-header h2,
.faq-accordion .card-header h2 .btn {
    color: #1f5174;
    white-space: normal;
}
.faq-accordion .card-header h2 .btn:hover {
    text-decoration: none;
}
.faq-accordion .card-header h2 {
    text-align: left;
}
.faq-accordion .accordion-toggle {
    position: relative;
}
.faq-accordion .accordion-toggle::after,
.faq-accordion .accordion-toggle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0.5em;
    width: 14px;
    height: 4px;
    margin-top: -2px;
    background-color: #1f5174;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.faq-accordion .accordion-toggle::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
.faq-accordion .accordion-toggle.collapsed::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
.faq-accordion .accordion-toggle.collapsed::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sections--tableAccordionRow .card {
    padding: 0;
    min-width: 175px;
    margin: 0.25em;
}
.sections--tableAccordionRow .btn {
    height: auto;
    white-space: normal;
}
.sections--tableAccordionRow .card-body {
    margin-right: 1em;
    margin-left: 1em;
}
.sections--tableAccordionRow .card-body:last-child {
    margin-bottom: 1em;
    border-bottom: 0;
}
.sections--tableAccordionRow .list-group-item {
    background-color: inherit;
    border: 0;
}
.sections--tableAccordionRow .btn {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    pointer-events: none;
    cursor: default;
}
.sections--tableAccordionRow .btn:hover {
    cursor: default;
}
@media (min-width: 768px) {
    .sections--tableAccordionRow .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}
@media (max-width: 768px) {
    .sections--tableAccordionRow .btn {
        pointer-events: auto;
    }
    .sections--tableAccordionRow .btn:hover {
        cursor: pointer;
    }
}
.sections--tableAccordionRow ul {
    list-style: disc;
}
.sections--cta {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #1f5174;
}
.sections--cta h2 {
    text-transform: uppercase;
    margin: 0;
}
.sections--cta h3 {
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    margin: 0;
}
.sections--cta p {
    font-size: 1.2rem;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    line-height: 30px;
}
.sections--cta .cta {
    padding: 5rem 0;
}
.sections--cta .alternate-cta {
    background-color: #007da7;
    padding: 0;
    color: #fff;
    background-size: cover;
    background-position: right top;
    padding: 5rem;
    position: relative;
}
.sections--cta .alternate-cta .container {
    padding-top: 0;
    position: relative;
    z-index: 99;
}
.sections--cta .alternate-cta img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sections--cta .alternate-cta a#cta {
    height: 0;
    display: none;
}
.sections--cta .alternate-cta .btn-primary {
    background: #b39346;
}
.sections--cta .alternate-cta .btn-primary:hover {
    background: #007da7;
}
.sections--cta #overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(15, 28, 52, 0.5);
    z-index: 2;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .alternate-cta .container {
        width: 100%;
    }
}
.sections--relatedEntry,
.sections--relatedEntryRow {
    margin: 0;
    padding: 0;
}
.sections--relatedEntry .related-entryrow,
.sections--relatedEntryRow .related-entryrow {
    padding-bottom: 5rem;
}
.sections--relatedEntry p,
.sections--relatedEntryRow p {
    margin-top: 0;
}
.sections--relatedEntry h2,
.sections--relatedEntryRow h2 {
    color: #1f5174;
    text-transform: uppercase;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 3.5rem;
    padding-top: 3.5rem;
    margin-top: 0;
}
.sections--relatedEntry h3,
.sections--relatedEntryRow h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    display: block;
    margin: 0;
    line-height: 3rem;
}
.sections--relatedEntry h4,
.sections--relatedEntryRow h4 {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.sections--relatedEntry .summary-content,
.sections--relatedEntryRow .summary-content {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 2rem 3.125rem;
    background: #fff;
    -webkit-box-shadow: 6px 8px 5px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 8px 5px -7px rgba(0, 0, 0, 0.2);
    min-height: 208px;
}
.sections--relatedEntry .card,
.sections--relatedEntryRow .card {
    overflow: hidden;
    border-radius: 0;
    background-color: #0f1c34;
}
.sections--relatedEntry .hover-overlay-card.card,
.sections--relatedEntryRow .hover-overlay-card.card {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
}
@media only screen and (max-width: 767px) {
    .sections--relatedEntry h4,
    .sections--relatedEntryRow h4 {
        font-size: 0.75rem;
    }
}
.sections--relatedEntry .hover-overlay-card.card .card-overlay,
.sections--relatedEntryRow .hover-overlay-card.card .card-overlay {
    background-color: rgba(67, 77, 99, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .sections--relatedEntry .hover-overlay-card.card .card-overlay,
    .sections--relatedEntryRow .hover-overlay-card.card .card-overlay {
        padding: 1rem;
    }
    .sections--relatedEntry .hover-overlay-card.card .card-overlay h2,
    .sections--relatedEntryRow .hover-overlay-card.card .card-overlay h2 {
        font-size: 1.35rem;
    }
}
.sections--relatedEntry .hover-overlay-card.card:hover,
.sections--relatedEntryRow .hover-overlay-card.card:hover {
    opacity: 1;
}
.sections--relatedEntry .hover-overlay-card.card:hover .fadeIn,
.sections--relatedEntryRow .hover-overlay-card.card:hover .fadeIn {
    top: 50%;
    left: 50%;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .sections--relatedEntry .hover-overlay-card.card:hover .fadeIn,
    .sections--relatedEntryRow .hover-overlay-card.card:hover .fadeIn {
        opacity: 1;
        top: auto;
        height: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto;
        background-color: #434d63;
        bottom: auto;
    }
}
.sections--relatedEntry .hover-overlay-card.card .card-img-overlay,
.sections--relatedEntryRow .hover-overlay-card.card .card-img-overlay {
    position: relative;
    padding: 0;
}
.sections--relatedEntry .hover-overlay-card.card .fadeIn,
.sections--relatedEntryRow .hover-overlay-card.card .fadeIn {
    background-color: rgba(67, 77, 99, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5rem 2rem;
    top: 80%;
}
@media only screen and (max-width: 767px) {
    .sections--relatedEntry .hover-overlay-card.card .fadeIn,
    .sections--relatedEntryRow .hover-overlay-card.card .fadeIn {
        opacity: 0;
        top: auto;
        height: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto;
        background-color: #434d63;
        bottom: auto;
    }
}
@media only screen and (max-width: 767px) {
    .sections--relatedEntry .hover-overlay-card.card::after,
    .sections--relatedEntryRow .hover-overlay-card.card::after {
        display: none;
    }
}
.sections--relatedEntry .card-content,
.sections--relatedEntryRow .card-content {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    z-index: 98;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 77%;
}
.sections--relatedEntry .card-content .btn-primary,
.sections--relatedEntryRow .card-content .btn-primary {
    margin-top: auto;
    width: 158px;
}
@media only screen and (max-width: 767px) {
    .sections--relatedEntry .card-content,
    .sections--relatedEntryRow .card-content {
        bottom: 0.25em;
        left: 0.25em;
    }
}
@media only screen and (max-width: 479px) {
    .sections--relatedEntry .card-content,
    .sections--relatedEntryRow .card-content {
        bottom: 0;
        left: 0.5em;
    }
}
@media screen and (max-width: 992px) {
    .sections--relatedEntry .card-content,
    .sections--relatedEntryRow .card-content {
        top: 1em;
        left: 1em;
    }
    .sections--relatedEntry h3,
    .sections--relatedEntryRow h3 {
        font-size: 2rem;
        line-height: 2rem;
    }
}
@media screen and (max-width: 479px) {
    .sections--relatedEntry h3,
    .sections--relatedEntryRow h3 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}
.title-block {
    margin: 0;
    padding: 0;
}
.hover-overlay-card.card:hover .card-content .title-block {
    border-bottom: 4px solid #007da7;
    padding-bottom: 0.5rem;
}
.hover-overlay-card.card:hover .btn {
    border-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .related-entryrow .hover-overlay-card.card .fadeIn {
        opacity: 1;
    }
}
.sections--relatedEntry .hover-overlay-card.card:hover .fadeIn {
    top: 50%;
    left: 50%;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 1;
}
.sections--featuredEvents {
    padding: 0;
    margin: 0;
}
.sections--featuredEvents .view-all-btn {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}
.sections--featuredEvents #featured-events {
    padding: 3.5rem 0;
}
.sections--featuredEvents #featured-events h2 {
    margin: 0;
}
.sections--featuredEvents #featured-dining {
    padding: 3.5rem 0;
}
.sections--featuredEvents #featured-dining h2 {
    margin-bottom: 2rem;
    margin-top: 0;
}
.sections--featuredEvents #featured-dining h3 {
    margin: 0;
}
.sections--featuredEvents #featured-promotions {
    padding: 5rem 0 1rem 0;
}
.sections--featuredEvents #featured-promotions h2 {
    color: #1f5174;
    margin: 0;
}
.sections--featuredEvents #featured-promotions h2.event-title {
    color: #1f5174;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
}
.sections--featuredEvents #featured-promotions .event-date {
    color: #1f5174;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    font-weight: 400;
}
#featured-events .event .event-details .event-title,
#featured-promotions .event .event-details .event-title {
    font-size: 2rem;
}
#featured-dining .card {
    border: 1px solid #007da7;
    border-radius: 0.188rem;
    font-size: 1rem;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-weight: 500;
    line-height: 1.65rem;
    min-width: 300px;
    margin-bottom: 1rem;
}
#featured-dining .card-header {
    font-size: 1.25rem;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#featured-dining .col.warning .card-header {
    background: #1f5174;
    color: #fff;
}
#featured-dining .card-subtitle {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
#featured-dining .card-container {
    display: flex;
}
#featured-dining .card-body {
    border-right: 1px solid #007da7;
    margin-right: 1rem;
    margin-left: 1rem;
    width: 100%;
}
#featured-dining .card-body:last-child {
    border-right: 0;
}
#featured-dining .card-body ul {
    list-style: unset;
    margin-left: 1.5rem;
}
#featured-dining .card-body:last-child {
    border-bottom: 0;
}

.sections {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
.sections:first-child {
    margin-top: 0;
}
#main-content > .sections--editor {
    padding-top: 2em;
}
.navbar + #main-content > .sections:first-child {
    margin-top: 8rem;
    padding-top: 3rem;
}
.navbar + .jumbotron + #main-content > .sections:first-child {
    margin-top: 0;
}
.break-out {
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
    margin: 0;
    padding: 0;
    max-width: 99vw;
}
.sections--editor {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 30px;
    margin: 4rem 0;
}
.sections--form {
    margin: 2rem 0;
}
.sections--embeddedCode .sections-internal {
    margin: 2rem 0;
}
.sections--embeddedCode iframe {
    width: 100%;
}
.book-your-stay .sections--embeddedCode .embed-container iframe {
    height: 1275px;
}
@media screen and (max-width: 1200px) {
    .book-your-stay .sections--embeddedCode .embed-container iframe {
        height: 2400px;
    }
}
@media screen and (max-width: 768px) {
    .book-your-stay .sections--embeddedCode .embed-container iframe {
        height: 2600px;
    }
}
body,
html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
body {
    background: url(/assets/images/pattern.png);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100vw;
}
main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.navbar {
    background-color: #0f1c34;
    color: #fff;
}
.navbar a {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 0.813rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 2px solid #0f1c34;
}
.navbar a:hover {
    border-bottom: 2px solid #b39346;
}
.navbar .input-group a {
    font-size: 1rem;
    font-weight: 500;
}
.navbar .btn-secondary {
    color: #fff !important;
    padding: 0.35rem 1.5rem !important;
    font-size: 0.813rem;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    background-color: #b39346;
    border: 2px solid #b39346;
    border-bottom: 2px solid #b39346;
}
.navbar .btn-secondary:hover {
    border-color: #0081b9 !important;
    background-color: transparent;
}
.navbar .form-inline .form-control {
    background: 0 0;
    border: 0;
    line-height: 0.75rem;
    padding: 0.25rem 3rem 0.25rem 7em;
    text-align: right;
    border-radius: 2rem;
}
.navbar .form-inline .form-control:focus {
    background: #fff;
    border: 1px solid #95989a;
}
.navbar .form-inline .form-control:focus + .btn {
    color: #007da7;
}
.navbar .form-inline .form-control:focus::-webkit-input-placeholder {
    opacity: 1;
}
.navbar .form-inline .form-control:focus::-moz-placeholder {
    opacity: 1;
}
.navbar .form-inline .form-control:focus:-ms-input-placeholder {
    opacity: 1;
}
.navbar .form-inline .form-control:focus::-ms-input-placeholder {
    opacity: 1;
}
.navbar .form-inline .form-control:focus::placeholder {
    opacity: 1;
}
.navbar .form-inline .btn {
    background: 0 0;
    margin-left: -4rem;
}
.navbar .form-inline .btn:hover {
    color: #007da7;
}
.navbar .navbar-brand,
.navbar .navbar-brand:hover {
    border: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1.81rem;
    margin-left: 1.81rem;
    padding-right: 0;
    padding-left: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
#navbarsExampleDefault {
    margin-top: 1em;
}
@media screen and (max-width: 1104px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}
@media screen and (max-width: 989px) {
    .navbar .navbar-nav.ml-auto {
        margin-left: 0 !important;
    }
    .navbar .form-inline .form-control {
        background: #fff;
        width: 89vw;
    }
    .navbar .form-inline .btn {
        color: #007da7;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .navbar .form-inline .form-control {
        width: 89vw;
    }
}
@media screen and (max-width: 435px) {
    .navbar .form-inline .form-control {
        width: 87vw;
    }
}
@media screen and (max-width: 479px) {
    .navbar .container {
        width: 450px;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar .form-inline .form-control {
        width: 85vw;
    }
}
footer {
    padding: 4rem 0 3.125rem;
    background-color: #0f1c34;
    color: #fff;
    margin-top: auto;
}
footer h2 {
    font-size: 1.25rem;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.625rem;
}
footer ul li a {
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    margin-bottom: 2.063rem;
}
footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
    text-decoration: underline;
    color: #b39346;
}
footer h3 {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #0096c8;
    margin-top: 1.438rem;
}
footer p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
footer .social {
    margin-bottom: 2.063rem;
}
footer .copyright {
    border-top: 1px solid #707070;
    padding: 0;
    padding-top: 1.75rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 0.813rem;
    margin-top: 0.875rem;
}
#featured-events,
#featured-promotions {
    padding: 2em 0;
}
#featured-events.background-image,
#featured-promotions.background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sections--featuredEventsManual .background-image {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.sections--addGlobalPromotionsBlock .background-image {
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.sections--featuredEventsManual .col {
  min-width: 250px;
  margin-top: 1em;
}

.sections--featuredEventsManual .row {
  text-align: center;
}

#featured-events.events,
#featured-promotions.events {
    background-color: #0f1c34;
}
#featured-events.events a,
#featured-events.events h1,
#featured-events.events h2,
#featured-events.events p,
#featured-promotions.events a,
#featured-promotions.events h1,
#featured-promotions.events h2,
#featured-promotions.events p {
    color: #fff;
}
#featured-events.events hr,
#featured-promotions.events hr {
    background-color: #007da7;
}
#featured-events.promotions hr,
#featured-promotions.promotions hr {
    background-color: #1f5174;
}
#featured-events .heading-wrapper,
#featured-promotions .heading-wrapper {
    padding: 0.75em 0;
}
#featured-events .text-center,
#featured-promotions .text-center {
    text-transform: uppercase;
}
#featured-events .event,
#featured-promotions .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0.5em 0;
}
#featured-events .event .event-image,
#featured-promotions .event .event-image {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    height: 0%;
}
#featured-events .event .event-image a,
#featured-promotions .event .event-image a {
    position: relative;
}
#featured-events .event .event-image a::after,
#featured-promotions .event .event-image a::after {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#featured-events .event .event-image::after,
#featured-promotions .event .event-image::after {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#featured-events .event:hover .event-image,
#featured-promotions .event:hover .event-image {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    position: relative;
}
#featured-events .event:hover .event-image a,
#featured-promotions .event:hover .event-image a {
    position: relative;
}
#featured-events .event:hover .event-image a::after,
#featured-promotions .event:hover .event-image a::after {
    content: "";
    background-color: #007da7;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#featured-events .event:hover .event-image::after,
#featured-promotions .event:hover .event-image::after {
    opacity: 1;
}
#featured-events .event .event-details,
#featured-promotions .event .event-details {
    margin-top: 0.75em;
}
#featured-events .event .event-details .event-title,
#featured-promotions .event .event-details .event-title {
    font-size: 1.5em;
}
#featured-events .event .event-details .event-date,
#featured-promotions .event .event-details .event-date {
    font-size: 0.85em;
}
#featured-events .event .event-details .btn,
#featured-promotions .event .event-details .btn {
    font-size: 16px;
    padding: 0.2em 1em;
    border-radius: 0.188rem;
}
#featured-events .event a,
#featured-events .event h2,
#featured-promotions .event a,
#featured-promotions .event h2 {
    text-transform: uppercase;
}
#featured-events .view-all-wrapper,
#featured-promotions .view-all-wrapper {
    padding: 1em 0;
}
#featured-events .view-all-btn,
#featured-promotions .view-all-btn {
    background-color: transparent;
    border: 0;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}
#featured-events .view-all-btn:hover,
#featured-promotions .view-all-btn:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #007da7;
    text-decoration-color: #007da7;
}
#featured-events h2,
#featured-promotions h2 {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #1f5174;
}
.calendar-nav {
    padding-top: 150px;
}
.event.tips {
    margin-top: 0.7em;
}
.event.tips a:hover {
    -webkit-text-decoration-color: #007da7;
    text-decoration-color: #007da7;
    text-decoration: underline;
}
.sections--event,
.sections--events {
    padding: 2rem 0;
}
.sections--calendars,
.sections--day,
.sections--month,
.sections--week {
    padding: 4rem 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .event-image {
        height: 100%;
    }
}
.sections--internal .sections-internal {
    margin: 15px 15px 1.5em;
}
form {
    width: 100%;
    max-width: 100%;
}
.search #main-content {
    margin-top: 1.5em;
}
.search #main-content .search-content {
    margin-top: 150px;
}
.search #main-content .search-content .search-heading {
    margin-bottom: 1.5em;
}
.search #main-content .search-content ul {
    list-style: outside;
}
.search #main-content .search-content ul li {
    margin: 10px 0;
}



  
  /* Inline #5 | https://royalrivercasino.com/contact-us */
  
  .embed-container ._form_1 ._form {
    /* width: 500px; */
    width: 100% !important;
  }
  
  .embed-container ._form_1 ._form-label, .embed-container ._form_1 ._form_element ._form-label, .embed-container ._form_1 label {
    color: #1f5174;
  }
  
  .embed-container #_form_1_submit._submit {
    background: #1f5174 !important;
    border-radius: 0.188rem;
    text-transform: uppercase;
    font-family: Oswald, sans-serif !important;
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
    border: 0;
    padding: 5px 30px;
  }
  .sections--addGlobalPromotionsBlock .col {
min-width: 250px;
margin-bottom: 2em;
}
.sections--addGlobalPromotionsBlock h2.event-title {
font-size: 1.5rem;
line-height: 1.5rem;
}
.sections--addGlobalPromotionsBlock .event {
display: flex;
flex-direction: column;
}
.sections--addGlobalPromotionsBlock .event-details {
    padding-bottom: .5em;
}
.sections--addGlobalPromotionsBlock .event .btn {
margin-top: auto;
}
.blog .sections--internal figure img {
    max-width: 100%;
}
.blog #main-content > .sections--editor {
    padding-top: 0;
}
.blog #main-content  .container {
    max-width: 574px;
}
.blog .bread-crumbs {
    padding-top: 11rem;
    padding-bottom: 1em;
    font-size: .75em;
}
@media screen and (max-width: 768px) {
    .blog #main-content  .container {
        max-width: 757px;
    }
}
@media screen and (max-width: 576px) {
    .blog #main-content  .container {
        max-width: 100%;
    }
}
.blog.default-listing #main-content .container {
    max-width: 1140px;
}

.blog.default-listing .navbar ~ main > .container > .cat-listing {
    margin-top: 8em;
}

.blog.default-listing .navbar ~ .jumbotron ~ main > .container > .cat-listing {
    margin-top: 2em;
}
.blog.default-listing .cat-listing {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#carouselHero .carousel-control-next-icon, #carouselHero .carousel-control-prev-icon {
    margin-top: 5em;
}
@media screen and (max-width: 479px) {
    #carouselHero .container {
        width: auto;
    }
}
