@import url(//fonts.googleapis.com/css?family=Arimo:400,700|Bitter);

/* Penn Colors =====================
RED dark 6D0E0E -    10%DARKENED 540000
   RED med	- #95001a
BLUE light 	- #5387ff  5%LIGHTENED C7262C
	  BLUE	- #01256e  5%LIGHTENED 0E327B
	  NAVY	- #000C55  10%BLUE-DARKENED  00003B  20%BLUE-DARKENED  #021644 NAVY-UPENN SITE
	YELLOW	- #f2c100
GREY light	- #f1f1f1
  GREY med	- #cac5bb 	5%DARKER BDB8AE
						*/

html {
	-webkit-text-size-adjust: none;
	}

body {
	background: #021644;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #D5D3D3;
	-webkit-font-smoothing: antialiased;
	}

.logo-blue {
	display: none;
	}

header, footer, nav, section, article {
	display: block;
	}

h1, h2, h3, h4, h5, h6, nav, .subheader, input.submit, thead {
	font-family: 'Bitter', sans-serif;
	}

h1 a {
	color: #cac5bb;
	font-weight: 300;
	}

h1 a:hover {
	color: #F2C100;
	}
h2 {
	font-size: 1.95rem;
	line-height: 2rem;
	}
h3 {
	font-size: 1.75rem;
    line-height: 1.8rem;
	}
h4 {
	font-size: 1.5rem;
    line-height: 1.6rem;
	}
h5 {
	font-size: 1.3rem;
    line-height: 1.4rem;
	}
h6 {
	font-size: 1.1rem;
    line-height: 1.2rem;
	}

h2, h3, h4, h5, h6 {
	color: #c42525;
	}

h2 + h3 {
	margin-top: 20px;
	}

p {
	font-size: 14px;
	}

a {
	color: #F2C100;
	text-decoration: none;
	}

a:hover {
	color: #FFDB1A;
	}

img {
	max-width: 100%;
	}

blockquote, blockquote p {
	color: #5387ff;
	font-size: 15px;
	font-style: normal;
	margin-left: 15px;
}

pre {
	color: #333;
}

input, input[type="text"] {
	height: 31px;
	margin: 0;
	padding: 1px 2px;
	background: #BDB8AE;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #222;
	font-family: 'Arimo', sans-serif;
	line-height: 20px;
	}

::-webkit-input-placeholder {
	color: #01256e;
	font-family: 'Arimo', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
	color: #01256e;
	font-family: 'Arimo', sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #01256e;
	font-family: 'Arimo', sans-serif;
}

:-ms-input-placeholder {
	color: #01256e;
	font-family: 'Arimo', sans-serif;
}

.container {
	margin: 0 auto;
	max-width: 1140px;
	}

.inner {
	overflow: hidden;
	}

.row {
	margin-bottom: 0;
	}

.third.sidebar {
	padding: 0;
	margin: 0;
	}

.twothird {
	margin-left: 0;
	}

.fixed {
	position: fixed !important;
	}

/* equal height columns */

.flex-wrapper {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	}

/* HEADER  ===================== */

header {
	padding: 0;
	margin: 10px 0 0 0;
	}

.sidebar {
	height: 100%;
	}


.twothird.title {
	padding: 0;
	width: 68.7%;
	}

header h1 {
	padding: 15px 25px;
	border-left: 1px solid #01256e;
	font-size: 34px;
	}

.border {
	height: 1px;
	background: #012574;
	}

/* BANNER  =====================
SINGLE IMAGE */

.header-img {
	margin: 0;
	line-height: 0;
	padding: 0 1.5em;
	}

.header-img p {
	font-size: 13px;
	line-height: 18px;
	color: #D7D2C8;
	}

.header-img img {
	width: 100%;
	display: block;
	max-width: 1140px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
	}

.header-img .inner {
	padding: 0;
	position: relative;
	 overflow: hidden;
    padding-bottom: 27%;
	}

p.headerCaption {
	margin-bottom: 0;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #546169;
	background: rgba(0,0,0,.7);
	}

/* FLEXSLIDER */

.flexslider {
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	}

.flexslider .slides > li {
	overflow: hidden;
	padding-bottom: 30%;
	position: relative;
}

.flexslider .slides img {
      max-width: 1140px;
      margin: auto;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
}

ul.slides, ul.slides li {
	margin: 0;
	}

p.flex-caption, p.header-image-caption {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	background: #546169;
	background: rgba(0,0,0,.7);
	width: 100%;
	padding: 5px 10px;
	}

/* SIDEBAR =====================
NAVIGATION    */

nav {
	margin: 0 25px 25px 0;
	}

nav ul {
	margin-left: 0;
	}

nav li {
	font-size: 16px;
	list-style-type: none;
	margin: 0 0 10px 0;
	}

nav li a {
	color: #cac5bb;
	display: block;
	padding: 5px;
	}

nav li a:hover {
	color: #F2C100;
	}

nav ul li ul li {
	font-size: 15px;
	margin: 0 0 0 15px;
	}

nav ul li ul li a {
	color: #979288;
	}

nav i {
	color: #f2c100;
	}

.sidrToggle {
	display: none;
	}

/* SEARCH BAR */

button.search {
	background: transparent;
	border: none;
	color: #f2c100;
	height: 35px;
	margin-left: -3px;
	width: 35px;
	padding: 0 5px;
	}

button.search:hover {
	color: #FFDB1A;
	}

form {
	margin-bottom: 0;
	width: 100%;
	}

.searchbox {
	line-height: 0;
	width: 92%;
	margin-bottom: 20px;
	}

.searchbox .input{
	padding-left: 5px;
	vertical-align: top;
	width: 60%;
	border: 1px solid #546169;
	}

.searchbox i {
	font-size: 22px;
	}

/* MAIN CONTENT ===================== */

.main .twothird {
	width: 68.75%;
	float: right;
	}

/* BREADCRUMBS */

ul.breadcrumbs {
	font-size: 14px;
    list-style-type: none;
    margin: 0 0 25px 0;
    padding:  0 0 5px 0;
	}

ul.breadcrumbs li {
    display: inline;
	margin: 0;
	}

.breadcrumbs li + li:before {
	font-family: 'FontAwesome';
	font-size: 17px;
	content:  '\f105';
	margin:   0 5px;
	color: #4b4b4b;
	}

/* ANNOUNCEMENT */

.announcement {
	background: #540000;
	}

.announcement h3 {
	color: #cac5bb;
	}

.announcement h3 i {
	color: #C7262C;
	margin-right: 4px;
	font-size: 20px;
	}

.announcement p {
	margin: 0;
	}

/* BACK TO TOP */

.top_page {
	text-align: right;
	}

.top_page i {
	color: #F2C100;
	}

/* FEATURED CONTENT */

.twothird .flex-wrapper {
	margin-top: 20px;
	background: #01256e;
	padding: 10px 15px;
	}

.featured + .featured {
	border-left: 1px solid #000C55;
	padding-left: 10px;
	}

.half.featured.events {
	margin-left: 10px;
	}

.featured h3 {
	margin: 10px 0 15px 0;
	color: #cac5bb;
	}

.featured p {
	margin: 5px 0;
	}

.featured ul {
	margin-left: 0;
	}

.featured li {
	list-style-type: none;
	margin: 0 0 15px 0;
	}

.featured h3 i {
	color: #C7262C;
	margin-right: 4px;
	font-size: 20px;
	}

/* NEWS */

.status span {
	display: none;
	}

.status-info a {
	font-weight: 700;
	}

.itemTitle a {
	font-weight: 700;
	}

.title {
	font-weight: 700;
	color: #cac5bb;
	}

.date {
	color: #979288;
}

/* EVENTS */

a.thyme_item, a.itemTitle {
	display: block;
	font-weight: 700;
	}

span.thyme_date {
	display: block;
	}

p.calendar {
	text-align: right;
	}

/* Google Cal Events Feed */

#agenda li a {
	display: block;
	font-weight: 700;
	}

