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

html, body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    color: #666;
}
h2 {
    font-size: 2em;
    font-weight: 300;
}
h3 {
    font-size: 1.7142857142857142em;
    font-weight: 300;
    margin: 0;
}
h6 {
    font-size: 1.1250em;
    font-weight: 600;
}
h7 {
    font-style: italic;
    font-weight: bold; 
}
p {
    margin: 1em 0;
}
a {
    text-decoration: underline;
}
a:hover, a:focus {
    text-decoration: none;
}
.jumbotron h1 {
    font-size: 30px;
}
.jumbotron p {
    font-size: 16px;
}
#phase0, #phase2, #phase4, #phase6, #phase1, #phase3, #phase5 {
    background: url(../images/eti_background-50p.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 5em;
    top: -90px;
}
/*#phase1, #phase3, #phase5 {
    background-image: url(../images/eti_background-25p.jpg);
    background-repeat: repeat-y;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 5em;
}
.find li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -24px;
}
.nav-tabs {
    border-bottom: 2px solid #ddd;
    margin: 2em 0;
    text-transform: uppercase;
}
.nav-tabs > li > a {
    border-radius: 0;
    text-decoration: none;
    color: #545C5D;
    background-color: #D3D9DB;
}*/

@media (max-width: 525px) {
    .nav-tabs > li {
        float: none;
    }
}
/* Download Phase Button */

.btn-phase {
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    margin: 0 0 1em 0;
    padding: 0.8em 1.5em;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-phase img {
    display: inline;
    margin-right: 0.5em;
}
.next {
    font-size: 1em;
}
.backtotop {
    font-size: .80em;
    text-align: right;
}
.downloads {
    background-color: #fff;
    padding: 1em 2em;
}
.downloads h4 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.downloads img {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}
.divider {
    border-bottom: 1px dotted #b9c5c7;
    margin: 2em 0;
}
btn-phas > li > a {
    white-space: normal;
}
.btn {
    white-space: normal;
    border-radius: 10px;
}
.lessons img {
    padding: 1em 2em 2em 2em;
}
.lesson {
    margin-bottom: 3em;
}
.fileIcon {
    margin-left: 5px;
}
#stick {
    z-index: 100;
}
.caption {
    font-size: .8em;
    margin-top: 0;
}
.header-img {
    padding-right: 1em;
}

/* dropdown menu*/

.open .dropdown-menu  {
    padding-bottom:0;
    padding-top:0;
}

