.resources-index #page-heading {
	display: none;
}

.resources-index h1.welcome {
	font-size: 1.8em;
}

#resources article {
    padding: 2% 3%;
    width: 94%;
}
#resources aside {
    display: none;
}
#contributor-intro{
    float: left;
    margin-bottom: 2em;
}
#intro-left, #intro-right {
    float: left;
    width: 100%;
}
#contributors-stats {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.stats-heading {
    border-bottom: 1px dotted #CCCCCC;
    color: #8B837B;
    font-family: 'SlateStd-Medium',arial,sans-serif;
}

#contributors-stats .stats-heading{
	font-size:0.7em;
	white-space: nowrap;
	display:block;
	}

.stats-number {
    color: #8B837B;
    display: inline-block;
    font-size: 1.5em;
    font-weight: normal;
    padding-top: 0.5em;
}

.right-column .stats-number{
    font-size: 1.4em;
    padding-top: 0;
}

#contributors-stats li {
    background: none repeat scroll 0 0 #E5F4F5;
    border-radius: 3px;
    display: block;
    float: left;
    min-height: 4em;
    margin-left: 1%;
    padding: 1.5% 0;
    text-align: center;
    width: 32%;
	line-height:1.2em;
}

#contributors-stats li:first-child{
	   margin-left: 0;
	}
.swiper-container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.contact-number, .contact-email {
    font-size: 0.9em;
    margin-right: 1em;
}

.contact-number:before {
    content: url(../../../images/phone.png);
    display: inline-block;
    left: -2px;
    position: relative;
    top: 5px;
    width: 20px;
}

.contact-email:before {
    content: url(../../../images/email.png);
    display: inline-block;
    left: -2px;
    position: relative;
    top: 5px;
    width: 20px;
}
#featured-swiper .device {
	/*padding:10px 0 10px 0;*/
	/*margin:10px;*/
}
#featured-swiper .arrow-right, #featured-swiper .arrow-left{
	margin:0px;
}
.device {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 4px;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 2em;
    position: relative;
}

.resources-index .device{
	padding:0;

	}
.swiper-slide p {
    display: none;
    font-size: 0.8em;
    line-height: 1.2em;
}
.swiper-slide h3 {
    background: none repeat scroll 0 0 #333;
    border-bottom: 1px dotted #999999;
    color: #FFFFFF;
    font-size: 1em;
    height: 2.5em;
    padding: 0.5em 2%;
    width: 96%;
}
.swiper-slide a:hover {
    text-decoration: none;
}
#collection-wrapper {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 2em;
    width: 100%;
}
#resources-wrapper {
    float: left;
    margin-bottom: 0.5em;
    margin-right: 1em;
    width: 25%;
}
.resources-listing {
    float: left;
    width: 100%;
}
p.resources-categories {
    font-size: 0.8em;
}
#results{
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
#content article label[for="resources_search_keywords"]{
    display: none;
}
.resource-list-item {
    border-color: #e4e4e4;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 2px;
    float: left;
    line-height: 1.2em;
    margin-bottom: 1em;
    padding: 5%;
    position: relative;
    width: 90%;
}
.resource-details {
    width: 100%;
}

#collection-wrapper .resource-details{
	float:left;
	width:60%;
}
.resource-name {
    font-size: 1.3em;
    padding-bottom: 0.25em;
}
.resource-name a.new-resource::after {
	content: " *NEW*";
	color: #B40A37;
	font-size: 0.6em;
	position: relative;
	top: -0.5em;
}
.resource-list-item .resource-stats {
    width: 38%;
	float:left;
	text-align:right;
}
.resource-list-item .resource-rating{
	width:40%;
	text-align:left;
}
.resource-list-item .resource-rating span, .right-column .resource-rating span{
	font-size:1em;
	position: relative;
    top: -4px;
}
.resource-list-item .stats-heading {
    border-bottom: medium none;
    margin-top: 0.10em;
}
.resource-photo {
    background: none repeat scroll 0 0 #F7F7F7;
    float: left;
    margin-right: 4%;
    padding: 1% 1% 0;
    width: 16%;
}
.resource-photo img {
    border: medium none;
    height: auto;
    width: 100%;
	margin-left: 0;
}
.resource-photo a {
    display: block;
}

.right-column .resource-type-wrapper{
	width:100%;
	display:block;
	float:left;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	}
.resource-type {
    color: #999999;
    display: block;
    float: left;
    font-family: 'SlateStd-Medium',arial,sans-serif;
    font-size: 0;
    height: 20px;
    margin-bottom: 0.5em;
    padding-left: 2em;
    text-transform: uppercase;
    width: 20px;
}

.right-column .resource-type{
	 font-size: 1em;
	}
