body {
    font-size: 16px;
    background-color: #e9ebee;    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.0em;
    font-weight: 500;
}
h2, h3, h4, h5, h6 {
    padding-bottom: 20px;
}
h1 {
    font-size: 3.0em;
    color: #193f71;
}
h2 {
    font-size: 2.0em;
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
}
h3 {
    font-size: 1.75em;
    color: #bf5f46;
}
h4 {
    font-size: 1.5em;
    color: #000000;
    font-weight: 600;
}
p {
font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
font-size: 1.0em;
line-height: 1.5em;
font-weight: 500;
}

.header {
background-color: #29487d;
border-bottom: 1px solid #4267b2;
color: #fff;
height: 0;
}

.container {
margin: 0 auto;
max-width: 1024px;
}

.content {
width:100%;
background: #fff;
border: 1px solid #dddfe2;
border-radius: 3px;
margin: 10px 0;
padding: 10px;
}

.video {
padding: 30px 0 20px;
}

.video .video-list {
padding: 0;
list-style: none;
}

.video .video-list li {
background-color: #f4f4f4;
border: 1px solid #d9d9d9;
margin-bottom: 10px;
border-radius: 5px;
padding: 10px;
min-height: 75px;
}

.video .video-list a {
display: block;
position: relative;
font-size: 15px;
font-weight: 600;
color: #bf5f46;
text-decoration: none;
}

.video .video-list i {
font-size: 14px;
position: absolute;
transition: 1s;
}

.video-title {
text-align: center;
font-size: 14px;
border-bottom: 2px dashed #ffffff;
margin-bottom: 20px;
padding-bottom: 10px;
color: #ffffff;
}

.video .video-list p {
padding-top: 5px;
margin-bottom: 20px;
font-size: 15px;
}

.assessment {
width: 100%;
max-width: 800px;
background-color: #2ea3f2;
border-style: none;
box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
padding: 10px 20px 100px;
color: #FFF;
}

.btn-primary {
    float: right;
    margin-top: 20px;
}

.assess {
    color: #FFFFFF;
    text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);    
}