/* Reset =================================================== */

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
/****************** 

TYPEOGRAPHY 

******************/

@font-face {
	font-family: "Berling";
	src: url('fonts/berlingt-webfont.eot');
	src: url('fonts/berlingt-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/berlingt-webfont.woff') format('woff'), url('fonts/berlingt-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Today";
	src: url('fonts/todaysb-light-webfont.eot');
	src: url('fonts/todaysb-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/todaysb-light-webfont.woff') format('woff'), url('fonts/todaysb-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* BODY SET UP */

html {
	background: #eeeedd;
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-appearance: none;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 360px;
	height: 100%;
	overflow-x: hidden;
	line-height: 1.5em;
	color: black;
	background-color: #eeeedd;
	font-family: georgia, garamond, serif;
}
h3 {
	margin: 0 0 0.6em;
	
	color: #441166;
	border-bottom: solid 1px #dbdad2;
	font-size:2.1em;
	font-weight:normal;
	line-height:1.1em; 
	font-family:'Today', Arial, Geneva, sans-serif;
	padding-top: 15px;
}
ol, ul, dl, address {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.5em;
}
p {
	font-size: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.3em;
}

img {
	max-width: 100%;
	border-width: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
/*GENERAL CSS TOOLS USED ACROSS MEDIA QUERIES */
.cleaner {
	clear: both;
}
/* NON MOBILE CLASS HIDES THINGS THAT ARENT MOBILE */

.non-mobile {
	display: none;
	float: right;
}
nav#main-nav {
	display: none;
	max-width: 100%;
}
#mast {
	display: none;
}
#mid-nav {
	display: none;
}
/* display and hide mobile nav menu */
.hidden {
	display: none;
}
.unhidden {
	display: block;
}
/* HEADER */
header#main-header {
	width: 100%;
	background: #fff;
	display: block;
	min-height: 180px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
header#main-header #groupblock {
	display:none;
}



header#main-header div ul {
	width: auto;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
header#main-header ul li {
	display: none;
	padding-left: 8px;
	padding-right: 8px;
	
	text-align: center;
	font-size:105%;
}
header#main-header div ul li:nth-child(2) {
	border-right: 1px solid #46166b;
	border-left: 1px solid #46166b;
}
header#main-header .description {
	display: none;
}
#centerpiece {
	clear: both;
	display: block;
	margin-left:auto;
	margin-right:auto;
	width:93%;
}

.slidetitle {
	font-size: 2.2rem;
	font-family: Today, Arial, Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	letter-spacing: .08em;
	font-weight: bold;
	line-height: 1.0em;
}
.slidetitle a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.slidetitle a:hover {
	text-decoration: underline;
} 
.slidedesc {
	display: none;
}
#tagline {
	display: none;
}
#centerpiece {
	position: relative;
	min-height: auto;
	margin-top: -20px;
}
#newsbox {
	min-height: 300px;
	background-color: white;
	max-width: 93%;
	padding: 5px 10px 0px;
	position: relative;
	font-family: 'Source Sans Pro', Arial, Geneva, sans-serif;
}

/* LINFIELD MAIN LOGO */

header#main-header h1 {
	border-bottom: none;
}
header#main-header h1 a {
	display: block;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 85px;
	overflow: hidden;
	text-indent: -99999px;
	background-image: url("img/mobile-logo.png");
	background-repeat: no-repeat;
	background-position: center;
}
header#main-header a {
	text-decoration: none;
}
header#main-header a:hover {
	text-decoration: underline;
}
/* PAGE WRAP */

div#wrap {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
/* SHOW NAV BTN */


div#show-nav-btn {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	padding-top: 10px;
}
div#show-nav-btn a {
	display: block;
	width: 88%;
	margin: 0 auto;
	background-color: white;
	border: solid 1px #dbdad2;
	font-style: italic;
	font-size: 1.4em;
	height: 32px;
	padding: 15px 0 0 5%;
	color: #767676;
	text-decoration: none;
}
div#show-nav-btn a i {
	display: block;
	float: right;
	color: #9d9d9d;
	padding-right: 3%;
}
/* MOBILE NAV */

