.top-header{
    background-color: #223a6d;
    text-align: center;
    height: 125px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
}

.contact {
    font-size: 18px;
    color: #000000;
    max-width: 50%;
    font-family: 'Molengo', sans-serif;
}
.sub-header {
    text-align: center;
    font-size:14pt;
    margin-top:15px;
    color: #000000;
}

.col-centered{
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #000000;
}

.col-centered-steps{
    float: none;
    margin-left: auto;
    margin-right: auto;
    width:75%;
    margin-top: 50px;
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    font-family: Tahoma;
}

.account-left {
    text-align: right;
    color: #5b5b5b;
    font-family: 'Molengo', sans-serif;
    font-size:18px;
    padding-top: 3px;
    padding-right: 0px;
    margin-right: 0px;
}

.account-right {
    text-align: left;
    color: #5b5b5b;
    margin-bottom: 15px;
}

.text-field-small {
    max-width: 75%;

}

.margin-top-50 {
    margin-top:50px;
}

.margin-top-25 {
    margin-top:25px;
}

.margin-bottom-50 {
    margin-bottom:50px;
}

.margin-bottom-25 {
    margin-bottom:25px;
}

.secure-logo {
    margin-left: 10px;
    margin-right: 10px;
}

.highlight {
    background-color: green;
    padding: 1%;
    border-radius: 10px;
}

.fa-bonuses {
    color: green;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.5em;
}

.fa-lock {
    color: #fcc110;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 1.5em;
}

/*
.valid {
    border: 2px solid green;
}

input.error {
    font-family:Tahoma;
    font-size:11px;
    color: red;
    padding-left: 8px;
    border: 2px solid red;
}
*/

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
    color: #113063;
    padding: 8px;
}

.top-product-select {
    background-color: #fcfbfb;
    color: #000000;
    border: 2px solid #d2d2d2;
    border-radius: 5px;
}

.right-product-select {
    background-color: #fcfbfb;
    color: #000000;
    border: 2px solid #d2d2d2;
    border-radius: 5px;
}

.right-header-green {
    color: #399739;
    font-size: 20pt;
    font-weight: bold;
    font-family: 'Molengo', sans-serif;
    text-align: right;

}

#checkout-form input {
    color: #000000;
    margin-bottom: 5px;
    font-size:10px;
    background-color: #fffefe;
    border: 2px solid #d2d2d2;
}

#checkout-form select {
    margin-bottom: 5px;
    font-size:10px;
    background-color: #fffefe;
    border: 2px solid #d2d2d2;
    color: #000000;
}

.right-header {
    font-size: 12pt;
    font-family: 'Molengo', sans-serif;
    padding: 5px;
}

.switch-product {
    border-top-left-radius: 5px;
}

p{
    font-size: 12px;
    margin-top: 5px;
    margin-left: 20px;
    font-family: 'Molengo', sans-serif;
}

.prod-select-header-green{
    color: #399739;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Molengo', sans-serif;
}

.prod-select-header{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Molengo', sans-serif;
}

.border {
    border: 1px solid #000;
}

blockquote {
    border:none;
    font-family:  Georgia, "Times New Roman", Times, serif;
    margin-bottom:-30px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote h3 {
    font-size:16px;
    margin: 0px;
    line-height: 30px;
    color:#5b5b5b;
}

blockquote h3:before {
    content: open-quote;
    font-weight: bold;
    font-size:40px;
    color:#fbed12;
    position: relative;
    margin: 0px;
    top: 5px;
}
blockquote h3:after {
    content: close-quote;
    font-weight: bold;
    font-size:40px;
    color:#fbed12;
    position: relative;
    margin: 0px;
    line-height: 25px;
    top: 10px;
}

.sig {
    font-family: 'Rock Salt', cursive;
    font-weight: bold;
    color:#5b5b5b
}

.bonus-header {
    margin-top: 15px;
    margin-bottom: 15px;
    color:#000000;
    font-family: 'Molengo', sans-serif;
    font-size: 18px;
}

.bonus-text {
    margin-left: 60px;
    font-size: 12px;
    color:#000000;
    font-family: 'Molengo', sans-serif;
}

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

.loader {
    position: relative;
    margin: auto;
    width: 350px;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 250%;
    background: linear-gradient(180deg, #222 0, #444 100%);
    box-shadow: inset 0 5px 20px black;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.loader:after {
    content: "";
    display: table;
    clear: both;
}

/*
span {
    float: left;
    height: 100px;
    line-height: 120px;
    width: 50px;
}
*/

.loader > span {
    border-left: 1px solid #444;
    border-right: 1px solid #222;
}

.covers {
    position: absolute;
    height: 100%;
    width: 100%;
}

.covers span {
    background: linear-gradient(180deg, white 0, #ddd 100%);
    animation: up 2s infinite;
}

@keyframes up {
    0%   { margin-bottom: 0; }
    16%  { margin-bottom: 100%; height: 20px; }
    50% { margin-bottom: 0; }
    100% { margin-bottom: 0; }
}

.covers span:nth-child(2) { animation-delay: .142857s; }
.covers span:nth-child(3) { animation-delay: .285714s; }
.covers span:nth-child(4) { animation-delay: .428571s; }
.covers span:nth-child(5) { animation-delay: .571428s; }
.covers span:nth-child(6) { animation-delay: .714285s; }
.covers span:nth-child(7) { animation-delay: .857142s; }