
@font-face {
    font-family: 'Vista Sans OT';
    src: local('Vista Sans OT Regular'), local('Vista-Sans-OT-Regular'),
    url('../fonts/VistaSansOT-Reg.woff2') format('woff2'),
    url('../fonts/VistaSansOT-Reg.woff') format('woff'),
    url('../fonts/VistaSansOT-Reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Vista Sans OT';
    src: local('Vista Sans OT Bold'), local('Vista-Sans-OT-Bold'),
    url('../fonts/VistaSansOT-Bold.woff2') format('woff2'),
    url('../fonts/VistaSansOT-Bold.woff') format('woff'),
    url('../fonts/VistaSansOT-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

*{
    margin:0;
    padding:0;
    border:0;
    outline:0;
     -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    *behavior: url(boxsizing.htc);  
}
@viewport {
    width: device-width;
}
html,body{
  font-family: "Vista Sans OT",sans-serif;
  font-size:19px;
  line-height:1.35em;
  background:#ffffff;
  background-size:auto 100%;
  color:#004D8C;
  font-weight:400;
}

a{
    color:#004D8C;
    text-decoration:underline;
}
a:hover{
    color:#004D8C;
}
.clear {
    clear: both;
}
strong{
    font-weight:700;
}
.cem-content{
    max-width:1520px;
    margin:auto;
    padding:0 20px;
    position: relative;
}
header img{
    display:inline-block;
}
header{
    padding:30px 70px;
    text-align: right;
    line-height:0;
}
.cem-hero{
    background:#ffffff url(../images/img_gradient.png) no-repeat;
    background-size:cover;
    padding-top:30px;
    margin-bottom: 80px;
}
.cem-hero img{
    display:block;
    width:auto;
    margin:auto;
}
.cem-hero .cem-content{
    max-width:1640px;
}
.cem-hero img.cem-img-logo{
   position:absolute;
    top:60px;
    left:40px;
    max-width:158px;
}
.cem-content-left{
    width:calc(100% - 410px);
    float:left;
    padding:0px 0px 0px 130px;
    margin-right: 90px;
}
.cem-content-right{
    width:320px;
    float:left;
}
.cem-content-right img{
    width:100%;
    max-width: 320px;
    display: block;
    margin:auto;
}
.cem-content:after{
    content:'';
    clear: both;
    display: table;
}
.cem-boxes .cem-content,
.cem-terms .cem-content,
.cem-intro .cem-content{
    margin-bottom:80px;
}
.cem-terms p{
    font-size:0.75em;
    line-height:1.466em;
}
.cem-terms a{
    font-weight:700;
}
.cem-boxes .cem-content-right{
    background:#004D8C;
    border-radius:25px;
    padding:40px;
    color:#ffffff;
    min-height:320px;
}
.cem-boxes .cem-content-right strong{
    color:#9EC312;
    display:block;
    margin:50px 0 10px;
}
.cem-boxes .cem-content-left{
    background:#EDF4F6;
    border-radius:25px;
    padding:50px 130px 50px 130px;
    min-height:320px;
}
.cem-boxes .cem-content-left strong{
    font-size:1.3em;
    line-height:1.308em;
    display: block;
    margin-bottom:20px;
}
.cem-boxes .cem-content-right a{
    color:#ffffff;
    display:block;
    text-decoration: none;
    font-weight:700;
}
.cem-form{
    overflow: hidden;
    position: relative;
}
.cem-form input[type="checkbox"]{
    position: absolute;
    left:-10000px;
}
.cem-form label{
    display:block;
    margin-bottom:20px;
    padding-left:26px;
    position: relative;
    cursor: pointer;
}
.cem-form label a{
    font-weight:700;
}
.cem-form label i{
    background:#ffffff;
    border:2px solid #004D8C;
    position: absolute;
    left:0;
    top:3px;
    width:18px;
    height:18px;
}
.cem-form input[type="checkbox"]:checked + label i:after{
    background:#004D8C;
    position: absolute;
    left:2px;
    top:2px;
    width:10px;
    height:10px;
    content:'';
}
.cem-form button{
    display:block;
    font-weight: 700;
    color:#ffffff;
    text-align: center;
    width:100%;
    max-width: 320px;
    height:50px;
    line-height: 50px;
    background:#004D8C;
    border-radius: 25px;
    font-size:0.9em;
    cursor: pointer;
}
footer{
    max-width:1520px;
    margin:auto;
    padding:0 20px;
    font-size:0.75em;
    line-height:1.466em;
}
footer .cem-content{
    border-top:1px solid #104E88;
    padding:20px 0px 40px;
}
footer .cem-content-right{
    text-align: right;
}
footer .cem-content-left{
    padding:0;
}
footer ul{
    list-style: none;
    margin-top:10px;
}
footer ul:after{
    content:'';
    clear: both;
    display: table;
}
footer ul li{
    float:left;
    margin-right:70px;
}
footer ul li a{
    font-weight:600;
}
footer p a{
    text-decoration: none;
}

@media (max-width: 1330px) {
    .cem-boxes .cem-content-left {
        padding-right:40px;
    }
}

@media (max-width: 1240px) {
    .cem-content-left,
    .cem-boxes .cem-content-left {
        padding-left:80px;
    }
    .cem-content-left {
        width: calc(100% - 370px);
        margin-right: 50px;
    }
}
@media (max-width: 1250px) {
    .cem-content-left,
    .cem-boxes .cem-content-left {
        padding-left:40px;
    }
    .cem-hero img{
        float:right;
    }
}

@media (max-width: 1110px) {
    .cem-boxes .cem-content-right,
    .cem-boxes .cem-content-left {
        min-height: 380px;
    }
}

@media (max-width: 1130px) {
    footer ul li {
        margin-right: 50px;
    }
}

@media (max-width: 1060px) {
    footer ul li {
        margin-right: 30px;
    }
}

@media (max-width: 980px) {
    header {
        padding: 20px 40px;
    }
    .cem-mobile-hide{
        display:none;
    }
    .cem-hero img{
        width:500px;
        height:auto;
    }
    .cem-hero img.cem-img-logo {
        top: 10px;
        max-width: 120px;
    }
    .cem-content-left {
        width: 100%;
        float:none;
        margin-right: 0px;
        margin-bottom:50px;
    }
    .cem-content-right {
        width: 100%;
        float:none;
    }
    .cem-boxes .cem-content-right, .cem-boxes .cem-content-left {
        min-height: 0;
    }
    .cem-terms .cem-content {
        margin-bottom: 30px;
    }
    footer ul li {
        float: none;
        margin-bottom:14px;
    }
    footer .cem-content-right {
        text-align: left;
    }
    footer .cem-content-left {
        margin-bottom: 0px;
    }
    footer ul {
        margin-top: 14px;
    }
    .cem-content-left {
        padding-left: 0px;
    }
    .cem-boxes .cem-content-right strong {
        margin: 20px 0 20px;
    }
}
@media (max-width: 640px) {
    .cem-hero img{
        width:400px;
        height:auto;
    }
    .cem-hero .cem-content{
        padding:0;
    }
    .cem-hero img.cem-img-logo {
        top: 0px;
        max-width: 100px;
    }
    header img {
        max-width:160px;
        height:auto;
    }
    header {
        padding: 15px 30px;
    }
    .cem-boxes .cem-content-right,
    .cem-boxes .cem-content-left {
        padding: 30px 25px;
    }
    .cem-boxes .cem-content-left strong {
        font-size: 1.2em;
        line-height: 1.25em;
    }
    .cem-form button{
        max-width:100%;
    }

    .cem-hero {
        margin-bottom: 50px;
    }
}
@media (max-width: 480px) {
    .cem-hero img {
        width: 320px;
        height: auto;
    }
    .cem-hero {
        padding-top: 10px;
    }
    .cem-hero img.cem-img-logo {
        max-width: 80px;
        top:10px;
    }
    header {
        padding: 15px 20px;
    }
}
@media (max-width: 400px) {
    .cem-hero img {
        width: 300px;
        height: auto;
    }
    .cem-hero {
        padding-top: 10px;
    }
    .cem-hero img.cem-img-logo {
        max-width: 65px;
        left:20px;
    }
}
@media (max-width: 320px) {
    .cem-hero img {
        width: 260px;
    }
    .cem-form button {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 0.7em;
    }
}