nav#mobile-nav {
	/* display: none; */
	float: left;
	width: 93%;
	height: 480px;
	background-color: white;
	border: solid 1px #dbdad2;
	font-style: italic;
	font-size: 1.2em;
	overflow: hidden;
	margin-top: 3.5%;
	margin-right: 3.5%;
	margin-bottom: 0;
	margin-left: 3.5%;
}
nav#mobile-nav ul {
	display: block;
	float: left;
	width: 100%;
	list-style: none;
}
nav#mobile-nav ul li {
	display: block;
	float: left;
	width: 100%;
	border-bottom: solid 1px #dbdad2;
}
nav#mobile-nav ul li a {
	display: block;
	float: left;
	width: 93%;
	height: 32px;
	padding: 15px 0 0 5%;
	color: #767676;
	text-decoration: none;
}
nav#mobile-nav ul li a i {
	display: block;
	float: right;
	color: #9d9d9d;
}
/* SEARCH */

div#mobile-index {
	display: block;
	float: left;
	width: 88%;
	height: 27px;
	padding-top: 5px;
	padding-left:5%;
	background-color: #FFF;
	border: solid 1px #dbdad2;
	overflow: hidden;
	margin: 3.5%;
	
}
div#mobile-index a {
	color: #999999;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
	font: 1.3em "Arial", Helvetica, sans-serif;
	vertical-align: middle;
}



div#mobile-search {
	display: block;
	float: left;
	width: 93%;
	height: 47px;
	padding-top: 5px;
	background-color: #FFF;
	border: solid 1px #dbdad2;
	overflow: hidden;
	margin: 3.5%;
}
div#mobile-search form {
	display: block;
	margin: 0 auto;
	width: 97%;
	height: 40px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
div#mobile-search input {
	display: block;
	float: left;
	padding: 10px;
	width: 85%;
	font-family: Georgia;
	background-color: #fff;
	border: none;
	color: #9d9d9d;
	font-style: italic;
	font-size: 1.4em;
}
div#mobile-search input.submit-button {
	display: block;
	float: right;
	width: 40px;
	height: 100%;
	background-color: #2b0f43;
	background-image: url("img/mobile-mag.png");
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	z-index: 9999;
	-webkit-appearance: none;
}
/* Colors =================================================== */

a {
	color: #441166;
}
a:hover {
	text-decoration: underline;
	color: #46166b;
}
a:focus {
	outline: thin dotted;
	color: #46166b;
}
a:hover, a:active {
	outline: 0;
}

/*::-moz-selection {
 background-color: #bda770;
 color: #ffffeb;
 text-shadow: none;
}
::selection {
	background-color: #bda770;
	color: #ffffeb;
	text-shadow: none;
} */
/* Forms =================================================== */
form {
	margin: 0 0 1.5em 0;
	overflow: visible;
}
label, input, button, select, textarea {
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: baseline;
}

input, button, select, textarea {
	font-family: georgia, garamond, serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
}
/*social icons*/
ul#footer-social-icons {
	display: none;
}
#awards {
	display: none;
}
.newslink {
	clear: both;
	font-size: 1.2rem;
}
#newsbox #bottomnews ul {
	list-style: none;
}
/*======================================
FOOTER
=======================================*/


footer#main-footer {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-top: 10px;
	height: auto;
}
#footer-content-wrap {
	margin: 0 auto;
	width: 100%;
	height: 330px;
	text-align: center;
	
	padding-top: 10px;
}
#footer-links {
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer-content-wrap ul {
	display: block;
	float: none;
	list-style: none;
	padding-bottom: 25px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#footer-content-wrap ul li {
	display: block;
	float: none;
	font-size: .9em;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#footer-content-wrap ul li a {
	text-decoration: none;
	font-size: 1.6rem;
	padding:bottom:4px;
}

