@import url(//fonts.googleapis.com/css?family=Raleway:400,500);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400);

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

body {
	background: #CCC;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image: url(../images/squairy_light.png);
  	background-repeat: repeat;
  	padding: 1% 5%;
  	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	}

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

h1, h2, h3, h4, h5, h6, .subheader, input.submit {
  	font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1, h1 a, h1 a:visited {
 	color: #3c536e;
  	padding: 30px 0 10px 0;
  	text-align: right;
	}

h1 a:hover {
	opacity: 0.7;
	}

h3 {
	margin-bottom: 20px;
	}

h1, h2, h3, h4, h5, h6 {
  	color: #2d3e4a;
  	font-weight: 500;
	}

h2, h3, h4, h5, h6 {
  	margin-bottom: 25px;
	}

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

.contentarea p, .news, .events, .news li, .events li, footer p, footer li, .contentarea li, .contentarea > a, table {
	font-family: 'Ubuntu', Tacoma, sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 21px;
    line-height: 1.3125rem;
	}

.contentarea p, .news, .events, .news li, .events li, .contentarea li {
	color: #3F4B58;
	}

a, a:visited {
	color: #AD272D;
  	text-decoration: none;
	/*word-wrap: break-word;*/
	}

a:hover {
  	color: #898989;
	}

ul, ul li ul, ul li ul li ul {
  list-style-type: square;
}

ul.subnav > li{
    border-bottom: 1px solid #eee;
    list-style-type: none;
    margin-left: 0;
    line-height: 32px;
}

ul.subnav ul li{
	border-bottom: none;
    margin-left: 15px;
	list-style-type: none;
    line-height: 32px;
}

iframe {
	width: 100%;
    overflow: visible;
    border: none;
    box-shadow: none !important;
	height: 100em;
}

.main img {
	max-width: 100%;
	}

blockquote p {
	font-size: 14px;
	font-style: normal;
	font-style: italic;
	}

blockquote {
	background-color: #ebebeb;
  	padding: 5px;
  	border-left: 5px solid #AD272D;
  	font-style: italic;
	}

input[type="text"] {
	height: 31px;
  	border: none;
  	margin: 0;
  	padding: 1px 2px;
  	background-color: white;
  	color: #333;
  	font-size: 13px;
  	line-height: 1;
  	border-radius: 0px;
  	box-shadow: none;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	}

.container {
	margin: 0 auto;
  	max-width: 1140px;
  	box-shadow: 1px 1px 8px rgba(0, 0, 0, .5);
}

.inner {
	overflow: hidden;
	padding: 0 5%;
	}

.row {
	margin-bottom: 0;
	}

.sidebar {
	background: #d7d7d7;
  	text-align: center;
	}

.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 {
	background: #fff;
  	padding: 0;
  	margin: 0;
	}

.sidebar img {
  padding: 25px 0;
}

.twothird {
	margin-left: 0;
  	padding-left: 2%;
	}

header h1 {
	color: #3c536e;
  	padding: 30px 0 10px 0;
  	text-align: right;
	}

.border {
	height: 15px;
	background: #eee;
	}

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

.header-img {
	margin: 0;
  	background: #EEE;
  	padding: 0 5%;
  	line-height: 0;
  	font-size: 0;
	}

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

.header-img img {
	width: 100%;
	display: block;
	}

.header-img .inner {
	padding: 0;
	position: relative;
	}

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;
	}

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;
	font-weight: 500;
	}

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

.main {
  background: #fff;
}

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

.sidebar nav {
  	text-align: left;
	}

nav {
	 margin: 25px 0;
	}

nav ul {
	margin-left: 0;
	}

nav ul li {
  list-style-type: none;
  background: #3c536e;
  margin: 0 0 3px 0;
  font-size: 17px;
  font-size: 1.0625rem;
}

nav li a, nav li a:visited {
	color: #fff;
	display: block;
	padding: 10px;
	font-weight: 500;
	}

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

