/******************
----HTML 5--------
****************/
section, header, footer, aside, article, nav {
	display: block;
}

/**************
---GENERAL-----
**************/

.sticky {
	position: fixed;
	z-index: 10;
	background: #262626;
	min-width: 100%;
}

.top {
	background: #001a57;
	min-width: 100%;
	padding-top: 21px;
	padding-bottom: 21px;
}

.header {
	margin-top: 50px;
	color: white;
}

.duketoday {
	width:148px;
	margin: 0 auto 0 auto;
}

.share {
	width: 310px;
	margin-left: auto;
	display:inline;
	padding: 10px;
}

.shareicon {
	float:right;
	padding: 10px 5px 10px 5px;
	width:32px;
	height: 32px;
}

body {
	background: #e5e5e5;
}

ul {
	overflow: hidden;
}

li {
	margin-left: 0;
	list-style: none;
}



p {
	font-size: 17px;
	line-height: 18px;
	font-family: Garamond LT std, Garamond, Times, serif;
	letter-spacing: 0px;
	color: #262626;
}

.track_tight {
	letter-spacing: -0.3px
}

h1 {
	font-size: 33px;
	line-height: 37px;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	padding-top: 180px;
	text-align: left;
	color: #262626;
}

.institutionalcontext {
	background-color: #0736A4;
	color: #e5e5e5;
	font-size: 33px;
	line-height: 45px;
	margin-left: -10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 10px;
	-moz-font-feature-settings: "smcp=1";
    -ms-font-feature-settings: "smcp";
    -webkit-font-feature-settings: "smcp";
    -o-font-feature-settings: "smcp";
    font-feature-settings: "smcp";
}

h2 {
	font-size: 24px;
	line-height: 28px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 50px;
	color: #262626;
}

h3 {
	font-size: 14px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: none;
	margin-top: 20px;
	text-align: left;
	color: #262626;
}

h4 {
	font-size: 16px;
	line-height: 10px;
	font-family: Garamond LT std, Garamond, Times, serif;
	font-weight: normal;
	padding: none;
	margin-top: -10px;
	color: #262626;
	text-align: right;
}


.topslide_wrapper {
	background-image:url('../img/back-01.png');
	background-position:center; 
	overflow: hidden;
}

.box {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

.theme {
	overflow: hidden;
	display: inline;
	border-bottom: 1px #b6b6b6 solid;
	float: center;
}

.copy {
  width: 310px;
  padding-left: 40px;
  padding-right: 40px;
  float:left;
  overflow: hidden;
}

@media all and (max-width: 960px) {
	.copy {
  		width: 90%;
	}
	.photowrap {
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.photo {
		max-width: 100%;
	}
}

@media all and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
	.duketodaylogo {
		width:50%;
		height:50%;
	}
	.shareicon {
		float:right;
		padding: 10px 5px 10px 5px;
		width:16px;
		height:16px;
	}
}

.intextlink {
	color: #262626;
	text-decoration: underline;
}

.intextlink:hover{
	color: #0736a4;
}

.head1 {
	margin-left: -20px;
	padding-left: 13px;
	border-left: 7px #70cbd2 solid;
}

.head2 {
	margin-left: -20px;
	padding-left: 13px;
	border-left: 7px #00529b solid;
}

.head3 {
	margin-left: -20px;
	padding-left: 13px;
	border-left: 7px #eb6e1f solid;
}

.head4 {
	margin-left: -20px;
	padding-left: 13px;
	border-left: 7px #ffc423 solid;
}

.head5 {
	margin-left: -20px;
	padding-left: 13px;
	border-left: 7px #c3cf21 solid;
}

.theme1 {
	color: #262626;
	text-decoration: none;
}

.theme2 {
	color: #262626;
	text-decoration: none;
}

.theme3 {
	color: #262626;
	text-decoration: none;
}

.theme4 {
	color: #262626;
	text-decoration: none;
}

.theme5 {
	color: #262626;
	text-decoration: none;
}

.theme1:hover {
	color: #70cbd2;
}

.theme2:hover {
	color: #00529b;
}

.theme3:hover {
	color: #eb6e1f;
}

.theme4:hover {
	color: #ffc423;
}

.theme5:hover {
	color: #c3cf21;
}

/******
--NAV--
******/

nav {
	overflow: hidden;
	float: left;
	height: 58px;
	line-height: 58px;
	color: white;
}

nav li {
	float: left;
}

	nav a {
		font-size: 16px;
		color: white;
		text-shadow: 0 1px 0 #666666;
	}

/****************
---SLIDE IMAGES--
****************/

.photowrap {
	position: relative;
	float:left;
	max-width: 550px;
}

.photo {
	padding-top: 50px;
}

.credit {
	font-style: italic;
	color: #666666;
	text-align: right;
	padding-top: 15px;
}

/***************
-----FOOTER-----
***************/

#footer-wrap{
	clear: both;
	background: #262626;
	min-width: 100%;
}

footer{
	background: #262626;
	overflow:hidden;
	color:white;
	padding-top: 21px;
	padding-bottom: 21px;
	position: relative;
}

.footercontent {
	margin-left: 40px;
}

.footerlink {
	text-decoration: underline;
	color: #e5e5e5;
}

.footerlink:hover {
	color: #f09905;
}