.dropdown-menu > li > a {
    border-left: 10px solid transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #262626;
    padding: 6px 0 6px 8px;
	white-space:normal;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.dropdown-menu > .nav-color-block0 a:focus,
.dropdown-menu > .nav-color-block0 a:hover {
    border-left-color: #e95229;
}
.dropdown-menu > .nav-color-block1 a:focus,
.dropdown-menu > .nav-color-block1 a:hover {
    border-left-color: #02a0d3;
}
.dropdown-menu > .nav-color-block2 a:focus,
.dropdown-menu > .nav-color-block2 a:hover {
    border-left-color: #00843e;
}
.dropdown-menu > .nav-color-block3 a:focus,
.dropdown-menu > .nav-color-block3 a:hover {
    border-left-color: #cd8302;
}
.dropdown-menu > .nav-color-block4 a:focus,
.dropdown-menu > .nav-color-block4 a:hover {
    border-left-color: #66a33c;
}
.dropdown-menu > .nav-color-block5 a:focus,
.dropdown-menu > .nav-color-block5 a:hover {
    border-left-color: #b82927;
}
.dropdown-menu > .nav-color-block6 a:focus,
.dropdown-menu > .nav-color-block6 a:hover {
    border-left-color: #00979f;
}
.dot {
    border-bottom: 1px dotted #b9c5c7;
    width: 100%;
}

/* splash */

#splash {
    background: url('../images/eti_playbook_hero_1200.jpg') no-repeat center top local;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 1em;
    margin: 1% 1% 0 1%;
    width: 98%;
}
.splash-logo {
    margin: -12% auto 0 auto;
    padding-bottom: 2em;
    max-width: 300px;
    min-width: 252px
}
#splash h1, #splash h2 {
    font-weight: 300;
    text-shadow: 0 0 3px #000;
}
#splash h2 {
    font-size: 1.8em;
    margin-top: 1em;
    text-transform: none;
}
#splash p {
    text-shadow: 0 0 3px #000;
}
#splash ul li p {
    font-size: 1.1em;
}
#splash .read-more a {
    color: #fff;
    text-decoration: underline;
    font-size: .80em;
}
#splash .read-more a:hover, #splash read-more a:focus {
	text-decoration: none;
    font-size: .80em;
}
.splash-select {
    background: #006ea2;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    padding: 1em;
}
.splash-select:hover,
.splash-select:focus {
    /*  background-color:#005580;*/
}
.splash-select a {
    color: #fff;
    text-decoration: none;
}
.splash-select img {
    display: inline;
    margin-right: 0.5em;
    vertical-align: middle;
}
.splash-select ul > li {
    /*padding: .2em 0;*/
}
/*.splash-menu {
    width: 100%;
}*/
.splash-btn {
    background: #8C8C8C;
    border: 1px solid #fff;
    border-radius: 35px;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 300;
    padding: 0.5em 1.5em;
    text-align: left;
    text-decoration: none;
    width:215px;
}
.splash-btn:hover, .splash-btn:focus {
    background-color: #333;
    color: #fff;
}
.splash-btn img {
    display: inline;
    margin-right: 0.5em;
    vertical-align: middle;
}
.splash-callout {
    background-color: #8c8c8c;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.5em;
}
.splash-controls {
    margin: 2em 0;
}
.splash-pad {
    padding-left: 0;
}
.splash-nav {
    color:#fff; 
    font-size:16px; 
    border-bottom: 1px solid #fff; 
    padding:0 0 0.25em 0;
}
.splash-nav a:link {text-decoration:none;color:#fff;}
.splash-nav a:visited {text-decoration:none;color:#fff;}
.splash-nav a:hover {color: #ccc;}
.splash-nav a:active {color: #ccc;}
.splash-navdesc {font-size:12px; margin-top: 0.5em}
.mt-1 {margin-top:1em;}
.mt-1-5 {margin-top:1.5em;}
@media only screen and (max-width: 450px) {
    .splash-select, .splash-btn {
        font-size: 0.75em;
        border-bottom: 1px dotted #b9c5c7;
    }
    .splash-logo {
        max-width: 225px;
    }
    .dropdown-menu > li > a {
        font-size: 0.75em;
    }
    #splash .read-more a, #splash .read-more a:hover, #splash read-more a:focus {
        font-size: .65em;
    }
}
@media (max-width: 768px) {
    .splash-select {
        border-bottom: 1px solid #ccc;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .splash-select, .splash-btn {
        font-size: 1.2em;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .splash-select, .splash-btn {
        font-size: 1.1em;
    }
}
@media (min-width: 1200px) {
    #splash {
        height: 100%
    }
    .splash-logo {
        width: 75%;
        margin: -8% auto 0 auto;
    }
    .splash-select, .splash-btn {
        font-size: 1em;
    }
}
/* Nav */

.navbar-default {
    background-color: #006ea2;
}
.navbar-toggle {
    background-color: #eee;
}
.nav-justified > li {
    vertical-align: top;
    text-transform: uppercase;
}
.nav-justified > li > a {
    color: #fff;
    font-weight: 700;
    font-size: 1em;
	line-height:1.2em;
    text-decoration: none;
    margin: 0;
}
.nav-justified > li > a .phase-desc {
	font-weight:400;
	text-transform:none;
}
.nav-0 a {
    background-color: #e95229;
}
.nav-justified .nav-0 a:hover, .nav-justified .nav-0 a:focus {
    background-color: #c34322;
}
.nav-1 a {
    background-color: #02a0d3;
}
.nav-justified .nav-1 a:hover, .nav-justified .nav-1 a:focus {
    background-color: #036a8c;
}
.nav-2 a {
    background-color: #00843e;
}
.nav-justified .nav-2 a:hover, .nav-justified .nav-2 a:focus {
    background-color: #014d25;
}
.nav-3 a {
    background-color: #e17903;
}
.nav-justified .nav-3 a:hover, .nav-justified .nav-3 a:focus {
    background-color: #8e5a04;
}
.nav-4 a {
    background-color: #66a33c;
}
.nav-justified .nav-4 a:hover, .nav-justified .nav-4 a:focus {
    background-color: #45702a;
}
.nav-5 a {
    background-color: #b82927;
}
.nav-justified .nav-5 a:hover, .nav-justified .nav-5 a:focus {
    background-color: #771918;
}
.nav-6 a {
    background-color: #00979f;
}
.nav-justified .nav-6 a:hover, .nav-justified .nav-6 a:focus {
    background-color: #026a70;
}
.nav-download a {
    background-color: #8c8c8c;
}
.nav-justified .nav-download a:hover, .nav-justified .nav-download a:focus {
    background-color: #595858;
}

@media (min-width: 768px) {
    .nav-justified > li > a {
       /*  line-height: 40px; */
       /* min-height: 60px; */
	   height:75px;
	   font-size:0.85em;
    }
    .nav-justified > li:last-child > a {
       /* line-height: normal; */
    }
    .navbar-default {
        background-color: transparent;
        border: none;
    }
}
@media (min-width: 840px) and (max-width:970px) {
	.nav-justified > li > a {
		height:65px;
		font-size:0.8em;
	}
}
@media (min-width: 970px) and (max-width:1085px) {
	.nav-justified > li > a {
		height:65px;
		font-size:0.9em;
	}
}
@media (min-width: 1085px) and (max-width:1200px) {
	.nav-justified > li > a {
		height:65px;
		font-size:0.95em;
	}
}
@media (min-width: 1200px) {
    .nav-justified > li > a {
		height:70px;
		font-size:1em;
    }
}
@media (min-width: 1420px) {
    .nav-justified > li > a {
        height:100px;
    }
}
/* Overview */

#overview {
    padding: 2em 0;
    /* height: 100vh; */
}
#overview h1 {
    font-size: 2.5em;
    font-weight: 300;
    margin: 2em 0 1em 0;
}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
/* Phase 0 */

#phase0 h2 {
    color: #e95229;
}
#phase0 .nav > li.active > a, #phase0 .nav > li.active > a:focus {
    background: #e3e6e8;
    color: #000000;
}
#phase0 .nav > li > a:hover {
    background-color: #e3e6e8;
    color: #000000;
}
.btn-phase0 {
    background: #8C8C8C;
}
.btn-phase0:hover, .btn-phase0:active {
    background-color: #333;
    color: #fff;
}
.phase0-head {
    background-color:  #e95229;
    color: #fff;
    padding-top: 1em;
    margin: auto;
}
.phase0-subhead {
    background-color: #e3e6e8;
    color: #000000;
    margin: auto;
}
.phase0-spacing {
    margin-top: 1em;
}
/* Phase 1 */