/* Personnel */

.personnel {
	margin: 0;
	}

.profile {
	min-height: 160px;
	margin: 10px 0 20px 0;
	}

.profile a {
	word-wrap: break-word;
}

.profile .restrain {
	display: block;
 	float: left;
  	margin: 0px 20px 5px 0px;
  	height: 158px;
  	width: 130px;
  	overflow: hidden;
    }

.profile > img {
	display: block;
	max-width: none;
	}

.profile p {
	margin-bottom: 10px;
	display: block;
	}

.profile i {
	margin-right: 3px;
	}

.profile .name {
	color: #C7262C;
	font-size: 18px;
	font-family: 'Bitter', sans-serif;
	}

.profile .position {
	color: #cac5bb;
	font-weight: 700;
	}


/* ACCORDION */

.accordion hr {
	border-color: transparent;
	margin-bottom: 10px;
	}

.accordion > div {
	background-color: #01256e;
	margin: 0;
	}

.toggle .title {
	font-weight: 300;
	color: #cac5bb;
	}

.toggle {
	padding: 10px 15px;
	}

.toggle p {
	margin-top: 10px;
}

.toggle.opened p {
	margin-bottom: 5px;
}

.toggle.closed p {
	margin-bottom: 0px;
}

.description {
	padding: 10px 15px;
	background-color: ;
	}