#footer-content-wrap ul li a:hover {
	text-decoration:underline;
}
#footer-content-wrap ul li:last-child {
	border: none;
}
#footer-content-wrap p {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-content-wrap a {
	margin-top: 15px;
}

#footeraddress {
	display:inline;
	font-size:1.4em;
}

#footeremail {
	font-size:1.4em;
}
#footerphone {
	
	font-size:80%;
}

#footerpostal {
	display:inline;
}
    
/* 650 =================================================== */
@media only screen and (min-width: 650px) {
div#search-container, div#mobile-index, div.description, nav#mid-nav {
	display: none;
}
div#mobile-index {
	display:none;
}
.non-mobile {
	display: block;
}
h3 {
	padding-top: 0;
	height: 70px;
}
p {
	font-size: 1.3em;
}
.leftfloat {
	clear: both;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

header#main-header #groupblock {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 400px;
	height: auto;
	position: relative;
	overflow: hidden;
	display:block;
}
header#main-header #groupblock ul {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	clear: none;
	display: inline;
	float: none;
	position: relative;
	overflow: hidden;
	text-align: center;
}
header#main-header #groupblock ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #46166b;
	border-right: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 0.9em;
}
header#main-header #groupblock a {
	color: #999999;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
}
header#main-header #groupblock li:first-child {
	border-left: 0;
}



header#main-header div ul {
	width: 450px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
header#main-header ul li {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: center;
	font-size: 120%;
}


#centerpiece {
	width:100%;
}
#tagline {
	position: relative;
	display: block;
	overflow: visible;
	visibility: visible;
	width: 100%;
	background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	min-height: 70px;
	background-image: none;
}
#tagline a {
	font-family: Berling, Georgia, Times, serif;
	font-size: 2.5em;
	text-decoration: none;
	background-image: none;
	color: #fff;
	width: 50%;
	z-index: 99;
	float: right;
	margin-top: 20px;
}
.slidetitle {
	font-size: 3.2em;
	font-family: Today, Arial, Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	letter-spacing: .09em;
	font-weight: 100;
}
.slidetitle a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.slidedesc {
	display: block;
	font-size: 1.5em;
	line-height: 1.3em;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: .08em;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 100;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 1);
}

#newsbox #alert {
	min-height: 30px;
	height: auto;
	background-color: white;
	max-width: 973px;
	padding: 10px;
	position: relative;
	border: 1px solid #bbaa77;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom:10px;
}

#newsbox #alert h3 {
	margin: 0 0 0.4em;
	/*text-rendering: optimizeLegibility;*/
	color: #441166;
	border-bottom: solid 1px #dbdad2;
	letter-spacing: 0.03em;	/*font: normal 2.2rem/1.1em Berling, Georgia, "Times New Roman", Times, serif;*/
	padding-top: 5px;
	font-family: 'Today', Arial, Geneva, sans-serif;
	font-style: normal;
	font-size: 1.8em;
	font-weight: bold;
	font-variant: normal;
	height:30px;
}

#newsbox {
	min-height: 300px;
	height: auto;
	background-color: white;
	max-width: 993px;
	padding: 10px;
	position: relative;
}
#newsbox h3 {
	font-size: 1.6em;
}
#newsbox .newsitem {
	padding: 5px;
	min-height: 100px;
	height: auto;
	background-color: white;
	width: 30%;
	margin-right: 2%;
	float: left;
	border: 1px solid #bbaa77;
	position: relative;
	overflow: visible;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#newsbox #rightnews {
	padding: 5px;
	min-height: 100px;
	height: auto;
	width: 30%;
	position: relative;
	overflow: visible;
	float: right;
	background-color: white;
	border: 1px solid #bbaa77;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#newsbox .newsitem p {
	margin-left:0;
}

#newsbox #rightnews p {
	margin-left:0;
}

