

body {
	background-color: #ddd;
	color: #333;
	font-family: "Rokkitt", sans-serif;
	font-size: 10px;
}
.wrapper {
	margin: 20px auto;
	max-width: 600px;
	padding: 0;
	text-align: left;
	width: 90%;	
}

.container {


	border-radius: 0;

	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
}
.section {
	background: #fff;
	border-bottom: #ccc solid 1px;	
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 1% 5%;
	width: 90%
}
.footer {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 1% 5%;
	text-align: center;
	width: 90%
}
.navigation {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%
}

header {
	background: transparent;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.brand {
	background: #fff;
	border-radius: 3px;
	margin: 0 10px;
	padding: 0 10px;
	position: relative;
}
.brand .logo {
	margin: 0 auto;
	text-align: center;
}
.brand .logo img {
	height: auto;
	max-width: 100%;
}



.nav-home {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
.nav-home li {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 45%;
}
.nav-home li.work {
	margin: 0 5% 0 0;
}
.nav-home li.home {
	margin: 0 0 0 5%;
}
.nav-home li a {
	clear: none;
	display: block;
	float: left;
	text-decoration:none !important;
}
.nav-home li a .image {

}
.nav-home li a .image img {
	height: auto;
	max-width: 100%;
}
.nav-home li a .anchor {
    color: #61514d;
    font-family: Rokkitt, serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
	text-decoration:none !important;
	    margin-top: 15px;
    display: inline-block;
}
.nav-home li a .click {
	clear: both;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	width: 100%;
	    margin-top: 10px;
}
.nav-home li a:hover {

}



.nav-main {
	background-color: #E86A23;
    border: none;
    padding: 0;
	margin:0;
}
.nav-main li {
	clear: none;
	float: left;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: auto;
}
.nav-main li.on a {
	background: url(images/arrow-on.png) no-repeat center bottom;
}





.nav-main li a {
	color: rgba(255,255,255,1) !important;
	display: inline-block;
    font-family: BenchNine, sans-serif;
    font-size: 21px;
    font-weight: 700;
        padding: 20px 15px 17px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: none;
	text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 100ms ease-out;
    -moz-transition: color 100ms ease-out;
    -o-transition: color 100ms ease-out;
    transition: color 100ms ease-out;
}
.nav-main li a:hover,
.nav-main li.active a { 
	color: rgba(51,51,51,1) !important;
}
.nav-main li:first-child {
margin-right: 10px;	
}
.nav-main li:first-child a {
padding: 0;	
}



.nav-sub {
	    padding: 15px 0 0 0;
}
.nav-sub li {
	font-weight: normal;
	list-style: none;
	margin: 5px 0;
}
.nav-sub li ul li {
	font-weight: normal;
	list-style: disc;
	margin: 5px 0 5px 7.5%;
}
.nav-sub li ul li a {
	display: block;

}




.nav-footer {
	margin: 10px 0 0 0;
	width: 100%;
}
.nav-footer li {
	border-left: #aaa dotted 1px;;
	clear: none;
	display: block;
	float: left;
	margin: 0 0 0 -1px;
	padding: 0;
}
.nav-footer li.top {
	border-left: none;
	clear: none;
	display: block;
	float: right;
	margin: 0 -8px 0 0;
	padding: 0;
}
.nav-footer li:first-child {
	border-left: none;
	margin: 0 0 0 -8px;
}
.nav-footer li a {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0 8px;
}







.pod {
	clear: none;
	display: block;
	float: left;
	margin: 0 5%;
}
.target-keywords,
.team-members {
	width: 42.5%;
}
.target-keywords {
	margin: 2.5% 2.5% 2.5% 5%;
}
.team-members {
	margin: 2.5% 5% 2.5% 2.5%;
}
.summary,
.task-list {
	width: 90%;
}
.task-list tr td:first-child {
	color: #f30;
	font-weight: bold;
}

h1 {
	font-size: 44px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 120%;
}
h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 120%;
}
h1, h2 {
	font-family: BenchNine, sans-serif;
	text-transform: uppercase;
}
h3 {

	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
	margin: 20px 0 0 0;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	margin: 20px 0 10px 0;
}
table {
	border: 0;
	width: 100%;
}
th, td {
 	border: 0;
	font-size: 13px;
	padding: 5px 12px;
}
th {
	background-color: #ccc;
	text-align: left;
}
td {
	background-color: #fff;
}
ul, ol {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
li {
	list-style: none;
	font-size: 20px;
	margin: 5px 0;

}
ol li {
	list-style: decimal;
	margin: 5px 0 5px 7.5%;
}
ul li {
	list-style: disc;
	margin: 5px 0 5px 7.5%;
}
a { color: #0076B9;text-decoration:none; }
a:hover { color: #333; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }




.test-results {
	background-color: #3c9d01;
	color: #fff;
	padding: 1px 10px 5px;
}
#test-results2 {
	background-color: #3c9d01;
	color: #fff;
	padding: 1px 10px 5px 10px;
	clear: both;
}
.test-results p {
	color: #fff; 
}
#test-results2 b {
	color: #fff;	 
}




.quiz li {
	margin-top: 10px;
}
.quiz .error {
	border: #E86A23 solid 1px;
	margin-top: 5px;
}
.quiz .error p,
.quiz .success p {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 0 5px 35px;
}
.quiz .success p {
	background: url(images/success.png) no-repeat 5px center;
	color: #3c9d01;
}
#quizdropdown .correct {
  color: #3c9d01;
}
.quiz .error p {
	background: url(images/error.png) no-repeat 5px center;
	color: #333;
}
.quiz .error p em {
	color: #E86A23;
	font-style: normal;
}
.quiz .error ul li {
	font-weight: normal;
	margin: 0 0 0 25px;
}
.quiz .error ul li strong {
	font-weight: bold;
}
.quiz .error ul li em.incorrect {
	color: #E86A23;
	font-style: normal;
	font-weight: bold;
}
.quiz .error ul li em.correct {
	color: #3c9d01;
	font-style: normal;
	font-weight: bold;
}


.quiz li {
	clear: both;
	font-size: 16px;
	float: left;
	font-weight: bold;
	list-style: decimal inside;
	margin: 20px 0 0 0;
	border-top: dotted 1px #ccc;
    width: 100%;
    padding-top: 15px;
}
.items li {
	background: #fff;
	border: #ccc solid 1px;
	border-color: #fff #eee #ddd #eee;
	border-weight: 0 0 1px 0;
	clear: none;
	display: block;
	float: left;
	font-size: 20px;
	margin: 0;
	padding: 7px 12px 8px 12px;
}
p {
    color: #61514d;
    font-family: Rokkitt, serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}


.messages li {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0;
	border-top: dotted 1px #ccc;
    width: 100%;
    padding-top: 15px;
}
.y-messages {
	background: #fff;
	border: #ccc solid 1px;
	border-color: #fff #eee #ddd #eee;
	border-weight: 0 0 1px 0;
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;	
	width: 100%;
}
.y-messages .ym {
	background: #00558e;
	clear: none;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 12px 8px 12px;
}
.y-messages .message {
	background: #fff;
	clear: none;
	color: #333;
	display: block;
	float: left;
	font-size: 13px;
	padding: 7px 12px 8px 12px;
}
.messages div {
	clear: none;
	color: #333;
	display: block;
	float: left;
	font-size: 13px;
}


form {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.radio-array {
	background: #fff;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
label {
	border: #ccc solid 1px;
	border-color: #fff #eee #ddd #eee;
	border-weight: 0 0 1px 0;
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.radio-array label {
	border: none;
}
label:hover {
	background: #ffc;
	cursor:pointer;
}
label .label {
	clear: none;
	display: block;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 7px 12px 8px 5px;
}
label .radio {
	clear: none;
	display: block;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 7px 0 0 5px;
}


.button { 
	clear: both;
	display: block;
	float: left;
	margin: 15px 0;
}
.button a {
	background: #cde3ef;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px 10px;
	text-decoration: none;
}
.button a:hover {
	background: #381b81;
	color: #fff;
}




.image {
	margin: 2.5% auto;
	text-align: center;
}
.image img {
	height: auto;
	max-width: 100%;
}




.social {
	background: transparent;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
	text-align:	center;
	width: 120px;
}
.social a { 
	border-radius: 8px;
	cursor: pointer;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align:	center;
	width: 40px;
}
.social a b {
	background: url(images/social.png) no-repeat 0 0;
	border: none;
	clear: none;
	display: block;
	float: left;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 40px 4px 0 4px;
	width: 32px;
}

.social a.facebook b { background-position: 0 5px; }
.social a.linkedin b { background-position: -40px 5px; }
.social a.twitter b { background-position: -80px 5px; }
.social a.facebook b { background-position: 0 5px; }
.social a.linkedin b { background-position: -40px 5px; }





.mobile-footer {
    clear: both;
    display: block;
    float: left;
    width: 100%;
	padding: 30px 0;
}
.mobile-footer h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 120%;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}
.social-select {
	background: transparent;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
	text-align:	center;
	width: 280px;
}
.social-select a { 
	border-radius: 8px;
	cursor: pointer;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align:	center;
	width: 40px;
	outline: none;
}
.social-select a b {
	background: url(images/social-select.png) no-repeat 0 0;
	border: none;
	clear: none;
	display: block;
	float: left;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 40px 0 0 0;
	width: 40px;
}

.social-select a.facebook b { background-position: 0 0; }
.social-select a.twitter b { background-position: -40px 0; }
.social-select a.linkedin b { background-position: -80px 0; }
.social-select a.youtube b { background-position: -120px 0; }
.social-select a.pinterest b { background-position: -160px 0; }
.social-select a.blog b { background-position: -200px 0; }
.social-select a.instagram b { background-position: -240px 0; }


.social-select a.facebook:hover b { background-position: 0 -40px; }
.social-select a.twitter:hover b { background-position: -40px -40px; }
.social-select a.linkedin:hover b { background-position: -80px -40px; }
.social-select a.youtube:hover b { background-position: -120px -40px; }
.social-select a.pinterest:hover b { background-position: -160px -40px; }
.social-select a.blog:hover b { background-position: -200px -40px; }
.social-select a.instagram:hover b { background-position: -240px -40px; }







.no-line {
	border: none;
	    padding-bottom: 15px;
}



.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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



#choices label {
	float: none;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px;
}
#question {
	font-weight: 900;
	font-size: 22px;
	margin-bottom: 10px;
}
p,msg em {
	font-size: 16px;
}
.scoreboard {
	background-color: rgba(1,112,149,.65);
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.scoreboard #score {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}















.quiz ol {
	margin: 15px 0 0 0;	
}


.quiz ol li {
	margin: 0 0 0 15px;
	font-weight: 300;
	list-style-type: lower-alpha;
	padding-top: 0;
    border: none;
}
.messages .key,
.quiz ol div {
	font-size: 16px;
	margin: 10px 0 0 15px;	
}
.messages .key {
	margin: 10px 0 0 0;
}
.messages .key a:hover,
.quiz ol div a:hover {
	cursor:pointer;
	text-decoration: underline;
}
.messages .key,
.quiz ol div,
.quiz ol p {
	display: block;
	width: 100%;
    float: left;

}
.messages .answer,
.quiz .answer {
	display:none;
}
.messages .answer em,
.quiz .answer em {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	    color: #3c9d01;
}






.ol-heading {
    margin-top: 10px !important;
    display: block;
    font-weight: bold;	
}




.listen ol div {
	margin: 0;
}

.socials i { color: #e86a23; font-size: 24px; margin: 0 8px; }

.desktop-back { border-top: 1px solid; }


