﻿h1,
h2 {
    color: #FBA919;
    text-align: center
}

.topic-page {
    margin: 0 auto;
}

.topic-page .page-body h1 {
    margin-top: 60px;
    line-height: 70px;
}

.topic-page h2 {
    font-weight: bold;
    line-height: 20px;
}
.event-detail{
    text-align: center !important;
}

.master-wrapper-content {
    background: #121130;
    width: 100%;
}

.master-column-wrapper {
    width: 90%;
    margin: auto;
}

.header-menu {
    margin-bottom: 0;
    border-bottom: 0;
}

.center-1 {
    margin-bottom: 0px;
}

.page-body {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}

.page-body p:first-child {
    margin-top: 0;
}

.button-pad-grid {
    margin-top: 0px;
    height: 40px;
    font-size: 40px;
}

.button-pad-grid .button-pad {
    width: 370px;
}

.featured-item {
    color: #000;
    border-color: #000;
}

.featured-item .description-container a {
    text-decoration: none;
}

.featured-item .description-container h2 {
    border: none;
}

.featured-item a.call-to-action-link,
.button-pad-grid a.button-pad {
    background-color: #FBA919;
    color: #121130;
    border: none;
    font-weight: bold;
    font-size: 24px
}

h4 {
    color: #FBA919;
    font-size: 30px;

}

.text-banner {
    margin-top: 60px;
    font-size: 40px;
    line-height: 45px;

}

.topic-page .text-banner h3 {
    color: #FBA919;
    padding: 10px;
    line-height: 45px;
}

.action-buttons div {
    margin-top: 15px;
}

.details {
    text-align: center;
    margin-top: 60px;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    padding-bottom: 20px;
}

#itinerary {
    margin-top: 50px;
}

@media (min-width: 481px) {
    .master-column-wrapper {
        width: 92.5%;
    }
}

@media (min-width: 601px) {
    .master-column-wrapper {
        margin-top: 30px;
    }
}

@media (min-width: 769px) {
    .master-column-wrapper {
        width: 94%;
    }
}

@media (min-width: 1001px) {
    .master-column-wrapper {
        width: 980px;
        margin-top: 0;
    }
}

@media (min-width: 1367px) {
    .master-column-wrapper {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .topic-page .banner {
        margin: 0;
    }

    .topic-page .page-body h1 {
        margin-top: 30px;
    }
}