
/* */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,400i,500,700');


body {
	background: #F8F8F8;
}
/* Home Page Title */

#docsSearch h1 {
	font-size: 45px;
	font-weight: 500;
	text-align: center;
	margin-top: .4em;
	font-family: "Open Sans", 'Helvetica Neue';
	color: #337AB7;
	padding: 10px;
}
.navbar .nav li {
	display: inline-block;
	font-family: "Open Sans", 'Helvetica Neue';
	font-size: 13px;
    margin-right: 0;
	letter-spacing: .1em;
	visibility: hidden;}

.navbar .nav li a, .navbar .icon-private-w {
	font-size: 14px;
    font-weight: 300;
}

/* Header Size */

a.brand > img {
	max-width: 200%;
	vertical-align:inherit;
	border: 0;
	height: 50px;
	margin-left: 30px;
	width: auto;
}

.nav-collapse.collapse {
	display: none;
}

.navbar .navbar-inner {
	/* background: #;; */
	height: 50px;
}
.navbar .navbar-inner .container-fluid {
	padding: 0;
	height: 100px;
}
.navbar .brand {
	float: left;
	display: block;
	padding: 0;
	margin-left: -50px;
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 0 #dadada;

}
/* Home Page Search Bar Background */

#docsSearch {
	background: #f8f8f8;
	border-top: 1px solid #777;
	margin-bottom: 3em;
	padding: 1.5em 0;
}
/* Search Input Box */

input.search-query {
	padding-right: 4px ;
	padding-left: 14px;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-family: "Open Sans",
	'Helvetica Neue';
	font-weight: 100;
	letter-spacing: 1px;
}
/* Home Page Category Title*/

.category-list h3 {
	color: #337ab7;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	font-family: "Open Sans",'Helvetica Neue';
}

/* Category Styles */

.container-fluid {
	padding-bottom: 200px; /* Footer height */
}

.category-list .category p {
	color: #dadada;
	font-family: "Open Sans",'Helvetica Neue';
	font-weight: 100;
	font-size: 18px;
	letter-spacing: 0.25px;
}
.category-list .category {
	display:none;
	background-color: #fff;
	background-position: top 20px center !important;
	background-repeat: no-repeat !important;
	background-size: 75px auto !important;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	min-height: 183px;
	padding: 100px 5px 10px;
	position: relative;
	width: 30.5%;
	transition: all 0.2s;
}
.category-list .category:hover {
	text-decoration: none;
	background: #f7f7f9;
}


.collection-category h2 {
    font-weight: 500;
    text-align: center;
    padding: 0;
    font-family: "Open Sans", 'Helvetica Neue';
    /* text-transform: uppercase; */
    color: #dadada;
    font-size: 220%;
    letter-spacing: 1px;
	background-color: #fff;
	background-position: top 35px center !important;
	background-repeat: no-repeat !important;
	background-size: 95px auto !important;
	box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
	min-height: 100px;
    padding: 160px 5px 10px;
	position: relative;
    top: 20px;
	width: 29%;
	transition: all 0.2s;
	float: left;

	margin: 15px 15px 15px 15px;
}

.collection-category h2 a {
    color: #337AB6;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}


.collection-category:hover h2 {
	text-decoration: none;
	background: #f7f7f9;
}


.collection-category .category-list {
    margin: 0 0 4em;
    text-align: center;
}



/* Home Page Link Style */

#serp-dd .result a, #serp-dd .result>li.active, #full-Article strong a, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a span, .category-list .category .article-count, .category-list .category .article-count, .contentWrapper a {
	font-weight: 500;
	letter-spacing: .25px;
	color: #14A4EB;
	margin-top: 15px;
	text-transform: capitalize;
	text-decoration: none;
	font-family: "Open Sans",
	'Helvetica Neue';
}
#serp-dd .result a:hover, #serp-dd .result>li.active, #full-Article strong a, .collection a, .contentWrapper a, .most-pop-articles .popArticles a, .most-pop-articles .popArticles a:hover span, .category-list .category .article-count, .category-list .category:hover .article-count, .contentWrapper a {
	font-weight: 500;
	letter-spacing: .25px;
	color: #14A4EB;
	margin-top: 15px;
	text-transform: capitalize;
	/* text-decoration: underline; */
	font-family: "Open Sans",
	'Helvetica Neue';
}
/* Home Page Search Button */

