/*
	Theme Name: Cities Programme
	Description: Cities Programme Update 2015
	Version: 1.0
	Author: Steven Harris (Harry)
	Author URI: http://www.stevenharris.com.au
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
}
body {
	font:300 16px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#555;
	height: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
h1{
	font:300 1.8em/1.2 "Open Sans", sans-serif;
	color: #00546e;
}
h2{
	font:400 1.6em/1.2 "Open Sans", sans-serif;
	color: #00546e;
	margin-bottom: 10px;
}
h3{
	font:400 1.3em/1.2 "Open Sans", sans-serif;
	color: #00546e;
	margin-bottom: 10px;
}
h4{
	font-weight: normal;
	font-style: italic;
	color: #00546e;
	margin-bottom: 10px;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
article a{
	color: #00546e;
	text-decoration: underline;
}
article strong{
	color: #00546e;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:black;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
p{
	text-align: justify;
}
input{
	margin-bottom: 5px;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.padding{
	padding: 20px 50px;
}
.col{
	float: left;
	width: 50%;
}
hr, .hr{
	border: none;
	border-bottom: 1px solid #00546e;
	height: 20px;
	margin: 0  0 10px 0;
	clear: both;
	opacity: .2;
}
p{
	margin: 0;
	margin-bottom: 10px;
}
th{
	vertical-align: top;
	text-align: left;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	min-height: 100%;
	margin:80px auto 0;
	position:relative;
}
/* header */
.header {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	height: 80px;
	padding: 0 20px;
	background: white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.2);
	z-index: 999;
}
.role-administrator .header {
	padding-top:32px;
	height: 112px;
}
#SearchButton{
	position: absolute;
	top:50px; right: 20px;
	width: 25px; height: 25px;
	background: red;
	background: url(img/search.svg) no-repeat 50% 50%;
}
#Search{
	position:absolute;
	left: 0;
	padding: 5px 20px;
	bottom: -40px;
	height: 40px;
	width: 100%;
	background: rgba(0, 84, 110, 0.72);
	display: none;
	text-align: center;
}
#Search.open{
	display: block;
}
.admin-bar #wpadminbar{
	display: none;
}
.role-administrator .sidebar{
	top: 110px;
}
.role-administrator .nav{
	padding-top:32px;
}
.admin-bar.role-administrator #wpadminbar{
	display: block;
}
/* logo */
.logo {
	background: url(img/cities_programme.svg) no-repeat;
	background-size: contain;
	width: 300px;
	height: 60px;
	margin: 10px 0;
}
/* nav */