nav ul li ul li {
	background: #ebebeb;
 	padding: 5px 5px 5px 10px;
  	margin: 0 0 1px 0;
  	font-size: 16px;
  	font-size: 1rem;
	}

nav ul li ul li a, nav ul li ul li a:visited {
  	color: #898989;
	padding: 5px;
	}

nav ul li ul li a:hover {
  	color: #731725;
	}

nav i {
	color: #d6b000;
	font-size: 14px !important;
	}

.sidrToggle {
	display: none;
	}

/* SEARCH BAR */

button.search {
	background: transparent;
	border: none;
	color: #fff;
	padding: 0 5px;
	}

button.search:hover {
	  opacity: .8;
	}

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

.searchbox {
	background: #2d3e4a;
  	line-height: 0;
  	padding: 5px;
	}

.searchbox .input{
	padding-left: 5px;
  	vertical-align: top;
  	width: 78%;
	}

.searchbox i {
	font-size: 25px;
  	vertical-align: -webkit-baseline-middle; d
	}

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

.main .twothird {
	width: 66.7%;
  	background: #fff;
	}

.contentarea {
	margin-top: 25px;
	}

/* 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 {
	content:  '/';
	margin:   0 5px;
	color: #4b4b4b;
	}

/* ANNOUNCEMENT */

.announcement {
	background: #ebebeb;
	}

.announcement .inner {
	padding: 0;
	}

.announcement h3 {
	background: #AD272D;
	color: #fff;
	padding: 5px;
	margin-bottom: 0;
	}

.announcement h3 i {
	font-size: 20px;
	}

.announcement p {
	margin: 20px 15px;
	}

/* BACK TO TOP */

.top_page {
	text-align: right;
	font-weight: 500;
	} 

.top_page i {
	color: #F2C100;
	}

.top_page a {
	color: #d6b000;
	}

/* FEATURED CONTENT */

.twothird .flex-wrapper {
	margin-top: 20px;
	}

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

.featured h3 {
	background: #3C536E;
  	color: #fff;
  	padding: 5px 0 5px 5px;
  	margin-bottom: 0;
	}

.featured {
	background: #ebebeb;
	}

.featured p {
	margin: 5px 0;
	}

.featured.news ul {
	margin-left: 0;
margin-bottom: 0px;
	padding: 15px;
	}

.featured.news h5 {
margin-bottom: 5px;
}

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

.featured h3 i {
	font-size: 20px;
	}
#rssFeed {
	font-size: 13px;
	}

.featured #rssFeed a, .featured a:visited {
  	color: #3E589C;
  	font-weight: normal;
	}

.featured #rssFeed a:hover {
 	color: #d6b000;
	}

ul.feedEkList li:first-child {
  padding-top: 0;
}

li .itemContent {
  padding-bottom: 10px;
}

ul.feedEkList li {
  border-bottom: 1px solid #AD272D;
  margin: 0;
  padding-top: 15px;
}

/* NEWS */

.status span {
	display: none;
	}

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

.itemTitle a {
	font-weight: 700;
	}

.date {
	color: #979288;
}

/* EVENTS */

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

span.thyme_date {
	display: block;
	}

p.calendar {
	text-align: right;
	margin: 0 15px 15px;
  	font-size: 13px;
	}

.thyme_box {
	margin: 15px;
	}

/* Google Cal Events Feed */

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

/* Personnel */

.personnel {
	margin: 0;
	}

.personnel li {     
	list-style-type: none; 
	width: 33.333%;
  	height: 235px;
  	margin: 0;
  	font-size: 12px;
  	padding: 0;
  	float: left;
	}

.personnel li img, .personnel-2 div img {
	height: 100px;
	width: 100px;
	}

.personnel-2 div {
  	margin: 0 0 50px 0;
  	padding: 0;
  	float: left;
  	width: 20%;
	font-size: 12.5px;
  	}

li.left {
  list-style-type: none;
  width: 25%;
  margin: 0 0 10px 0;
  float: left;
}

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

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

.profile img {
	max-width: 130px;
	height: auto;
	float: left;
	margin-right: 15px;
	}