/* Give toggle the behavior of a link */
.toggle .title:hover {
	cursor: pointer;
}

/* Add down arrow for when toggle is closed */
.toggle.closed .title:after {
	font-family: 'FontAwesome';
	content: '\f107';
	margin-left: 5px;
}

/* Add up arrow for when toggle is open */
.toggle.opened .title:after {
	font-family: 'FontAwesome';
	content: '\f106';
	margin-left: 5px;
}

p.inner-toggle {
	margin:0;
	color: #FFDB1A;
	}

/* Give inner-toggle the behavior of a link */
p.inner-toggle:hover {
	cursor: pointer;
	}

/* GSA SEARCH */

#gsa_search h2 {
	display: none;
	}

#gsa_search strong {
	color: #F1F1F1;
	}

#gsa_search form {
	margin-top: 20px;
	}

form#form1 p {
	display: inline-block;
	}

input#query[type="text"] {
	width: 200px;
	height: 32px;
	margin: 0 0 0 3px;
	padding: 0px 4px;
	color: #333;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	}

input.submit {
	-webkit-appearance: none;
	background-color: #01256e;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 13px;
	font-weight: 300;
	color: #F2C100;
	padding: 0 5px;
	text-shadow: none;
	height: 33px;
	vertical-align: middle;
	}

input.submit:hover {
	border: none;
	border-radius: 0;
	color: #FFDB1A;
	font-weight: 300;
	text-shadow: none;
	}

.title_url {
	padding: 0 0 5px 0;
	font-weight: bold;
	}

.result_item {
	width: 100%;
	}

.result_item a {
	font-weight: 700;
	}

.url_bottom {
	margin-bottom: 30px;
	word-wrap: break-word;
	}

.url_bottom a {
	font-weight: 300;
	}

.pagination_link {
	margin-bottom: 10px;
	}

/* TABLE */

table {
	width: 100%;
	}

thead {
	background: #540000;
	color: #fff;
	font-size: 16px;
	}

thead td {
	padding: 5px 0 5px 5px;
	font-weight: normal;
	border-bottom: none;
	}

tr:nth-child(even) {
	background: #01256E;
	}
th {
	background: #540000;
	color: #fff;
	font-size: 16px;
	border-bottom: none;
	font-family: 'Bitter', sans-serif;
	font-weight: bold;
}
th[scope="row"] {
	border-right: solid #fff 1px;
}
th[scope="col"] {
	border-bottom: solid #fff 1px;
}
thead tr th[scope="row"]:first-of-type {
	border: none;
}

