html {
    height: 100%;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    color: #404041;
    background-color: #f3f3f3;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #163157;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

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

p {
    line-height: 1.2em;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.1em;
}

h1,
h2,
.blueButton,
header .navigationLinks a,
.homeContent .card h3,
header .topBar .specials {
    font-family: 'Cinzel', serif;
    color: #163157;
}

select {
    border-radius: .25em;
    padding: .5em;
    border: 1px solid #cccccc;
    background-color: #f3f3f3;
    box-shadow: inset 0px 0px 5px rgba(28, 28, 29, .28);
    height: 2.675em;
}

.blueButton {
    border-radius: .25em;
    color: #ffffff;
    padding: .25em 1em;
    cursor: pointer;
    font-size: .8em;
    background: #163157;
    border: 0px solid #163157;
}

.blueButton {
    background: -webkit-linear-gradient(top, #163157 0%, #163157 100%);
    /* Chrome10+,Safari5.1+ */
}

.showMobile {
    display: none;
}

.white-popup {
    position: relative;
    background: #FFFFFF;
    margin: 0px auto;
    border: .25em solid #000000;
    border-radius: .5em;
    padding: 5%;
}

.widthLimiter {
    width: 63em;
    margin: 0 auto;
    padding: 0 .5em;
}

header .topBar {
    color: #ffffff;
    background: #163157;
    padding: .5em 0;
}

header .topBar a {
    color: #ffffff;
}

header .topBar .specials {
    margin-right: 1.5em;
    color: #eaeaea;
    font-size: .9em;
}

header .topBar .mobileMenu {
    display: none;
}

header .topBar .logo {
    position: absolute;
}

header .topBar .logo img {
    width: 18em;
}

header .topBar .phoneNumber {
    text-align: right;
}

header .navigationLinks {
    float: right;
    padding: 1em 0;
}

header .navigationLinks a {
    font-size: .9em;
    float: left;
    border-right: 1px solid #999999;
    padding: 0 1em;
}

header .navigationLinks a:hover,
header .navigationLinks a.selected {
    color: #808284;
}

header .navigationLinks a.last {
    border-right: 0px solid #cccccc;
    padding-right: 0em;
}

footer {
    padding: 2em 0;
    color: #ffffff;
    background: #163157;
    margin-top: 4em;
}

footer .col {
    float: left;
    width: 28.3%;
    margin-left: 5%;
}

footer .col h4,
footer .col p {
    line-height: 2em;
}

footer .col p {
    font-size: .9em;
}

footer a {
    color: #ffffff;
}

footer a img {
    width: 2em;
}

.mainPhoto {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: static;
    background-size: cover;
    height: 20em;
}

.mainPhoto .availability {
    padding: 1em;
    float: right;
    width: 10em;
}

.mainPhoto .availability a {
    font-size: 1em;
    padding: .75em 2em;
    display: block;
    text-align: center;
}

.book-now h4 {
    color: #163157;
}

.book-now input,
.book-now select {
    width: 100%;
    display: block;
    margin: 1em 0;
}

.book-now input[type="text"] {
    width: 95%;
}

.book-now .blueButton {
    padding: .5em 0;
}

.mainContent h1 {
    text-align: center;
    margin: 1.5em 0 .5em 0;
}

.mainContent .introWrapper h1 {
    width: calc(100% - 340px);
    float: left;
    margin-left: 170px;
    margin-top: 2.5em;
}

.TA_certificateOfExcellence #CDSWIDCOE {
    float: left;
    margin-top: 2em;
}

.mainContent .divider {
    text-align: center;
}

.mainContent .divider img {
    max-width: 100%;
}

.mainContent .marketingHeader {
    margin: 1em 0;
    text-align: center;
    color: #d21e45;
}

.mainContent .marketing {
    width: 80%;
    margin: 0 10%;
    line-height: 1.5em;
    text-align: center;
}

.mainContent .twoCol {
    float: left;
    width: 40%;
    margin: 2em 5% 0 5%;
}

.mainContent .twoCol img {
    width: 100%;
}

.mainContent .twoCol h3 {
    margin: 1em 0;
}

.mainContent .twoCol h3.subtext {
    margin-bottom: .25em;
}

.mainContent .twoCol h3.multipleEntry {
    margin-top: 2em;
}

.mainContent .twoCol li {
    line-height: 1.5em;
    color: #808284;
}

.mainContent .twoCol li strong {
    margin-right: .25em;
}

.mainContent .twoCol p {
    color: #808284;
}

.mainContent .twoCol p.spacer {
    margin-bottom: 1em;
}

.mainContent .twoCol p.diminish {
    font-size: .8em;
}

.mainContent .twoCol .blueButton {
    margin: 1em 0;
    float: left;
    font-size: 1em;
    padding: .5em 2em;
}

.homeContent .card {
    float: left;
    width: 19em;
    box-shadow: 3px 3px 5px #cccccc;
    margin: 2.5em 1em 4em 1em;
    text-align: center;
    background-color: #ffffff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.homeContent .card.stay {
    background-image: url('../images/stay-background.jpg');
    margin-left: 11.5em;
}

.homeContent .card.plan {
    background-image: url('../images/plan-background.jpg');
}

.homeContent .card.dine {
    background-image: url('../images/dine-background.jpg');
}

.homeContent .card .bubble {
    font-family: 'Great Vibes', cursive;
    margin: 5em 0 .75em 0;
    padding: 0 .5em;
    border-radius: 5em;
    color: #ffffff;
    background-color: #d21e45;
    line-height: 2.75em;
    display: inline-block;
    font-size: 2em;
}

.homeContent .card h3 {
    margin-bottom: .75em;
}

.homeContent .card p {
    padding: 0 1em;
    margin-bottom: 2em;
    font-size: .9em;
    color: #808284;
}

.galleryContent h3 {
    margin: 2em 0 0 0;
}

.galleryContent .photo img {
    width: 19em;
    margin: 1em 1em 0 0;
}

.careersContent ul {
    margin: 2rem 0;
}

.careersContent li {
    margin: 1rem 0;
    line-height: 1.5rem;
}

.careersContent li a {
    border-bottom: 1px solid #163157;
}

.careersContent li a:hover,
.careersContent li a:focus {
    border-bottom-width: 2px;
    text-decoration: none;
}

@media screen and (max-width : 1023px) {
    .widthLimiter {
        width: auto;
    }

    header .topBar .logo {
        margin-top: 5em;
    }

    header .navigationLinks a {
        padding: 0 .8em;
    }

    .mainContent .introWrapper h1 {
        width: auto;
        margin-left: 0;
        margin-top: 1.5em;
        float: none;
    }

    .TA_certificateOfExcellence #CDSWIDCOE {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media screen and (max-width : 767px) {
    .showMobile {
        display: inline-block;
    }

    .hideMobile {
        display: none;
    }

    header .topBar .mobileMenu {
        display: inline;
        float: left;
    }

    header .topBar .mobileMenu img {
        width: 2em;
    }

    header .topBar .logo {
        margin-top: 3em;
        left: .5em;
    }

    header .topBar .logo img {
        width: 8em;
    }

    header .topBar .phoneNumber {
        line-height: 1.5em;
    }

    header .navigationLinks {
        display: none;
        left: 0;
        position: absolute;
        background: #ffffff;
        z-index: 1;
    }

    header .navigationLinks a {
        line-height: 2.5em;
        width: 80%;
        border-right: 0px solid #999999;
        padding: 0 1em;
    }

    footer .col {
        width: 100%;
        margin: 0 0 1em 0;
    }

    .mainPhoto {
        height: 13em;
    }

    .mainPhoto .mobileBookNow {
        float: right;
        margin-top: 8em;
        font-size: 1.25em;
        padding: .5em 1em;
    }

    #book-now-popup input,
    #book-now-popup select {
        font-size: 1em;
    }

    .mainContent .marketing {
        width: 90%;
        margin: 0 5%;
    }

    .mainContent .twoCol {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .homeContent .card {
        width: 100%;
        margin: 1em 0 !important;
    }

    .galleryContent .photo img {
        width: 100%;
        margin: 1em 0 0 0;
    }
}