.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: #ebebeb;
	margin: 0;
	}

.toggle .title {
	font-weight: 300;
	margin-bottom: 0;
	}	

.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: '\f067';
	margin-left: 5px;
	float: right;
}

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

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

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

/* GSA SEARCH */

#gsa_search h2 {
	display: none;
	}

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

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

input#query[type="text"] {
    border: 1px solid #4a0048;
    margin: 0 3px;
    padding: 0px 4px;
    background-color: white;
    color: #333;
    font-size: 13px;
    line-height: 1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    width: 200px;
}

input.submit {
    -webkit-appearance: none;
    background-color: #d6b000;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #FFF;
    font-weight: normal;
    padding: 7px;
    text-shadow: none;
    height: 33px;
}

input.submit:hover {
    background-color: #898989;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-weight: normal;
    padding: 7px;
    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: #2d3e4a;
	color: #fff;
	font-size: 16px;
	}

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

thead th, thead td {
	font-weight: 500;
	}


tr:nth-child(even) {
	border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
	}

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

/* POSTDOC TABLE */

table.postdoc {
	border-bottom: 1px solid #eee;
}

table.postdoc th {
	font-weight: bold;
	color: #000;
}

table.postdoc tr:nth-child(even) {
	background: #eee;
}

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

footer.row {
	background: #3c536e;
  	color: #fff;
  	word-wrap: break-word;
	}

footer .inner {
	margin-bottom: 1.5em;
	padding: .5em 5%;
	}

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

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

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

footer.row a, footer.row a:visited {
  color: #d6b000;
  font-weight: 500;
}

footer.row a:hover {
  color: #898989;
}

footer ul {
	margin-bottom: 0;
	}

footer i {
	margin-right: 5px;
	}

footer .third {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	}

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

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 {
	text-align: center;
	background: #fff;
	}

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

/* 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, a[href$=".xlsx"]:after {
	font-family: 'FontAwesome';
	font-weight: 400;
	content: '\f1c3';
	padding: 0 0 0 3px;
}

a[href$=".doc"]:after, a[href$=".docx"]: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) {

	.sidebar {
  		background: #d7d7d7;
  		text-align: center;
	}

	.personnel-2 div {
    	width: 25%;
	}

}

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

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

	.searchbox .input {
		width: 75%;
		}

	header .third.sidebar {
		width: 30%;
		background: #fff;
		}

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

	.personnel li {
		width: 50%;
		}

	.personnel-2 div, li.left {
		width: 33.333%;
		}

	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;
		}

	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;
		}

	.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) {

	td {
		padding: 10px 5px;
		}

	td:first-child {
		padding-left: 0;
		}

	td:last-child {
		padding-right: 0;
		}

	td a {
		word-wrap: break-word;
		}

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

	h1, header .third.sidebar {
		text-align: center;
		}
	
	header h1 {
		text-align: center;
		}
	
	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%;
		}
	
	.searchbox {
		background: none;
		line-height: 0;
		padding: 0;
	  	}
	
	.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;
		}
	
	.twothird.title, .third.sidebar, .twothird.title {
		width: 100%;
		}
	
	.main .twothird, .twothird.title {
		padding: 0;
		}
	
	form#form1 p {
		display: inline-block;
		}
	
	.twothird .flex-wrapper {
		margin-top: 40px;
		background: #01256e;
		padding: 0;
		}
	
	.featured.news {
		margin-bottom: 40px;
		}
	
	.half.featured.events {
		margin-left: 0;
		}
	
	.profile img {
		float: none;
		margin-right: 0;
		}
	
	.personnel ul {
		margin: 0;
		}
	
	.personnel li {
		width: 50%;
		}
	
	.personnel li:nth-child(2n+2) {
		padding-left: 2%;
		width: 48%;
		}

	.personnel-2 {
		line-height: 18px;
		}

	.personnel-2 div, li.left {
		width: 32%;
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-bottom: 30px;
		}
	
	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;
	}
