/*
 * Custom styles
 */

tagline {
	color: #7f8c8d;
	font-size: 4.0em;
    display:block;
    text-align: center;
	font-weight: 600;
}


.newsignup section.intro .section-wrap{
	padding-top: 190px;
	background-image: url('/images/quotetop.png');
	background-repeat: no-repeat;
	background-position: 5% 100%;
}



.newsignup.newersignup section.plans .button,
.newsignup .signuplink
{
	background-color: #00a185;
	border: 0;
	display: block;
	width: 170px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	box-shadow: none;
	text-shadow: 0px 2px 0px #00967c;
	height: auto;
	line-height: 1em;
	text-decoration: none;
	padding: 20px;
	border-radius: 5px;
	margin: auto;
}

.newsignup a.signuplink{
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	box-shadow: 0px 10px 2px rgba(0,0,0,0.25), 0px -1px 0px rgba(255,255,255,0.5);
}

.newsignup a.signuplink:hover{
	box-shadow: 0px 10px 2px rgba(0,0,0,0.25), 0px -1px 0px rgba(255,255,255,0.5);
	background: #00AE90;
}

.narrow_benefits .slideshow-slides div.slideshow-slide {
	display: none;
	background-color: #fbfbfb;
	box-shadow: 0px 10px 2px #ccc;
	padding: 20px;
	width: 500px;
	height: 240px;
	margin: 0 30px;
}

.slideshow-nav {
	display: block;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 30px;
}

.newsignup section.screenshots h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 0;
	color: 0;
	padding-top: 80px;
	padding-bottom: 40px;
	color: #121212;
	font-size: 38px;
}

.signup16 #apply-discount-code {
	width: 26%;
	height: 34px;
	background-color: #009fed;
	color: #fff;
	font-weight: bold;
	border: none;
	border-bottom: 0px solid #006469;
	font-size: 14px;
	box-shadow: 0px 5px 2px rgba(0,0,0,0.25), 0px -1px 0px rgba(255,255,255,0.5);
}

.screenshots .gallery-caption {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #121212;
	margin: 0px 0 30px 0;
}

.signup16 .intro h2 {
	font-family: 'chunkfiveroman', 'Rockwell', 'Arial Black', sans-serif;
	text-align: center;
	font-size: 58px;
}

.signup16 .intro {
	font-size: 22px;
	color: #121212;
	margin-bottom: 100px;
}


.signup16 .buttons button {
	background-color: #00a185;
	border-radius: 5px;
	border: none;
	display: block;
	width: 100%;
	font-size: 18px;
	height: 60px;
	font-weight: bold;
	text-shadow: 0px 2px 0px #00967c;
	color: #fff;
	box-shadow: 0px 5px 2px rgba(0,0,0,0.25), 0px -1px 0px rgba(255,255,255,0.5);
	margin-top: 30px;
	margin-bottom: 75px;
}

.signup16 .buttons button:hover {
	background-color: #00AE90;
}


.signup16 .thankyou {
	padding: 40px;
	text-shadow: 0px 2px 0px #2980b9;
	color: #fff;
	border: 2px solid #006494;
	font-family: 'chunkfiveroman', 'Rockwell', 'Arial Black', sans-serif;
	font-size: 48px;
	background-color: #009fed;
	text-align: center;
}

.signup16 .individualinstitution button,
.signup16 .trialormonths button {
	width: 48%;
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
	margin-right: 0;
	height: 130px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	box-shadow: 0px 5px 2px rgba(0,0,0,0.25), 0px -1px 0px rgba(255,255,255,0.5);
	font-weight: bold;
}

.signup16 button.selected {
	background-color: #009fed;
	color: #FFF;
	border: none;
	border: 2px solid #006494;
    box-shadow: 0px 0px 0px rgba(0,0,0,1), 0px 0px 0px rgba(255,255,255,0.5);
}

.signup16 .trialormonths div.eighteenmonths button div {
	font-size: 20px;
	color: #009fed;
}