#searchBar button {
	color: #fff;
	text-shadow: 0 0 0 rgba(255,255,255,.0);
	background: #337AB6;
	border-radius: 0 5px 5px 0;
	border: 1px solid #337AB6;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
	position: absolute;
}
#searchBar button:hover {
	background: #14A4EB;
	text-shadow: 0 0 0
}
input, button, select, textarea {
	font-family: "Open Sans",
	sans-serif,
	"Helvetica Neue",
	Helvetica,
	Arial,
	sans-serif;
}

/* Category Images */

/* getting started*/
#collection-331 {
	background-image: url(https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/OSF%20Help%20Center%20Category%20Images/Start%20Here.png);
}

/* Accounts  and security */
#collection-355 {
	background-image: url(https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/OSF%20Help%20Center%20Category%20Images/Security.png);
}

/* Registrations*/
#collection-39 {
	background-image: url(https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/OSF%20Help%20Center%20Category%20Images/Registration.png);
}

/* Projects and components*/
#collection-75 {
	background-image: url(https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/OSF%20Help%20Center%20Category%20Images/Project.png);
  }

/* add-ons and API*/
#collection-21 {
	background-image: url(https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/OSF%20Help%20Center%20Category%20Images/API.png);
}

/* resurso-de_OSF*/
#collection-5 {
	background-image: url(https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/OSF%20Help%20Center%20Category%20Images/Languages.png);
}

/*FAQs */
#collection-71 {
  background-image: url(https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/OSF%20Help%20Center%20Category%20Images/FAQ.png);
}

   /* Preprints */
#collection-47  {
	background-image: url(https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/OSF%20Help%20Center%20Category%20Images/Preprint.png);
  }

 /* OSF Meetings, Instutions and Collections */
 #collection-51 {
	background-image: url(https://6723653.fs1.hubspotusercontent-na1.net/hubfs/6723653/OSF%20Help%20Center%20Category%20Images/Meeting%20Institutions%20Collection.png);
 }


/* Side Bar Styles */

#sidebar .nav-list a {
	display: inline-block;
	color: #337AB6;
	font-size: 14px;
	padding: 6px 15px 6px 0;
	line-height: 20px;
	margin-left: 0;
	font-family: "Open Sans",
	sans-serif;
	font-weight: 300;
}
#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
	font-weight: 500;
	color: #14A4EB;
	background: 0 0;
	text-shadow: none;
	text-decoration: underline;
}
#sidebar h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #7e8287;
    font-weight: 400;
	margin-bottom: 4px;
	font-family: "Open Sans",
	sans-serif;
	letter-spacing: 2px;
}
/* Article Styles */

#main-content {
    background: none;
    float: right;
    margin-bottom: 2em;
    padding: 32px 0 0 28px;
}

@media (max-width: 768px) {
    #main-content {
        float: none;
        padding: 0 0 0 0;
    }
}

#fullArticle img {
    display: block;
    margin: 1em 0 2em;
    padding: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

#fullArticle .title, .contentWrapper h1 {
	/* display:none */
	margin: 0 30px .5em 0;
	font-family: "Open Sans",
	'Helvetica Neue';
	color: #333;
	font-weight: 700;
}

#fullArticle .printArticle {
	position: absolute;
	right: 46px;
	top: 40px;
}
#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
	color: #333;
	font-family: "Open Sans",
	'Helvetica Neue';
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .01em;
}
#categoryHead .sort select {
	width: 150px;
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 13px;
	color: #333;
	font-family: "Open Sans",
	'Helvetica Neue';
	font-weight: 300;
}
/* Style this one if you want bolded article text to have a different color */

