body {
    margin: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: 100%;
    color: #222;
}

a, a:hover, a:active, a:visited {
	font-family: 'Lato', arial, sans-serif;
	font-weight: 300;
    text-decoration: none;
    color: #08c;
}
.nsb-darkgray {font-weight:400; color:#333;}
.nsb-gray {font-weight:400; color:#777;}
.nsb-lightgray {font-weight:bold; color:#AAA;}


/* main menu */
header {
    margin: 0 auto;
    width: 1024px;
    height: 58px;
}

#menu {
      z-index: 2;
}
#menu nav{
    font-size: 1.1em;
    margin: 25px 29px 0px 29px;

    width: 966px;
    height: 30px;
}
#menu nav > div {
    display: inline-table;
    margin: 0;
}
#menu nav > div.right {
    float: right;
}
#menu nav > div img {

/*    vertical-align: middle;*/
}
#menu nav ul {
    display: inline-table;
	list-style: none;
	margin: 0;
	text-align: right;
}
#menu nav li {
    position: relative;
    margin:0;
    display: inline;
    padding-left: 20px;
    list-style: none;
    color: #222;
}

#menu nav li:first-child {border: none; padding: 0;}
#menu nav li:first-child a {margin:0; text-align:left; /*text-shadow:0 1px 6px #E2E2E2;*/}


#menu nav a:link, #menu nav a:visited, #menu nav a:active { 
    color: #222;
    display: inline-block;
    height: 20px;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
    background: none;
}
#menu nav a:hover { /*, #menu nav .active a:link, #menu nav .active a:visited */
    color: #08c;
    text-decoration: none;
    list-style: none;
    background: none;
    outline: none; /* hide dotted outline in Firefox */
}

#menu > nav > div > ul > li > a {
    padding-bottom: 7px;
    padding-top: 2px;
    border-bottom: 2px solid white;
}
#menu > nav > div > ul > li > span > a > div {
    margin-bottom: 7px;
}

/* level 2 list */
#menu nav ul li ul {
    margin: 0;
    padding: 0;
    width: 800px;
    line-height: 1.4em;
    background: #fff;
    z-index: 3;
    text-align: left;
}
#explore > ul.dropdown {
    position: absolute;
    top: 30px;
    left: -130px;    
}
#docs > ul.dropdown  {
    position: absolute;
    top: 30px;
    left: -232px;    
}
#menu nav ul li ul li {
    display: inline;
    list-style: none;
    border: none;
    font-size: 0.8em;
}

#menu nav ul li ul li a {
    color: #000;
}
#menu nav ul li ul li a:link, #menu nav ul li ul li a:visited, #menu nav ul li ul li a:active {
    border-bottom: 2px solid white;
}
#title > img {
    vertical-align: middle;
}
#title > a > span {
    font-size: 1.4em;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

/* up and down arrows */
.up {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 5px;
    height:0;
    width:0;
    border-top:10px solid black;
    border-left:10px solid transparent;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
  }
.down {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 5px;
    height:0;
    width:0;
    border-bottom:10px solid black;
    border-right:10px solid transparent;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
  }

/* end of main menu */



.community a > div{
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
#forum, #forum:hover, #forum:active, #forum:link, #forum:visited  {
    background: url('../images/forum.svg') no-repeat;
    background-position: 0 0;
}
#forum:hover {
    background-position: 0 -30px;
}
#video, #video:hover, #video:active, #video:link, #video:visited  {
    background: url('../images/video.svg') no-repeat;
    background-position: 0 0;
}
#video:hover {
    background-position: 0 -30px;
}
#blog, #blog:hover, #blog:active, #blog:link, #blog:visited  {
    background: url('../images/blog.svg') no-repeat;
}
#blog:hover {
    background-position: 0 -30px;
}
#twitter, #twitter:hover, #twitter:active, #twitter:link, #twitter:visited  {
    background: url('../images/twitter.svg') no-repeat;
}
#twitter:hover {
    background-position: 0 -30px;
}

#community {
	z-index: 1;
	padding-right: 40px;
/*	background-color: #bbb;*/
}
#community ul {
	list-style: none;
	text-align: right;
}
#community li {
    position: relative;
    display: inline;
    padding: 0 0 0 15px;
}

#catch {
    padding: 20px 0;
}
#catch * {
	font-weight: 300;
    text-align: center;
}
#catch h1 {
    font-size: 2.1em;
    margin: 0px 0 3px 0;
}
#catch h3 {
	font-size: 1.4em;
	margin: 0px;
}

.spread {
    background: url("../images/footrule.png") no-repeat;
    width: 100%;
    padding: 20px 0;
    background-position: center top;
    background-color: #f6f6f6;
}

.sectionBg {
    width: 100%;
    padding: 30px 0;
}