.video {
    background-position: -5px -155px;
}
.document {
    background-attachment: scroll;
    background-image: url(../images/file.png);
    background-position: 3px top;
    background-repeat: no-repeat;
}
.link {
    background-attachment: scroll;
    background-image: url(../images/link.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.other {
    background-attachment: scroll;
    background-image: url(../images/other.png);
    background-position: 3px top;
    background-repeat: no-repeat;
}
.list-sort {
    border-top: 1px dotted #CCCCCC;
    display: block;
    float: left;
    padding-top: 0.5em;
    width: 100%;
}
.list-sort .searchform, #pagination .searchform {
    display: block;
    float: right;
    font-size: 0.8em;
    margin: 0 0 1em;
    padding: 0;
}
#pagination #page-navi {
    float: left;
    text-align: right;
    width: 100%;
	padding-bottom:1em;
}
#pagination .searchform {
    display: inline-block;
    text-align: right;
    width: 100%;
}
#resources #pagination {
    padding-top: 0;
    text-align: right;
}
.list-sort .searchform label, #pagination label {
    display: inline-block;
    line-height: 2em;
}

#pagination label {
	float: none;
	min-width: 10em;
	white-space: nowrap;
	padding-right:0;
}

#pagination .searchform {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.1em;
}
.list-sort .searchform select, #pagination .searchform select {
    display: inline-block;
    float: none;
    margin-left: 1em;
    padding:  0.5em 30px 0.5em 0.5em;
    width: auto;
}
.swiper-slide p {
    color: #FFFFFF;
    display: none;
    padding: 3% 5%;
    text-align: left;
}
.device a.btn {
    background-attachment: scroll;
    background-image: url(../../../images/right-arrow-blue.png);
    background-position: left center;
    background-repeat: no-repeat;
    bottom: 0.5em;
    display: block;
    font-size: 0.8em;
    margin-top: 1em;
    padding-left: 1em;
    position: absolute;
    right: 1em;
    text-align: right;
}
.swiper-slide span {
    background-color: rgba(0, 0, 0, 0);
    float: left;
    padding: 0;
    position:absolute;
    text-transform: none;
    width: 100%;
}
#content article label[for="resources_search_keywords"] {
    color: #333333;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 0.5em;
    width: 100%;
}
.classfieds_search {
    margin-bottom: 0;
	margin-top:1em;
    padding: 5% 5% 1%;
    width: 90%;
	border-radius:5px;
	border:none;
	background: #e5f4f5;
}
.classfieds_search h2 {
    color: #00919A;
    padding-bottom: 0.25em;
	font-size:1.6em;

}
.classfieds_search p {
    clear: none;
    display: inline-block;
    float: left;
    width: 100%;
}

.classfieds_search label {
	margin-top: 0.5em;
}

article input[type="submit"]{
	 padding: 3% 1%;

	}
label[for="resources_search_category"] {
    display: block;
}
label[for="sort_by"] {
    padding-right: 0;
}
.resource-filters {
    background-attachment: scroll;
  /* background-image: url(../images/cross.png); */
    background-position: right 5px;
    background-repeat: no-repeat;
    border-color: #e4e4e4;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 2px;
    float: left;
    margin-bottom: 1em;
    padding: 5%;
    width: 90%;
}
.resource-filters h4 {
    text-transform: none;
}
.resource-filters ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0.5em;
}
.resource-filters ul li {
    display: inline-block;
    margin: 0;
    padding: 0.5em 0;
}
.resource-filters ul li a {
    background: none repeat scroll 0 0 #CCE9EB;
    border-radius: 3px;
    font-size: 0.9rem;
    margin: 0.25em;
    padding: 0.5em 0.75em;
}
.resource-filters h5 {
    border-bottom: medium none;
    display: block;
    font-family: 'SlateStd-Medium',arial,sans-serif;
    margin-bottom: 0.25em;
    padding: 0.5em 0 0;
    text-transform: uppercase;
}
article .search-filter-options {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
article .search-filter-options li {
    clear: both;
    display: block;
    float: left;
    padding-bottom: 0.75em;
    width: 100%;
}
.search-filter-options input, .search-filter-options label {
    display: inline-block;
    float: left;
    font-weight: normal;
    margin: 0 0.5em 0 0;
    width: auto;
}


.search-filter-options label{
	padding-right:0;
	}
.resource-list-items {
    display: block;
    float: left;
    width: 100%;
}
.list-sort .searchform label {
    float: none;
    width: auto;
	color:#787878;
}
.resources-list-wrapper, #resources-footer {
    float: left;
    width: 100%;
}
#resources-footer p {
    font-size: 0.9em;
    padding-bottom: 0.4em;
}
#resources-footer {
    background-color: #E5F4F5;
    float: left;
    padding: 5%;
    width: 90%;
	border-radius: 5px;
}
.resource-details p {
    font-size: 0.7em;
	padding-bottom:0.5em;
}
.resource-collections-list {
    border-top: 1px dotted #CCCCCC;
    display: block;
    margin: 1em 0;
    padding: 0.5em 0;
}
#contributor-intro {
    float: left;
    margin: 1em 0;
    width: 100%;
}
.resources-categories {
    display: none;
}
.resources-block a {
	color: #0091c8;
}
article h4 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
article .swiper-container {
    margin-bottom: 1em;
}
#featured-swiper .swiper-container {
    margin-top: 1.5em;
}