#phase1 h2 {
    color: #02a0d3;
}
#phase1 .e3e6e8 > li.active > a, #phase1 .nav > li.active > a:focus {
    background: #e3e6e8;
    color: #000000;
}
#phase1 .nav > li > a:hover {
    background-color: #e3e6e8;
    color: #000000;
}
.btn-phase1 {
    background: #8C8C8C;
}
.btn-phase1:hover, .btn-phase1:active {
    background-color: #333;
    color: #fff;
}
.phase1-head {
    background-color:  #02a0d3;
    color: #fff;
    padding-top: 1em;
    margin: auto;
}
.phase1-subhead {
    background-color: #e3e6e8;
    color: #000000;
    margin: auto;
}
/* Phase 2 */

#phase2 h2 {
    color: #00843e;
}
#phase2 .nav > li.active > a, #phase2 .nav > li.active > a:focus {
    background-color: #e3e6e8;
    color: #000000;
}
#phase2 .nav > li > a:hover {
    background-color: #e3e6e8;
    color: #000000;
}
.btn-phase2 {
    background:#8C8C8C;
}
.btn-phase2:hover, .btn-phase2:active {
    background: #333;
    color: #fff;
}
.phase2-head {
    background-color:  #00843e;
    color: #fff;
    padding-top: 1em;
    margin: auto;
}
.phase2-subhead {
    background-color: #e3e6e8;
    color: #000000;
    margin: auto;
}
/* Phase 3 */

