@charset "UTF-8";
/* CSS Document */

body {
	margin: 0em;
	padding: 0em;
}

#body-background-image {
	position: fixed;
    z-index: 1;
    top: 0em;
	width: 100%;
	height: 100%;
    margin: 0em;
	padding: 0em;
    background: url("../media-site-wide/page-background-image.jpg");
	background-repeat: repeat;
    background-size: auto;
}

#container {
	position: relative;
    z-index: 2;
    overflow-x: hidden;
    max-width: 74em;
    height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0em;
}

.content {
    position: relative;
    float: left;
    clear: both;
    z-index: 3;
    width: 100%;
    max-width: 74em;
	height: auto;
    background-color: #282828;
    text-size-adjust: none;
    -webkit-text-size-adjust:none;
}

.content-column-1-of-1 {
    padding: 2em;
}
@media only screen and (max-width: 38em) {
    .content-column-1-of-1 {
    padding: 1em;
    }
}

/*========= GLOSSARY ===========*/
.glossary-column {
	width: 80%;
    margin-left: 5em;
    margin-right: 1em;
}

/*========= VIDEOS MENU ===========*/
.videos-column {
    float: left;
    width: 80%;
    margin-left: 13em;
}
@media only screen and (max-width: 45em) {
    .videos-column {
    width: 100%;
    margin-left: 0em;
    }
}

/*========= IMAGES ===========*/
.imageleft {
	float: left;
}

.imageright {
	float: right;
}

.script-image-float-left-large img {
	/*float: left;*/
    width: 70%;
    height: auto;
	margin-top: 0em;
    margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0.5em;
}

@media only screen and (max-width: 45em) {
    .script-image-float-left-large img {
    width: 100%;
    }
}

.imageright {
	float: right;
	margin-bottom: .625em;
	margin-left: 1.5em;
	margin-right: 0em;
}

.imageright-10-percent img, .imageright-20-percent img, .imageright-30-percent img, .imageright-40-percent img {
	float: right;
	margin-top: .25em;
	margin-bottom: .625em;
	margin-left: 1.5em;
	margin-right: 0em;
}

.imageright-10-percent img {
    width: 10%;
    height: auto;
}

.imageright-20-percent img {
    width: 20%;
    height: auto;
}

.imageright-30-percent img {
    width: 30%;
    height: auto;
}

.imageright-40-percent img {
    width: 40%;
    height: auto;
}

/*========= FOOTER ===========*/
.footnote {
	position: relative;
    float: left;
    clear: both;
    z-index: 3;
    width: auto;
    /*max-width: 74em;*/ 
    height: auto;
	font-size: 9px;
	color: #666;
	margin-top: 4em;
	margin-bottom: 2em;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}


/*========YOUTUBE VIDEO EMBED  ==========*/
/*===========SIZE, CALCULATIONS EXPLAINATION .. if width=100% then height=56.25%" =========*/

.youtube-video-30-percent-float {
	position: relative;
    width: 40%;
    height: 0;
    padding-bottom: 22.5%;
	float: right;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
