﻿body {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
    font-weight: 300;
    font-size: 14px;

}

body p, body li {
    font-size: 12px;
    font-weight: 400;
}

form {
    margin: 0;
}

#container {
    overflow: hidden;
    background: #ffffff; 
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 49%, #ebebeb 49%, #ebebeb 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(49%,#ebebeb), color-stop(100%,#ebebeb)); 
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 49%,#ebebeb 49%,#ebebeb 100%); 
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 49%,#ebebeb 49%,#ebebeb 100%); 
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 49%,#ebebeb 49%,#ebebeb 100%); 
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 49%,#ebebeb 49%,#ebebeb 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); 
}

input[type=checkbox].css-checkbox {
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    vertical-align: text-bottom;
    border: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

input[type=checkbox].css-checkbox:checked ~ label.css-label-checkbox {
    background-position: 0 -20px;
}

input[type=checkbox].css-checkbox ~ label.css-label-checkbox {
    color: #333;
    padding-left: 30px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"] + label {
    margin-right: 0;
    display: inline-block;
    margin: 0 0.5rem 0 0;
    vertical-align: baseline;
}

.css-label-checkbox {
    background-image: url('img/site/checkbox-icon.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
        
/* HEADER 
=============================================*/
#wrapper {
    padding: 30px 15px 0; 
}

#top-header {
    padding-bottom: 15px;
    overflow: hidden;
   
}

/*#top-header-right {

    padding-bottom: 15px;
    overflow: hidden;
    position:absolute;
    right:0px;
}*/


#bottom-header {
    color: #108cb9;
    margin-top: 15px;
    padding: 10px 0;
    overflow: hidden;
}

#bottom-header div.bottom-header {
    font-size: 20px;
    overflow: hidden;
    font-weight: 400;
}

#bottom-header div.bottom-header.main {
    font-size: 40px;
}

#bottom-header div.bottom-header.main strong {
    font-size: 40px;
    font-weight: 900;
}

#bottom-header div.bottom-header.secondary {
    padding-top: 10px;
}

/* CONTENT
===============================================*/
#content-border-top {
    height: 7px;
    width: 100%;
    background-color: #108cb9;
    margin-top: 20px;
}

#content {
    padding: 15px 30px 30px;
    overflow: hidden;
    border: #dcdcdc solid 1px;
    border-top: none;
    background: #FFF;
    letter-spacing: 1px;
    color: #63666a ;
}

@media (max-width: 560px) {
    #content {
        padding: 10px 15px 15px;
    }
}

#content > h3 {
    color: #63666a;
}

#content .terms-content {
    padding: 20px;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid #404040;
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}

@media (max-width: 560px) {
    #content .terms-content {
        padding: 10px;
    }
}

#content .terms-content h4 {
    font-size: 16px;
    font-weight: 600;
}

#actions-wrapper {
    margin-top: 20px;
    margin-right: 0;
}

#actions-wrapper > div:first-child {
    margin-bottom: 15px;
}

#aggree-next {
    background: #6EC02F;
    color: #FFF;
    cursor: pointer;
    margin-bottom: 0;
}

#aggree-next:hover {
    background: #6EC02F;
    color: #FFF;
}

#aggree-next:disabled {
    background: #DDD;
    color: #FFF;
    cursor: default;
}

/* FOOTER
=============================================*/
footer {
    margin-top: 20px;
}

.border-footer {
    width: 100%;
    padding-bottom: 10px;
}

.border-footer > div {
    height: 5px;
    width: 33.333333%;
    float: left;
}

.border-footer > .green {
    background: #72C236;
}

.border-footer > .blue {
    background: #108CB9;
}

.border-footer > .brown {
    background: #4F1D3E;
}

footer p.copyright {
    padding-left: 10px;
    color: #108cb9;
}

footer .footer-links {
    color: #108cb9;
    padding-right: 10px;
}

a.out-link {
    color: #0075b0;
}
a.out-link-icon{
    color: #62666A;
}