/*************************************************
 * Site Name: School of Public Health
 * 
 * Description: Global stylesheet
 * Author: IU Communications 
 * Author URI: http://communications.iu.edu
 ************************************************/

/****************************************
 * General Formatting
 ****************************************/

body {
    background: #fff;
    font-family: "LatoRegular", Arial, Helvetica, sans-serif;
    font-size: 100%; /* 16px */
    padding: 0 0 100px 0;
}
a, a:link, a:active {
    color: #990000;
    text-decoration: none;
}
a:visited {
    color: #990000;
}
a:hover {
    text-decoration: underline; 
}
a:focus {
    outline: thin dotted;   
}
a:hover, a:active { 
    outline: 0; 
}
img {
    height: auto;
    max-width: 100%;    
}
iframe {
    max-width: 100%;    
}


/****************************************
 * Skip Navigation
 ****************************************/
 
#skipnav {
    float: left;
    list-style: none;
    height: 0;
    overflow: hidden;
    width: 0;
}
#skipnav a {
    background: #fff;
    color: #000;
    left: -9999px;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    top: -9999px;
    width: 12.500em; /* 200px (200/16) */
    z-index: 999;
}
#skipnav a:active, #skipnav a:focus {
    left: 0;
    top: 0;
}


/****************************************
 * Branding Bar
 ****************************************/

#branding-bar {
    background: #212121 url(../img/branding-bar/bg-bar.gif) repeat-x 0 100%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 52px;
	overflow: hidden;
	text-align: right;
}
#branding-bar a {
	color: #fff;	
}
#branding-bar ul {
	list-style: none;
}

/*** Bar ***/

#branding-bar .bar {
	border-top: 6px solid #990000;
}
#branding-bar .wrapper {
	margin: 0 auto;
	max-width: 1000px;	
}

/*** Trident Tab & Campus Name ***/

#branding-bar .campus {
	font-family: "BentonSansCondensedRegular", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.125em; /* 18px (18/16) */
	left: auto;
	letter-spacing: 0.025em;
	line-height: 1em; /* 18px (18/18) */
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	top: 6px;
	z-index: 400;
}
#branding-bar .campus a {
	display: table-cell;
	height: 46px;
	padding: 0 0 0 75px;
	text-decoration: none;
	vertical-align: middle;	
}	
#branding-bar .campus a:hover {
	text-decoration: none;	
}
#branding-bar .campus img {
	height: auto;
	left: 0;
	position: absolute;
	top: -6px;
	width: 64px;
}
#branding-bar .campus .expanded {
	display: none;
}

/*** Search ***/

#branding-bar #cse-search {
	height: 0;
	position: relative;
	text-align: right;
	z-index: 300;
}
#branding-bar #cse-search form {
	font-size: 0.625em; /* 10px (10/16) */
	line-height: 1.200em; /* 12px (12/10) */
}
#branding-bar #cse-search fieldset {
	display: inline-block;
	vertical-align: middle;
}

/* Fieldset 1 */
#branding-bar #cse-search-fieldset1 li {
	float: left;
	margin: 0 5px 0 0;	
}
#branding-bar #cse-search-fieldset1 input,
#branding-bar #cse-search-fieldset1 label {
	display: inline-block;
	vertical-align: bottom;	
}

/* Fieldset 2 */
#branding-bar #cse-search-fieldset2 {
	position: relative;	
}
#branding-bar #cse-search-fieldset2 input {
	float: left;	
}

/* Keywords */
#branding-bar #cse-search-keywords {
	background: #601411;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* 10px (10/16) */
	line-height: 2.600em; /* 26px (26/10) */
	min-height: 26px;
	padding: 0 12px;
	vertical-align: middle;
	width: 144px;
}
#branding-bar #cse-search-keywords::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}
#branding-bar #cse-search-keywords:-moz-placeholder {
   color: #fff; 
   opacity: 1; 
}
#branding-bar #cse-search-keywords::-moz-placeholder {
   color: #fff;
   opacity: 1;  
}
#branding-bar #cse-search-keywords:-ms-input-placeholder {  
   color: #fff;
   opacity: 1;  
}

/* Submit */
#branding-bar #cse-search-submit {
	-webkit-appearance: none;
	background: #990000 url(../img/branding-bar/search-submit.png) no-repeat 50% 50%;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 26px;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 45px;	
}

/*** Toggles ***/

#branding-bar .toggles {
	float: right;
}
#branding-bar .toggle {
	display: inline-block;
	margin: 0 0 20px 0;
	position: relative;
	vertical-align: top;
	z-index: 100;	
}
#branding-bar .toggle a {
	background-color: #212121;
	color: #fff;
	display: table-cell;
	font-size: 0.625em; /* 10px (10/16) */
	height: 26px;
	line-height: 1.200em; /* 12px (12/10) */
	padding: 0 3px 0 0;	
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 42px;
}
#branding-bar .toggle a span {
	display: inline-block;
	text-indent: -9999px;	
}
#branding-bar .toggle.search a {
	background-image: url(../img/branding-bar/search-submit.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#branding-bar .toggle.search.close {
	display: none;
	bottom: -40px;
	position: absolute;
	right: 0;
}
#branding-bar #cse-search:target .toggle.search.close {
	display: none;
}


/****************************************
 * Wrap
 ****************************************/

#wrap {
    background: url(../img/main/bg-wrap.gif) repeat;
    overflow: hidden;
    zoom: 1; /* IE has layout */
}


/****************************************
 * Header
 ****************************************/