td {
	padding: 10px;
	border-bottom: none;
	}

/*IMAGE STYLE*/

img.right {
	float: right;
	margin: 0 0 10px 10px;
	}

img.left {
	float: left;
	margin: 0 10px 10px 0;
	}

img[style="float:left"], figure[style="float:left"],
img[style="float: left;"], figure[style="float: left;"] {
    float: left;
    margin: 0 15px 15px 0;
    }

img[style="float:right"], figure[style="float:right"],
img[style="float: right;"], figure[style="float: right;"] {
    float: right;
    margin: 0 0 15px 15px;
    }

figure {
	display: table;
}

figcaption {
	display: table-caption;
    caption-side: bottom;
	text-align: left;
}

/*
 * force table display for centered figures
 * which have inline style (from CKE) for inline-block 
 */
[style="text-align:center"] figure,
[style="text-align: center;"] figure {
	display: inline-table !important;
}


/* FOOTER================================= */

footer {
	margin-top: 10px;
	word-wrap: break-word;
	padding: 0 1.5em;
	}

footer .inner {
	background: #01256e;
	margin-bottom: 1.5em;
	padding: .5em 1.5em;
	}

footer h4 {
	color: #cac5bb;
	margin-top: 10px;
	margin-bottom: 15px;
	}

footer h5 {
	font-size: 15px;
	line-height: 14px;
	color: #FFF;
	}

footer p {
	line-height: 22px;
	margin-bottom: 0;
	}

footer ul {
	margin-bottom: 0;
	}

footer i {
	margin-right: 5px;
	color: #ba191f;
	}

footer .third {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left: 1px solid #000C55;
	}

footer .third:first-child {
	padding-left: 0;
	border-left: none;
	width: 30%;
	}

footer .third.social {
	margin-left: 5px;
}

footer .third.links {
	margin-left: 22px;
}

footer .locate p {
	font-size: 13px;
	line-height: 19px;
	}

footer .locate.full {
	width: 100%;
}

footer .address p {
	margin: 5px 0;
	}

footer .map {
	float: left;
	margin-right: 10px;
	}

footer .map a:hover img {
	opacity: .7;
	}

footer .social p {
	text-transform: capitalize;
}

/* COPYRIGHT */

.bottom {
	padding: 0 1.5em;
	}

.bottom p {
	margin-bottom: 0;
	font-size: 13px;
	text-align: center;
	}

/* USER STYLES */

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

/* DOCUMENT LINK STYLES */

a[href$=".pdf"]:after {
	font-family: 'FontAwesome';
	font-weight: 400;
	content: '\f1c1';
	padding: 0 0 0 3px;
}

a[href$=".xls"]:after {
	font-family: 'FontAwesome';
	font-weight: 400;
	content: '\f1c3';
	padding: 0 0 0 3px;
}

a[href$=".doc"]:after {
	font-family: 'FontAwesome';
	font-weight: 400;
	content: '\f1c2';
	padding: 0 0 0 3px;
}

/* google calendar feed */

.itemContent br:first-child + br {
  display: none;
}

/* MEDIA QUERIES
============================================== */

/* ======================= #Tablet (Landscape) */
@media only screen and (min-width: 960px) and (max-width: 1024px) {


}