#fullArticle strong {
	color: #333;
}
#fullArticle h2 {
	font-size: 24px;
	font-family: "Open Sans",
	Helvetica Neue;
	font-weight: 400;
	color: #337AB6;
}
#fullArticle h3 {
	font-size: 20px;
	font-family: "Open Sans",
	'Helvetica Neue';
	font-weight: 700;
	color: #337AB6;
}
#fullArticle h4 {
	font-size: 16px;
	font-family: "Open Sans",
	'Helvetica Neue';
	font-weight: 300;
	color: #333;
    font-style: italic;
}
.contentWrapper p {
	margin-top: -4px;
	word-wrap: break-word;
	font-family: "Open Sans",
	'Helvetica Neue';
	color: #333;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .01em;
}

/* Article Footers */

.articleFoot p, .articleFoot time {
	color: #333;
	display: inline-block;
	font-family: "Open Sans",
	'Helvetica Neue';
	font-weight: 300;
	font-style: italic;
}

/* Page Footers */
footer.center {
	position: absolute;
	bottom: 0;
}

footer .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 10px 10px;
}

footer .row a {
	margin: 0 5px 0;
}

footer .row i {
	font-size: 2em;
}

/* Contact Modal */

#contactModal h2, .abuse h2 {
	background: #fff;
	margin: 0;
	padding: 11px 0 10px 18px;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: "Open Sans",
	sans-serif;
	color: #337AB6;
	font-weight: 300;
}
#contactModal .control-label {
	width: 110px;
	font-family: "Open Sans",
	sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #14A4EB;
}

.btn {
	color: #fff;
	text-shadow: 0 0 0 rgba(255,255,255,.0);
	background: #337AB6;
	border-radius: 5px;
	border: 1px solid #333;
	font-size: 14px;
	padding: .5em;
	/* height: 50px; */
}


#search-query .btn:hover {
	color: #fff;
	text-shadow: 0 0 0 rgba(255,255,255,.0);
	background: #14A4EB;
	border-radius: 5px;
	border: 1px solid #333;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
}

.category-list {
    display:none;
    text-align: center;
}

/* Fix for making homepage category gallery go smoothly from 3 to 2 to 1 column */

@media screen and (max-width: 1105px) {
	section.category-list .category {
		width: 48%;
	}
}
@media screen and (max-width: 760px) {
	section.category-list .category {
		box-sizing: border-box;
		margin: 5px 5px, 5px 5px;
        min-width: 10%;
        max-width: 10%;
	}
}
/* RESPONSIVE */

@media (max-width: 963px) {
	#fullArticle .title, .contentWrapper h1 {
		Width:100%
	}

	.collection-category h2 {
		font-size: 220%;
        Width:45%
	}
	#fullArticle h2 {
		font-size: 20px;
	}
}

@media (max-width: 840px) {
	#fullArticle .title, .contentWrapper h1 {
		Width:88%
	}

	.collection-category h2 {
		font-size: 200%;
        Width:44%
	}
	#fullArticle h2 {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.navbar .btn-navbar {
		margin-top: 16px;
		right: -10px;
	}

	.related {
		padding: 30px 25px 25px;
	}
	.related ul {
		margin-left: 0;
	}
	.related h3 {
		padding-left: 0;
	}
	.related ul>li a {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	#fullArticle .title, .contentWrapper h1 {
		Width:88%
	}

	.collection-category h2 {
		font-size: 180%;
        width: 40%;
	}
	#fullArticle h2 {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	#searchBar button {
		color: transparent;
		text-shadow: 0;
		background: transparent;
		border-radius: 0 5px 5px 0;
		border: 0;
		font-size: 18px;
		padding: 0 1.5em;
		height: 50px;
		position: absolute;
	}
	#searchBar button .icon-search {
		display: block;
		text-shadow: none;
		margin-top: 15px;
	}
	#searchBar button:hover .icon-search:hover {
		display: block;
		text-shadow: none;
		margin-top: 15px;
		background-color: transparent;
	}
}
@media (max-width: 480px) {
	#fullArticle .title, .contentWrapper h1 {
		Width:88%
	}

	.collection-category h2 {
		font-size: 180%;
        Width:88%
	}
	#fullArticle h2 {
		font-size: 20px;
	}
}
@media (max-width: 282px) {
	footer {
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}