.header .search input{
	width: 50%
}
.search button{
	width: 20px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	background: url(img/search.svg) no-repeat 50% 50%;
	background-size: contain;
}
.nav {
 	position: absolute;
 	right: 50px;
 	top: 0px;
}
.nav ul{
	display: inline-block;
	list-style: none;
	margin: 0; padding: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.nav ul li{
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	color: #999;
	line-height: 80px;
	padding: 0 20px 0 0;
	font-size: 1.3em;
}
.nav ul li a{
	color: #00546e;
}
.nav ul li.current_page_item a, .nav ul li.current-menu-item a, .nav ul li.current-page-ancestor a {
	color: #00546e;
	font-weight: 400;
}
#Hamburger{
	width: 50px;
	height: 50px;
	background: url(img/menu.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	display: none;
	cursor: pointer;
}
#UserAdmin{
	position: relative;
	display: block;
	float: right;
	height: 100%;
}
#UserAdmin a{
	display: block;
	background: #00546e;
	line-height: 80px;
	padding: 0 15px;
	color: white;
}
.FoldHeader{
	clear: both;
	text-align: center;
	color: white;
	background: #00546e;
	border-radius: 10px 10px 0 0;
	padding: 5px 0;
	margin-bottom: 0;
}
.FoldHeader.basic{
	background:rgba(0, 84, 110, 0.05);
	color: #00546e;
	border-radius: 0;
}
.FoldHeader.basic.Open{
}
.Fold{
	display: none;
	background: rgba(0, 84, 110, 0.05);
	padding: 20px;
	border: 1px solid #00546e;
	text-align: center;
}
.Fold.basic{
	border: none;
	text-align: justify;
}
.Fold small{
	font-size: 14px;
	opacity: .8;
}
.Fold th, .Fold td{
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	padding: 5px 0 0 ;
}
.Fold th {
	color: #00546e;
	padding: 5px 5px 0 0;
}
.table{
	border: 1px solid #EEE;
	border-width: 1px 0 0 1px;
}
.table th, .table td{
	padding: 5px;
	border: 1px solid #EEE;
	border-width: 0 1px 1px 0;
	vertical-align: top;
}
.table th{
	background: rgba(0,0,0,0.02);
}
#AdminMenu{
	list-style: none;
	background: #00546e;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#AdminMenu ul{
	display: none;
}
#AdminMenu li{
	display: inline-block;
	line-height: 60px;
	margin: 0 5px;
}
#AdminMenu a{
	color: rgba(255,255,255,.6);
	font-size: 18px;
	padding: 5px 5px;
	font-weight: bold;
}
#AdminMenu li.current_page_item a{
	color: white;
	border-bottom: 4px solid white;
}
.EditProjectLink{
	clear: both;
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid (0,0,0,.7); 
}
.EditProjectLink .img{
	display: block;
	float: left;
	width: 100px;
	height: 60px;
	margin-right: 10px;
}
.wpt-repctl{
	position: relative;
	width: 100%;
}
.wpt-repdrag{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px; height: 20px;
	background: url(img/move.png) no-repeat center center;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.wpt-form-textarea{
	width: 80%;
	min-width: 480px;
}
.wpt-repdelete{
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px; height: 20px;
	background: url(img/delete.png) no-repeat center center;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.wpt-repadd{
	border: none;
	width: 60px; height: 20px;
	background: url(img/add.png) no-repeat center center;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding-left: 60px;
}
.ui-sortable .wpt-form-textarea{
	margin: 0;
	border: 1px solid #ddd;
	width: 100% !important; 
}
.wpt-form-submit{
	background: #00546e;
	color: white;
	padding: 10px 20px;
	margin: 0 auto;
	border: none;
	border-radius: 5px;
}
.sideadmin{
	display: block;
	text-align: center;
	background: #00546e;
	color: white;
	padding: 10px 0;
	font-size: 1.2em;
}
.sideadmin .addicon{
	display: inline-block;
	margin-top: 10px;
	width: 20px;
	height: 20px;
	background: url(img/add_white.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
	margin-bottom: -5px;
}
.wpt-repetitive{
	display: inline-block;
	width: 100%;
}
.hoverinfo{
	display: inline-block;
	width: 20px; height: 20px;
	position: relative;	
	background: url(img/info.png) no-repeat 0% 100%;
	background-size: 15px 15px;
	opacity: .5;
}
.hoverinfo div{
	font-weight: normal;
	position: absolute;
	left: 20px;
	top:20px;
	width: 450px;
	padding:5px 20px;
	background: white;
	display: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	font-size: 11px;
}
.hoverinfo div ul, .hoverinfo div li{
	padding: 0;
	margin: 0;
}
.hoverinfo div li{
	margin-left: 10px;
} 
.hoverinfo:hover{
	opacity: 1;
}
.hoverinfo:hover div{
	display: block;
	z-index: 9999;
}
.hoverName{
	display: none;
}

/* sidebar */
.sidebar {
 	width:200px;
 	z-index: 990;
}
/* footer */
.footer {
	clear: both;
	background: #00546e;
	color: white;
	width: 100%;
	padding: 20px;
	font-size: .8em;
	text-align: right;
}
.footer a{
	color: white;
}
.footer p{
	margin: 0;
	padding: 0;
	text-align: right;
}
.footer ul{
	text-align: right;
	list-style: none;
	margin: 0; padding: 0;
}
.footer li{
	vertical-align: top;
	margin: 0; padding: 0;
	padding-left: 10px;
	display: inline-block;
}
.contactlink{
	display: block;
}
.sociallink, .sociallinksmall, .employeesocial{
	display: inline-block;
	width: 50px; height: 50px;
	background-size: contain;
	margin-right: 10px;
}
.sociallinksmall{
	width: 25px; height: 25px;
	margin-right: 5px;
}
.facebook{background-image: url(img/social/facebook.png); }
.twitter{background-image: url(img/social/twitter.png); }
.instagram{background-image: url(img/social/instagram.png); }
/*.skype{background-image: url(img/social/skype.png); }
.skype p{
	margin: 0; padding: 0; display: none;
}*/
.linkedin{background-image: url(img/social/linkedin.png); }
.youtube{background-image: url(img/social/youtube.png); }
.googleplus{background-image: url(img/social/googleplus.png); }

.email, .phone, .mobile, .fax, .address, .postal, .website{
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
}
.phone, .mobile{
	display: inline-block;
	margin-left: 20px;
}

.email span, .phone span, .mobile span, .fax span, .address span, .postal span, .website span{
	display: inline-block;
	line-height: 20px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.email span{background-image: url(img/social/email.png); }
.phone span{background-image: url(img/social/phone.png); }
.mobile span{background-image: url(img/social/mobile.png); }
.fax span{background-image: url(img/social/fax.png); }
.address span{background-image: url(img/social/address.png); }
.postal span{background-image: url(img/social/email.png); }
.website span{background-image: url(img/social/website.png); }
#LeadPartner{
	float: left;
	text-align: left;	
}
#rmit{
	width: 100px;
	height: 50px;
	display: inline-block;
	background: url(img/rmit-rev.png) no-repeat;
	background-size: contain;
}
#shd{
	display: inline-block;
	opacity: .8;
	*background: url(http://www.stevenharris.com.au/shd_dark.png) no-repeat 100% 50%;
	padding-right: 25px;
	height: 20px;
}
#shd:hover{
	opacity: 1;
}
button, .button, .button-primary{
	padding: 5px 20px;
	background: #00546e;
	color: white;
	border: none;
	margin-bottom: 20px;
	font-weight: bold;
}
button:hover, .button:hover{
	color: white;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.sidebar{
	width: 570px;
	background: white;
	box-shadow: 10px 0px 50px rgba(0, 0, 0, .3);
	float: left;
	height: 100vh;
	position: fixed;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.display_archive {font-family: arial,verdana; font-size: 12px;}
.campaign {
	display: block;
	margin-bottom: 6px;
	position: relative;
	height: 30px;
}
.campaign a{
	position: absolute;
	background: white;
	color: #00546e;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #d7dde0;
	padding: 5px;
	text-align: center;
	height: 100%;
	top:0;
	left: 0;
}
#MobileMenu{
	width: 50px;
	height: 50px;
	background: white url(img/arrow.png) no-repeat;
	background-size: contain;
	border-radius: 0 0 5px 0;
	box-shadow: 5px 5px 8px rgba(0,0,0,.2);
	display: none;
	position: absolute;
	right: -50px;
	z-index: 700;
}
.sidebar h1{
	margin: 5px 7px 0;
	padding-top: 10px;
}
.sidebar h1 small{
	font-size: 50%;
}
.sidebar #List{
	display: block;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 200px;
	-webkit-overflow-scrolling: touch;
}

.cred-form #List{
	padding: 0;
	overflow: visible;
}
.cred-form #List li{
	margin: 0;
	padding: 0;
}
#List .hoverName{
	position: absolute;
	top:50px; left: -100px;
	width: 250px;
	padding: 5px 10px;
	color: white;
	z-index: 9999;
	text-align: center;
	border-radius: 5px;
}
.cred-form .type-sdg, .cred-form .type-principle{
	opacity: .2;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.cred-form .type-sdg.checked, .cred-form .type-principle.checked{
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}
.cred-form .type-sdg:hover, .cred-form .type-principle:hover{
	opacity: 1;
	-webkit-filter: none;
	filter: none;
}

.cred-form .type-sdg .checkSelected, .cred-form .type-principle .checkSelected{
	position: absolute;
	top:0;
	left:0;
	display: none;
	width: 50px;
	height: 50px;
	background: url(img/checked.png) no-repeat center center;
}
.cred-form .type-sdg input, .cred-form .type-principle input{
	display: none;
}
.cred-form .type-sdg:hover .hoverName, .cred-form .type-sdg.checked .checkSelected, .hoverable:hover .hoverName{
	display: block;
}

.eventIcon, .projectIcon, .postIcon, .cityIcon, .citiesIcon, .press-releaseIcon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: contain; margin-right: 4px;
}
h1 .eventIcon, h1 .projectIcon, h1 .postIcon, h1 .cityIcon, h1 .citiesIcon, h1 .press-releaseIcon{
	width: 25px;
	height:25px;
}
.eventIcon{
	background-image: url(img/event.svg);
}
.projectIcon{
	background-image: url(img/project.svg);
}
.postIcon, .press-releaseIcon{
	background-image: url(img/article.svg);
}
.cityIcon, .citiesIcon{
	background-image: url(img/location.svg);
}
main{
	padding-left: 570px;
	width: 100%;
}
main.home{
	width: 100%;
	padding: 0;
}
main.home section{
	max-width: 1024px;
	margin: 0 auto;
}
main.page{
	padding: 0;
}
main.page section{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px;
	background: white;
	box-shadow: 0px 0px 15px rgba(0,0,0,.05);
	min-height: 100vh;
}
main.page section.nopadding{
	padding: 20px 0;
}
.slider{
	position: relative;
	height: 250px;
	overflow: hidden;
	width: 100%;
	background-color: #CCC; 
}
main.home .slider{
	height: 350px;
	background: #EEE;
}
.slider h1{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 60px 20px 10px;
	background: url(img/image-overlay.svg) no-repeat top left;
	background-size: cover;
	color: white;
	margin: 0;
	text-align: right;
	opacity: .9;
	background-blend-mode: multiply;
}
.slider h1 strong{
	color: white;
}
.slide{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}
.slidecontent{
	position: relative;
	width: 100%;
	height: 100%;
}
.imagecredit{
	margin:10px 15px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-left: 20px;
	background: url(img/camera.svg) no-repeat 0 50%;
	background-size: auto 70%;
	display: block;
	opacity: .4;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
	color: white;
}

