/* --- Functionality --- */
p:not(.cssonly) a[href$=".pdf"]:before {
        /* PDF file */
  width:16px;
  height:16px;
 background:url('http://wwwimages.adobe.com/content/dam/acom/en/legal/images/badges/Adobe_PDF_file_icon_32x32.png');
  display:inline-block;
  content:' ';
}

/* --- Color Palette

	Primary #d50000;
		Light #ff5131;
		Dark #9b0000;
	Secondary #1a237e;
		Light #534bae;
		Dark #000051;
		
		--- */

/* --- Global CSS --- */

* {
	box-sizing: border-box;}
	
.wrapper {
	max-width: 900px;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

footer, header, main, menu, nav, section {
	display: block;}

a {
	text-decoration: none;
	background-color: transparent;}
	
ul {
	display: block;}

body, h1, h2, h3, h4, h5 {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 100;
	line-height: 1.5em;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;}
	
h1 {font-size: 1.6em; font-weight: 200; line-height: 1em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.2em; line-height: 1em;}
h4 {font-size: 1em; line-height: 1em; font-style: italic; font-weight: 400;}
p {font-size: 1em; line-height: 1.3em; text-align: justify; padding-bottom: 24px; color: rgba(0, 0, 0, 0.6)}
li {line-height: 1.3em; font-size: 1em; color: rgba(0,0,0, 0.6)}
body {
	background-color: #CCCCCC;}
	



/* --- Pseudo-elements --- */
.navbar-header:after {
	clear: both;
	content: " ";
	display: table;
}

*:before, *:after {
	box-sizing:border-box;
}

a, a:focus {
	color: #d50000;
}



a:hover {
	color: #ff5131;
}

a:active, a:hover {
	outline: 0;
}

input[type=text]:focus {
	background-color: #9b0000;
	color: #63ffff;
	border: 3px solid #cccccc;
}


/* --- Navbar CSS --- */

.navbar {
	width: auto;
	height: auto;
	display: block;
	position:fixed;
	top: 0;
	right:0;
	left:0;
	z-index:100;
	background-color: #d50000;
	color: #ffffff;
	border: 0;
	border-radius: 0;
	padding: 10px 0;
	min-height: 55px;
	margin-bottom: 20px;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}

/* Navbar header left */
.container > .navbar-header {
	margin-right: 15px;
	margin-left: 15px;
}

.logo-container .logo {
	border-radius: 90%;
	width: 55px;
	float: left;
}

.logo-container .brand {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 120px;
	height: 40px;
	text-align: left;
}


/* -- Navbar right -- */
.navbar-right {
	margin: -40px -30px 15px 15px;
	float: right !important;
	padding-left: 0;
	list-style: none;
}

.navbar-right > li {
	position: relative;
	display: inline;
}

.navbar .navbar-right > li > a {
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 10px 15px;
}

.navbar .navbar-right > li > a > img {
	position: relative;
	margin: auto;
	top: 16px;
	right: 16px;
	display: inline;
}

.navbar .navbar-right > li > a:hover {
	background-color: #9b0000;
	color: #ffffff;
}

.page .navbar .navbar-right > li > a:hover {
	background-color: #ff5131;
	color: #ffffff;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}

.news-page .navbar .navbar-right > li > a:hover {
	background-color: #ff5131;
	color: #ffffff;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}

.current-page {
	background-color: #9b0000 !important;
	color: #ffffff !important;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0), 0 3px 20px 0px rgba(0, 0, 0, 0), 0 8px 10px -5px rgba(0, 0, 0, 0) !important;
}

/* --- Header CSS --- */
body .wrapper > .header {
	height: 35vh;
	padding-top: 15px;
	background-size: cover;
	background-position: center center;
}

.wrapper > .header {
	min-height: 262px;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 75px;
}

.header .container {
	z-index: 2;
	position: relative;
	width:66%;
	padding-left: 25px;
	padding-right: 25px;
}

.main-title, .page-title {
	position: relative;
	min-height: 1px;
	padding-left: 8px;
	padding-right: 8px;
}

.main-title .title {
	min-height: 32px;
	font-weight: 800;
	font-size: 2.4em;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	color: #ffffff;

}


.page-title .title {
	min-height: 32px;
	font-weight: 500;
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

.subtitle {
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 440px;
	margin: 10px auto 0;
	line-height: 1.2em;
	text-align: center;
	color: #ffffff;
}
	

/* --- Main Body --- */

.main {
	margin-top: 500px;
	margin-left: 16px;
	margin-right: 16px;
	/* margin: -60px 30px 0px; */
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	background: #ffffff;
	position: relative;
	z-index: 5
}

.page .wrapper .main {
	margin-top: 300px;
}
.news-page .wrapper .main {	margin-top: 300px;}

.news-page .main {
	margin-top: 500px;	margin-left: 16px;	margin-right: 16px;	/* margin: -60px 30px 0px; */	border-radius: 6px;	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);	background: #1a237e;	position: relative;	z-index: 5
}

.news-page .main h2 {
	color: #ffffff;
	
}

.section {
	padding-top: 16px;
	display: block;
}

.section-head {
	padding-top: 0px;
	display: block;
}




/* -0- Card Element CSS -0- */

.card {
	position: relative;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	background: transparent;
	box-shadow: none;
	display: inline-block;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.40)
}

.row .card {
	width: 100%;
}

.row2 .card {
	width: 50%;
	margin-top: 45px;
}

.container-cards > .row2 {
	overflow: hidden;
}


.card .header {
	margin-left: 0px;
	margin-right: 0px;
	background: linear-gradient(50deg, #534bae, #1a237e);
	box-shadow:  0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 4px 0;
}

.content {
	padding: 16px;
	text-align: justify;
	display: block;
}

/* Index page cards */
.card .header h4 {
	color: #ffffff;
	text-align: center;
	padding: 8px;
}

/* About page cards */
.quote-container {
	background: #fff;
	border-width: 2px 0;
	border-style: solid;
	border-color: #eee;
	padding: 1.5em 0 0.5em;
	margin: 1.5em 0;
	position: relative;
}

.quote-container:before {
	content: '\201C';
	position: absolute;
	top: 0em;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 3rem;
	height: 2rem;
	font: 6em/1.08em 'PT Sans', sans-serif;
	color: #666;
	text-align: center;
}


.quote {
	width: 69%;
	padding-left: 3%;
	padding-right: 3%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	font-family: "Sanchez", serif;
	font-weight: 300;
	font-style: italic;
	
}	

.quote-img {
	width: 25%;
	margin-top: 16px;
	display: inline-block;
	overflow: hidden;
}

.quote-img img {
	
}

.quote-img p {
	font-size: .9em;
	font-style: italic;
}


.card .header h3 {
	color: #ffffff;
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
}

.subhead {
	color: #eeee;
	padding-left: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 1em;
	font-weight: 200;
}

/* About card buttons */
.contactlink {
	display: block;
	position: relative;
	float: right;
	bottom:105px;
	right: 16px;
	padding: 4px;
	background-color: transparent;
	border-radius: 6px;
}

.contactlink:hover {
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
	border: 1px solid #999999;
}

.contacticon:hover {
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}	



/* -0- Section Containers -0- */

.section-heading {
	max-width: 100%;
	padding: 0;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: left;
}

.section img, .section-heading img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.section-heading h2 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(0, 0, 0, 0.25);
	padding: 8px 16px;
	color: rgba(255, 255, 255, 0.90);
	margin: 0;
	border-radius: 6px;
	display: inline;
}


.main .section .container {
	clear: left;
}

.main .section. .container-cards {
	background: #EEEEEE;
	clear: left;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 83%;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row2 {
	margin-left: 15px;
	margin-right: 15px;
}

/* --- News Article elements --- */

.news-article {
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
	background: #EEEEEE;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom; 30px;
}

.news-title {
	text-align: center;
	padding-bottom: 20px;
}

.news-img {

	float: left;
	width: 300px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 16px;
}

.news-img-sm {

	float: left;
	width: 200px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 16px;
}


.news-img-1 {
	float: right;
	width: 300px;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 16px;
}

.news-img p {
	width: 260px;
	font-size: .8em;
	text-align: center;
	font-style: italic;
	padding-right: 20px;
	padding-bottom: 5px;
}

.news-img-sm p {
	width: 180px;
	font-size: .8em;
	text-align: center;
	font-style: italic;
	padding-right: 26px;
	padding-bottom: 5px;
}

.news-date {
	font-size: .9em;
	font-style: italic;
	text-align: right;
}

/* -- Inline page elements -- */

.referral {
	font-weight: 200;
	font-style: bold;
	text-indent: 35px;
	text-align: center;
	font-size: 1.2em;
}

.header .referral {
	padding-top: 24px;
}

.header .referral li, .header .referral a, .header .referral a:focus, .header .referral p {
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	text-shadow: 2px 2px #333333;
	
}

.header .referral a:hover {
	text-shadow: 2px 2px #ff0000;
}


.divider {
	visibility: hidden;
	margin: 0;
	padding: 0;
	min-height: 1px;

}

#area {
	text-align: center;
	font-style: italic;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.60);

}

.index-news {
	width: 100%;
	padding: 30px 0px;
}

.index-news h3 {
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	height: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.index-news p {
	font-weight: 400;
	font-size: .8em;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #cccccc;
	
}

.index-news .more {
	bottom: 2px;
	font-size: .8em;
	text-align: right;
	padding-right: 16px;
}

.more a {
	color: #ffffff;
}

.more a:hover {
	color: #cccccc;
}

.index-news article {
	width: 46%;
	margin: 0px 2%;
	min-height: 350px;
	float: left;
	background-color: #534bae;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.20);
}

.archive_referral a, .archive_referral a:focus, .archive_referral h2 {
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	text-shadow: 2px 2px #333333;
}

.archive_referral a:hover {
	text-shadow: 2px 2px #ff0000;
}

.collage {
	float: none;
	display: inline-block;
	width: 100%;

}

.collage img {
	display: inline-block;
	width: 33%;
}

.collage .middle {
	display: inline-block;
	width: 33%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}


/* -- Table General -- */
table {
	width: 83%;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 8px;
	vertical-align: top;
}

td {
	color: #FFFFFF;
	padding: 8px;
	vertical-align: top;
}

th {
	text-align: left;
}

.officers-table td {
	color: #555555;
}


/* -- Contact Form -- */

form {
	display: inline-block;
	margin: auto;
	padding: 16px;
	background: url('../images/ufinalpics/contact-background.png');
	box-shadow:  0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.form {
	padding-bottom: 48px;
	margin-left: auto;
	margin-right: auto;
}

.textbox {
	display: block;
	margin-right: 8px;
	margin-left: 30px;
}

input[type=radio] {
	float: left;
	clear: none;
	margin: 5px;
}

input[type=checkbox]{
	margin-left: 30px;
}

input[type=text], input[type=textarea] {
	border: 3px solid #cccccc;
	color: #808080 !important;
}



/* --- Footer CSS --- */

footer {
	padding: 16px 0;
}

.footer .copyright {
	color: #808080;
	display: inline-block !important;
	text-align: center;
	padding: 10px 0;
	float: none;
	width: 100%;
	font-size: .75em;
}

.pull-left {
	float: left !important;
	color: #808080;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 15px;
	padding: 10px 15px;
	margin-left: 8px;
	margin-top: 16px;
}

.pull-right {
	float: right !important;
	color: #808080;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 15px;
	padding: 10px 15px;
	margin-right: 8px;
	margin-top: 16px;
}