@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300);


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

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	}

.logo-white {
	display: none;
	}

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

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

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

h1 a:hover {
	color: #F2C100;
	}
h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
	}
h2 {
	font-size: 26px;
	line-height: 2rem;
	}
h3 {
	font-size: 24px;
    line-height: 1.8rem;
	}
h4 {
	font-size: 20px;
    line-height: 1.6rem;
	}
h5 {
	font-size: 18px;
    line-height: 1.4rem;
	}
h6 {
	font-size: 16px;
    line-height: 1.2rem;
	}

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

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

p {
	font-size: 14px;
	font-weight: 300;
	}

a {
	color: #c42525;
	text-decoration: none;
	transition: .75s;
	}

a:hover {
	color: #1A2E67;
	}

ul, ol {
	font-weight: 300;
	}

img {
	max-width: 100%;
	}

blockquote {
	border-left: 7px solid #F2C100;
    color: #734200;
    margin-left: 20px;
    padding: 0 0 0 10px;
	}

blockquote p {
	margin-bottom: 0;
	font-size: 15px;
    font-style: normal;
	}

input, input[type="text"] {
	height: 31px;
    margin: 0;
    padding: 10px 5px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #777;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
	font-size: 14px;
    font-weight: 100;
	}

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

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

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

:-ms-input-placeholder {  
	color: #777;
	font-family: 'Roboto', 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;
	margin: 50px 0px;
	}

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

header {
	max-width: 1140px;
    margin: auto;
    padding: 20px 0px 10px;
	}

.sidebar {
	height: 100%;
	}


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

header h1 {
	padding: 0 25px 15px 0;
	font-size: 34px;
	}

.border {
	height: 45px;
    background: #1A2E67;
    border-left: 7px solid #334780;
    border-right: 7px solid #334780;
	}

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

.header-img {
    margin: 0;
    line-height: 0;
    padding: 0;
    border-left: 7px solid #334780;
    border-right: 7px solid #334780;
    background-color: #1A2E67;
	max-height: 350px;
    position: relative;
}

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

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

.header-img .inner {
	padding: 0;
	position: relative;
	max-width: 1140px;
	margin: auto;
	overflow: hidden;
    padding-bottom: 350px;

	}

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

/* FLEXSLIDER */

.flex-container {
	background-color: #1A2E67;
	}

.flexslider {
	max-width: 1140px;
    margin: auto;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	}

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

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

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

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

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

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

nav ul {
	margin-left: 0;
	}

nav ul li {
	font-size: 16px;
	list-style-type: none;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #efefef;
	}

nav li a {
	color: #2c3e50;
	display: inline-block;
	padding: 15px 15px 15px 0;
	}

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

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

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

.sidrToggle {
	display: none;
	}

.sidr {
    font-family: inherit;
    font-weight: 400;
}

/* SEARCH BAR */

button.search {
	background: transparent;
	border: none;
	color: #334780;
	height: 50px;
	width: 50px;
	padding: 0 5px;
	transition: .75s;
	float: right;
	}

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

.sidebar form {
	margin-bottom: 0;
	width: 100%;
	background-color: #F5F5F5;
	}

.searchbox {
	line-height: 0;
	margin-right: 50px;
	margin-bottom: 20px;
	}

.searchbox .input{
	padding-left: 5px;
    vertical-align: top;
    width: 70%;
	background-color: #F5F5F5;
	}

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

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

.row.main {
	max-width: 1140px;
    margin: auto;
	}

.row.main > .inner {
	padding: 0;
	}

.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-color: #F2C100;
    border-right: 7px solid #F2C100;
    border-left: 7px solid #F2C100;
    background-color: rgba(242,193,0,.5);
	margin: 25px 0;
	}

.announcement .inner {
	padding: 0;
	}

.announcement h3 {
	padding: 10px;
    color: #734200;
	font-size: 1.35rem;
    margin: 0;
	}

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

.announcement p {
	margin: 0;
	padding: 10px;
	color: #734200;
	}

/* BACK TO TOP */

.top_page {
	text-align: right;
	margin: 0 0 25px 0;
	} 

a.scrollToTop {
	display: inline-block;
    padding: 5px 10px;
    background-color: #F2C100;
    border-right: 7px solid #F2C100;
    border-left: 7px solid #F2C100;
    background-color: rgba(242,193,0,.5);
    color: #734200;
	transition: .75s;
	}

a.scrollToTop:hover {
	background-color: #1A2E67;
	border-left: 7px solid #334780;
    border-right: 7px solid #334780;
	color: #fff;
	}

/* FEATURED CONTENT */

.twothird .flex-wrapper {
	margin-top: 20px;
	padding: 10px 15px;
	border-left: 7px solid #334780;
    border-right: 7px solid #334780;
    background-color: #1A2E67;
	}

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

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

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

.featured p {
	margin: 5px 0;
	}

.featured ul {
	margin-left: 0;
	}

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

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

