/* Muscogee CSS
 * --------------------------------------- */
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:100%;
	background:#333;
}
.merriweather {font-family:'Merriweather', serif}
.merriweather-sans {font-family:'Merriweather Sans', sans-serif}
.open-sans {font-family:'Open Sans', sans-serif}
.red {color:#E60000}
.section{text-align:center}


/* Global */
/* ----------------------------------------------------------------------------------- */
em {font-style:italic}

.mask {
	background-color:#222;
	opacity:.7;
	height:100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index:31;
}
#menu {display:none}

.abs {position:absolute;z-index:999}
.abs a {color:#FFF}
.abs a:hover {color:#CF3}

a.sidenav:link {color:rgba(255,255,255,0.5)}
a.sidenav:hover {color:#FFF}
a.sidenav:visited {color:rgba(255,255,255,0.5)}
a.sidenav:active {color:#E60000}

.dark a.sidenav:link {color:rgba(33,33,33,0.5)}
.dark a.sidenav:hover {color:#FFF}
.dark a.sidenav:visited {color:rgba(33,33,33,0.5)}
.dark a.sidenav:active {color:#E60000}

.left .sidenav {margin-left:10px}
.right .sidenav {margin-right:3px }

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
	#next {display:inline-block;margin-right:10px;width:32px;height:32px;background:url('../img/icon-next-white-50.svg') no-repeat}
	#next:hover {background:url('../img/icon-next-white.svg') no-repeat}
	#next:active {background:url('../img/icon-next-E60000.svg') no-repeat}
	.dark #next {background:url('../img/icon-next-gray-50.svg') no-repeat}
	.dark #next:hover {background:url('../img/icon-next-gray.svg') no-repeat}
	#previous {display:inline-block;margin-left:10px;width:32px;height:32px;background:url('../img/icon-previous-white-50.svg') no-repeat}
	#previous:hover {background:url('../img/icon-previous-white.svg') no-repeat}
	#previous:active {background:url('../img/icon-previous-E60000.svg') no-repeat}
	.dark #previous {background:url('../img/icon-previous-gray-50.svg') no-repeat}
	.dark #previous:hover {background:url('../img/icon-previous-gray.svg') no-repeat}
	.hamburglar .fa-navicon {display:inline-block;margin-right:10px;width:22px;background:url('../img/icon-hamburger-white.svg') no-repeat -1px 2px}
	.hamburglar .fa-navicon:hover {background:url('../img/icon-hamburger-ACE1FE.svg') no-repeat}
	.dark .hamburglar .fa-navicon {background:url('../img/icon-hamburger-gray.svg') no-repeat}
	.hover-helper .fa-search {display:inline-block;width:13px;height:13px;background:url('../img/icon-magnify-white.svg') no-repeat}
	.transcript .fa-file-text-o {display:inline-block;width:11px;height:13px;background:url('../img/icon-transcript-white.svg') no-repeat}	
	.next-chap .fa-arrow-right {display:inline-block;margin-right:10px;width:16px;height:16px;background:url('../img/icon-next-chapter-white.svg') no-repeat -3px 0}
	.next-chap .fa-arrow-right:hover {background:url('../img/icon-next-chapter-ACE1FE.svg') no-repeat}
}

.top {top:0}
.left {left:0}
.right {right:0}
.middle {top:45%}
.bottom {bottom:0}
.full-width {width:100%}
.hidden {display:none}

.loading {background:#333;color:#999}
.text-center {text-align:center}

.nk360 {margin:10px 0 0 0;padding-right:10px}
.nk360-back-arrow {display:inline-block;background:rgba(0,0,0,0.75);padding:11px 7px 10px 30px}
.nk360-back-arrow svg {position:relative;right:5px;top:1px;-webkit-transition:all .5s ease;transition:all .5s ease;}
.nk360-back-arrow svg.rotated {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.nk360-logo {display:inline-block;position:relative;top:8px;left:8px}
#showLeft {position:relative;z-index:1001}
/*.nk360-logo {display:inline-block;position:relative;top:10px;left:-4px;background:rgba(0,0,0,0.75)}
.black-logo {opacity:.5;padding:10px 7px 2px 10px}
.nk360-logo {display:inline-block;position:relative;top:8px;left:8px}
#before .black-logo {opacity:.5}
#during .black-logo {opacity:.8}
#after .black-logo {opacity:.5}
#after .nk360-back-arrow {background:none}
#after #showLeft {background:rgba(0,0,0,0.75);padding:0px 24px 2px 0px}*/

.audio-set {display:none}
.audio-word {background-color:#AAA}
.audio-word:hover {background-color:#999;cursor:pointer}

.hamburglar {padding:7px 7px 0 0}
.section-title {font-size:13px;position:relative;top:-3px;margin-right:9px}

.dark .hamburglar {color:#333}
.dark .section-title {color:#333}

/* Share Widget */
.format-share {right:150px;top:10px}
#discussion-questions .format-share {right:200px}
.format-share .share-buttons {display:flex}
.format-share .share-buttons .share-button-main {z-index:2;cursor:pointer}
.share-facebook, .share-email, .share-twitter {visibility:hidden}
.format-share .share-buttons .share-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.share-buttons.open .share-facebook {right:106px;visibility:visible}
.share-buttons.open .share-email {right:36px;visibility:visible}
.share-buttons.open .share-twitter {right:72px;visibility:visible}

#showRight {border:none;background:none;color:#FFF;z-index:1001}
.dark #showRight {color:#333}
#showRight:hover {color:#afdefa;cursor:pointer}

.footer {background:rgba(0,0,0,0.5);font-size:8pt;padding:6px 20px}
.footer-left {float:left}
.footer-right {float:right;margin:10px 50px 0 0}
.footer li {display:inline-block}
.footer-credits {padding:6px 0}
.footer-credits .footer-left {padding:0 0 0 20px}
.footer-credits .footer-right {margin-right:30px}

.footer a:link {color:#FFF}
.footer a:hover {color:#FFF}
.footer a:visited {color:#FFF}
.footer a:active {color:#FFF}

.red-gradient-horizontal {
	background: -moz-linear-gradient(left, rgba(230, 0, 0, 1) 0%, rgba(224, 0, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(230, 0, 0, 1) 0%, rgba(224, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(230, 0, 0, 1) 0%, rgba(224, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60000', endColorstr='#00e00000', GradientType=1 ); /* IE6-9 */
}
.red-gradient {
	background: -moz-linear-gradient(top, rgba(230, 0, 0, 0) 0%, rgba(230, 0, 0, 1) 50%, rgba(230, 0, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(230, 0, 0, 0) 0%, rgba(230, 0, 0, 1) 50%, rgba(230, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(230, 0, 0, 0) 0%, rgba(230, 0, 0, 1) 50%, rgba(230, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e60000', endColorstr='#00e60000', GradientType=0 ); /* IE6-9 */
}

.mask-gradient {
padding-top:100px;
height:40vh;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 33%, rgba(0,0,0,0.65) 66%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 33%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 33%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}
	
	
}
.mask-gradient:before {
-webkit-box-shadow: 0px 0px 20px #d1d571;
 	 -moz-box-shadow: 0px 0px 20px #d1d571;
  	box-shadow: 0px 0px 20px #d1d571;
}

.main-nav {bottom:160px;left:160px}
#introduction #section1 .main-nav {left:60px}
.main-nav li {display:inline-block}


.linkage {
	padding:10px 30px;
	font-size:15px;
	margin:0 3px;
}



.linkage-video {text-transform:uppercase}
a.linkage:link {
	border:#FFF solid 1px;
	color:#FFF;
}
a.linkage:hover {
	border:#FFF solid 1px;
	background:rgba(33,33,33,0.4);
	color:#FFF;
}

a.linkage:visited {
	color:#FFF;
	border:#FFF solid 1px;
}
a.linkage:active {
	border:#FFF solid 1px;
	color:#FFF;
}
a.linkage.current  {
	border:rgba(255,255,255,0.5) solid 1px;
	color:rgba(255,255,255,0.5);
	font-weight:400;
}

.next-chap {right:10px;display:none}
.next-chap .linkage {padding:10px 12px 10px 20px}
.next-chap a.linkage:link {border:#FFF solid 1px;color:#FFF}
.next-chap a.linkage:hover {background:rgba(33,33,33,0.5);border:#afdefa solid 1px!important;color:#afdefa!important}
.next-chap a.linkage:visited {border:#FFF solid 1px;color:#FFF}
.next-chap a.linkage:active {border:#FFF solid 1px;color:#FFF}

.scroll-hint {bottom:50px;text-align:center;}
.scroll-hint h5 {color:#666666;font-size:11px;font-weight:normal;margin:0 0 0 3px}
.st0{fill:#666666}
.st1{fill:#666666}
.st2{fill:none;stroke:#666666;stroke-width:1.5}
.st3{fill:#FFFFFF;}


/* Image */
/* ----------------------------------------------------------------------------------- */
.image {width:40%;height:auto;vertical-align:top;display:inline-block;background:#444;padding:.75em 1.25em;margin:0 1em 0 0;position:relative;z-index:32}
.dark .image {background:#666}
.image-wide {width:60%;margin:0}
.image-narrow {width:30%}
.image-extra-narrow {width:23%}
.image-toolbar {position:relative;height:auto}
.hover-helper {font-size:8pt;color:#FFF;text-align:left;padding:0 0 10px 0}
.transcript {font-size:8pt;color:#FFF;position:absolute;top:0;right:0;padding:0 0 5px 0}
.caption {font-size:9pt;color:#FFF;text-align:left;padding:6px 0 0 8px}
.image-text {width:36%;display:inline-block;text-align:left;vertical-align:top;margin:0 0 0 1em;padding:0 0 0 1.5em;position:relative;z-index:32}
.dark .image-text {color:#333}
.section-image .image-text h2 {padding:0 0 .8em 0;font-size:1.8vw;}
.section-image h2 {padding:1em 0;font-size:2.2vw;display:none;position:relative;z-index:32}
.section-image h3 {padding:1em 0;font-size:1.9vw;display:none;position:relative;z-index:32}
.dark .section-image h2, .dark .section-image h3 {color:#333}


/* Map */
/* ----------------------------------------------------------------------------------- */
.map-text {width:36vw;right:5vw;top:40%;padding:1em 1.5em 1.7em;background:rgba(243,236,220,0.9);border:#666 double 3px;box-shadow: 0 0 6px #333333;z-index:30}
#during .map-text {width:30vw;top:30%}
#before .map-text {width:30vw}
.map-text h2 {color:#222;font-size:1.8vw;border-bottom:#999 solid 1pt;margin-bottom:1vh;}
.small-date {font-size:1.4vw;}
.map-text p {color:#222;font-size:1vw;text-align:left;line-height:1.8}
#during .map-text p {margin:0 1em}

/* Video */
/* ----------------------------------------------------------------------------------- */
.fullscreen {position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden;z-index:30}
.fullscreen-video {
	width:100%;
	height:100%;
	/*object-fit:contain;(keep video aspect ratio)*/
	object-fit:cover;/*(fill viewport with video)*/
}

.video-text {margin:0 5em;width:40%;text-align:left;padding:0 0 0 1.5em;position:relative;display:none}
.video-text-wide {width:60%;}
.video-text h2 {font-size:1.9em;padding:0 0 .5em 0}
.vertical-bar {width:4px;position:absolute;top:-20px;bottom:-20px;left:0}

button.play-video {border:#FFF solid 1px;padding:10px 20px;font-size:12px;background:rgba(0,0,0,0.2);color:#FFF;text-transform:uppercase}
button.play-video:hover {background:rgba(33,33,33,0.8);cursor:pointer}

.justin {background-image:url(../img/000_Justin.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}
.georget {background-image:url(../img/000_GeorgeT.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}
.georgec {background-image:url(../img/000_GeorgeC.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}
.lillian {background-image:url(../img/000_Lillian.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}
.lillian-021 {background-image:url(../img/021_Lillian.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}
.nancy {background-image:url(../img/000_Nancy.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}


/* Text */
/* ----------------------------------------------------------------------------------- */
.dark .text {color:#333}
.text {display:none;padding-left:2.4vw;position:relative;text-align:left;z-index:32}
.text-large {margin:0 10%}
.text-medium {margin:0 20%}
.text-small {margin:0 30%}
.text h2 {font-size:2.4vw}
.section h1 {position:relative;z-index:32}
.section h2 {position:relative;z-index:32}
.section .horizontal-bar {position:relative;z-index:32}


/* Quote */
/* ----------------------------------------------------------------------------------- */
.dark .quote {color:#333}
.quote {padding-left:2.4vw;text-align:left;position:relative;display:none}
.quote-large {margin:0 10%}
.quote-medium {margin:0 20%}
.quote-small {margin:0 30%}
.quote h2 {font-size:1.4vw;padding-bottom:1vw;}
#section15 .quote h2 {font-size:2.2vw;padding-bottom:4vw}

blockquote {font-family:'Merriweather', serif;font-size:2.4vw;font-style:italic;}
.blockquote-author {font-size:1.4vw;padding-top:1vw;}

/* Transcriptions */
/* ----------------------------------------------------------------------------------- */

.transcript a:link {color:#FFF}
.transcript a:hover {color:#CCC}
.transcript a:visited {color:#FFF}
.transcript a:active {color:#FFF}

.transcription {text-align:left;}


/* Discussion Questions */
/* ----------------------------------------------------------------------------------- */
.section-discussion-questions {text-align:left;}
.section-discussion-questions .horizontal-bar {height:4px;width:90%}
.section-discussion-questions h2 {font-family: 'Merriweather', serif;font-size:2.5vw;font-weight:400;margin:0 0 5px 160px;}
.section-discussion-questions h3 {font-family: 'Merriweather', serif;font-size:2vw;font-weight:300;margin:0 0 5px 160px;}
.thin {font-weight:300;}
.section-discussion-questions ol {margin:20px 200px 100px 200px;max-width:70%}
.section-discussion-questions ol li {list-style:decimal;font-size:2vw; font-weight:300;margin:30px 0}
.section-discussion-questions ol li em {font-style:italic;font-size:2vw; font-weight:400;margin:30px 0}


#discussion-questions {margin:0 auto;}
#discussion-questions article {padding:10%;margin:0 auto;}
#discussion-questions h1 {font-size:2.9vw;font-weight:300;margin:1vh 0}
#discussion-questions h2 {font-family:'Merriweather', serif;font-size:2.5vw;font-weight:400;}
#discussion-questions h3 {font-family:'Merriweather', serif;font-size:2.2vw;font-weight:300;border-bottom:#555 solid 1px;text-indent:1vw}
#discussion-questions section {margin-bottom:4em}
#discussion-questions .horizontal-bar {height:4px;width:90%}
#discussion-questions ol {margin:0 3em 2em 3em}
#discussion-questions ol li {list-style:decimal;font-size:2vw;font-weight:300;margin:1em 0}
#discussion-questions ol li em {font-style:italic;font-size:2vw;font-weight:400;margin:1em 0}

#discussion-questions header {margin-top:100px;padding:0 10%}

#discussion-questions footer {background:rgba(0,0,0,0.2);font-size:8pt;padding:8px 20px 4px}
#discussion-questions footer li {display:inline-block}
#discussion-questions footer .footer-right {margin:10px 10px 0 0}
footer a:link {color:#FFF}
footer a:hover {color:#CCC}
footer a:visited {color:#FFF}
footer a:active {color:#FFF}


#credits .section-credits {padding-top:10%;text-align:left;}
.section-credits .horizontal-bar {height:4px;width:90%}
.section-credits h2 {font-family: 'Merriweather', serif;font-size:2.5vw;font-weight:400;margin:0 0 5px 160px;}
.section-credits p {margin:20px 200px 100px 160px;max-width:70%}



/* Sections */
/* ----------------------------------------------------------------------------------- */
#introduction #section1 .background-image {
	background-image:url(../img/OcmulgePort.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	opacity: 0;
}
#introduction #section1 .pp-tableCell {vertical-align:top;padding-top:8em}
#introduction #section1 h1 {display:none}
#introduction #section1 h2 {display:none}

#introduction #section2 h1 {display:none;margin-top:166px}
#introduction #section2 .horizontal-bar {display:none;}
#introduction #section2 .mask-gradient {height:30vh;padding-top:60px}

#introduction #section6 .background-image {
	background-image:url(../img/Indian-Removal-Act-background-800.jpg);
	background-size:cover;
	opacity: 0;
}
#introduction #section6 .image-text {margin-top:12em}

#introduction #section2 .background-image, 
#introduction #section7 .background-image {
	background-image:url(../img/Andrew-Jackson-background.jpg);
	background-size:cover;
	opacity: 0;
}

@keyframes kenburns-masked {
    0% {
      opacity: 0;
    }
    5% {
    	opacity: 1;
    }
    100% {
        transform: scale3d(1.25, 1.25, 1.25) translate3d(-140px, -60px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
   
}
.clipped {animation: kenburns-masked 60s infinite; }

.section-intro {text-align:left}
.section-intro h1 {font-family:'Merriweather', serif;font-size:2.3em;font-size:2.9vw;font-weight:300;margin:0 0 -1px 5%;text-shadow: 1px 1px 15px #000000;}
.section-intro .horizontal-bar {height:4px;width:70%}
.section-intro h2 {font-size:1.3em;font-size:1.6vw;font-weight:300;margin:10px 0 40px 5%;text-shadow: 1px 1px 4px #000000;width:80%}
.section-intro h2.slight-right {margin-left:5.1%}

#introduction #section7 .image {width:35%}
#introduction #section7 .image-text {margin-top:9em}
#introduction #section10 .image-text {margin-top:10em}






#before #section1 .background-image {
	background-image:url(../img/Verelst-Painting-Audience-Given-by-the-Trustees.jpg);
	background-size:cover;
	opacity:0;
}





#before #section1 .pp-tableCell,
#after #section1 .pp-tableCell {vertical-align:bottom}

#before #section2 {
	background-image:url(../img/map9-Muscogee.svg);
	background-size:auto 100%;
	background-repeat:no-repeat;
}

#before #section5 .background-image {
	background-image:url(../img/OcmulgePort.jpg);
	background-size:cover;
		opacity:0;
}
#before #section5 .image-text {margin-top:5em}

#before #section7 .background-image {
	background-image:url(../img/Creek-House.jpg);
	background-size:cover;
		opacity:0;
}
#before #section7 .image-text {margin-top:8em}

#before #section10 .background-image {
	background-image:url(../img/Cherokee-Ridge-1600.jpg);
	background-size:cover;
		opacity:0;
}

#before #section13 .background-image {
	background-image:url(../img/Verelst-Painting-Audience-Given-by-the-Trustees.jpg);
	background-size:cover;
		opacity:0;
}
#before #section13 .image-text {margin-top:5em}

#before #section16 .background-image {
	background-image:url(../img/Horsecreek-Bend.jpg);
	background-size:cover;
		opacity:0;
}
#before #section16 .image-text {margin-top:4em}
#before #section17 .image-text {margin-top:16em}
#before #section18 .image-text {margin-top:13em}

#before #section18 .background-image {
	background-image:url(../img/Creek-Treaty-800.jpg);
	background-size:cover;
	opacity:0;
}

#during #section1 .background-image {
	background-image:url(../img/During_Primary_Media-itok=DrHJC-Uy.jpg);
	background-size:cover;
	opacity:0;
}

#during #section1 h1 {padding-top:10em;color:#555; margin:0 0 3px 4.8%;text-shadow:none}
#during #section1 h2 {color:#555; text-shadow:none}
#during #section5 {
	background-image:url(../img/map7-Muscogee.svg);
	background-size:auto 100%;
	background-repeat:no-repeat;
}
#during #section6 .background-image {
	background-image:url(../img/family_removal.jpg);
	background-size:cover;
	opacity:0;
}
#during #section6 .image-text {margin-top:4em}
#during #section7 .background-image {
	background-image:url(../img/John-Beaver-Bowl-600.jpg);
	background-size:cover;
	opacity:0;
}
#during #section7 .image-text {margin-top:8em}

#during #section9 .background-image {
	background-image:url(../img/PaulBender_Painting_background30.jpg);
	background-size:cover;
	opacity:0;
}
#during #section9 .image-text {margin-top:5em}

#after #section1 .background-image, 
#after #section2 .background-image {
	background-image:url(../img/Tulsa-Creek-Council-Oak-Tree-1070.jpg);
	background-size:cover;
	opacity:0;
}
#after #section1 .mask-gradient {
padding-top:0px;
height:30vh;
}
#after #section2 .image-text {margin-top:13em}

#after #section5 {
	background-image:url(../img/map10-Muscogee.svg);
	background-size:auto 100%;
	background-repeat:no-repeat;
}

#after #section8 .background-image {
	background-image:url(../img/Muscogee-House-800.jpg);
	background-size:cover;
	opacity:0;
}
#after #section8 .image-text {margin-top:12em}

#after #section9 .image-text {margin-top:11em}

#after #section11 .background-image {
	background-image:url(../img/Delegation-at-Creek-Council-House.jpg);
	background-size:cover;
	opacity:0;
}
#after #section11 .image-text {margin-top:8em}

#after #section14 .background-image {
	background-image:url(../img/BoardingSchool.jpg);
	background-size:cover;
	opacity:0;
}
#after #section14 .image-text {margin-top:6em}
#after #section16 .background-image {
	background-image:url(../img/Muscogee-Creek-Tribal-Headquarters.jpg);
	background-size:cover;
	opacity:0;
}
#after #section16 .image-text {margin-top:3em}

#reflections #section1 .background-image {
	background-image:url(../img/Muscogee-Creek-Tribal-Headquarters-large.jpg);
	background-size:cover;
	opacity:0;
}
#reflections #section1 h1 {padding-top:10em}
#reflections #section1 .mask {
	background-color:#333;
	opacity:.3;
}
#reflections #section4 .background-image {
	background-image:url(../img/Muscogee-Flag.jpg);
	background-size:cover;
	opacity:0;
}
#reflections #section4 .image-text {margin-top:8em}
#reflections #section11 .background-image {
	background-image:url(../img/Horse-Creek-Bend-Stompdance.jpg);
	background-size:cover;
	opacity:0;
}
#reflections #section11 .image-text {margin-top:7em}

#reflections #section14 .background-image {
	background-image:url(../img/College-of-Muscogee.jpg);
	background-size:cover;
	opacity:0;
}
#reflections #section14 .image-text {margin-top:4em}



/* Responsive Styles */
/* ----------------------------------------------------------------------------------- */

@media (max-width:890px) {
	.image, .image-text {width:80%; display:block; margin:0 auto;margin-bottom:10px}
	.image-text h3 {padding-left:15px;border-left:3px solid #E60000;text-align:left;font-size:3.2vw;}
	.main-nav {left:33%}
	.main-nav li {display:block;margin:2em 0}
}

.swipe {display:none}
svg.desktop {position:relative;right:24px}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
.swipe {display:inline-block}
.desktop {display:none}
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 140px;
    height: 140px;
    margin: 0px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #C9651C;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #699539;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #3981B9;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
 
    -webkit-transition: all 0.3s 0.3s ease-out; 
            transition: all 0.3s 0.3s ease-out;
}



/* Sliding Menu  */

/* General styles for all menus */
.cbp-spmenu {
	background: rgba(0,0,0,0.5);
	position: fixed;
}



.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding:0 20px;
	margin: 0;
	font-weight: 300;
	background: rgba(0,0,0,0.3);
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}


.cbp-spmenu a:hover {
	background: #afdefa;
	color: #47a3da;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

.cbp-spmenu a.current {
	background: #333;
	color: #FFF;
}
/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height:auto;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #000;
	padding: 1em;
}


/* Vertical menu that slides from the right */

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

.cbp-spmenu-left {
	left: -240px;
	padding-top:100px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}
.nk360-menu {
top:10px;
background:#000;
background:rgba(0,0,0,0.9);
width: 180px;
padding:4.5em 1em 1em;
	}

.color-logo {display:none}
.nk360-menu a {margin:0;padding:1.2em 0em 1.2em 1em;
font-size: 10pt;
	font-weight: 300;
	border-bottom:#999 solid 1px;
	}
.nk360-menu a:last-child {border:none}
.nk360-menu a svg, 
.nk360-menu a div {display:inline-block;
	vertical-align:middle;

}
.nk360-menu a svg {margin-right:10px} 
.nk360-menu a div {margin:0;padding:0}

.cbp-spmenu.nk360-menu a:hover {background:none;color:#afdefa; }
.cbp-spmenu a:hover svg .st3 {fill:#afdefa}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.print-only {display:none}

/* Print Styles
 * --------------------------------------- */
@media print {
	.print-only {display:inline}
	.screen-only {display:none}
	html {margin-top:3cm}
	body {
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		color: #444;
		font-size:11pt;
		background:#FFF;
		margin:0 auto;
		text-align:center;
	}

#introduction #section1, 
#introduction #section2, 
#introduction #section3, 
#introduction #section4, 
#introduction #section5, 
#introduction #section6, 
#introduction #section7, 
#introduction #section8, 
#introduction #section9, 
#introduction #section10, 
#introduction #section11,
#before #section1, 
#before #section2, 
#before #section3, 
#before #section4, 
#before #section5,
#before #section6, 
#before #section7, 
#before #section8,
#before #section9, 
#before #section10, 
#before #section11,
#before #section12, 
#before #section13, 
#before #section14, 
#before #section15,
#before #section16,
#before #section17, 
#before #section18,
#before #section19, 
#before #section20, 
#before #section21,
#before #section22, 
#during #section1, 
#during #section2, 
#during #section3, 
#during #section4, 
#during #section5,
#during #section6, 
#during #section7, 
#during #section8,
#during #section9, 
#during #section10, 
#during #section11,
#during #section12, 
#during #section13, 
#during #section14,
#after #section1, 
#after #section2, 
#after #section3, 
#after #section4, 
#after #section5,
#after #section6, 
#after #section7, 
#after #section8,
#after #section9, 
#after #section10, 
#after #section11,
#after #section12, 
#after #section13, 
#after #section14, 
#after #section15,
#after #section16,
#reflections #section1, 
#reflections #section2, 
#reflections #section3, 
#reflections #section4, 
#reflections #section5, 
#reflections #section6, 
#reflections #section7, 
#reflections #section8,
#reflections #section9, 
#reflections #section10, 
#reflections #section11,
#reflections #section12, 
#reflections #section13, 
#reflections #section14, 
#reflections #section15 {display:none}

#discussion-questions footer, footer, .footer {background:#FFF;border-top:#AAA solid 1px;padding:5mm 0 0 0;height:2cm;text-align:left}
footer li, .footer li {visibility:hidden}
footer li.si-logo, .footer li.si-logo {visibility:visible}

.nk360-back-arrow, 
.nk360-menu, 
.hamburglar, 
.sidenav, 
.loading, 
.mask, 
.background-image, 
.red-gradient, 
.hover-helper,
.section-image,
.section-video {display:none}

.section-discussion-questions, 
.section-discussion-questions h2, 
.section-discussion-questions .thin, 
.section-discussion-questions ol, 
.section-discussion-questions li {visibility:visible;color:#444}

#pagepiling, div.section-discussion-questions {visibility:hidden;}

.pp-section.pp-table {display:inline}
.pp-section {position:relative}

.section-discussion-questions h2 {font-size:21pt;margin:0 0 0 10px}
.section-discussion-questions ol {margin:20px 20px 100px 40px;max-width:100%}
.section-discussion-questions ol li, .section-discussion-questions ol li em {font-size:16pt;line-height:1.5}


#discussion-questions header, header, .header {margin-top:0;padding:0 25mm;text-align:left}
#discussion-questions h1, h1 {font-size:23pt;margin:0}
#discussion-questions h2, h2 {font-size:21pt;margin:0}
#discussion-questions .horizontal-bar, .horizontal-bar {height:.5mm}
#discussion-questions section, ssection, .ssection {margin:5mm 0 1mm 0;text-align:left;padding:0;page-break-inside:avoid}
#discussion-questions article, article {padding:0 2cm;margin:0 auto}
#discussion-questions h3, h3 {font-size:18pt;text-indent:5mm;border:none;}
#discussion-questions ol li, ol li, #discussion-questions ol li em, ol li em {font-size:16pt;line-height:1.5}


}