#header {
    background: #262626;
    color: #fff;
    font-family: "MerriweatherRegular", Georgia, "Times New Roman", Times, serif;
    font-size: 4.063em; /* 65px (65/16) */
    letter-spacing: -0.025em;
    line-height: 1em; /* 65px (65/65) */
    margin: 0 auto;
    max-width: 940px;
    padding: 27px 0 10px 0;
    position: relative;
    text-align: center;
}
#header a {
    color: #fff;
    display: block; 
}
#header a:hover {
    text-decoration: none;  
}


/****************************************
 * Connect Tray
 ****************************************/

#connect-wrap {
    margin: -74px auto 0 auto;
    padding: 34px 0 0 0;
    position: static;
    width: 100%;
    z-index: 999;
}
.fixed-capable #connect-wrap {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
}
#connect {
    background: #909090;    
    margin: 0 auto;
    max-width: 940px;
    padding: 40px 0 0 0;
    position: relative;
}
.fixed-capable #connect {
    background: url(../img/connect/bg.png) repeat;  
}

/* Connect Bar */
#connect #connect-bar {
    background: #909090;    
    height: 34px;
    left: 50%;
    margin: 0 0 0 -173.5px;
    position: absolute;
    top: -34px;
    width: 345px;
}
.fixed-capable #connect #connect-bar {
    background: url(../img/connect/bg.png) repeat;
}
#connect #connect-bar h2 {
    color: #fff;
    font-family: "LatoBold", Arial, Helvetica, sans-serif;
    font-size: 0.875em; /* 14px (14/16) */
    line-height: 1.143em; /* 16px (16/14) */
    position: absolute;
    right: 36px;
    text-transform: uppercase;
    top: 11px;
}
#connect #connect-bar ul {
    left: 14px;
    list-style: none;
    overflow: hidden;
    position: absolute; 
    top: 0;
}
#connect #connect-bar ul li {
    float: left;
	margin: 6px 5px 0 5px;  
}
#connect #connect-bar ul li a {
    background: url(../img/connect/icons-new.png) no-repeat;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;    
}
#connect #connect-bar ul li#connect-twitter a {
    background-position: 0 0;
}
#connect #connect-bar ul li#connect-facebook a {
    background-position: -30px 0;
}
#connect #connect-bar ul li#connect-linkedin a {
    background-position: -60px 0;
}
#connect #connect-bar ul li#connect-youtube a {
    background-position: -90px 0;
}
#connect #connect-bar ul li#connect-flickr a {
    background-position: -120px 0;
}
#connect #connect-bar #connect-toggle a {
    background: url(../img/connect/toggle.png) no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 14px;
    width: 16px;    
}
#connect-wrap .open #connect-bar #connect-toggle a {
    background-position: 0 -11px;   
}

/* Content */
#connect #connect-content-wrap {
	text-align: center;	
}
#connect #connect-content {
	display: inline-block;
    padding: 0 0 20px 0;
	vertical-align: top;
}
#connect #connect-content .column {
    display: inline-block;
    margin: 0 7px 0 0;
	max-width: 292px;
	text-align: left;
    vertical-align: top;
}
#connect #connect-content .column:last-child {
    margin-right: 0;    
}
#connect #connect-content .column ul {
	list-style:none;
}


#connect #connect-content .column ul li#widget-flickr li {
	margin:0 10px 0 0;
	padding:0;
	display:inline-block;
	max-width:90px;
	width:31%;
	float:none;
}
#connect #connect-content .column ul li#widget-flickr li:last-child {
	margin:0;
}
#connect #connect-content .column ul li#widget-flickr li img {
	height:65px;
}
#connect #connect-content .column ul li#widget-flickr p a {
	color:#fff;
}

/****************************************
 * Footer
 ****************************************/

#footer {
	background: #fff;
	border-top: 6px solid #7d110c;
	font-family: Arial, Helvetica, sans-serif;
	padding: 40px 0 30px 0;
	position: relative;
	text-align: left;
	z-index: 1;
}	
.fixed-capable #footer {
	margin-top: -40px;	
}
#footer .wrapper {
	font-size: 0.688em; /* 11px (11/16) */
	line-height: 1.273em; /* 14px (14/11) */
	margin: 0 auto;
	max-width: 940px;
	position: relative;
}
#footer .tagline {
	background: #7d110c;
	color: #fff;
	font-family: "BentonSansCondensedRegular", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 2.545em; /* 28px (28/11) */
	left: 50%;
	letter-spacing: -0.02em;
	line-height: 1em; /* 28px (28/28) */
	margin: 0 0 0 -222px;
	max-width: 444px;
	padding: 8px;
	position: absolute;
	text-align: center;
	top: -66px;
	width: 55%;
}
#footer .internal {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 1;	
}
	
#footer .copyright {
	overflow: hidden;
	padding: 7px 0 0 0;
	position: relative;
}
#footer .block-iu { 
	display: block;
	float: left;
	height: 26px;
	margin: -7px 9px 0 0;
	width: 22px;
}


/****************************************
 * Accessible Hiding
 ****************************************/

/* Hide for both screenreaders and browsers: 
css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { 
    display: none; 
    visibility: hidden; 
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal. 
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { 
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: 
drupal.org/node/897638 */
.visuallyhidden:active, .visuallyhidden:focus { 
    clip: auto; 
    height: auto; 
    margin: 0; 
    overflow: visible; 
    position: static; 
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible { 
    visibility: hidden; 
}


/****************************************
 * iOS Adjustments
 ****************************************/

@media screen and (max-device-width: 480px) {
	
	html {
		-webkit-text-size-adjust: none;	
	}
	input, select, textarea {
		font-size: 16px !important;
		line-height: 16px !important;
	}
	
}