#featured-swiper .search-collections-list-items .swiper-container {
    margin-top: 0;
}


#featured-swiper .device,
.search-collections-list-items .device {
	margin-bottom:0;
}
.resource-list-items .resource-description {
    background: none repeat scroll 0 0 #FFFFFF;
    float: none;
    font-size: 0.9em;
	margin-bottom:1em;
}
.swiper-slide img {
    margin-bottom: 0;

}
#featured-swiper .swiper-slide img {
	position: relative;
    top: 65%;
    transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	-webkit-transform:translateY(-65%);
	border:none;

}
#featured-swiper .swiper-slide{
	background-color:#000;
}
#featured-swiper .device h3.featue-title{
	font-size:1.2em;
	border-bottom:1px solid #e4e4e4;
	background-color:#E5F4F5;
	padding:1.3% 3%;
	border-radius:3px;
}
article .share-news {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:none;
}


#back-results-wrapper {
    display: block;
    float: right;
    margin-right: 0.5em;
    margin-top: -2.7em;
}
#back-results-wrapper a {
    font-size: 0.9em;
}
#back-results {
    background-attachment: scroll;
    background-image: url(../../../images/right-arrow-blue.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 0.5em;
    padding-left: 1em;
}
.resource-description #contributor-intro {
    font-size: 1.1em;
}
.right-column {
    float: left;
    margin-bottom: 1em;
    margin-left: 0;
    width: 90%;
	padding:5%;
	background:#E5F4F5;
	position:relative;
}
.left-column {
    float: left;
    margin-bottom: 2em;
    width: 100%;
}
.left-column #intro-left, .left-column #intro-right {
    width: 100%;
}
.resource-description {
    width: 100%;
}
.resource-view-wrapper #contributors-stats li:first-child {
    margin-left: 0;
}
.right-column .resource-type {
    margin-bottom: 0.5em;
}
.right-column .stats-heading {
    border-bottom: medium none;
    display: inline-block;
}
#resource_search_keywords {
    height: 32px;
    padding: 0 2%;
    width: 95%;
}

input#resource_search_keywords:focus::-webkit-input-placeholder { color:transparent; }
input#resource_search_keywords:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input#resource_search_keywords:focus::-moz-placeholder { color:transparent; } /* FF 19+ */

.resource-description .resource-collections-list {
    padding: 0.5em 1em 0.6em 0;
}
.resource-description .resource-collections-list ul {
    margin-left: 0;
    padding-left: 1em;
}
.classfieds_search input[type="submit"] {
    margin-top: 1em;
}
select {
    font-size: 0.7rem;
}
.resource-stats {
    text-align: left;
    width: 100%;
}
.type-specific-content {
    margin-bottom: 0.5em;
    width: 100%;
}
.type-specific-content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.resource-filters ul li.selected-filter a {
    background-color: #FFFFFF;
    border: 1px solid #CCE9EB;
}
#content .content-wrapper {
    margin-bottom: 1em;
}

#resource_search_category {
    height: 34px;
    width: 100%;
	color:#888;
	font-size:1em;
	padding-top: 0.35em;
}

.resource-image img{
    width: 85%;
	margin-right:20px;

}

.resource-image{
	position:relative;
	z-index:0;
	width:33%;
	float:left;
	margin-bottom:0.5em;

	}

.resource-image a:before{
	content:url(../images/zoomin.png);
	position:absolute;
	bottom:0.5em;
	right:1em;
	display:block;
	width:30px;
	height:30px;
	z-index:1;
	}



.resource-filters ul li a.deselect-filter {
    border: medium none;
    margin-left: 0;
    text-decoration: underline;
	 background-color: #FFFFFF;
}

.device .arrow-left,.device .arrow-right{
	border-radius:30px;
	}

.resources-index .device .arrow-left{
	left:-6px;
	}

.resources-index .device .arrow-right{
	right:-6px;
	}

.contributor-intro.contributor-blurb h3{
	 font-family: 'SlateStd-BoldCondensed',arial,sans-serif;
	font-size:1.2em;
	 font-weight:normal;
	 color:#00919A;
	padding:0.1em 0 0.25em 25px;
	position:relative;
	}

