.conference-header{
	height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-photo {
	background:linear-gradient( rgba(0, 0, 0, 0.2) 5%, rgba(0, 0, 0, 0.4) 90% );
}
.page-id-3429 .fl-post-header,
.page-id-3425 .fl-post-header,
.page-id-3420 .fl-post-header,
.page-id-3423 .fl-post-header,
.page-id-3427 .fl-post-header,
.page-id-3403 .fl-post-header{
		display: none;
}
.con-year {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 120px;
}
.conf-container{
	width: 100%;
	padding-bottom: 20px;
	margin-top: 133px;
	margin-bottom: -20px;
}
.conference-docs{
	width:80%;
	max-width: 1100px;
	min-height: 700px;
	margin: 50px auto;
	margin-bottom: 0;
}
.year-list {
	width:80%;
	margin: 50px auto;
}
.conf-year {
	width: 18%;
	padding: 15px 0;
	color: white;
	font-size: 32px;
	display: inline-block;
	font-family: 'Kapra-Regular', Arial, Helvetica, Sans-serif !Important;
    text-transform: uppercase;
	background: #005ca8;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 25px;
	list-style-type: none;
}

.con-link{
	font-weight: 600;
}

/********sth header and footer**********/
nav.sth{
    margin-top: 113px;
    margin-bottom: 0;
	-webkit-box-shadow: 0px 2px 11px -1px rgba(201,195,201,1);
	-moz-box-shadow: 0px 2px 11px -1px rgba(201,195,201,1);
	box-shadow: 0px 2px 11px -1px rgba(201,195,201,1);
}

nav.sth .navbar-brand>img {
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    width: auto;
}

.sth.navbar-default{
	/*background-color: #005ca8;*/
	border: none;
}

.navbar-default .navbar-brand.cpkn-logo{
    margin-top: -7px;
}

.navbar-default .navbar-brand.cpkn-logo span{
    font-weight: 600;
    /*color: #005ca8;*/
}

.navbar-default .navbar-brand.sth-brand{
	/*color: #005bb0;*/
    font-weight: 600;
}

nav.sth #menu-stanhope-menu{
	list-style: none;
}

nav.sth .navbar-nav a {
    font-size: 20px;
    /*color: #fff;*/
}

nav.sth #menu-stanhope-menu li:first-child a{
	/*color: #e04d5e;*/
}

.navbar-default .navbar-toggle .icon-bar {
    /*background-color: #fff !important;*/
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    /*background-color: #fff;*/
}

.sth.fl-content article .fl-post-content.clearfix{
	margin-top: 157px;
}

footer.sth{
    border-top: 1px solid #e6e6e6;
    border-color: #5f5f5f;
    background-color: #3e3e3e;
    color: #eaeaea;
}

footer.sth h4{
	margin: 15px 0;
}

footer.sth h4 a{
	color: #adadad;
}

footer.sth h4 a:hover{
	color: #ffffff;
}

@media(max-width: 383px){
	nav.sth{
		margin-top: 153px;
	}
}

@media(max-width: 385px){
	nav.sth .navbar-brand>img {
	    height: 35px;
		margin-top: 5px;
	}
}

@media(min-width: 768px){
	nav.sth{
		margin-top: 45px;
		height: 90px;
	}

	nav.sth>.container-fluid{
		height: 100%;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
        max-width: 1100px;
	}

	.navbar-default .navbar-brand.cpkn-full-logo img{
	    max-height: 100% !important;
	    width: auto;
	}

	.navbar>.container-fluid .navbar-brand.cpkn-full-logo{
		margin-left: 0;
	}

	nav.sth>.container-fluid>.navbar-collapse{
		float: right;
		margin-top: 11px;
	}

	nav.sth>.container-fluid>.navbar-collapse>.navbar-nav{
		width: 100%;
	}

	nav.sth .navbar-nav a{
		font-size: 22px;
	    text-transform: uppercase;
	}

	nav.sth .navbar-brand>img {
	    height: 45px;
	}

	nav.sth #menu-stanhope-menu {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	}

	nav.sth #menu-stanhope-menu li{
		margin-right: 20px;
	}

	nav.sth #menu-stanhope-menu li:first-child a{
		/*color: #005ca8;*/
	    /*background-color: #fff;*/
	    padding: 8px 8px 5px 6px;
	    border-radius: 5px;
	}

	.sth.fl-content article .fl-post-content.clearfix{
		margin-top: 94px;
	    min-height: 820px;
	}

}