/*
Theme Name: Archiving The 8th
Author: archivingthe8th
Version: 1.0
License: GNU General Public License
*/


@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-Book.woff') format('woff'); 
  font-style: normal;
  font-weight: 400;
}
@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-BookItalic.woff') format('woff'); 
  font-style: italic;
  font-weight: 400;
}

@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-Medium.woff') format('woff'); 
  font-style: normal;
  font-weight: 500;
}
@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-MediumItalic.woff') format('woff'); 
  font-style: italic;
  font-weight: 500;
}

@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-Semibold.woff') format('woff'); 
  font-style: normal;
  font-weight: 600;
}
@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-SemiboldItalic.woff') format('woff'); 
  font-style: italic;
  font-weight: 600;
}

@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-Bold.woff') format('woff'); 
  font-style: normal;
  font-weight: 700;
}
@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-BoldItalic.woff') format('woff'); 
  font-style: italic;
  font-weight: 700;
}

@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-Heavy.woff') format('woff'); 
  font-style: normal;
  font-weight: 800;
}
@font-face {
	font-family: 'CooperHewitt';
  src: url('assets/fonts/cooperhewitt/CooperHewitt-HeavyItalic.woff') format('woff'); 
  font-style: italic;
  font-weight: 800;
}




/*-----------------------------
RESETS & OVERRIDES
------------------------------*/
hr {
  margin-top: 0px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #ffffff;
}
hr.colorB5CCC9{
	border-top:1px solid #B5CCC9;
	margin-bottom: 50px;
}

.max-width-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
  max-width: calc(1280px + 10vw); /* 1380 + 50px + 50px padding */
}
.fluid-width-container,
.full-width-container{
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}
img {
	width: 100%;
	height:auto;
}



.wp-content img.alignright { float: right; margin: 0 0 1em 1em; }
.wp-content img.alignleft { float: left; margin: 0 1em 1em 0; }
.wp-content img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-content .alignright { float: right; }
.wp-content .alignleft { float: left; }
.wp-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-content img{width: auto;max-width: 100%;}



/* ----------------------------------------------- */
/*		GENERAL DESKTOP STYLES				 							 */
/* ----------------------------------------------- */

body {
	background: #FFF;
	font-family: 'CooperHewitt', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	color: #0e0e0e;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  font-style: normal;  
  height:100%;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: none;
}
p a{text-decoration: underline;}

h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	line-height: 1.4em;
	margin-bottom: .5em;
	font-weight: 700;
	font-family: 'CooperHewitt', Arial, sans-serif;
	font-style: normal;
	letter-spacing: -0.25px;
}
h1{
	font-size: 32px;
	margin-bottom: 1.25em;
	font-weight: 700;
}	
h1.margin-bottom-xs{
	margin-bottom: 1em;
}
h1 span{
	color: #21C1B6;
}
h2{
	font-size: 24px;
	font-weight: 600;
}	
h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: .25em;
}	
h4{
	font-size: 18px;
	font-weight: 600;
}	
h5{
	font-size: 16px;
	font-weight: 600;
}
h6{
	font-size: 16px;
	font-weight: 400;
}
h6.date{
	font-size: 16px;
	color:#474848;
	margin-bottom: 1.2em;
}
h6.uppercase{
	text-transform: uppercase;
	margin-bottom: 1em;
}