#phase3 h2 {
    color: #e17903;
}
#phase3 .nav > li.active > a, #phase3 .nav > li.active > a:focus {
    background-color: #e3e6e8;
    color: #000000;
}
#phase3 .nav > li > a:hover {
    background-color: #e3e6e8;
    color: #000000;
}
.btn-phase3 {
    background: #8C8C8C;
}
.btn-phase3:hover, .btn-phase3:active {
    background: #333;
    color: #fff;
}
.phase3-head {
    background-color:  #e17903;
    color: #fff;
    padding-top: 1em;
    margin: auto;
}
.phase3-subhead {
    background-color: #e3e6e8;
    color: #000000;
    margin: auto;
}
/* Phase 4 */

#phase4 h2 {
    color: #66a33c;
}
#phase4 .nav > li.active > a, #phase4 .nav > li.active > a:focus {
    background-color: #e3e6e8;
    color: #000000;
}
#phase4 .nav > li > a:hover {
    background-color: #e3e6e8;
    color: #000000;
}
.btn-phase4 {
    background: #8C8C8C;
}
.btn-phase4:hover, .btn-phase4:active {
    background: #333;
    color: #fff;
}
.phase4-head {
    background-color:  #66a33c;
    color: #fff;
    padding-top: 1em;
    margin: auto;
}
.phase4-subhead {
    background-color: #e3e6e8;
    color: #000000;
    margin: auto;
}
/* Phase 5 */

#phase5 h2 {
    color: #b82927;
}
#phase5 .nav > li.active > a, #phase5 .nav > li.active > a:focus {
    background-color: #e3e6e8;
    color: #000000;
}
#phase5 .nav > li > a:hover {
    background-color: #e3e6e8;
    color: #000000;
}
.btn-phase5 {
    background: #8C8C8C;
}
.btn-phase5:hover, .btn-phase5:active {
    background: #333;
    color: #fff;
}
.phase5-head {
    background-color:  #b82927;
    color: #fff;
    padding-top: 1em;
    margin: auto;
}
.phase5-subhead {
    background-color: #e3e6e8;
    color: #000000;
    margin: auto;
}
/* Phase 6 */

#phase6 h2 {
    color: #00979f;
}
#phase6 .nav > li.active > a, #phase6 .nav > li.active > a:focus {
    background-color: #e3e6e8;
    color: #000000;
}
#phase6 .nav > li > a:hover {
    background-color: #e3e6e8;
    color: #000000;
}
.btn-phase6 {
    background: #8C8C8C;
}
.btn-phase6:hover, .btn-phase6:active {
    background: #333;
    color: #fff;
}
.phase6-head {
    background-color:  #00979f;
    color: #fff;
    padding-top: 1em;
    margin: auto;
}
.phase6-subhead {
    background-color: #e3e6e8;
    color: #000000;
    margin: auto;
}
/* Footer */

.footer {
    background-image: url(../images/eti_footer.jpg);
    background-repeat: repeat-y;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footer-info {
    background-color: #00863e;
    width: 300px;
    display: block;
    margin: 0 auto;
}
.footer-info a {
    color: #fff;
    text-decoration: none;
}
.footer-info p {
    color: #fff;
    text-align: center;
    padding: 1em 0 1.5em 0;
}
.footer-img {
    margin: 0;
    padding: 0 2em;
}
.footer-clear {
    padding-bottom: 8em;
}