body {
    margin-bottom: 0px;
    margin-left: 0px;
	margin-right: 0px;
}

/*
Header Styles
*/
.header-container {
    background: #fff;
    height: 90px;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.header-container > .header {
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
}
.header > .wrapper {
    padding-bottom: 6px;
    position: relative;
}
.group {
    zoom: 1;
}
.group:before, .group:after {
    content: "";
    display: table;
}
.header > .wrapper > #logo {
    float: left;
    min-width: 100px;
}
a {
    color: #36b6e5;
    text-decoration: none;
}
.header > .wrapper > .nav {
    color: #333;
    font: 14px 'Roboto', sans-serif;
    margin: 22px 0 0 0;
}
.header > .wrapper > .nav > a {
    color: #00588c;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 12px;
    text-decoration: none;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.header .social {
    float: right;
    height: 30px;
    margin: 7px 7px 0 0;
    z-index: 5000;
}
.social a {
    display: inline-block;
    float: left;
    height: 30px;
    margin-left: 6px;
    width: 30px;
}
.social img {
    border: none;
}
img {
    max-width: 100%;
}
.certascanLightBlue1.certascanSection {
    background: #a0ddf3;
    height: 6px;
}
.certascanLightBlue2.certascanSection {
    background: #4cc0e9;
    height: 15px;
}
.certascanLightBlue3.certascanSection {
    background: #29b2e5;
    height: 27px;
}

/*
Homepage Styles
*/


.training-container {
    padding: 3% 10%;
}
iframe {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.video-canvas .video-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin: 10px 0;
    height: 0;
}
.video-canvas .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.content .wrapper .training-videos {
    display: inline-block;
    width: 200px;
    height: 125px;
    text-align: left;
    padding: 50px;
    background-color: #00588C;
    color: #fff;
    border-radius: 3px;
    margin: 70px;
    vertical-align: top;
    font: 14px 'Roboto', sans-serif;
    text-align: center;
}
@media only screen and (max-width: 780px) {
    .content .wrapper .training-videos {
        margin: 30px;
    }
}
.content .wrapper .training-documentation {
    display: inline-block;
    width: 200px;
    height: 125px;
    text-align: left;
    padding: 50px;
    background-color: #00588C;
    color: #fff;
    border-radius: 3px;
    margin: 70px;
    font: 14px 'Roboto', sans-serif;
    text-align: center;
    vertical-align: top;
}
@media only screen and (max-width: 500px) {
    .content .wrapper .training-documentation {
        margin: 30px;
    }
}

.content .wrapper .training-newsletters {
    display: inline-block;
    width: 200px;
    height: 125px;
    text-align: left;
    padding: 50px;
    background-color: #00588C;
    color: #fff;
    border-radius: 3px;
    margin: 70px;
    font: 14px 'Roboto', sans-serif;
    text-align: center;
}
@media only screen and (max-width: 500px) {
    .content .wrapper .training-newsletters {
        margin: 30px;
    }
}

.container {
    text-align: center;
}
h3.click {
    text-transform: uppercase;
}
a h3 {
    color: #fff;
}



/*
Video Page Styles
*/

.training-container {
    margin: 20px;
}

@media only screen and (min-width: 992px) {
    .training-container {
        margin: 20px 20px 70px;
    }
}

.training-container .wrapper {
    text-align: center;
}


.training-container .wrapper .training-header h1 {
    color: #00588C;
    font-family: Calibri, sans-serif;
    text-align: center;
}

.training-container .wrapper .video-wrapper {
    border-radius: 3px;
    color: #00588C;;
    display: inline-block;
    font: 14px 'Roboto', sans-serif;
    margin: 35px 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

@media only screen and (min-width: 576px) {
    .training-container .wrapper .video-wrapper {
        width: 70%;
    }
}

@media only screen and (min-width: 768px) {
    .training-container .wrapper .video-wrapper {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .training-container .wrapper .video-wrapper {
        margin: 10px 20px;
        padding: 10px;
        width: 40%;
    }
}
@media only screen and (min-width: 1230px) {
    .training-container .wrapper .video-wrapper {
        margin: 10px 35px;
        padding: 10px 35px;
        width: 35%;
    }
}

h3.click {
    text-transform: uppercase;
}
a h3 {
    color: #fff;
}
.training-container .training .video-canvas iframe {
    height: 100%;
    min-height: 225px;
    width: 100%;
}

/*
Training Page Styles
*/

.training-content .wrapper .training-header h1 {
    color: #00588C;
    font-family: Calibri, sans-serif;
    text-align: center;
}

.training-content .wrapper .training-document {
    background-color: #00588C;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font: 14px 'Roboto', sans-serif;
    height: 125px;
    margin: 30px;
    padding: 50px;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
@media only screen and (max-width: 780px) {
    .training-content .wrapper .training-document {
        
    }
}
@media only screen and (min-width: 1100px) {
    .training-content .wrapper .training-document {
        margin: 40px 70px 70px 70px;
    }
}
@media only screen and (min-width: 1230px) {
    .training-content .wrapper .training-document {
        width: 20%;
    }
}
.training-content .wrapper .training-document-three {
    background-color: #00588C;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font: 14px 'Roboto', sans-serif;
    height: 125px;
    margin: 40px 70px 70px 70px;
    padding: 50px;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
@media only screen and (max-width: 780px) {
    .training-content .wrapper .training-document-three {
        margin: 30px;
    }
}
.container {
    text-align: center;
}
h3.click {
    text-transform: uppercase;
}
a h3 {
    color: #fff;
}

/*
Footer Styles
*/

.footer-container {
    background: #a0ddf3;
    color: #656565;
    font-size: 0.75em;
    width: 100%;
}
.footer-container > .footer {
    max-width: 1000px;
    margin: 0 auto;
}
.footer-container > .footer > .wrapper {
    padding: 24px 12px 60px;
}
.footer-container > .footer > .wrapper > a {
    color: #999;
    text-decoration: none;
}
.certascanLightBlue3.certascanSection {
    background: #29b2e5;
    height: 27px;
}
.certascanLightBlue2.certascanSection {
    background: #4cc0e9;
    height: 15px;
}
.certascanLightBlue1.certascanSection {
    background: #a0ddf3;
    height: 6px;
}