#newsbox #bottomnews {
	padding: 5px;
	min-height: 60px;
	margin-top: 15px;
	height: auto;
	width: 64%;
	float: right;
	background-color: white;
	border: 1px solid #bbaa77;
	font-family: Today, Arial, Helvetica, sans-serif;
	color: #333;
}
#newsbox #bottomnews a {
	font-size: 1.6rem;
	font-weight:bold;
	text-decoration: none;
}
#newsbox #bottomnews .newslink {
	float: right;
	clear: both;
}
#newsbox #bottomnews .newslink a {
	font-size: 1.4rem;
}
#newsbox #bottomnews .newslink a:hover {
	text-decoration: underline;
}

#newsbox #bottomnews h3 {
	margin: 0 0 0.4em;
	/*text-rendering: optimizeLegibility;*/
	color: #441166;
	border-bottom: solid 1px #dbdad2;
	letter-spacing: 0.03em;	/*font: normal 2.2rem/1.1em Berling, Georgia, "Times New Roman", Times, serif;*/
	padding-top: 5px;
	font-family: 'Today', Arial, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	height:30px;
}
/*social icons*/
ul#footer-social-icons {
	display: block;
	float: left;
	position: relative;
	width: 200px;
	height: 27px;
	overflow: hidden;
	list-style: none;
	margin-top: 10px;
}
#awards {
	display: inline-block;
	padding-top: 10px;
}
ul#footer-social-icons li {
	border: none;
}
ul#footer-social-icons a {
	display: block;
	float: left;
	width: 25px;
	height: 27px;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url("img/mobile-social-icons-tiny.png");
	background-position: center 0px;
	background-repeat: no-repeat;
	padding-left: 12px;
}
ul#footer-social-icons a#icon-facebook {
	background-position: center 0px;
}
ul#footer-social-icons a#icon-twitter {
	background-position: center -27px;
}
ul#footer-social-icons a#icon-linkedin {
	background-position: center -54px;
}
ul#footer-social-icons a#icon-youtube {
	background-position: center -81px;
}
ul#footer-social-icons a#icon-instagram {
	background-position: center -108px;
}
ul#footer-social-icons a#icon-more {
	background-position: center -135px;
}


footer#main-footer {
	background-image: url("img/footer-bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
}

#footer-content-wrap ul li {
	display: inline;
	float: none;
	font-size: .9em;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#footer-content-wrap ul li a {
	text-decoration: none;
	font-size: 1.4rem;
}
#footer-content-wrap ul li:last-child {
	border: none;
}

}
 @media only screen and (min-width: 800px) {
div#mobile-search, div#sub-column-wrap, ul#mobile-social-icons, nav#main-nav {
	display: none;
}
div#mobile-index {
	display:none;
}
header#main-header {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 180px;
}
header#main-header #header-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
header#main-header #groupblock {
	margin: 0;
	padding-top: 13px;
	width: 500px;
	height: auto;
	position: relative;
	overflow: visible;
}

header#main-header #groupblock li {
	font-size: 0.9em;
}
header#main-header #groupblock a {
	color: #999999;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
	font-size: 1.0em;
}div#show-nav-btn {
	display: none;
}


div#search-container {
	position:absolute;
	left:65%;
	top:5px;
	display: block;
	padding:5px;
	width: 300px;
}
div#search-container a {
	color: #999999;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	margin: 0;
	font: 1.2em "Arial", Helvetica, sans-serif;
	vertical-align: middle;
}
div#search-container form {
	display: inline-block;
	margin-top:5px;
}
div#search-container form input {
	display: inline;
	float: right;
	width: 40%;
	border: solid #d3c088 1px;
	font-family: georgia, garamond, serif;
	font-style: italic;
	color: #7d7d7d;
	padding: 5px 2px;
	height: 24px;
}
div#search-container .submit-button {
	display: block;
	width: 20px;
	max-width: 30px;
	background-color: #d3c088;
	text-indent: -9999px;
	z-index: 9999;
	background-image: url("img/search-arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
}
nav#mid-nav {
	display: block;
	height: 50px;
	background-color: #46166b;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
nav#mid-nav ul {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	list-style: none;
	text-align: center;
}
nav#mid-nav ul li {
	display: inline;
	padding-top: 15px;
}
nav#mid-nav ul li a {
	height: 25px;
	color: #daca99;
	text-decoration: none;
	font-style: normal;
	border-right: solid #daca99 1px;
	text-align: center;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: 100;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