.white-text{color: #ffffff !important;}

.bg-black{background-color: #141414;}
.bg-black .white-text p,
.bg-black .white-text h2,
.bg-black .white-text h3,
.bg-black .white-text h4,
.bg-black .white-text h5,
.bg-black .white-text h6,
.bg-black .white-text ul li,
.bg-black .white-text a{
	color: #ffffff !important;
}
	
.show-on-mobile{display: none !important;}
.show-on-mobile-inline-block{display: none !important;}
.show-on-tablet-and-smaller{display: none !important;}
.show-on-1320-and-smaller{display: none !important;}
	

.cyan-21C1B6{
	color: #21C1B6;
}
.color-b5ccc9{
	color: #b5ccc9;
}


.bold{
	font-weight: 700;
}

p{
	font-size: 16px;
	line-height: 1.5em;
	color: #474848;
	font-weight: 400;
	letter-spacing: -0.15px;
	padding: 0px 0px 20px 0px;
}
ul li, ol li{
	font-size: 16px;
	line-height: 1.5em;
	color: #474848;
}

p strong{
	font-weight: 600;
}
p.wp-caption-text {
	margin-top: 6px;
  font-size: 85%;
  line-height: 1.5em;
}

.white-panel{background-color: #ffffff;padding: 20px 15px;}

.main-content h1{color: #141414;}
.main-content h1.single-title{margin-bottom: .625em;}

.max-width-55-percent{max-width: 55%;}
.text-right{text-align: right;}

p.break,p.break a{word-break: break-all;}

	

/* ------------------------------------------------------------*/
/* Header + Global navigation																	 */
/* ------------------------------------------------------------*/

header{
	padding-top: 24px;
	padding-bottom: 0px;
	background-color: #141414;
}
header.fixed{
	position: fixed;
	left:0;
	right:0;
	top:0;
	z-index: 10;
}
header .brand{
	font-weight: 800;
	font-family: 'CooperHewitt', Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 2em;
	color: #ffffff;
	text-transform: uppercase;
}

nav.main-nav{
	float: right;
}
nav.main-nav ul{
	padding: 0px;
	margin: 0px;
}

nav ul li {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: inline-block;
  margin-left: 20px;
}
nav ul li a{
	padding: 5px 0px 29px 0px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus{
	color: #ffffff;
}


.search-container{float: right;margin-top: 5px;}
.search-container img{width:14px;height:auto;}

.s-container{
  width:180px;
  margin:0px auto;
}

.searchbox{
  position:relative;
  min-width:20px;
  width:0%;
  height:22px;
  float:right;
  overflow:hidden;    
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input{
  top:0;
  right:0;
  border:0;
  outline:0;
  background:transparent;    
  width:100%;
  height:20px;
  margin:0;
  padding:0px 20px 0px 5px;
  font-size:16px;
  line-height: 20px;
  color:#8d9e9c;
}
.searchbox-input::-webkit-input-placeholder {color: #8d9e9c;}
.searchbox-input:-moz-placeholder {color: #8d9e9c;}
.searchbox-input::-moz-placeholder {color: #8d9e9c;}
.searchbox-input:-ms-input-placeholder {color: #8d9e9c;}

.searchbox-icon,
.searchbox-submit{
  width:20px;
  height:20px;
  display:block;
  position:absolute;
  top:0;
  font-size:16px;
  right:0;
  padding:0;
  margin:0;
  border:0;
  outline:0;
  line-height:20px;
  text-align:center;
  cursor:pointer;
  color:#ffffff;
  background:#141414;
}

.searchbox-open{
  width:100%;
  border-bottom: 1px solid #ffffff;
}



.btn{
	background-color: #21c1b6;
	color: #ffffff;
	padding: 10px;
	display: inline-block;
	width:150px;
	background-image: url('assets/images/icon-btn-arrow-right.svg');
	background-position: right 10px center;
	background-size: 6px auto;
	background-repeat: no-repeat;
}
.btn:hover,
.btn:active,
.btn:focus{
	color: #ffffff;
	background-color: #17938B;
}
.btn.btn-black{
	background-color: #000000;
}
.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus{
	color: #ffffff;
	background-color: #17938B;
}

.btn-circular{
	background-color: #21c1b6;
	color: #ffffff;
	display: inline-block;
	width:22px;
	height:22px;
	border-radius: 11px;
	background-image: url('assets/images/icon-btn-arrow-right.svg');
	background-position: center center;
	background-size: 6px auto;
	background-repeat: no-repeat;
	vertical-align: top;
  margin-top: 4px;
}
.btn-circular.btn-circular-h1{
	margin-top: 10px;
}
.btn-circular.btn-black{
	background-color: #000000;
	
}	
.btn-circular:hover,
.btn-circular.btn-circular-h1:hover,
.btn-circular:active,
.btn-circular.btn-circular-h1:active,
.btn-circular:focus,
.btn-circular.btn-circular-h1:focus{
	background-color: #474848;	
}






/* ---------------------------------------------------------- */
/* main menu hover style/animation  												  */
/* ---------------------------------------------------------- */

nav.desktop-nav ul li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

nav.desktop-nav ul li a:hover {
  opacity: 1;
}

nav.desktop-nav ul li a::before {
  transition: 300ms;
  height: 4px;
  content: "";
  position: absolute;
  background-color: #ffffff;
}


nav.desktop-nav ul li a::before {
  height: 0%;
  width: 100%;
  bottom: 0px;
}

nav.desktop-nav ul li a:hover::before {
  height: 4px;
}




/* ---------------------------------------------------------- */
/* home  																										  */
/* ---------------------------------------------------------- */

.banner{
	background: rgba(33,193,182,.9);
	padding-left: 20vw;
	padding-right: 20vw; 
	position: relative;
}
.xxxxbanner:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(33,193,182,.9);
}
.home-banner{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner h1{
	color: #ffffff;
	font-size: 32px;
	font-weight: 400;
}

.section-latest-news{
	background-color: #EAF0F0;
}

.rss-icon, .rss-icon a{text-align: right;}
.rss-icon img{width: 20px;height: auto;text-align: right;}

.news-item{
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.1); 
	box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.1);
	margin-bottom: 5vw;
	margin-bottom: 25px;
	
}
.news-item span.category{
	position: absolute;
	top:0;
	left:0;
	background-color:#21c1b6;
	color: #ffffff;
	padding: 7px 12px 4px 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 1em;
	z-index: 8;
}
.news-item .featured-image{
	margin-bottom: 0px;
}
.news-item .title-wrapper{
	overflow-y: hidden;
	height:88px;
}
.news-item h3{
	margin: 16px 15px 4px 15px;
	font-weight: 600;
	line-height: 1.28em;	
}
.news-item h3.cyan-21C1B6{
	height: auto;
}
.news-item:hover h3{
	color: #474848;
}


/* News items image zoom affect */
.news-item .img-hover-zoom {
  height: 168px; 
  overflow: hidden; 
}
.news-item .img-hover-zoom.img-hover-zoom-large{
	height: 448px;
}
.news-item .img-hover-zoom img {
  transition: transform .5s ease;
  transform: scale(1.1);
}
.news-item:hover .img-hover-zoom img {
  transform: scale(1.21);
}
.news-item:hover .img-hover-zoom.img-hover-zoom-large img {
  transform: scale(1.2);
}





.with-arrow{
	display: inline-block;
	margin-right: 20px;
}

.section-collecting-the-campaign{
}
.collecting-the-campaign-item .title-wrapper{
	background-color: #ffffff;
	padding-bottom: 10px;
}
.collecting-the-campaign-item h3{
	padding-top: 17px;
	font-weight: 600;
	margin: 0px 15px 4px 15px;
}
.page-template-template-home .collecting-the-campaign-item h3{
	margin: 0px;
}
.collecting-the-campaign-item h3 span{
	color: #21C1B6;
}
/* collecting-the-campaign-item zoom effect */
.collecting-the-campaign-item .img-hover-zoom {
  height: 238px; 
  overflow: hidden; 
}
.collecting-the-campaign-item .img-hover-zoom img {
  transition: transform .5s ease;
  transform: scale(1.1);
}
.collecting-the-campaign-item:hover .img-hover-zoom img {
  transform: scale(1.2);
}
.collecting-the-campaign-item:hover h3{
	color: #474848;
}
.circular-person-image{
	width: 110px;
	height:110px;
	margin-bottom: 20px;
}
.circular-person-image img{
	border-radius: 50%;
}



.section-resources-guides{
	background: rgba(33,193,182,.95);	
}
.section-resources-guides h2,
.section-resources-guides h3,
.section-resources-guides h4,
.section-resources-guides ul li,
.section-resources-guides ul li a{
	color: #ffffff;
}
.cta-contribute-panel{
	background-color: #141414;
	padding: 40px 30px;
	color: #ffffff;
}
.section-resources-guides ul{
	padding: 0;
	margin: 0 0 0 18px;
	border-top: 1px solid white;
}
.section-resources-guides ul li{
	font-size: 17px;
	font-weight: 600;
	list-style: none;
	line-height: 1.4em;
	border-bottom: 1px solid white;
}
.section-resources-guides ul li a{
	display: block;
	padding: 8px 0px 7px 0px;	
	background-image: url('assets/images/icon-btn-arrow-right.svg');
	background-position: right 20px center;
	background-size: 6px auto;
	background-repeat: no-repeat;
}
.section-resources-guides ul li a:hover,
.section-resources-guides ul li a:active,
.section-resources-guides ul li a:focus{
	color:#2f2f2f;
	background-image: url('assets/images/icon-btn-arrow-right-hover.svg');
}

.section-timeline{
	background-color: #2F2F2F;
	color: #ffffff;
	
	font-family: Roboto !important;

}
.section-timeline h2{
	font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
}

.section-timeline h2 span{
	color: #21C1B6;
}
.section-timeline img.timeline{
	width: auto;
	height: 600px;
	
	display: block;
	
}


.section-timeline h2,
.section-timeline h3,
.section-timeline h4,
.section-timeline h5,
.section-timeline h6,
.section-timeline p{
	color: #ffffff;
}


.simplebar-wrapper{
	font-family: 'Roboto';
}

.simplebar-height-auto-observer, .simplebar-track {
  position: absolute;
  overflow: hidden;
  overflow-y: visible;
  pointer-events: none;
  background-color: #6B7673;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 8px;
	/*
	-webkit-box-shadow:inset 0px 0px 0px 4px #2F2F2F;
	-moz-box-shadow:inset 0px 0px 0px 4px #2F2F2F;
	box-shadow:inset 0px 0px 0px 4px #2F2F2F;
	*/
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #ffffff;
  border-radius: 8px;
  border-radius: 1px;
  left: 2px;
  right: 2px;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0px;
    height: 8px;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0s linear;
}


/* ---------------------------------------------------------- */
/* news / blog (index.php)  																	*/
/* ---------------------------------------------------------- */

.pagination .page-numbers{
	margin: 0 4px;
	font-weight: 300;
	color: #141414;
}
.pagination .page-numbers.current{
	margin: 0 4px;
	font-weight: 600;
	color: #21c1b6;
}



/* ---------------------------------------------------------- */
/* single news / event / blog (single.php)  									*/
/* ---------------------------------------------------------- */

.standard-article-img{
	margin-bottom: 40px;
}
.grey-panel{
	background-color: #EAF0F0;
	padding: 42px 80px 42px 27px;
	margin-bottom: 30px;
}

.grey-panel .tag{
	background-color: #00D9CA;
	color: white;
	padding: 10px 12px 6px 12px;
	text-decoration: none;
	font-size: 16px;
	margin-right: 4px;
	margin-bottom: 4px;
	display: inline-block;
}
.grey-panel .tag:hover{
	color: white;
	text-decoration: none;
	background-color: #17938B;
}
.share-article{margin-bottom: 20px;}
.share-article p{padding-bottom: 5px;}
.share-article p strong{color: #141414;}
.share-article img{
	height: 22px;
	width: auto;
	margin-right: 12px;
}
.share-article a:nth-of-type(2) img{
	height: 18px;
}
.share-article a:nth-of-type(3) img{
	height: 20px;
}


.main-content .wp-caption{max-width: 100%;}
.main-content-container{padding-right: 1vw;}
.main-content-container ul{padding-left: 20px;}
.main-content-container ul li{margin-bottom: 10px;}

.main-content-container a{color: #21C1B6;}
.main-content-container a:hover{text-decoration: underline;}

.main-content-container a.btn{color: #FFFFFF;text-decoration: none;}
.main-content-container a:hover{text-decoration: underline;}

.main-content-container .searchandfilter ul {
	padding-left: 0;
}


/* ---------------------------------------------------------- */
/* single guides 									*/
/* ---------------------------------------------------------- */
.single-guides{
	background-color: #21C1B6;
}
.section-guides-article h1,
.section-guides-article h2,
.section-guides-article h3,
.section-guides-article h4,
.section-guides-article h5,
.section-guides-article h6,
.section-guides-article p,
.section-guides-article p a,
.section-guides-article p ul li,
.section-guides-article p ol li,
.section-guides-article ul li,
.section-guides-article ol li{
	color: #ffffff;
}


/* ---------------------------------------------------------- */
/* events listing 																						*/
/* ---------------------------------------------------------- */

.event-item{
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.1); 
	box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	
}
.event-item span.category{
	position: absolute;
	top:0;
	left:0;
	background-color:#21c1b6;
	color: #ffffff;
	padding: 7px 12px 4px 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 1em;
	z-index: 9;
}
.event-item .featured-image{
	margin-bottom: 0px;
}
.event-item .title-wrapper.eq-height-wrapper{
	min-height: 80px;
}
.event-item h3{
	margin: 16px 15px 4px 15px;
	font-weight: 600;
	line-height: 1.28em;	
}
.event-item h3.cyan-21C1B6,
.event-item h3.color-b5ccc9{
	height: auto;
	padding-bottom: 20px;
}

.event-item:hover h3{
	color: #474848;
}


/* event items image zoom affect */
.event-item .img-hover-zoom {
  height: 210px; 
  overflow: hidden; 
}

.event-item .img-hover-zoom img {
  transition: transform .5s ease;
  transform: scale(1.05);
}
.event-item:hover .img-hover-zoom img {
  transform: scale(1.2);
}


.accordion-container{
	margin-top: 25px;
}
.single-watch-read-listen{
	background-color: #141414;
	padding: 0px 0px 0px 0px;
	
	background-image: url('assets/images/icon-arrow-right-grey-circle.svg');
	background-position: right 32px top 24px;
	background-size: 45px auto;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	
	position: relative;
	min-height: 100px;
	clear: both;
	position: relative;
	
	max-width: 1140px;
}

.single-watch-read-listen.open{
	background-image: url('assets/images/icon-burger-menu-close.svg');
	background-position: right 40px top 32px;
	background-size: 26px auto;
}


.single-watch-read-listen.no-play-icon{	
	background-image: none;
}
.single-watch-read-listen .featured-image{
	width: 165px;
	position: absolute;
	top:0;
	left: 0;
}
.single-watch-read-listen > .accordion-opener{
	display: block;
	padding: 27px 12% 5px 20%;
	color: #ffffff;
}
.single-watch-read-listen .accordion-content{
	padding: 0px 35% 0px 20%;
}
.single-watch-read-listen .accordion-content p{
	font-size: 85%;
}
.single-watch-read-listen p,
.single-watch-read-listen h6{
	color: #ffffff;
	padding: 0px 0px 25px 0px;
	margin-bottom: 0;
}
.single-watch-read-listen h6 strong{
	font-weight: 600;
}
.single-watch-read-listen h6 a.read-article{
	color: #21C1B6;
}
.single-watch-read-listen h6 a.read-article:hover,
.single-watch-read-listen h6 a.read-article:focus,
.single-watch-read-listen h6 a.read-article:active{
	text-decoration: underline;
}

.single-watch-read-listen .share-article{margin: 20px 0px 20px 0px;}
.single-watch-read-listen .share-article p{display: inline-block;margin-right: 10px;}
.single-watch-read-listen .share-article p strong{color: #ffffff;font-size: 16px;}


.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ---------------------------------------------------------- */
/* single event 									*/
/* ---------------------------------------------------------- */

.grey-panel.event-details{
	padding-top: 30px;	
}
.grey-panel.event-details h5 a{font-weight: 400;color: #21C1B6; text-decoration: none;}



/* ---------------------------------------------------------- */
/* contributing to the archive / archive repository search		*/
/* ---------------------------------------------------------- */
.searchandfilter .sf-field-post-meta-location{
	margin-bottom: 50px;
}
.searchandfilter .sf-field-post-meta-location h4,
.searchandfilter .sf-field-taxonomy-material h4{
	margin-bottom: 20px;
}

.searchandfilter select.sf-input-select {
    min-width: 220px;
    
    -webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;

    border:none;
    border-radius: 0px;
    background: url(assets/images/select-down-arrow.png) no-repeat #fff;
    background-size: 15px auto;
    -webkit-appearance: none;
    background-position: right 20px center;
    background-position-x: 92%;
  
		box-sizing: border-box;
		vertical-align: top;
		font-family: 'CooperHewitt', Arial, sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		color: #141414;
		padding: 12px 10px 10px 10px;
		
		height: auto;
		outline: none;
		margin-bottom: 90px;
		

}

.sf-field-taxonomy-material ul{margin-left: 0;padding-left: 0;}
.sf-field-taxonomy-material ul li{
	display: inline-block;
	width: 29%;
	width: 47%;
	border-bottom: 1px solid #474848;
	margin-right: 5%;
	padding: 10px 10px 15px 0px !important;
	
}
/*.sf-field-taxonomy-material ul li:nth-child(3n+3){
	margin-right: 0;
}
*/
.sf-field-taxonomy-material ul li:nth-child(2n+2){
	margin-right: 0;
}

.sf-field-submit input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 10px 20px;
    color: #ffffff;
    text-align: left;
	  background-color: #21c1b6;
		padding: 10px;
		display: inline-block;
		width:150px;
		background-image: url('assets/images/icon-btn-arrow-right.svg');
		background-position: right 10px center;
		background-size: 6px auto;
		background-repeat: no-repeat;
		border: 0;   
}

.sf-field-submit{
	margin-top: 40px;
}

.sf-field-submit input[type="submit"]:hover,
.sf-field-submit input[type="submit"]:active{
	background-color: #17938B;
}

.searchandfilter ul li h4{
	font-size: 24px;
	font-weight: 600;
}



.sf-field-taxonomy-material  .sf-input-checkbox {
    width: 1.1em;
    height: 1.1em;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    vertical-align: top;
    border: 2px solid #ffffff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 2px;
}

.sf-field-taxonomy-material  .sf-input-checkbox:checked {
    background-color: #ffffff;
}


.searchandfilter label.sf-label-checkbox{
    padding-left: 10px;
    max-width: 90%;
}



/* ---------------------------------------------------------- */
/* CustomSelect for locations dropdown on search							*/
/* ---------------------------------------------------------- */
.custom-select-container {
  width: 300px;
}
.custom-select-opener {
  white-space: nowrap;
  height: 2.3em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  border-radius: 5px;
  border: none;  
	background-color: #FFF;
	color: #141414;
	font-weight: 600;
}
.custom-select-option{
  background-color: #FFF;
  color: #141414;
}
.custom-select-option.is-selected::before {
    content: "";
    padding-right: 0em;
}
.custom-select-opener:focus {
  outline: none;
}
.custom-select-opener span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.custom-select-panel {
  border-radius: 5px;
}
.custom-select-option.has-focus {
    background-color: #21C1B6;
    color: #ffffff;
}



/* ---------------------------------------------------------- */
/* footer																										  */
/* ---------------------------------------------------------- */

footer{
	padding: 42px 0px 10px 0px;
	background-color: #141414;
	color: #fff;
	position: relative;
	margin-top: 0px;
}


footer p,
footer a{
	color: #8d9e9c;
	text-decoration: none;
}
footer p.credit{
	font-size: 14px;
	color: #6B7673;
	text-align: right;
}
footer p.credit a{
	color: #6B7673;
}	
footer p.credit a:active,
footer p.credit a:hover,
footer p.credit a:focus{
	color: #6B7673;
	text-decoration: underline;
}

footer a:active,
footer a:hover,
footer a:focus{
	color: #8d9e9c;
	text-decoration: underline;
}

footer ul.connect{margin: 0;padding: 0; margin-bottom: 	30px;}
footer ul.connect li{list-style: none;margin-left: 0;}
footer ul.connect li img{ width: 20px;}

footer .supported-by h3{font-weight:400;}
footer .supported-by img{width:65px;display: inline-block;}
footer .supported-by img:first-of-type{width:50px;display: inline-block;margin-right: 12%;}




/* ====================================================================================
	MEDIA QUERIES
==================================================================================== */
@-ms-viewport {
  width: device-width;
}

@media (min-width: 1281px){

	/*
	p, body {
  	font-size: calc( 22px + (24 - 22) * ( (100vw - 1200px) / ( 1920 - 1200) ));
	}
	
	
	h1			{font-size: calc( 65px + (80 - 65) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h2			{font-size: calc( 56px + (80 - 56) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h3			{font-size: calc( 40px + (45 - 40) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h4			{font-size: calc( 22px + (26 - 22) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h5			{font-size: calc( 24px + (32 - 24) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	h6			{font-size: calc( 24px + (32 - 24) * ( (100vw - 1200px) / ( 1920 - 1200) ));}
	
	
	footer p,
	footer a,
	footer ul li,
	footer ul li a,
	footer strong{
		font-size: 21px;
		font-size: calc( 16px + (21 - 16) * ( (100vw - 1200px) / ( 1920 - 1200) ));
	}
	*/

	
}



@media (min-width: 680px) and (max-width: 1280px){
	
	.max-width-container,
	.fluid-width-container,
	.full-width-container{
		padding-left: 5vw;
		padding-right: 5vw;
	}

	/*p{font-size: calc( 20px + (26 - 20) * ( (100vw - 768px) / ( 1200 - 768) ));}*/
	
	
}


@media (max-width:1320px){
	
	.hide-on-1320-and-smaller{display: none !important;}
	.show-on-1320-and-smaller{display: block !important;}
	
	.mobile-search-icon{
		float: right;
		margin-right: 20px;
	}
	.mobile-search-icon img {
		width: 14px;
		height: auto;
		margin-top: 6px;
	}
	
	.mobile-search{
		height: auto;
    padding-left: 20vw;
    padding-right: 20vw;
    padding-top: 35vh;
    position: fixed;
    top:0;
    bottom: 0;
		width:0;
    right:0;
    left:100%;
    background-color: #141414;
    z-index: 10;
    transition:all 200ms linear;
	}
	.mobile-search.search-open{
		left:0;
		width: 100%;
		top:70px;
  }
   
	.mobile-search .search-form{
		position: relative;
		min-width: 20px;
		width: 100px;
		height: 22px;
		float: right;
		overflow: hidden;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		-ms-transition: width 0.3s;
		-o-transition: width 0.3s;
		transition: width 0.3s;
		z-index: 11;
	}
	.mobile-searchbox{
		position:relative;
	  width:100%;
	  height:32px;
	  float:none;
	  overflow:hidden;    
	  border-bottom: 1px solid white;
	}
	.mobile-searchbox .searchbox-input {
		border:0
		border-bottom: 1px solid white;
		outline: 0;
		background: transparent;
		width: 100%;
		height: 30px;
		margin: 0;
		padding: 0px 5px 0px 5px;
		font-size: 20px;
		line-height: 30px;
		color: #8d9e9c;
	}
	
	.mobile-search .searchbox-icon{
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		top: 0;
		font-size: 16px;
		right: 0;
		padding: 0;
		margin: 0;
		border: 0;
		outline: 0;
		line-height: 20px;
		text-align: center;
		cursor: pointer;
		color: #ffffff;
		z-index: 998;
		background: #141414;
	} 

	.mobile-search .searchbox-submit {
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		margin: 0;
		border: 0;
		outline: 0;
		line-height: 20px;
		cursor: pointer;
		z-index: 999;
		background: transparent;
		color: #141414;
	}


}



@media (max-width:1100px){

	
	nav ul li {
	  margin-left: 10px;
	}
	nav ul li a{
		margin-left: 1.25vw;
		margin-right: 1.25vw;
	}
	
	.section-timeline img.timeline{
		width: 2200px;
		display: block;
		height: auto;
	}


}


@media (max-width:1024px){
	
	.max-width-container, .fluid-width-container, .full-width-container {
		padding-left: 3vw;
		padding-right: 3vw;
	}
	

	header .max-width-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	nav.main-nav {
		margin-left: 15px;
	}
	nav ul li {
	  margin-left: 12px;
	}
	nav ul li a{
		margin-left: 12px;
		margin-right: 12px;
	}

	.banner {
    padding-left: 15vw;
    padding-right: 15vw;
	}
	.banner h1 {
    font-size: 28px;
    line-height: 1.4em;
	}
	
	
	h1{
		font-size: 28px;
	}	
	h2{
		font-size: 21px;
	}	
	h3{
		font-size: 16px;
	}	
	h4{
		font-size: 16px;
	}	
	h5{
		font-size: 16px;
	}
	h6{
		font-size: 16px;
	}
	h6.date{
		font-size: 16px;
	}
	p{font-size: 16px;}

	.main-content-container {
    padding-right: 0;
	}
	
	.section-resources-guides ul li {
    font-size: 16px;
	}
	.section-resources-guides ul {
    margin: 0 0 0 10px;
	}
	.event-item .img-hover-zoom {
    height: 160px;
	}
	
	.grey-panel {
    background-color: #EAF0F0;
    padding: 32px 40px 32px 20px;
    margin-bottom: 20px;
	}
	
	.single-watch-read-listen .accordion-content {
    padding: 0px 20% 0px 20%;
	}
	
}



@media (max-width:991px){
	

	.hide-on-tablet-and-smaller{display: none !important;}
	.show-on-tablet-and-smaller{display: block !important;}
	

	.icon-mobile-menu{float: right;}
	.icon-mobile-menu img{
		width: 22px;
		height: auto;	
	}
	
	.max-width-container, .fluid-width-container, .full-width-container {
		padding-left: 2vw;
		padding-right: 2vw;
	}
	
	.single-watch-read-listen > .accordion-opener {
    padding: 27px 80px 5px 180px;
	}
	
	header .brand {
    font-size: 16px;
	}

	nav.main-nav {
		margin-left: 10px;
	}
	nav ul li {
	  margin-left: 8px;
	}
	nav ul li a{
		margin-left: 8px;
		margin-right: 8px;
	}
	.s-container {
    width: 120px;
	}
	
	
		


}





@media (max-width:679px) {
	
	.hide-on-mobile{display: none !important;}
	.show-on-mobile{display: block !important;}
	.show-on-mobile-inline-block{display: inline-block !important;}
	

	body{padding-top: 60px;}
	body.page-template-template-home{padding-top: 0;}
	
	.max-width-55-percent {max-width: 100%;}
	
	.max-width-container, 
	.fluid-width-container, 
	.full-width-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.full-page-wrapper {
    padding-left: 0px;
    padding-right:0px;
	}
	
	.icon-mobile-menu{float: right;}
	.mobilemenu {
    height: auto;
    padding-top: 80px;
    position: fixed;
    top:0;
    bottom: 0;
    right:0;
    left:100%;
		overflow: hidden;
    background-color: #141414;
    z-index: 10;
		width:0;
    transition:all 200ms linear;
  }
  
	.mobilemenu.open{
		left:0;
		width: 100%;
		
	}

	.mobilemenu ul{
		margin-left: 0;
		padding-left:0;
		margin-top: 40px;
	}
	.mobilemenu ul li {
		display: block;
		list-style: none;
		text-align: right;
		padding: 8px 0px;	
		margin-bottom: 20px;
		/*border-left: 7px solid #21C1B6;*/
	}
	.mobilemenu ul li a {
    font-size: 20px;
    line-height: 22px;
    padding: 6px 0px 6px 0px;
    color: #ffffff;
    display: block;
    text-align: right;
    padding-right: 20px;
    font-weight: 600;
	}
	
	
	
	.mobile-search{
		height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40vh;
	}

	.mobile-search-icon img {
		width: 20px;
		height: auto;
		margin-top: 0px;
	}


	h1{
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: .75em;
	}	
	h2{font-size: 18px;}	
	h3{font-size: 16px;}	
	h4{font-size: 15px;}	
	h5{font-size: 15px;}
	h6{font-size: 15px;}
	h6.date{font-size: 14px;}

	p {
    margin: 0;
    font-size: 15px;
    line-height: 1.38em;	
    padding: 0px 0px 15px 0px;
	}
	ul li, ol li {
		font-size: 15px;
		line-height: 1.5em;
	}
	.grey-panel.event-details h5{
		font-size: 15px;
	}
	
	.wp-content img.alignright { float: none; margin: 0 0 1em 0em; }
	.wp-content img.alignleft { float: none; margin: 0 0em 1em 0; }
	.wp-content img.aligncenter { display: block; margin-left: 0; margin-right: 0; }
	
	.wp-content img{width: 100%;max-width: 100%;}



	header {
		padding-bottom: 18px;
		z-index: 11;
		position: relative;
	}
	header.fixed-on-mobile{
		position: fixed;
		left:0;
		right:0;
		top:0;
	}
	header .brand {
  	font-size: 16px;
    line-height: 18px;
	}
	
	.mobile-right{text-align: right;}
	
	
	.section-resources-guides ul li {
		font-size: 15px;
	}
	
	.btn{font-size: 16px;}
	
	.btn-circular {		
		width: 18px;
		height: 18px;
		border-radius: 9px;
		background-size: 5px auto;
		margin-top: 3px;
	}
	.btn-circular.btn-circular-h1 {
		margin-top: 3px;
	}

	.with-arrow {
		margin-right: 10px;
	}

  .section-latest-news .news-item.no-margin-bottom{
	  margin-bottom: 10px !important;
	}
	  
	.news-item h3 {
		font-size: 14px;
		margin: 12px 10px;
	}
	.news-item .img-hover-zoom.img-hover-zoom-large {
		height: auto;
		width: 49%;
		display: inline-block;
	}
	.news-item .img-hover-zoom {
		height: auto;
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	.news-item .img-hover-zoom img {
		transform: none;
	}
	.news-item .title-wrapper {
		height: 100px;
		height: auto;
		width: 49%;
		display: inline-block;
	}
	
	
	.collecting-the-campaign-item .img-hover-zoom.img-hover-zoom-large {
		height: auto;
		width: 49%;
		display: inline-block;
		
		width: 100%;
		display: block;
	}
	.collecting-the-campaign-item .img-hover-zoom {
		height: auto;
		width: 49%;
		display: inline-block;
		vertical-align: top;
		
		width: 100%;
		display: block;
	}
	.collecting-the-campaign-item:hover .img-hover-zoom img {
		transform: none;
	}
	.collecting-the-campaign-item.img-hover-zoom img {
		transform: none;
	}
	.collecting-the-campaign-item h3 {
		font-size: 15px;
		margin: 0px;
		height: auto;
		width: 49%;
		display: inline-block;
		padding: 15px 0px 0px 10px;
		
		width: 100%;
		display: block;
		
	}

	



	/* --------------------- */
	/* Homepage 						 */
	/* --------------------- */	
	
	.banner {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 100px;
	}
	.banner h1 {
    font-size: 18px;
	}
	.section-resources-guides ul {
    margin: 20px 0 0 0px;
	}

	.section-timeline img.timeline{
		width: 2200px;
		display: block;
		height: auto;
	}

	.cta-contribute-panel {
		padding: 28px 25px;
	}

  
  .searchandfilter ul li h4 {
		font-size: 18px;
	}
  
  .searchandfilter select.sf-input-select {
		width: 100%;
		padding: 20px;
	}
	.sf-field-taxonomy-material ul li {
		display: block;
		width: 100%;
		margin-right: 0;
		padding: 10px 10px 15px 0px !important;
	}
	.searchandfilter ul>li>ul:not(.children) {
		margin-left: 0 !important;
		border-top: 1px solid white !important;
		padding-top: 15px !important;
	} 


	.searchandfilter .sf-field-taxonomy-archiveregion label,
	.searchandfilter .sf-field-post-meta-location label {
		display: block;
	}
	
	
	
	.searchandfilter .sf-field-taxonomy-archiveregion label select.sf-input-select,
	.searchandfilter .sf-field-post-meta-location label select.sf-input-select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 12px 10px 9px 10px;
    border:none;
    border-radius: 5px;
    background: url(assets/images/select-down-arrow.png) no-repeat #fff;
    background-size: 18px auto;
    -webkit-appearance: none;
    background-position: right 20px center;
    background-position-x: 92%;
  
		box-sizing: border-box;
		vertical-align: top;
		font-family: 'CooperHewitt', Arial, sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		color: #141414;
		padding: 20px 10px 17px 10px;
		
		height: 58px;
		outline: none;
	
	}
	
	
	
	
	




  .grey-panel{
		padding: 16px;
		margin-bottom: 35px;
	}

	.grey-panel.no-margin-bottom-mobile{
		margin-bottom: 0;
	}
	.grey-panel p{
	}
	.grey-panel .tags p{
		margin-bottom: 8px;
		padding-bottom: 0;
	}
	.grey-panel .tags.m-bottom-sm{
		margin-bottom: 5px;
	}
	.grey-panel .tag {
		padding: 9px 11px 8px 12px;
		font-size: 13px;
		margin-right: 7px;
		margin-bottom: 7px;
	}
	.grey-panel.person-profile{
		margin-top: 40px;
	}

	.single-watch-read-listen {
    background-position: right 20px top 15px;
    background-size: 35px auto;
    min-height: 70px;
    overflow: hidden;
    margin-bottom: 15px;
	}
	
	.single-watch-read-listen {
    background-image:none;
	}


	.single-watch-read-listen > .accordion-opener {
    display: block;
    padding: 25px 70px 5px 135px;
	}
	.single-watch-read-listen > .accordion-opener {
		display: block;
		padding: 15px 50px 15px 15px;
		
		background-image: url('assets/images/icon-arrow-right-grey-circle.svg');
		background-position: right 15px top 15px;
		background-size: 30px auto;
		background-repeat: no-repeat;
	}

	.single-watch-read-listen.open > .accordion-opener{
		background-image: url('assets/images/icon-burger-menu-close.svg');
		background-position: right 22px top 22px;
		background-size: 18px auto;
	}


	.single-watch-read-listen p, .single-watch-read-listen h6 {
    padding: 0px 0px 10px 0px;
	}
	.single-watch-read-listen .featured-image {
    width: 125px;
	}
	
	.single-watch-read-listen .featured-image {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.single-watch-read-listen .accordion-content {
    padding: 0px 50px 0px 135px;
	}
	.single-watch-read-listen .accordion-content {
		padding: 0px 15px 0px 15px;
	}
	
	
	footer {
		padding: 40px 0px 50px 0px;
	}
	footer p{font-size: 13px;}
	footer p.credit{
		font-size: 11px;
		text-align: left;
	}
	footer h3{
    font-size: 13px;
    font-weight: 700;
    margin-bottom: .75em;
	}
	footer .supported-by h3 {
		font-size: 13px;
		margin-bottom: 1em;
	}
	
	
	
	
	
	
	/* ------------------------------------- */
	/* mobile burger menu icon and animation */
	/* ------------------------------------- */
	#mobile-nav-icon {
	  width: 24px;
	  height: 22px;
	  position: relative;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  margin-top: 2px;
	}
	
	#mobile-nav-icon span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #FFFFFF;
	  border-radius: 0px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	
	#mobile-nav-icon span:nth-child(1) {
	  top: 0px;
	}
	
	#mobile-nav-icon span:nth-child(2),#mobile-nav-icon span:nth-child(3) {
	  top: 7px;
	}
	
	#mobile-nav-icon span:nth-child(4) {
	  top: 14px;
	}
	
	#mobile-nav-icon.open span:nth-child(1) {
	  top: 0px;
	  width: 0%;
	  left: 50%;
	}
	
	#mobile-nav-icon.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	
	#mobile-nav-icon.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	#mobile-nav-icon.open span:nth-child(4) {
	  top: 0px;
	  width: 0%;
	  left: 50%;
	}







		
}


