
.terms {
    color: #000000;
    background-color: #FFFFFF;
}
.base {
    /*background: url(/img/terms_body_bg.jpg) top left no-repeat;*/
    height: 371px;
    width: 100%;
    background-color: #0062ab;
    z-index: 0;
    position:absolute;
    padding: 0;
    margin: 0;
    margin-left: -5px;
}

.terms h1 {
    font: 26px/28px Lato;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    background: transparent;
}
.terms h1.no_login {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.terms h4 {
    font: 19px/20px Lato;
    margin-top: 20px;
    margin-bottom: 10px;
}

.terms p, .terms th, .terms td {
    font: 14px/16px Lato;
    padding-bottom: 15px;
    line-height: 150%;
}

.terms th, .terms td {
    padding: 5px;
}

.terms th {
    font-weight: bold;
}

.terms .table-quartered td, .terms .table-quartered th {
    width: 25%;
}

.terms .table-outlined td, .terms .table-outlined th {
    border: 1px solid black;
}

.terms ol{
	font: 14px/16px Lato;
	list-style-type: decimal;
	padding-left:20px;
	line-height: 150%;
}

.terms ol li{
	padding-bottom: 15px;
}

.terms ul{
    font: 14px/16px Lato;
	list-style-type: disc;
	padding-left:20px;
	line-height: 150%;
}

.terms .fancybox {
    display: block;
    border: 1px solid #f4f4f4;
    padding: 40px 75px 20px 75px;
    -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.3);
    margin-bottom: 20px;
    width: 0px auto;
    background-color: #FFFFFF;
}

.guarantee h1 {
    text-transform: none !important;
}
.guarantee ul {
    margin-left: 40px;
    margin-bottom: 40px;
}
.guarantee li span {
    color: #000;
    font-size: 18px;
    line-height: 20px;
}
.guarantee li {
    list-style-type: disc;
    color: #0762b9;
    font-size: 30px;
    line-height: 20px;
}
.guarantee h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.guarantee h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #0656a4;
    margin-bottom: 20px;
}
.guarantee h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #0656a4;
    font-weight: bold;
}