nav#mid-nav ul li a:hover {
	text-decoration: underline;
}
nav#mid-nav ul li:last-child a {
	border: none;
}
#mast {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-width: 100%;
	max-height: 308px;
	height: auto;
	width: 100%;
	position: relative;
}
div#wrap {
	display: block;
	max-width: 990px;
	height: auto;
	clear: both;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#newsbox h3 {
	font-size: 1.8em;
}


#newsbox #bottomnews {
	width: 50%;
	font-size: 1.2rem;
}

/*#newsbox #bottomnews li a {
	background: url(../../images/icons/redarrow.png) no-repeat right center;
	padding-right: 25px;
} */
footer#main-footer {
	height: 300px;
}
#mast {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-width: 100%;
	max-height: 308px;
	height: auto;
	width: 100%;
	position: relative;
	background-color: transparent;
}
.leftfloat {
	float: left;
	padding: 5px;
	max-width: 40%;
}
.leftfloat img {
	width: 100%;
	height: auto;
}
}
@media only screen and (min-width: 1025px) {
/* 1025 =================================================== */

nav#mobile-nav, nav#mid-nav {
	display: none;
}

div#mobile-index {
	display:none;
}
header#main-header #header-container {
	max-width: 993px;
	margin-left: auto;
	margin-right: auto;
}
/*header#main-header #groupblock {
	margin: 0;
	padding-top: 13px;
	width: 500px;
	height: auto;
	position: relative;
	overflow: visible;
} 

header#main-header #groupblock li {
	font-size: 0.9em;
} */
header#main-header #groupblock a {
	color: #999999;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
	font-size: 1.0em;
} 
/* LINFIELD MAIN LARGE LOGO */

header#main-header h1 a {
	display: block;
	float: left;
	margin-left: 20px;
	width: 100%;
	height: 225px;
	overflow: hidden;
	text-indent: -99999px;
	background-image: url(img/lowacorn.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
header#main-header h1 a:after {
	display: none;
	border: none;
}
header#main-header div {
	display: block;
	margin: 0 auto;
	max-width: 993px;
	height: auto;
}
header#main-header div h1 {
	float: left;
	width: 400px;
	height: 130px;
	margin-top: -25px;
	border: none;
}
header#main-header div h1 a {
	width: 400px;
	height: 160px;
	background-position: center, top;
}
header#main-header div ul {
	float: right;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
header#main-header div ul li {
	display: block;
	padding-left: 13px;
	padding-right: 12px;
	margin-top: 45px;
	font-size: 170%;
	font-family: Berling, Georgia, "Times New Roman", Times, serif;
}
header#main-header div .description {
	display: block;
	font-size: 50%;
	color: #555555;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	padding-top: 0;
}



nav#main-nav {
	display: block;
	height: 50px;
	background-color: #46166b;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
nav#main-nav ul {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	list-style: none;
	text-align: center;
}
nav#main-nav ul li {
	display: inline;
	padding-top: 15px;
}
nav#main-nav ul li a {
	height: 25px;
	color: #E0D09E;
	text-decoration: none;
	border-right: solid #daca99 1px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	font: normal 1.4em Berling, Georgia, "Times New Roman", Times, serif;
}
nav#main-nav ul li a:hover {
	text-decoration: underline;
}
nav#main-nav ul li:last-child a {
	border: none;
}

