body, .main-content-wrapper {
    background-color: #F6F7F9 !important;
}
.footer {
    position: absolute;
    bottom: 0!important;
    background: #556b8d none repeat scroll 0 0;
    width: 100%;
}
.footerLink {
    padding: 5px;
}
.footerLink a {
    color: #FFFFFF;
}
.footerLink a:hover {
    color: #000000;
}
.whats-next-link:hover {
    font-weight: bold;
}
.pointer {
    cursor: pointer !important;
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-top: 10px;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.policy-container {
    background-color: black;
    padding-top: 10px;
    padding-bottom: 25px;
    margin-top: 15px;
}
.lh2 {
    line-height: 2;
}
.fs-125rem {
    font-size: 1.25rem;
}
.fs1-5 {
    font-size: 1.5rem;
}
.popover {
    max-width: 50%!important;
}