/*Zero Out
----------------------------------------------------------------------------*/
body, div, h1, h2, h3, h4, h5, p, ul, ol, li, a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: proximanova-bold,Arial,Helvetica,sans-serif;
	color: #333333;
	cursor: default;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/*Color Reference
----------------------------------------------------------------------------
.yellow {
	color: #FACE0E;
}
.gray {
	color: #666
}
.light-gray {
	color: #F7F7F7;
}
.black {
	color: #222;
}
*/

/*Universal Body
----------------------------------------------------------------------------*/
html {
	font-weight: 100;
}
body {
	overflow: scroll;
	font-family: Arial, Sans-Serif;
	background-color: #F7F7F7;
}
#wrapper {
	width: 940px;
	margin: 0px auto 20px;
	background-color: #EEE;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#header{
	background-color: #000;
    display: block;
    height: 57px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 200;
}
#header-container {
	height: 57px;
    margin: 0 auto;
    padding: 13px 0;
    width: 940px;
}
#breadcrumb {
	background-color: #EEE;
    border-bottom: 1px solid #CCCCCC;
    font-size: 0.857em;
    padding: 9px 20px 6px;
    text-transform: capitalize;
}
#banner {
    background-position: center center;
    background-repeat: no-repeat;
    clear: both;
    font-weight: 400;
    width: 940px;
}
#shade {
	background-color: rgba(0,0,0,0.15);
	padding: 20px 37px;
	text-shadow: 0 0 21px rgba(0,0,0,0.8);
}
#banner h1, #banner h2 {
	color: #FFFFFF;
}
#banner sup {
	font-size: 0.5em;
	vertical-align: top;	
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1, h2, h3, {
	color: #222;
}
h1 {
	font-size: 4.429em;
}
h2 {
	font-size: 2.143em;
	font-weight: 100;
}
h3 {
	font-size: 1.571em;
    margin: 10px 0;
    padding: 6px 18px;
}

h4 {
	font-size: 1.286em;
    padding: 10px 18px;
	border-color: #ffd400;
	border-style: none;
	border-bottom-style: solid;
	border-width: 8px;
	margin-bottom: 15px;
}

h3 + h4 {
    border-top: none;
	padding-top: 0;
}

h5 {
    margin: 5px 18px;
    font-weight: bold;
}
p {
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 0 18px;
}
ul, ol {
	margin-left: 32px;
}
li {
	padding: 5px 0;
	line-height: 24px;
}
ol.left, ol.right {
	float: left;
	width: 540px;
	margin: 0 18px;
}
ol.left h3, ol.right h3 {
    margin: 10px 0px 10px -20px;
}

ol.left h4, ol.right h4 {
	padding: 10px 0;
	border: none;
}
ol.left h3 + h4 , ol.right h3 + h4 {
	padding-top: 0;
}
ol.left li, ol.right li {
	border-bottom: 1px solid #DDDDDD;
    font-size: 0.857em;
    padding: 3px 0;
}
.lower-alpha {
	list-style:lower-alpha;	
}
.lower-roman {
	list-style:lower-roman;	
}
a {
	color: #067AB4;
	text-decoration: none;
	cursor: pointer;
	font-size: inherit;
}
a:hover {
	color: #067AB4;
	text-decoration: underline;
}
a img {
	border: 0px;
}
.stand-out {
	background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    color: #222222;
    margin: 20px 18px;
    max-width: 100%;
    padding: 0 20px 10px;
    line-height: 1.42857
}
.stand-out h4,.stand-out h5 {
    border: medium none;
    margin: 10px 0;
    padding: 0;
}
.stand-out p {
	padding: 0;
}
#current-arrow {
	left: -1px;
    position: relative;
    z-index: 500;
}
.product {
    text-transform: none;
    white-space:nowrap;
}
.shout-out {
	background-color: #ffd400;
    margin: 10px 18px;
    padding: 9px;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
/*Main Body
----------------------------------------------------------------------------*/
#mainContainer {
	float: left;
	background-color: #FFF;
	font-size: 1.143em;
    padding: 5px 20px 20px;
    width: 626px;
    min-height: 905px;
    border-right: 1px solid #CCCCCC;
}

/*Right Side Nav
----------------------------------------------------------------------------*/
#rightSide {
    float: right;
    width: 312px;
}

/*External Links
----------------------------------------------------------------------------*/
#link-box {
	background-color: #F7F7F7;
}
#link-box ul{
	list-style-type: none;
	margin: 0;
}
#link-box ul li {
    border-bottom: 1px solid #cccccc;
    padding: 10px 25px;
}
#link-box ul a li{
	color: #067AB4;
	text-decoration: none;
	cursor: pointer;
	font-size: inherit;
}
#link-box ul a li:hover{
	text-decoration: underline;
}
#link-box ul a li:active{
	box-shadow: inset 0 0 8px #ccc;
}
#link-box.sticky {
	z-index: 50;
	position: fixed;
	top: 0px;
}

/*Default
----------------------------------------------------------------------------*/
.thumbnail-container {
	padding-right: 0;
}
.demo-thumbnail{
	color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 0.857em;
    font-weight: bold;
    height: 97px;
    margin-right: 20px;
    margin-top: 20px;
    outline: 2px solid #CCCCCC;
    text-align: center;
    text-shadow: 0 1px 3px #222222;
    vertical-align: inherit;
    width: 147px;
}
.demo-thumbnail:hover{
    outline: 2px solid #FACE0E;
}
div.yp-slide {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/*ScapeFolio & Top Ten
----------------------------------------------------------------------------*/
ol img {
	margin: 5px 0 20px;
	width: 400px;
}
.password {
	font-weight: bold;
	font-family: Courier, Arial, Sans-Serif;
	color: #222;
	vertical-align: top;
}

/*Approval & Success
----------------------------------------------------------------------------*/
#success-nav {
	font-size: 0.857em;
    margin: 20px auto;
    width: 680px;
    padding: 0 0 10px 0;
}
#success-nav ul{
	list-style: none;
	margin-top: 10px;
}
#success-nav ul li{
	display: inline;
    float: left;
    margin: 0 5px;
    text-align: center;
    width: 118px;
}
#PlayerContainer {
	width: 680px;
	height: 360px;
	position:relative;
	margin-left:auto;margin-right:auto;
}
.approvalViewer {
	width: 680px;
	height: 360px;
	border: 1px;
	margin: 20px auto;
	position: relative;
	background-color: #222;
	border: 1px solid #222;
}

#instructions-list {
	width: 680px;
	margin: 0 auto;
}
#instructions-list table{
	width: 100%;
}
#instructions-list tr td{
	vertical-align: top;
}

/*Advertise
----------------------------------------------------------------------------*/

#ad-table {
    color: #999999;
    font-size: 0.857em;
    text-align: center;
    width: 100%;
}

/*Survey
----------------------------------------------------------------------------*/

.star {
	height: 35px;
}

#hint {
	color: #999;
	font-shadow: 0 1px 1px #CCC;
}

#survey.stand-out {
	padding: 20px 20px 0px;
}

#survey .star img {
	max-width: 35px;
	height: 35px;
	margin: 0 10px 0 0;
}

#survey-submit {
	background-color: #EEE;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    line-height: 24px;
    margin: 18px;
    padding: 5px;
    text-align: center;
    width: 80px;
}

#survey-submit.ready {
	background-color: #FFFDF4;
    color: #666666;
    cursor: pointer;
    text-shadow: 0 1px 1px #CCCCCC;
}
