body {
    background-color: #002060;
    color: #ffffff;
}
header > .container {
    border-bottom: 1px solid #ffffff;
}
h1 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
}

h1 span{
    color: #ff9900;
}
blockquote {
    font-size: 18px;
    margin-top: 10px;
}
h3 {
    color: #ff9900;
}
.text-right {
    text-align: right;
}

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

.text-left {
    text-align: left;
}

dl {
    margin-top: 28px;
}

dt {
    font-weight: 600;
    font-size: 22px;
}

dd {
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 16px;
}
.btn {
    font-size: 18px;
    padding: 8px 30px;
    border-radius: 0;
    background-color: #ff9900;
    color: #002060;
    border: none;
    box-shadow: 0 0 10px rgba(255, 153, 0, 1);
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
    background-color: #ff9900;
    color: #002060;
    box-shadow: 0 0 20px rgba(255, 153, 0, 1);
}

label {
    font-size: 13px;
}

input[type="text"], input[type="email"], input[type="tel"], select, select option {
    font-size: 13px;
}