.Slide{
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	max-height: 1000px;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
#HomeSlider{
	width: 100%;
	height: 350px;
	margin-bottom: 30px;
}
#HomeSlider .slide{
	display: block;
	width: 100%;
	height: 350px;
}
#HomeActionsLinks{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
}
#HomeContent{
	width: 70%;
	float: left;
	padding-right: 20px;
}
#HomeActionsLinks strong{
	display: block;
}
#HomeActionsLinks li{
	display: inline-block;
	width: 32%;
	padding: 5px;
}
#HomeActionsLinks li a{
	font-size: 1.6em;
	line-height: 1.4em;
	color: #00546e;
	display: block;
	padding-bottom: 20px;
	border: 1px solid white;
	text-align: center;
	background: white;
}
#HomeActionsLinks li a:hover{
	background: #f7fafb;
	box-shadow: 0px 0px 4px rgba(0,0,0,.1);
}
#HomeActionsLinks .homeLink {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	height: 140px;
	overflow: hidden;
}
#HomeActionsLinks .homeImages {
	float: left;
	width: 30%;
	height: 140px;
	margin-right: 10px;
	background-size: cover;
	background-position: center center;
	background-color: #EEE;
}
#CallToAction {
	background: #e8eff2;
	width: 30%;
	float: right;
	padding: 40px 20px;
	text-align: center;
	color: #00546e;
	margin-bottom: 20px;
}
#CallToAction p{
	text-align: center;
}
 a.imagecredit{
	color: white;
}
.imagecredit:hover{
	width: 120px;
	opacity: 1;
	background: rgba(0,0,0,.4);
}
#HeadshotMenu{
	list-style: none;
	padding: 0; margin: 0;
}
#HeadshotMenu li{
	width: 25%;
	height: 160px;
	float: left;
	padding: 0; margin: 0;
	position: relative;
    -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#HeadshotMenu .headshot{
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
	opacity: .3;
}
#HeadshotMenu .headshot.male{
	background-image: url(img/male.jpg);
}
#HeadshotMenu .headshot.female{
	background-image: url(img/female.jpg);
}
#HeadshotMenu .headshot.typecompany{
	background-size: 90%;
	background-repeat: no-repeat;  
}
#HeadshotMenu li:hover .headshot{
	opacity: .6
}
#HeadshotMenu li .OverName{
	padding: 0; margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 10px 5%;
	background: rgba(255,255,255,.4);
	text-align: right;
}
#HeadshotMenu .current .headshot{
	opacity: 1;
}
#HeadshotMenu .current h2{
	background-image: url(img/image-overlay.svg);
}
#HeadshotMenu .current  a h2{
	color: white;
}
/*------------------------------------*\
    Principles In Action
\*------------------------------------*/