.featured a, .featured a:visited {
	color: #F2C100;
	}

.featured a:hover {
	color: #FFF;
	}

/* NEWS */

.status span {
	display: none;
	}

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

a.itemTitle {
	font-weight: 400;
	}

.title {
	color: #fff;
	}

.date {
	color: #fff;
	font-weight: 400;
}

/* EVENTS */

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

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: #1A2E67;
	font-size: 18px; 
	}

.profile .position {
	color: #334780;
	}


/* ACCORDION */

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

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

.accordion p {
	color: #333;
	}

.toggle .title {
	font-weight: 300;
	color: #777;
	font-size: 18px;
    margin-bottom: 0;
	}	

.toggle {
	padding: 10px 15px;
	}	

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

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

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

.description {
	padding: 10px 15px;
	}

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

/* Add down arrow for when toggle is closed */
.toggle.closed .title:before {
	font-family: 'FontAwesome';
	content:'\f067';
	margin-right: 5px;
	float: right;
}

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

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

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

/* GSA SEARCH */

#gsa_search h2 {
	display: none;
	}

#gsa_search strong {
    font-weight: 400;
	}

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

#gsa_search form input#query {
	background-color: #F5F5F5;
	}

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

#gsa_search .descript {
    font-weight: 300;
}

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;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-size: 13px;
	color: #FFF;
	padding: 0 5px;
	text-shadow: none;
	vertical-align: middle;
	background-color: #1A2E67;
	transition: .75s;
	border-left: 7px solid #334780;
    border-right: 7px solid #334780;
	}

input.submit:hover {
	border: none;
	border-radius: 0;
	background-color: #A73341;
	font-weight: 300;
	text-shadow: none;
	border-left: 7px solid #540000;
    border-right: 7px solid #540000;
	}

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

.result_item {
	width: 100%;
	}

.result_item a {
	font-weight: 300;
	}

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

.url_bottom a {
	font-weight: 300;
	color: #334780;
	}

.pagination_link {
	margin-bottom: 10px;
	}

/* TABLE */

table {
	width: 100%;
	}

thead {
	font-size: 16px;
	}

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

th {
	font-size: 16px;
	border-bottom: none;
	font-weight: bold;
}

th[scope="col"] {
	font-weight: normal;
    background-color: #F5F5F5;
    border-bottom: 7px solid #ccc;
}

th[scope="row"] {
	font-weight: normal;
    background-color: #F5F5F5;
}

thead tr th[scope="row"]:first-of-type {
	border: none;
}

td {
	padding: 10px;
	font-weight: 300;
	}

/*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"] {
    float: left;
    margin: 0 15px 15px 0;
    }

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


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

footer {
	margin-top: 0px;
	word-wrap: break-word;
	padding: 0;
	background-color: #F5F5F5;
	border-left: 7px solid #ccc;
    border-right: 7px solid #ccc;
	}

footer .inner {
	margin-bottom: 1.5em;
    padding: 0;
	max-width: 1140px;
    margin: auto;
	}

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

footer h5 {
	font-size: 15px;
	line-height: 14px;
	margin-bottom: 0;
	}

footer p {
	line-height: 22px;
	}

footer ul {
	margin-bottom: 0;
	}

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

footer .third {
	margin: 0;
    padding: 2%;
	}

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 a:hover {
	color: #334780;
	}

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

/* COPYRIGHT */

.bottom {
	padding: 10px 0;
    margin: 25px 0;
    background-color: #A73341;
    color: #fff;
    border-left: 7px solid #540000;
    border-right: 7px solid #540000;
	}

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

.bottom a {
	color: #F2C100;
	}

.bottom a:hover {
	color: #FFF;
	}

/* 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
============================================== */

@media only screen and (max-width: 1140px) {

.header-img .inner {
		padding-bottom: 30%;
	}

}


@media only screen and (min-width: 959px) and (max-width: 1200px) {
	.row.main {
		padding: 0 20px;
		}
}

/* ======================= #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: 65%;
		}

	header .third.sidebar {
		width: 30%;
		}
	
	header .twothird.title {
		width: 70%;
		}

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

	.flexslider .slides > li {
		max-height: 233px;
	}


	.header-img .inner {
		padding-bottom: 30%;
	}

	.row.main {
		padding: 0 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%;
		}

	.featured + .featured {
		padding: 2% 5%;
		border-left: none
		}

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

.header-img .inner {
		padding-bottom: 30%;
	}

.space {
		padding: 0 20px;
		}

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 {
	margin-right: 0px;
	}

.searchbox .input {
    float: left;
	}

.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: 80%;
	}

button.search {
	width: 20%;
    display: inline-block;
    height: 30px;
	}

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;
	overflow: auto;
	padding: 0;
	}

.featured {
	margin-left: 0;
	padding: 10px;
	}

.half.featured {
	margin-left: 0;

	}

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

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

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

.featured + .featured {
	padding: 10px;
	border-left: none;
	}

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