/*----------------------------
	Fonts, Titles, Text
------------------------------*/
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow:400,700);

#publication_header, #publication_footer{
	height: 735px;
}

/* font assignments */
body{
	font-family: "PT Sans", arial, sans;
}
.title, h1,#head .col-md-6 span,.ev-title,.ev-title a,.nws-title,.nws-title a{
	font-family: "PT Sans Narrow","Trebuchet MS",arial,sans;
}
/* alignment */
.txt-c{
	text-align: center;
}
.txt-l{
	text-align: left;
}
.txt-r{
	text-align: right;
}

/* H1 - H6*/
h1, h2, h3{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 30px;
}
/* links */
a{
	color: #1F9B9B;
}
a:hover{
	color: #EF373B;
}
a.black{
	color: #000000;
}
a.white{
	color: #ffffff;
}
a.white:hover{
	color: #cecece;
}
.site-button{
	display: block;
	background-color: #C12026;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 20px 0px;
	margin:5px 0px;
	text-decoration: none;
	transition: .2s;
}
.site-button:hover{
	background-color: #1F9B9B;
	color: #ffffff;
	text-decoration: none;
}
abbr{
	border-bottom: 0px !important;
	
}
/*----------------------------
	Inputs/input groups
-----------------------------*/
textarea#html{
	height: 737px;
}
/*----------------------------
	Images
-----------------------------*/
img{
	border: 0px;
}

/*----------------------------
	Areas
-----------------------------*/
body {
	font-size: 14px; /* sets font size for page so em's work */
	background-color: #ffffff;
}
/* header */
#head .col-md-6{
	padding-left: 30px;
	padding-right: 0px;
}
#head .col-md-6 span{
	color: #C12026;
	font-size: 22px;
}
#head img{
	max-width: 100%;
	height: auto;
	margin: 8px 0px;
}
#head .col-md-3:first-of-type{
	margin: 0px -15px;
	padding: 0px;
}
#head .col-md-3:last-of-type{
	padding: 0px;
}
.carousel-controls{
	display: none;
}
.red-line{
	height: 2px;
	background-color: #C12026;
}
#login{
	margin: 0px -15px 0px 0px;
	text-align: right;
}
#login input[type=text], #login input[type=password], #head .search-input{
	max-width: 80px;
	border: 0px;
	background-color: #D2EBEB;
	padding: 1px 8px; 
	margin: 0px 3px 0px 0px;
}
#login input[type=submit]{
	border: 0px;
	background-color: #c12026;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px;
}
#login div[class^='col-md-']{
	margin: 0px 0px;
	padding: 0px 3px 0px 0px;
}
#search .form-control, #login .input-group{
	border-radius: 0px;
}
#search{
	margin-right: -15px;
	margin-top: 8px;
	text-align: right;
}
#search .search-input{
	height: 25px;
	margin-right: 3px;
}
#search .input-group-addon{
	padding: 0px;
	border: 0px;
}
#search .search-button{
	background-color: #c12026;
	border: 0px;
	background-image: url('../images/search-button.png');
	height: 23px;
	width: 25px;
}
/* side-bar */

