html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #EBC297;
    font-size: 15px;
    color: #ffffff;
}
img {
    border: 0;
    max-width: 100%;
}
a {
    display: inline-block;
    color: #6496ff;
}

p, ul, li, ol, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 690px;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}
@media only screen and (max-width: 580px) {
    .wrapper {
        padding: 10px;
    }
}
.wrapper .box:first-child {
    display: block;
}

h2, .h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1.3px;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 0 0 20px #AA9977;
}
@media only screen and (max-width: 580px) {
    h2, .h2 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 440px) {
    h2, .h2 {
        font-size: 24px;
    }
}
h3, .h3 {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    text-shadow: 0 0 20px #AA9977;
}
@media only screen and (max-width: 580px) {
    h3, .h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 440px) {
    h3, .h3 {
        font-size: 20px;
    }
}
h3 > span,
.h3 > span {
    color: #6496ff;
}

.btn-group {

}
.btn-group .btn {
    margin: 5px 0;
}
.btn {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border: 0;
    background-color: #6ca655;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;

    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.btn:hover {
    background-color: #4d7c3a;
}
@media only screen and (max-width: 580px) {
    .btn {
        height: 55px;
        line-height: 55px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 440px) {
    .btn {
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }
}
.btn-grey {
    background-color: #aaaaaa;
}
.btn-grey:hover {
    background-color: #707070;
}
.box {
    display: none;
}
.box header h2 {
    white-space: nowrap;
}
@media only screen and (max-width: 650px) {
    .box header h2 {
        white-space: normal;
    }
}
.box header span {
    display: block;
    padding: 15px 0;
    font-style: italic;
    font-size: 18px;
    color: #6496ff;
}
@media only screen and (max-width: 440px) {
    .box header span {
        padding: 10px 0;
        font-size: 16px;
    }
}
@media only screen and (max-width: 375px) {
    .box header span {
        font-size: 14px;
    }
}
.box > div {
    padding: 5px 0;
}
.box > div.content-text {
    padding: 20px 0;
}
@media only screen and (max-width: 440px) {
    .box > div.content-text {
        padding: 15px 0;
    }
}
.box > div.content-list {
    padding: 0 85px;
}
@media only screen and (max-width: 650px) {
    .box > div.content-list {
        padding: 0 60px;
    }
}
@media only screen and (max-width: 580px) {
    .box > div.content-list {
        padding: 0 30px;
    }
}
@media only screen and (max-width: 440px) {
    .box > div.content-list {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 400px) {
    .box > div.content-list {
        padding: 0;
    }
}
.box footer {

}

p {
    text-shadow: 0 0 20px #AA9977;
    font-size: 22px;
    text-align: justify;
}
@media only screen and (max-width: 320px) {
    p {
        font-size: 20px;
    }
}
p + p {
    margin-top: 30px;
}
p > span {
    text-decoration: underline;
    font-weight: bold;
}
ul {
    text-align: left;
}
ul li {
    margin: 10px 0;
    padding: 10px 0 10px 50px;
    font-size: 30px;
    line-height: 1.2;
    text-shadow: 0 0 20px #AA9977;
    background: url(/img/mb/mlp69/option_blue.png) 10px center no-repeat;
    cursor: pointer;
}
@media only screen and (max-width: 580px) {
    ul li {
        margin: 8px 0;
        font-size: 27px;
    }
}
@media only screen and (max-width: 480px) {
    ul li {
        font-size: 25px;
    }
}
@media only screen and (max-width: 440px) {
    ul li {
        margin: 6px 0;
        font-size: 22px;
    }
}
@media only screen and (max-width: 400px) {
    ul li {
        font-size: 20px;
    }
}
@media only screen and (max-width: 350px) {
    ul li {
        font-size: 17px;
    }
}
ul li.active {
    background: #32A4FF url(/img/mb/mlp69/option_white.png) 10px center no-repeat;
}
.text-transform-none {
    text-transform: none;
}