.contributor-intro.contributor-blurb h3:before{
		content:url(../images/info.png);
		display:inline-block;
		position:absolute;
		top:2px;
		left:-2px;
		}

.resource-view-wrapper.left-column .resource-description .contributor-intro.contributor-blurb{
	float: left;
	border-style: solid;
	border-width: 1px 1px 2px;
	border-color: #E5F4F5;
	padding: 3%;
	border-radius: 4px;
	}


.contact-number, .contact-email {
    color: #4b4b4b;
}

form{
	padding-bottom:1em;
	}

.type-specific-content li{
		word-wrap:break-word;
		margin-bottom:0.25em;
		float:left;
		}

.forms-checkbox-field .field{
    margin-top: 0;
}

.type-specific-content li a{
	display:block;
	float:left;
	padding-left:20px;
    word-break: break-all;
	}

.type-specific-content.resource-video li.view-source a{
	background-image: url(../images/view.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 1px;
	}

.type-specific-content.resource-document li a,.type-specific-content.resource-video li.download-video a{

	background-image: none;
	padding-left:0;

		}

.type-specific-content.resource-document li a:after{
	content:url(../images/download.png);
	display:block;
	margin:0.25em 0;



			}

.type-specific-content.resource-link a{
	background-attachment: scroll;
	background-image: url(../images/link-blue.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left:20px;
		}


.right-column .resource-stats{
	width:100%;
	display:block;
	top:0.5em;
	right:1em;
	}

.right-column .contact-email{
  background-attachment: scroll;
	background-image: url(../../../images/email.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left:20px;
	float:none;
	word-wrap:break-word;
}

.right-column .type-specific-content.resource-other li{
	float:none;
	}

.right-column .contact-email:before{
	content:none;}


#content > div > article div.video-holder {
   clear:both;
}


#resources-recent-uploads,#resources-most-viewed-this-month,#resources-highest-rated{
	width:100%;
	margin-bottom:2em;
}

#resources-recent-uploads{
	margin-top:2em;
}
#resources-recent-uploads table,#resources-most-viewed-this-month table,#resources-highest-rated table{
	width:100%;
	border-bottom:none;

	}

#resources-recent-uploads table tr td:last-child,#resources-most-viewed-this-month table tr td:last-child,#resources-highest-rated table tr td:last-child{
		color:#c9c9c9;
		text-align:right;
		}
#resources-most-viewed-this-month table tr td.resource-msg{
	text-align:left;
}
#resources-highest-rated table tr td img{
	border:0px;
	margin:3px 0 0px 0;
	float:none;
	display:block;
}
#resources-highest-rated table tr td:last-child{
	padding:2px 5px 5px 5px;
	text-align:center;
}
#resources-mobile-ad {
	font-family:'SlateStd-Medium',arial,sans-serif;
	font-size:1.2em;

	}
article td{
	padding: 0.75em 0.45em;
}
.rating-link{
	display:block;
	margin:1em 0 0;
	 font-family: 'SlateStd-Medium',arial,sans-serif;
}

#resources-recent-uploads h3,#resources-most-viewed-this-month h3,#resources-highest-rated h3{
	margin-top:0;
	background:#E5F4F5;
	padding:3% 1% 3% 5%;
	border-radius: 3px;
	}


#resources-recent-uploads h3 a,#resources-most-viewed-this-month h3 a,#resources-highest-rated h3 a{
	display:block;
	background-attachment: scroll;
	background-image: url(../images/arrow-blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:transparent;


	}

#featured-swiper{

}
article h2{
	font-family:'SlateStd-Medium',arial,sans-serif;
	font-size:1.3em;
	}
#add-contributor-user input[readonly]{
	background-color:#F7F7F7;
}

a.uload_a_resource, a.add-user{
    font-size:13px;
}
.resource-options-wrapper {
	display: block;
	float: right;
	width: 67%;
	margin-bottom: 1em;
}

.resource-options-wrapper input {
	clear: both;
	margin-right: 0.3em;
	margin-top: 0.3em;
	margin-bottom: 0;
	width: auto;
}
input[type="submit"] {
	margin-right: 0.8em;
}

#site-header a#one50-years {
	display: none;
}

#search-page-form{

	margin-bottom:2em;
	}
#searchform .search {
	display: none;
}


input::-moz-placeholder {
    color: inherit;
}

#announcement-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #666;
    clear: both;
    color: #eaeaea;
    float: none;
    padding: 1rem 0;
    box-sizing: border-box;
    z-index: 5;
}

.logout-link{
	float:right;
	padding:0;
	margin:0;
}