#main{
	margin-left: 0px;
	padding-left: 0px;
}
#main h2.title{
	font-weight: bold;
}
#sidebar{
	background-color: #1F9B9B;
	color: #ffffff;
	margin: 0px -15px;
}
#sidebar .title{
	color: #ffffff;
	background-image: url('../images/bg-title-line.png');
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	margin: 15px -15px 5px;
}
.content-area{
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar .content-area{

	background-color: rgba(255,255,255,.2);
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px 0px;
}
.content-area .more-link{
	position: absolute;
	bottom: -1px;
	border-bottom: 2px solid #c12026;
	width: 100%;
	text-align: right;
	
	transition: .2s;
}
#sidebar .sb-max-height{
	max-height: 250px;
	overflow: hidden;
}
#sidebar .content-area .more-link{
	margin: 0px -15px;
}
.content-area .more-link a{
	display: inline-block;
	padding: 2px 10px;
	background-color: #c12026;
	color: #ffffff;
	font-weight: bold;
	transition: .2s;
	text-decoration: none;
}
#sidebar .content-area:hover .more-link{
	border-bottom: 2px solid #ffffff;
}
#sidebar .content-area:hover .more-link a{
	background-color: #ffffff;
	color: #c12026;
}
.content-area:hover .more-link a{
	background-color: #1F9B9B;
}
.content-area:hover .more-link{
	border-bottom: 2px solid #1F9B9B;
}
#sidebar .title>span {
	background-color: #1F9B9B;
	display: inline-block;
	padding: 0px 8px;
}
/* Index/Main Body*/
#main .bg-bird{
	background-image: url('../images/bg-bird.png');
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-top: 30px;
}
@media (min-width: 990px){
	#main .bg-bird>div, #main .bg-bird>a{
		margin-bottom: 20px;
	}
}
#main .welcome{
	max-height: 600px;
	overflow: hidden;
}
.quick-links {
	list-style-image: url('../images/arrow-left.png');
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.quick-links li{
	margin: 6px 0px;
}
.quick-links li a{
	font-weight: bold;
}
.quilt{
	background-image: url('../images/bg-quilt.png');
	height: 50px;
	margin: 15px 0px;
}

/* Foot */
#foot-top div[class^='col-md-']{
	text-align: center;
}
#foot-top{
	margin-bottom: 40px;
}
#foot{
	margin: 15px 0px 50px;
}
#foot a{
	color: #000000;
}
#foot .foot-logo{
	width: 60%;
	height: auto;
	max-width: 210px;
	margin-top: -15px;
}
/* Events */
.ev-title a,.ev-title,.nws-title, .nws-title a{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	transition: .2s;
}
.nws-title, .nws-title a{
	color: #000000;
}
.ev-date{
	font-size: 12px;
}
/* */
/* News */

/*----------------------------
	Slideshows
-----------------------------*/

#main .carousel-caption{
	right: 0px;
	left: auto;
	bottom: 0px;
	background-color: rgba(255,255,255,.8);
	width:100%;
	padding: 5px;
	text-align: left;
	z-index: 50;
}
#main .carousel-caption .s-title, #main .carousel-caption .s-alt{
	color: #000000;
	text-shadow: none;
	padding: 0px;
	margin: 0px;
}
#main .carousel-caption .s-title{
	font-size: 18px;
	color: black;
}
#main .carousel-caption .s-alt{
	font-size: 16px;
}
#main .carousel-control.left, #main .carousel-control.right{
	z-index: 100;
	background-image: none;
	top: auto;
	line-height: 0px;
	width: auto;
	padding: 16px 12px 23px;
	border-radius: 100%;
	bottom: -46px;
	transition: bottom .2s ease-in-out;
	opacity: 1;
	background-color: rgba(31,155,155,.9);
	text-shadow: none;
	font-family: "arial";
	font-weight: bold;
	font-size: 43px;
	color: #C22328;
	border: 2px solid #ffffff;
}
#main .carousel:hover .carousel-control.left, #main .carousel:hover .carousel-control.right{
	bottom: 15px;
}
#main .carousel-control.right{
	right: 10px;
}
#main .carousel-control.left{
	left: 10px;
}
#main .carousel{
	overflow: hidden;
}
/*----------------------------
	Utility
-----------------------------*/
.p-0, .p-0x{
	padding: 0px;
}
.pr-0{
	padding-right: 0px;
}
.pl-0{
	padding-left: 0px;
}
.pl-b{
	padding-left: px;
}
.pr-b{
	padding-right: px;
}
.m-0{
	margin: 0px;
}
.bump{
	height: 5px;
}
.p-b{
	padding:;
}
.mb{
	margin-bottom: 10px;
}
.w-100{
	width: 100%;
}
.h-100{
	height: 100%;
}
.o-no{
	overflow: auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cb{
	clear:both;
}
/* z-indices */
.z-150{
	position: relative;
	z-index: 150;
}
.z-100{
	position: relative;
	z-index: 100;
}
.z-50{
	position: relative;
	z-index: 50;
}