#InActionMenu{
	width:100%;	
	position: relative;
	padding: 0 10px 0;
	background: #ededee;
}
#InActionMenu .submenu {
	float: left;
	padding-top: 10px;
}
#InActionMenu .submenu:hover a{
	background: #FeFeFe;
}
#InActionMenu .submenu.current a {
	background: white;
}
#InActionMenu .submenu.current a{
	font-weight: 400;
	color: #00546e;
}
#InActionMenu .submenu a{
	padding: 1px 5px 5px 10px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em;
	border-radius: 5px 5px 0 0;
	text-align: center;
	display: block;
	margin-right: 10px;
	background-size: contain;
}
#InActionMenu .submenu a.list-icon{
	float: right;
	background-image: url(img/list.svg);
}
#InActionMenu .submenu a.map-icon{
	float: right;
	background-image: url(img/map.svg);
}
#InActionMenu .submenu a.grid-icon{
	float: right;
	background-image: url(img/grid.svg);
}

#InActionMenu .submenu.current a.list-icon.active{
	background-image: url(img/list_active.svg);
}
#InActionMenu .submenu.current a.map-icon.active{
	background-image: url(img/map_active.svg);
}
#InActionMenu .submenu.current a.grid-icon.active{
	background-image: url(img/grid_active.svg);
}
#ActionShowHide{
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid rgba(0, 84, 110, 0.5);
}
#ActionShowHide input{
	margin-left: 15px;
}
#List #subtabs, #PageTabs{
	min-height: 50px;
	background: #f3f3f3;
	padding: 20px 20px 0;
	margin: 0;
}
#List #subtabs li, #PageTabs li{
	width: 19%;
	display: inline-block;
}
#List #subtabs li a, #PageTabs li a{
	display: block;
	margin: 0 5px;
	padding: 5px 10px;
	text-align: center;
	min-height: 30px;
}
#List #subtabs li a.current, #PageTabs li a.current{
	background: white;
	color: #00546e;
	font-weight: 400;
	border-radius: 5px 5px 0 0;
}
#PageTabs{
	min-height: 60px;
	max-width: 1024px;
	margin: 0 auto;
	list-style: none;
	background: #00546e;
}
#PageTabs li a{
	color: white;
	padding: 10px 0;
	font-size: 18px;
	min-height: 40px;
}
#map {
    width: 100%;
    height: 100vh;
    margin-bottom: 20px;
}
.home #map{
	height: 400px;
}
#map.inpage {
	height: 600px;
}
#map.brazil {
	width: 50%;
	float: left;
	margin-right: 20px;
}
#Brazil{
	height: 600px;
	width: 50%;
	float: left;
	margin-right: 20px;
	
}
#List .type-cities, #List .type-project, #List .type-post, #List .type-event{
	position: relative;
	width: 32%;
	float: left;
	margin: 5px 0 0 1%;
	overflow: hidden;
}
#List .type-cities.current{
	border:3px solid #00546e;
}
#List .type-cities.current .cityImg{
	height: 114px;
}
#List .type-cities .cityImg, #List .type-project .projectImg, #List .type-post .projectImg, #List .type-event .projectImg{
	width: 100%;
	height: 140px;
	background-color: #CCC;
}
#List .type-cities .cityImg{
	height: 120px;
}
#List .type-cities .cityImg{
	background-size: cover;
	background-position: center center; 
}
#List .type-project, #List .type-post, #List .type-event{
	width: 100%;
	border-bottom: 1px solid rgba(0, 84, 110, 0.5);
}
#List .type-project .projectImg, #List .type-post .projectImg, #List .type-event .projectImg{
	height: 100px;
	width: 40%;
	float: left;
	background-size: cover;
	background-position: 50% 50%;
}
#List .type-project .projectImg h2, #List .type-post .projectImg h2, #List .type-event .projectImg h2{
}
#List .type-project .name, #List .type-post .name, #List .type-event .name{
	float: left;
	padding: 10px 10px 0;
	width: 60%;
	line-height: 16px;
	color: #00546e;
}
#List .type-resource{
	position: relative;
	width: 33%;
	float: left;
	margin: 5px 0 0 1%;
	overflow: hidden;
	text-align: center;
	font-size: .8em;
	line-height: 1em;
	height: 250px;
	overflow: hidden;
	margin: 10px 0;
	opacity: .5;	
}
#List .type-resource.current, #List .type-resource:hover{
	opacity: 1;
}
#List .type-resource .resourceImg{
	width: 70%;
	margin: 0 15%;
	height: 200px;
	background-position: 50% 80%;
	background-repeat: no-repeat;
	background-size: contain; 
	margin-bottom: 10px;
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.5));
}
main#List .type-resource{
	width: 250px;
}