.signup16 .trialormonths div.eighteenmonths > div {
	color: #333;
    background-color: #fff;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}

.signup16 {
	font-size: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}





.pricesummary, .savingsummary {
	width: 200px;
	height: 80px;
	display: inline-block;
	border-radius:0px;
	margin: 30px 2px;
	font-size: 1.6em;
    color: #FFFFFF;
	padding: 12px 0;
}


.pricesummary {
	background: #3498db;
}


.savingsummary {
	background: #f39c12;
}


.slider-container {
	width: 80%;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ccc), to(#fff));
	background: -webkit-linear-gradient(#ccc, #fff);
	background: -moz-linear-gradient(#ccc, #fff);
	background: -ms-linear-gradient(#ccc, #fff);
	background: -o-linear-gradient(#ccc, #fff);
	background: linear-gradient(#ccc, #fff);

	border-radius: 0px;
	border: 1px solid #bebebe;
	height: 8px;
	margin: 10px auto 40px auto;
	position: relative;
}


.contact-form input[type="submit"] {
    background: none repeat scroll 0 0 #00BD9C;
    clear: left;
    color: #3498db;
    display: block;
    font-size: 1.6em;
    margin: 50px auto 0;
    padding: 20px;
}


.joinform h2{
    text-align: center;
}


.joinform button{
    border: 0px solid #39a3d6;
	border-bottom: 1px solid #006494;
	border-right: 0px solid #006494;
	background: #3498db;
	color: #fff;
	padding: 20px;
	font-size: 1.2em;
	margin: 0 20px;
}



form.signin button, form.signout button {
	border: 0px solid #39a3d6;
	border-bottom: 1px solid #006494;
	border-right: 0px solid #006494;
	color: #fff;
	font-weight: bold;
	background: #009fed;
}


.func-stream-add input[type=submit], .func-stream-groups input[type=submit],
.func-contact-form button,
.button-link {
	margin-top: 20px;
	background: #009fed;
	color: white;
	padding: 8px;
    font-weight: bold;
	border: 0px solid #39a3d6;
	border-bottom: 1px solid #006494;
	border-right: 0px solid #006494;
}



.stream-list .age {
	float: right;
	width: 30px;
	height: 16px;
	text-align: center;
/*	border: 1px solid #aaa;
*/	background: #f1c40f;
border-radius:0px;
	color: #000;
	margin: 10px 10px 2px 10px;
	font-size: 0.8em;
	padding-top: 4px;
	cursor: default;
}

/* NEW STREAM ITEM ALERT */

.func-stream-new{
	float: right;
	font-size: 0.8em;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.3);
	border-radius: 0px;
	padding: 0 5px;
}




/* MY SAVES BUTTONS */
.func-saves-file button{
	border: none;
	text-align: center;
	padding: 0;
	height: 25px;
	width: 75px;
	position: relative;
	margin: 5px 5px 5px 0;
}

/* MY SAVES BUTTONS */
.func-saves-dir button, .func-saves-publicdir button, .func-saves-groupdir button{
	border: none;
	text-align: center;
	padding: 0;
	height: 37px;
	width: 75px;
	position: relative;
	margin: 5px 5px 5px 0;
}


/* SAVED FOLDER INFO */
.func-saves-dir .contents, .func-saves-publicdir .contents, .func-saves-groupdir .contents{
	display: block;
	clear: left;
	float: left;
	margin: -20px 0 0 90px;
}


/* TOP GREY BAR */

.subheader{
	background-color: #3A3A3A;
	border-top: 10px solid #3A3A3A;
	margin-top: -20px;
	padding-bottom: 2px;
}




/* NAG BAR - SUBSCRIPTION EXPIRED */

.func-nag-bar{
	border: 1px solid #f39c12;
	padding: 7px;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #f1c40f;
}

/* RESOURCE DISPLAY */





section.comments{
    background-color: #34495e;
}





section.comments .comment-icon {	
	background: center top no-repeat;
	height: 64px;
	position: relative;
	top: -32px;
}





.func-resource-category{
	list-style: none;
	margin: 0;
	padding: 0;
}

.func-resource-list{
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	margin-top: 10px;
	padding: 0 10px;
	list-style: none;
	margin: 0 auto;
	padding: 10px;
	max-width: 750px;
	overflow: hidden;
}

.func-resource-category h3{
	margin: 0 0 8px 0;
	font-size: 1.8em;
}

.func-resource-category ul{
	list-style: none;
	padding: 0 0 8px 0;
}

.func-resource-item{
	display: block;
	background-color: #fff;
	font-size: 0em;
	margin-bottom: 10px;
	line-height: 60px;
	padding: 12px;
}

.func-resource-category:nth-child(2) .func-resource-item{
	background-color: #fff;
}

.func-resource-category:nth-child(3) .func-resource-item{
	background-color: #fff;
}

.func-resource-category:nth-child(4) .func-resource-item{
	background-color: #fff;
}

.func-resource-item a{
	color: #000;
	text-decoration: none;
}

.func-resource-item img{
	max-height: 175px;
	max-width: 720px;
}

.func-resource-item .icon{
	height: 175px;
	width: 720px;
	float: left;
	display: table-cell;
	vertical-align: middle;
    
}




.func-nag-bar, .func-tips-bar{
	margin-bottom: 18px;
}




.narrow_container{
	width: 60%;
	margin: auto;
	padding: 30px;
}



section.narrow_benefits h1{
	margin: 50px 0 30px 0;
    font-weight: normal;
	font-size: 22px;
    text-align: center;
}

section.narrow_benefits p{
	margin: 10px 0 30px 0;
	font-size: 20px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #474747;
}

.narrow_section-wrap{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
    text-align: center;
}



.new-resources{	
	background-color: #0090d6;
}


.console .tab-content {
	border: 1px solid #ccc;
	padding: 2%;
}



.new-resources{
	color: #121212;
}



.new-resources li.func-resource-item .text{
	position: absolute;
	top: 340px;
	width: 259px;
	font-size: 14px;
	color: #121212;
}



.new-resources{	
	background-color: #FFFFFF;
}



.sharepromo{
	font-family: 'Open Sans Condensed', sans-serif;
	background-image: url('images/shareside.jpg');
	background-repeat: no-repeat;
	padding-left: 417px;
	background-size: contain;
	margin: auto;
	width: 400px;
	margin-top: 80px;
	margin-bottom: 120px;
}


.func-temp-share .content .sharepromo p{
	width: 13em;
	font-size: 28px;
	text-align: left;
}

.func-temp-share .content .sharepromo p .attribute{
	font-size: 18px;
	margin-left: 10px;
}

.func-temp-share .content p{
	font-size: 18px;
	text-align: center;
}


.func-nag-bar, .func-tips-bar{
	margin-bottom: 18px;
    box-shadow: 0px 4px 0px rgba(0,0,0,0.25), inset 0px 1px 0px 0px rgba(255,255,255,0.75);
}

nav.feednav a {
	display: block;
	background: green;
	padding: 20px 8px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.25), inset 0px 2px 0px 0px rgba(255,255,255,0.5);
}

nav.feednav a {
	display: block;
	background: green;
	padding: 20px 8px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.25), inset 0px 2px 0px 0px rgba(255,255,255,0.5);
}

.stream-list li {
	display: block;
	clear: both;
	margin-bottom: 4px;
	overflow: auto;
	color: #fff;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.25);
}