/* ======================= #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.searchbox .input {
		width: 75%;
		}

	header .third.sidebar {
		width: 30%;
		}

	header .twothird.title {
		width: 70%;
		}

	header h1 {
		padding-left: 10px;
		margin-left: 20px;
		}

	footer a {
		word-break: break-all;
		}

	footer p {
		font-size: 13px;
		}

}

/* ======================= #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.flex-wrapper {
		display: block;
		}

	.main .twothird {
		width: 100%;
		}

	header .third.sidebar {
		margin-bottom: 0;
		padding-bottom: 0;
		}

	.header-img {
		padding: 0;
		}

p.headerCaption, p.flex-caption {
	position: absolute;
	}

	.twothird.title, .third.sidebar {
		width: 100%;
		}

	nav {
		display: none;
		}

	.sidrToggle {
		display: block;
		}

	.sidrToggle i {
		position: fixed;
		top: 0;
		right: 0;
		padding: 12px;
		background: rgba(149,0,26,0.8);
		color: #fff;
		z-index: 999;
		}

	.main.twothird {
		border: none;
		}

	.twothird .flex-wrapper {
		padding: 0;
		}

	.featured {
		margin-left: 0;
		padding: 5%;
		background: #01256e;
		}

	.half.featured {
		width: 90%;
		}

	.featured + .featured {
		padding: 2% 5%;
		}

	.main .searchbox {
		display: none;
		}

	.searchbox .input {
		width: 100%;
		}

	button.search {
		display: none;
		}

	form#form1 p {
		display: block;
		}

	input#query[type="text"] {
		margin: 0;
		width: 150px !important;
		}


	footer .third, footer .half {
		border-right: none;
		margin: 10px 0;
		}

	.bottom p {
		line-height: 16px; line-height: 1rem;
		}


}

/* ======================= #Mobile (Portrait) */
@media only screen and (max-width: 767px) {

p.flex-caption, p.header-image-caption {
	display: none;
}

::-webkit-input-placeholder {
	color: #EEE;
	font-family: 'Arimo', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
	color: #EEE;
	font-family: 'Arimo', sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #EEE;
	font-family: 'Arimo', sans-serif;
}

:-ms-input-placeholder {
	color: #EEE;
	font-family: 'Arimo', sans-serif;
}

.flex-wrapper {
	display: block;
	}

h1, header .third.sidebar {
	text-align: center;
	}

header h1 {
	padding: 25px 0 0 0;
	margin: 0;
	border: none;
	}

.header-img {
	padding: 0;
	}

p.headerCaption, p.flex-caption {
	position: relative;
	}

nav {
	display: none;
	}

.sidrToggle {
	display: block;
	}

.sidrToggle i {
	position: fixed;
	top: 0;
	right: 0;
	padding: 12px;
	background: #229C88;
	background: rgba(149,0,26,0.8);
	color: #fff;
	z-index: 999;
	}

.main .searchbox {
	display: none;
	}

.searchbox .input {
	width: 100%;
	}

.sidr input[type="text"], .sidr input[type="password"],
.sidr input[type="date"], .sidr input[type="datetime"],
.sidr input[type="email"], .sidr input[type="number"],
.sidr input[type="search"], .sidr input[type="tel"],
.sidr input[type="time"], .sidr input[type="url"],
.sidr textarea, .sidr select {
	width: 90%;
	}

button.search {
	display: none;
	}

input#query[type="text"] {
	margin: 0;
	width: 124px;
	}

.main .twothird {
	width: 100%;
	border-left: none;
	}

.sidebar {
	margin-bottom: 0;
	padding-bottom: 0;
	}

.sidebar img {
	padding: 0;
	}

.twothird.title, .third.sidebar {
	width: 100%;
	}

form#form1 p {
	display: inline-block;
	}

.twothird .flex-wrapper {
	margin-top: 40px;
	background: #01256e;
	padding: 0;
	}

.featured {
	margin-left: 0;
	padding: 2% 5%;
	background: #01256e;
	}

.half.featured {
	width: 90%;
	margin-left: 0;
	}

.featured.news {
	margin-bottom: 1.5em;
	}

.half.featured.events {
	margin-left: 0;
	}

.featured + .featured {
	padding: 2% 5%;
	}

.profile img {
	float: none;
	margin-right: 0;
	}

footer .inner {
	padding: 2% 5%;
	}

footer .third, footer .half {
	border: none;
	margin: 20px 0;
	padding-left: 0;
	}

footer .third {
	width: 100% !important;
	margin-left: 0 !important;
	}


footer h4 {
	margin-top: 0;
	}
}

/* ======================= ie10 */

.ie10 #sidr {
	display: none !important;
	}