#List .type-cities h2, #List .type-project h2, #List .type-post h2, #List .type-event h2, #HeadshotMenu h2, .PageHeadshot h2{
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right;
	padding: 20px 10px 5px 2px;
	background: url(img/image-overlay.svg) no-repeat top left;
	background-size: cover;
	font-weight: normal
}
#List .type-cities h2, #List .type-project h2, #List .type-post h2, #List .type-event h2{
	color: white;
}
#List .type-project h2, #List .type-post h2, #List .type-event h2{
	width: 40%;
}
#List .type-principle {
	display: block;
}
#List ul, .sdgList, #List{
	list-style: none;
	margin: 0;
	padding: 0;
}
#CallToAction #List a{
	border-radius: 0px;
	background-repeat: no-repeat;
}
#List .type-principle{
 	width: 100%;
 	min-height: 50px;
	background-size: contain;
	padding-left: 60px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	line-height: 20px;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
 	
}
#List .type-sdg, #List .type-sdg-big, .sdgList li, principleList li{
 	width: 50px;
 	height: 50px;
	float: left;
 	overflow: hidden;
 	background-size: contain;
 	margin: 0 2px 2px 0;
 	position: relative;
}
#List .type-sdg-big{
	width: 100px;
	height: 100px;
}

.hoverable{
	position: relative;
}
#List .type-sdg{
	overflow: visible;
}
#List .type-sdg a, #List .type-sdg-big a, .sdgList a{
 	width: 50px;
 	height: 50px;
 	display: block;
 	background-size: contain;
 	padding-top: 50px;
 	overflow: hidden;
 	background-repeat: no-repeat;
}
#List .type-sdg-big a{
	width: 100px;
 	height: 100px;
	padding-top: 100px;
}
.sidebar #List .type-focus-area{
	margin: 0 10px 5px;
}
#List .focusLink{
	padding: 5px 10px;
	border: 1px solid #EEE;
	border-radius: 5px;
	display: block;
	color: #00546e;
	font-size: 1.4em;
}
.sidebar #List li.current .focusLink{
	background: #00546e;
	color: white;
}
#HeadshotMenu h2, .PageHeadshot h2{
	background: url(img/image-overlay-white.svg) no-repeat top left;
	background-size: 105% auto;
	font-size: .8em;
}
.focusList{
	list-style: none;
	margin: 0;
	padding: 10px 0;	
	text-align: right;
}
.focusList li{
 	width: 30px;
 	height:30px;
 	display: inline-block;
 	overflow: hidden;
 	background-size: contain;
}
.focusList a{
 	width: 30px;
 	height: 30px;
 	display: block;
 	padding-top: 30px;
}
#ResourceList{
	background: #EEE;
	clear: both;
}
#ResourceList ul, #PeopleList ul, #CitiesList ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#ResourceList li{
	width: 125px;
	height: 200px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: .8em;
	line-height: 1em;
}
#ResourceList:after{
	content: "";
	display: table;
	clear: both;
}
#ResourceList li a{
	font-weight: normal;
	text-decoration: none;
}
#CitiesList, #PeopleList{
	background: #EEE;
	clear: both;
	margin-bottom: 5px;
}
#ResourceList li .resourceImg{
	display: block;
	width: 100%;
	height: 150px;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin-bottom: 10px;
	opacity: .7;	
	-webkit-filter: drop-shadow(-2px 2px 8px rgba(0,0,0,0.5));
	filter: url(shadow.svg#drop-shadow);
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}
#CitiesList li{
	width: 32%;
	max-width: 300px;
	height: 120px;
	display: block;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	display: inline-block;
}
#CitiesList li a, #Actions li a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	font-weight: normal;
	color: white;
}
#CitiesList li h2, #Actions li h2{
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right;
	padding: 30px 10px 8px 5px;
	background: url(img/image-overlay.svg) no-repeat top left;
	background-size: cover;
	font-weight: normal;
 	color: white;
}
#PeopleList li{
 	width: 100px;
 	height:120px;
 	display: inline-block;
 	overflow: hidden;
 	background-size: cover;
	opacity: .5;
}
#PeopleList li.desaturate:hover{
	-webkit-filter: inherit; -webkit-filter: inherit;
	filter:inherit; filter: inherit;
	filter: inherit;
	opacity:1;
}	
#PeopleList li a{
 	width: 100px;
 	height:120px;
 	display: block;
 	padding-top: 120px;
 	color: white;
}
#HeadshotMenu a h2, .PageHeadshot h2 {
	font-weight: normal;
}
.PageHeadshot{
	width: 300px;
	height: 300px;
	background-position: 50% 20%;
	background-size: cover;
	float: right;
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
}
.PageHeadshot.typecompany{
	background-repeat: no-repeat;
	background-size: contain;
}
.upper{
	text-transform: uppercase;
}
.inpageSocial{
	display: inline-block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	padding-left: 36px;
	border-radius: 18px 18px 0 18px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 110% auto;
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
	float: right;
}
.inpageSocial:hover{
	background-color: #DDD;
	background-size: 110% auto;
}
.inpageSocial.facebook{ background-image: url(img/facebook_b.png); }
.inpageSocial.twitter{ background-image: url(img/twitter_b.png); }
.inpageSocial.youtube{ background-image: url(img/youtube_b.png); }
.inpageSocial.googleplus{ background-image: url(img/googleplus_b.png); }
.inpageSocial.instagram{ background-image: url(img/instagram_b.png); }
.inpageSocial.linkedin{ background-image: url(img/linkedin_b.png); }