.bgColor1 {
    background-color: #eff3f4;
}
.bgColor2 {
    background-color: #bec3c7;
}
.bgColor3 {
    background-color: #abb7b7;
}
.bgColor4 {
    background-color: #7e8c8d;
}
.bgColor5 {
    background-color: #34495e;
}
.bgColor6 {
    background-color: #2d3e50;
}

.white {
    color: white;
}
.whiteA {
    color: rgba(100%,100%,100%,0.75);
}
a.lightBlue {
    color: #3af;
}
a.white {
    color: white;
}

#feature {
    display: table;
	margin: 0 auto;
    padding: 15px 0 30px 0;
    width: 966px;
}
#feature > .column {
    margin:0;
    padding: 0;
    width: 161px;
    display: table-cell;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#feature > .column:first-child {
    width: 805px;
}
#feature > .column > .row {
    margin: 0 0 10px 0;
    width: 805px;
    display: table;
}
#feature > .column > .row:last-child {
    margin: 0;
}
#feature > .column > .row > .cell {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    margin: 0;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#feature > .column > .row > .cell > div {
    margin: 0;
    width: 255px;
    font-weight: 300;
    font-size: 0.95em;
    line-height: 1.25em;
    color: #222;

    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

#feature img {
    opacity: 0;
}

#feature img.float {
    width: 60px;
}
#feature > .row > div {
    text-align: center;
}

#feature > .column:last-child {
    vertical-align: top;
    padding-top: 5px;

    border:thin #aaa;
    border-left-style:dotted;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#feature > .column:last-child > div {
    margin: 0 0 0 10px;
    width: 160px;
    font-weight: 300;

    line-height: 1.36em;
    color: #222;
}

#feature > .column:last-child > div > img {
    margin: 18px 0;
}
#feature > .column:last-child > div > span {
    font-weight: 400;
    font-size: 1.05em;
}

#dl {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#dl > h4 {
    display: inline;
    line-height: 60px;
    vertical-align: middle;
    margin-right: 20px;
}
#dl > div {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 1.3em;
    box-shadow: inset 0 0 3px #ccc;
    background-color: #7C1414;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.actionLeft {
    display: inline-block;
    width: 80px;
    height: 60px;
}
.actionText {
    display: inline-block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 1.17em;
}
.actionInline {
    display: table;
}
#actionComment {
    background: url('../images/action-comments.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}
#actionVideo {
    background: url('../images/action-video.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}
#actionDownload {
    background: url('../images/action-download.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

a.actionarrow {
    white-space: nowrap;
    padding-right: 15px;
    background: url('../images/actionarrow.svg') no-repeat 100% 65%;
    cursor: pointer;
    zoom: 1.0;
    font-size: 1.1em;
}

#dl > div > div > a.actionarrow {
    white-space: nowrap;
    padding-right: 15px;
    background: url('../images/actionarrowWhite.svg') no-repeat 100% 65%;
    cursor: pointer;
    zoom: 1.0;
    font-size: 0.9em;
    color: white;
}


hr.blank {
    margin: 0 auto;
    padding: 20px 0;
    border: none;
    width: 80%;
}

hr.sectiondivider {
    border: 0;
    height: 1px;
    background: #666;
    background-image: -webkit-linear-gradient(left, #ccc, #888, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #888, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #888, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #888, #ccc);
    margin: 35px auto;
    width: 80%;
}

.topic {
    width: 966px;
    margin: 0 auto;
}
.topic > div {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.secsmall {
    width: 322px;
}
.seclarge {
    width: 640px;
}
.seclarge p {
    margin: 0 0 20px 0;
    color: #222;
}
.seclarge h3 {
    margin-top: 5px;
    color: #222;
}
.seclarge h5 {
    margin: 0 0 5px 0;
    color: #222;
    font-size: 1em;
}
.seclarge h5 a {
    font-weight: 700;
}
.topic h4 {
    margin: 0 0 0 5px;
    font-weight: 300;
    font-size: 1.6em;
    color: #222;
}

.secsmall p {
    font-size: 0.9em;
    margin: 10px 20px 0px 5px;
}

#kudos .seclarge > div > p:last-child {
    padding-bottom: 20px;
    border:thin #aaa;
    border-bottom-style:dotted;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#kudos .seclarge > div:last-child p {
    border: none;
}

#pr div.table-list {
    display: table;
}
#pr div.table-list > div.row {
    display: table-row;
}
#pr div.table-list > div.row > div.cell {
    display: table-cell;
    padding-bottom: 30px;
}
#pr div.table-list > div.row > div.cell:first-child {
    width: 110px;
}

#support div.notes > p {
    font-size: 0.9em;
    font-weight: 400;
}

a.more {
    text-decoration: none;
    font-size: 0.8em;
}
p.more {
    margin: 0;
    padding: 0;
}

.quote {
    margin: 5px 0 15px 0;
    font-size: 1.1em;
    font-weight: 300;
}
.quote > span {
    font-size: 0.8em;
    font-weight: 400;
}
.news-item {
    margin-bottom: 15px;
}
.news-item > h4 {
    margin: 5px 0 0 0;
    font-size: 1.3em;
}
.news-item > p {
    margin-top: 0;
    font-size: 0.8em;
}