#newsbox h3 {
	font-size: 2.1em;
}
#newsbox .newsitem {
	padding: 5px;
	min-height: 100px;
	height: auto;
	background-color: white;
	width: 30%;
	margin-right: 3%;
	float: left;
	border: 1px solid #bbaa77;
	position: relative;
	overflow: hidden;
	display: inline;
}
#newsbox #rightnews {
	padding: 5px;
	min-height: 100px;
	height: auto;
	width: 30%;
	float: right;
	background-color: white;
	border: 1px solid #bbaa77;
	position: relative;
	overflow: hidden;
}
#newsbox #bottomnews {
	width: 65%;
}
#newsbox #bottomnews a:hover {
	text-decoration: underline;
}
#tagline {
	position: relative;
	display: block;
	overflow: visible;
	visibility: visible;
	max-width: 1038px;
	width: 110%;
	margin-left: -24px;
	margin-right: auto;
	margin-top: -10px;
	min-height: 70px;
	background: transparent url(img/greybanner.png) no-repeat center bottom;
}
#tagline a {
	font-size: 2.5em;
	width: 40%;
	z-index: 99;
	float: right;
	font-style: normal;
	letter-spacing: .06em;
}
#footer-content-wrap {
	margin: 0 auto;
	width: 100%;
	height: 330px;
	text-align: center;
	background-image: url("img/footer-logo.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top:10px;
}

}
 @media print {
/* Print =================================================== */
/* * {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} */
nav#mobile-nav, div#mobile-search, div#show-nav-btn, div#mast, header#main-header, iframe {
	display: none;
}
aside#main-sidebar {
	display: none;
}
h2, h3 {
	orphans: 3;
	widows: 3;
	page-break-after: avoid;
}
p {
	orphans: 3;
	widows: 3;
}
pre, blockquote {
	border: 1px solid gray;
	page-break-inside: avoid;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
img {
	max-width: 100% !important;
	page-break-inside: avoid;
}
}
/*FORM RULES*/

input[type="text"] {
	display: block;
	float: left;
	border: 1px solid #DBDAD2;
	padding: 10px 5px;
}
input[type="text"]:hover {
	border: 1px solid #DBDAD2;
}
div.form-wrap input[type="submit"] {
	display: block;
	float: left;
	padding: 20px 5px;
	min-width: 100%;
	background-color: #431966;
	border: 5px solid #DECFA1;
	color: white;
	display: block;
	font-size: 1.3em;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	-webkit-appearance: none;
}
div.form-wrap input[type="submit"]:hover {
	border: 5px solid #DECFA1;
}
/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cycle-slideshow {
	width: 100%;
	min-width: 200px;
	max-width: 1025px;
	margin: 10px auto;
	padding: 0;
	position: relative;
	background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;
}
/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
	/* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: block;
}
/* in case script does not load */
.cycle-slideshow img:first-child {
	position: static;
	z-index: 100;
}
/* pager */
.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	top: 10px;
	overflow: hidden;
}
.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	color: #D69746;
}
.cycle-pager > * {
	cursor: pointer;
}
/* caption */
.cycle-caption {
	position: absolute;
	color: white;
	bottom: 15px;
	right: 15px;
	z-index: 700;
}
#custom-caption {
	position: absolute;
	color: white;
	bottom: 15px;
	right: 15px;
	z-index: 700;
	min-height: 60px;
}
/* overlay including gradient fade to top of photo */
.cycle-overlay {
	position: absolute;
	
	bottom: 0;
	width: 100%;
	min-height: 20%;
	z-index: 600;
	color: black;
	letter-spacing: .08em;
	padding: 10px;
	background: black;
	padding: 15px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); */
}
/* prev / next links */
.cycle-prev, .cycle-next {
	position: absolute;
	top: 0;
	width: 30%;
	opacity: 0;
	/*filter: alpha(opacity=0);*/
	z-index: 800;
	height: 100%;
	cursor: pointer;
}
.cycle-prev {
	left: 0;
	background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;
}
.cycle-next {
	right: 0;
	background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;
}
.cycle-prev:hover, .cycle-next:hover {
	opacity: .7;
	/*filter: alpha(opacity=70)*/
}
.disabled {
	opacity: .5;
	/*filter: alpha(opacity=50);*/
}
/* display paused text on top of paused slideshow */
.cycle-paused:after {
	content: 'Paused';
	color: white;
	background: black;
	padding: 10px;
	z-index: 500;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 10px;
	opacity: .5;
	/*filter: alpha(opacity=50);*/
}