.tdName{
	color: #252525;
	font-size: 1.2em;
	padding-right: 10px;
}
main.adminform section, #SearchResults section{
	max-width: 660px;
}
.divider{
	border: 1px solid #00546e;
	border-width: 0 0 1px 0;
	width: 100%;
	height: 20px;
}
#SearchResults .post{
	position: relative;
	padding-left: 165px;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-bottom: 10px;
	text-align: justify;
}
#SearchResults .post img{
	position: absolute;
	left: 0;
	top: 0;
}
#SearchResults h1{
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-bottom: 10px;
}
#SearchResults h2{
	font-size: 1.3em;
}
.SignatoryLetter{
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(img/quill.png) no-repeat;
	background-size: contain;	
}
#Actions, #Resources{
	background: #EEE;
	clear: both;
}
#Actions h1, #Resources h1{
	margin: 0;
}
#Actions ul, #Resources ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#Actions li, #Resources li{
	width:32%;
	max-width: 300px;
	float: left;
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 50%;
	margin: 5px 1% 0 0;
	height: 150px;
}
#Actions li .img{
	width: 50%;
	height: 100%;
}
.PartnerLink{
	display: inline-block;
	width: 110px;
	height: 55px;
	margin: 5px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.ProjectDates{
	text-align: right;
}
.ProjectDates span{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	margin-bottom: -2px;
	background: url(img/date-blue.png) no-repeat left bottom;
	background-size: contain;
}
.PartnerLink img{
	margin-left: 20px;
	float: right;
}
/*------------------------------------*\
    RESOURCE PAGE
\*------------------------------------*/
#ResourceArea{
	position: relative;
	float: left;
	width: 33%;
	margin-bottom: 50px;
	padding-top: 18px;
}
#ResourceArea .ResourceCover{
	box-shadow: 0px 0px 8px rgba(0,0,0,.5);
}
#ResourceArea .hover{
	position: absolute;
	top:0;
	left: 0;
	display: none;
	background: rgba(255,255,255,.8);
	width: 100%;
	height: 100%;
}
#ResourceArea .resourceDownload, #ResourceArea .resourceView{
	display: block;
	width: 100%;
	height: 50%;
	text-align: center;
	vertical-align: middle;
}
#ResourceArea .resourceDownload img, #ResourceArea .resourceView img{
	height: 30%;
	margin-top: 25%
}
#ResourceArea:hover .hover{
	display: block;
}
#ResourceText{
	float: left;
	width: 67%;
	padding-left: 20px;
	margin-bottom: 50px;
	text-align: justify;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