.alignright {
    margin: 0;
    text-align: right;
}


footer {
    background: url("../images/footrule.png") no-repeat;
/*    margin-top: 50px;*/
    background-position: center top;
    background-color: #eff3f4; /*#f6f6f6;*/
}
#footmenu {
    display: table;
    margin: 5px auto;
    margin-bottom: 0;
    width: 966px;
}
#footmenu > div {
    position: relative;
    margin:0;
    padding: 30px 0 20px 0;
    width: 161px;

    display: table-cell;
    border:thin #aaa;
    border-left-style:dotted;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#footmenu > div:last-child {
    border:thin #aaa;
    border-left-style:dotted;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#footmenu > div:first-child {
    width: 322px;
    padding-left: 5px;
    border-left-style:none;
}
#footmenu > div ul {
    list-style: none;
    padding-left: 5px;
    margin: 0;
}
#footmenu > div ul li {
    line-height: 1.2em;
}
#footmenu div a:link, #footmenu div a:visited {
    color: #222;
    outline: none; /* hide dotted outline in Firefox */
}
#footmenu div a:hover, #footmenu div a:active, #footmenu div .active a:link, #footmenu div .active a:visited {
    color: #08c;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}
#footmenu img {
    vertical-align: middle;
}
#foot-copy > a {
    font-size: 1.15em;
}
#foot-copy > p {
    font-size: 0.9em;
    font-weight: 300;
    margin: 10px 0 0 0;
}


/* Education Page */
#ed-feature {
    display: table;
    margin: 0 auto;
    width: 966px;
}
#ed-feature > div {
    position: relative;
    margin:0;
    width: 241px;
    height: 400px;
    display: table-cell;
    border:thin #aaa;
    text-align: justify;
    border-left-style:dotted;
    padding: 0 10px 5px 10px;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.3em;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#ed-feature > div:first-child {
    border:thin #111;
    border-left-style:none;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
#ed-feature hr {
    border: none;
    border-top: 1px dotted #bbb;
    width: 85%;
}
#ed-feature > div > h3 {
    font-weight: 700;
    font-size: 1.06em;
    text-align: center;

}
#ed-feature > div > div.image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
#engage {
    background: url("../images/engage.svg") no-repeat;
    opacity: 0;
}
#help {
    background: url("../images/help.svg") no-repeat;
    opacity: 0;
}
#skill {
    background: url("../images/skill.svg") no-repeat;
    opacity: 0;
}
#tools {
    background: url("../images/tools.svg") no-repeat;
    opacity: 0;
}
#ed-feature img.float {
    vertical-align: text-top;
    float: right;
}
#ed-feature .text {
    padding: 0 10px;
}
#ed-feature > div > span.linespacer {
    position: relative;
    height: 60px;
    line-height: 20px;
    vertical-align: bottom;
    font-weight: 300;
/*  background-color: #ddd; */
}

.secleft {
    padding-right: 15px;
    width: 365px;
    text-align: left;
}
.secright {
    padding-left: 15px;
    width: 565px;
}
#tube > .seclarge {
    text-align: right;
}
#howtobuy {
    display: table;
}
#howtobuy > .column {
    display: table-cell;
    text-align: center;
    width: 300px;
    vertical-align: bottom;
    font-size: 1.1em;
}

#logos {
    text-align: center;
}

#logos img {
    vertical-align: middle
}

#eligibility h5 {
    margin-bottom: -5px;    
}
#eligibility p {
    font-weight: 300;
    font-size: 0.85em;
    margin-bottom: -10px;
}
#eligibility li {
    font-weight: 300;
    font-size: 0.85em;
    padding: 0;
    margin: 0;
    list-style-type:circle;
}
.sec-para {
    font-weight: 300;
    font-size: 1.1em;
}

div.sec-second {
    position: relative;
    margin: 20px 30px 0 50px;
}

a.buynow {
    white-space: nowrap;
    padding-right: 10px;
    background: url('../images/buyarrow.svg') no-repeat 100% 65%;
    cursor: pointer;
    zoom: 1.0;
    font-size: 0.9em;
}

div.center {
    position: relative;
    width: 966px;
    margin: 0 auto;
    text-align: right; 
    font-size: 1.2em;
}

#content {
    display: none;
    margin: 0 auto;
    width: 686px;
    font-weight: 300;
    font-size: 1em;
    border-style:dotted none;
    border-width:thin;
    border-color: #08c;
}

a.buynowdown {
    white-space: nowrap;
    padding-right: 18px;
    height: 12px;
    background: url('../images/buyarrowdown.svg') no-repeat 100% 9px;
    cursor: pointer;
    zoom: 1.0;
    font-size: 0.9em;
}

.navbar {
    background-color: white;
    border: none;
}