article.type-post .padding img{
	xdisplay: none;
}
.carousel-cell {
  width: 200px;
  height: 200px;
  margin-right: 1px;
  background-position: center center;
  background-size: cover;
  position: relative;

}
.carousel-cell span{
	transition: all .5s;
	display: block;
	position: absolute;
	opacity: 0;
	bottom:-50px;
	width: 100%;
	background: rgba(255,255,255,.8);
	padding: 5px 10px 10px;
	color: #444;
	font-size: 11px;
	text-align: center; 
}
.carousel-cell:hover span {
	top: inherit;
	opacity: 1;
	bottom: 0;
}
.masonry{
	margin: 0;
	text-align: center;
}
.masonry:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer, .grid-item { 
	width: 18%; 
	background: white; 
	margin: 0 1%; 
	box-shadow:0 3px 5px rgba(0, 84, 110, 0.1);
	overflow: hidden; 
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	text-align: center;
}
.grid-item {
	margin-bottom:20px;
}
.grid-item--width2 { width: 38%; }
height: 140px;
.grid-item { 
	float: left; 
}
.grid-item:hover { 
	box-shadow:0 3px 7px rgba(0, 84, 110, 0.5);
}
.grid-item img{ 
	display: block; 
	width: 100%; 
	opacity: .7; 
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.grid-item:hover img{
	opacity: 1; 
}
.grid-item .type{
	display: block;
	margin-top: -26px;
	height: 27px;
	width: 100%;
	padding: 2px 10px 2px 0;
	background: rgba(0, 84, 110, 0.8);
	background-size: cover;
	color: white;
	text-align: right;
	position: relative;
	z-index:99;
	text-transform: uppercase;
	font-size: 13px;
}
.grid-item h2{
	margin: 0;
	opacity: .6; 
	padding: 10px 10px 15px;
	font-size: 1em;
	text-align: center;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.grid-item:hover h2{
	opacity: 1;
}
#MoreNews{
	text-align: center;
	margin: 10px 0;
	padding: 10px;
	background: rgba(0,0,0,.02);
}
#News2{
	height: 0;
	 overflow: hidden;
}
.ProjectVideo{
	width: 100%;
	text-align: center;
	margin: 10px 0;
	background: #00546e;
	padding: 0;
	height: 253px;
	overflow: hidden;
}

.current .desaturate{
	-webkit-filter: grayscale(0%);
	filter: none;
}
.desaturate{
	-webkit-filter: grayscale(1); -webkit-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
}
.desaturate:hover{
	-webkit-filter: inherit; -webkit-filter: inherit;
	filter: inherit; filter: inherit;
	filter: inherit;
}
.clickable{
	cursor: pointer;
}
.clickable h2 a{
	text-decoration: none;
}
.field-wrap.label-left label{
	width: 18%;
	display: inline-block !important;
	font-weight: normal;
	color: #00546e;
}
.text-wrap.label-above label, .textarea-wrap.label-above label, .field-wrap.label-right label{
	font-weight: normal;
	color: #00546e;
}
.field-wrap.label-left .ninja-forms-field[text]{
	width: 80%;
}
.ninja-forms-form-wrap .list-checkbox-wrap ul label{
	width: auto;
	color: #555;
}
.ninja-forms-required-items{
	display: none;
}

.halftiles{
	position: relative;
	background: rgba(0, 84, 110, 0.05);
	cursor: pointer;
	
}
.halftiles h2 a{
	color: #00546e;
}
.tileText{
	width: 50%;
	float: left;
	padding: 0 20px;
}
.tileImage{
	width: 50%;
	float: left;
	height: 300px;
	display: block;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.halftiles.right{
	background: none;
}
.halftiles.right .tileImage{
	float: right;
}

/*------------------------------------*\
    Admin
\*------------------------------------*/
#wpadminbar{
}
html{
	
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width:1140px){
	
	.nav ul li{
		padding: 0 10px 0 0;
		font-size: 1.1em;
	}
	.sidebar{
		width: 30%;
	}
	main{
		padding-left: 30%;
	}
	#List .type-resource{
		width: 50%;
	}
	#List .type-cities{
		width: 49%;
	}

}
@media (max-width:1000px){
	.padding{
		padding: 20px
	}
	.slider{
		height: 150px;
	}
	.PageHeadshot{
		width: 150px;
		height: 150px;
	}
	body {
		font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	h1 .eventIcon, h1 .projectIcon, h1 .postIcon, h1 .cityIcon, h1 .citiesIcon{
		width: 14px;
		height: 14px;
	}
	.slider h1{
		padding: 30px 15px 0;
	}
	#CallToAction, #HomeActionsLinks{
		width: 100%;
		height: auto;
		overflow: visible;
	}
	#UserAdmin, .search{
		display: none;
	}
	#Hamburger{
		display: block;
		right: 20px;
		bottom:0;
	}
	#HomeActionsLinks li a{
		font-size: 1em;
	}
	#HomeSlider, main.home .slider{
		height: 200px;
	}
	h1{
		font: 400 1.2em/1.2 "Open Sans";
	}
	.sidebar{
		width: 90vw;
		left: -90vw;
		box-shadow: none;
	}
	.sidebar.display{
		left:0;
		box-shadow: 10px 0px 50px rgba(0, 0, 0, .3);
	}
	.admin-bar .nav{
		padding-top: 0;
	}
	.nav{
		position:fixed;
		top: 112px;
		left: 0;
		display: none;
		width: 100%;
		background: #EFEFEF;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, .3);
	}
	.nav ul {
		width: 100%;
		background: #EFEFEF;
		z-index: -1;
	}
	.nav ul li {
		display: block;
		border-bottom: 1px solid #CCC;
		text-align: center;
	}
	
	.nav.open{
		top:0;
		display: none;
	}
	
	#MobileMenu{
		display: block;
	}
	main{
		padding-left: 0%;
	}
	.grid-sizer, .grid-item { 
		width: 31%;
	}
	.grid-item--width2 { width: 64%; }
	img, img.alignnone{
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0;
	}
	#HomeContent{
		width: 100%;
		padding: 0;
	}
	#wpadminbar{
		position: fixed;
	}
	#ResourceArea{
		width: 50%;
		margin: 0 auto 20px;
		float: none;
		padding: 0;	
	}
	#ResourceText{
		width: 100%;
		float: none;
		padding: 0;	
	}
	#ResourceText h1{
		text-align: center;
	}
	#ResourceArea .resourceView{
		display: none;
	}
	#ResourceArea .resourceDownload{
		height: 100%;
	}
	#ResourceArea .resourceDownload img{
		width: 50%;
		height: auto
	}
	#HeadshotMenu li{
		width: 33.33%;
		height: 120px;
	}
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00546e;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#00546e;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00546e;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
#JoinMenu{
	float: left;
	width: 25%;	
}
#JoinContent{
	float: left;
	width: 75%;
	padding: 0 20px;
}
#JoinMenu ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background: white;
}
#JoinMenu ul ul{
	display: none;
	background: rgba(0, 84, 110, 0.1);
}
#JoinMenu ul ul ul{
	display: none;
	background: rgba(0, 84, 110, 0.1);
}
#JoinMenu ul ul a{
	padding-left: 40px;
}
#JoinMenu ul li.current-menu-item ul, #JoinMenu ul li.current-menu-ancestor ul {
	display: block;
}
#JoinMenu ul li.current-menu-item ul ul, #JoinMenu ul li.current-menu-ancestor ul ul {
	display: none;
}
#JoinMenu ul ul li.current-menu-item ul, #JoinMenu ul ul li.current-menu-ancestor ul {
	display: block;
}
#JoinMenu ul li.current-menu-ancestor{
	background: rgba(0, 84, 110, 0.1);
}
#JoinMenu ul li{
	padding: 0;
	margin: 0;
}
#JoinMenu ul li a{
	padding: 3px 20px;
	display: block;
	border: 1px solid #EEE;
	border-width:  0 0 1px 0;
	border-radius: 0 1px 1px;
}
#JoinMenu ul li.type-sdg a{
	padding: 3px 20px 3px 40px;
}
#JoinMenu ul li.current-menu-item a, #JoinMenu ul li.current a{
	background-color: #00546e;
	color: white;
}
#JoinMenu ul li.current-menu-item li a{
	background: none;
	color: black;
}
#InPageMenu{
	list-style: none;
	padding: 0;
	margin: 0;
}
#InPageMenu li{
	float: left;
	padding: 0;
	margin: 0;
	width: 29%;
	margin: 0 2% 20px
}
#InPageMenu li img{
	height: 150px;
}
#InPageMenu strong{
	font-size: 24px;
}
#InPageMenu li a{
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	text-align: center;
	border: 1px solid #EEE;
	border-radius: 0 1px 1px;
}
#InPageMenu li a:hover{
	border-color:  #00546e;
}
#Arrow{
	width: 66%;
	margin: 0;
	float: left;
}
#ImageMap{
	width: 33%;
	margin: 20 auto;
	position: relative;
	float: left;
}
#ImageMap img, #Arrow img{
	width: 100%;
}
#MapOutput{
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	width: 54.5%;
	height: 54%;
	margin-left: -27.2%;
	margin-top: -27.2%;
	color: white;
	text-align: center;
	padding: 20px 50px 0;
	font-size: 1.2em;
	font-weight: bold;
	background-size: 75%;
	background-position: center center;
	background-repeat: no-repeat;
}
#MapOutput img{
	width: 30%;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	.sidebar, .header, #wpadminbar, .footer{
		display: none;
	}
	main{
		padding-left: 0;
	}
	.admin-bar #wpadminbar, .admin-bar.role-administrator #wpadminbar, .carouselGallery, #PeopleList, #CitiesList, #ResourceList{
		display: none;
	}
	.wrapper{
		margin: 0;
		padding: 50px 20px;
	}
	.padding{
		padding: 0;
	}
	.slider{
		height: auto;
		position: inherit;
	}
	.slider h1{
		position: inherit;
		text-align: left;
		padding: 0;
	}
}
