@import url('https://fonts.googleapis.com/css?family=Candal|Lato:100,300,regular,700,900|Muli:300,400,700|Open+Sans:300&display=swap');


body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height:100%;
}
body:before{
    content:"";
    width:100%;
    height:100%;
    display:block;
    background:#000000;
}
img {
	width: auto;
	height: auto;
}
#pageContainer {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	table-layout:fixed;
}
#middleRow {
	position: relative;
	width: 94%;
	max-width: 1400px;
	margin: auto;
	display: block;
	background-color: #FFFFFF;
}
#slideTable {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	table-layout:fixed;
	border-bottom: solid 1px #FFFFFF;
}
.rowEdges {
	position: relative;
	display: table-cell;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	background-color: #EDEDED;
}
.rowMiddle {
	position: relative;
	display: table-cell;
	height: 680px;
}




#header {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
	overflow:visible;
	border-bottom: solid 1px #FFFFFF;
	background-color: rgba(255,255,255,1.0);
	display: block;
	z-index: 100;
}
#headerContent {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 0px;
	overflow:visible;
}
#headerSize {
	clear: both;
	position: relative;
	height: 450px;
	width: 100%;
	margin-top: 0px;
}
#headerTitle {
	position: relative;
	width: 80%;
	max-width: 1000px;
	margin: auto;
	padding-top: 9%;
}
#headerSize h1 {
	font-family: 'Muli', sans-serif;
	font-size: 62px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
	margin: 0px;
	padding: 0px;
	/* letter-spacing: -0.5px;
	word-spacing: -0.05px; */
}
.largeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #B80000;
	text-decoration: none;
	letter-spacing: -.01em;	
}
.headTxt {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 120%;
	color: #555555;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 6px;
}
#headContent {
	
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: table;
	
}
#logo {
	position: relative;
	display: table-cell;
	width: 45%;
	z-index: 1;
	text-align:center;
}
#logo img {
	position: relative;
	width: 90%;
	max-width: 600px;
	min-width: 280px;
	height: auto;
	margin-top: 15px;
}
#contact {
	display: table-cell;
	width: 55%;
	margin-top: 0px;
	vertical-align: top;
	text-align:center;
}
.largeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #B80000;
	text-decoration: none;
	letter-spacing: -.01em;	
}
#openingSpace {
	clear: both;
	height: 100px;
}
#openContainer {
	position: relative; 
	width: 100%;
	height: 100%;
}
#opening {
	position: relative;
	width: 74%;
	height: 100%;
	max-height: 750px;
	min-height: 325px;
	margin: auto;
	text-align: center;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        background-color: #f8f8f8;
        background-size: cover;
        /*background-size: contain; */
        background-repeat: no-repeat;
        background-position: top;
}
#sloganLeft {
	position: absolute;
	top: 40%;
	left: 10%;
	width: 100%;
	overflow:visible;
	text-align: left;
}
#sloganLeft h1, #sloganLeft p {
	font-family: 'Candal', sans-serif;
	font-size: 64px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	font-weight: bold;
	line-height: 58px;
	padding: 0px;
	margin: 0px;
	opacity: 0.9;
}
#address {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 100;
}
#address p {
	margin: 0px;
	padding: 0px;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
#address a {
	color: #333333;
	text-decoration: none;
}
#social {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
#social img {
	max-width: 45px;
	margin-left: 8px;
}
#socialFooter {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	z-index: 100;
}
#socialFooter img {
	max-width: 35px;
	margin-left: 8px;
}

#mainContent {
	position: relative;
	width: 1100px;
	max-width: 94%;
	display: block;
	margin: auto;
	overflow: visible;
	z-index: 0;
}
#slideshow {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #CCCCCC;
	margin-top: 12px;
	display: block;
}
#slideshow img, #belowSlidesCol img {
	width: 100%;
}
#mainButtons {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #FFFFFF;
	display: table;
}
.mainLink {
	postion: relative;
	width: 33%;
	text-align:center;
	vertical-align: middle;
	padding: 45px auto;
	display: table-cell;
}
.mainLinkContent {
	postion: relative;
	width: 80%;
	margin: 45px auto;
	text-align:center;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 175%;
	color: #FFFFFF;
	text-decoration: none;
	
}
.mainLinkContent a {
	color: #FFFFFF;
	text-decoration: none;
}
.mainLinkBold {
	font-family: 'Candal', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.1);
}
.leftMainLink {
	background-color: #42AB58;
}
.midMainLink {
	background-color: #42AB58;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
.rightMainLink {
	background-color: #42AB58;
}
.leftMainLinkBlu {
	background-color: #1345A8;
}
.midMainLinkBlu {
	background-color: #1345A8;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
.rightMainLinkBlu {
	background-color: #1345A8;
}
.mainLinkContent a:hover {
	opacity: 0.85;
}
#mainArea {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.0);
	overflow:hidden;
}
#footerContainer {
	position: absolute;
	width: 100%;
	margin: 0px;
	height: auto;
	overflow:hidden;
	border-top: solid 2px #FFFFFF;
	bottom: 0px;
	left: 0px;
}
#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto;
	overflow:hidden;
	background-color: #1345A8;
	border-top: solid 2px #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
#footer .footerBlock {
	position: relative;
	margin: auto 10px;
	vertical-align: middle;
	display: inline-block;
}
#footerLogo {
	width: 130px;
	height: auto;
}
#footer p {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#footer .leftBox {
	position:relative;
	margin-left: 25px;
	width: 355px;
	float: left;
	text-align: left;
}
#footer .rightBox {
	position:relative;
	margin-right: 25px;
	width: 65%;
	float: right;
	text-align: left;
}
#footer .addresses {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer #largeNav {
	display: block;
}
#footer #mobileNav {
	display: none;
}
#footer ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	display: none;
}
#footer ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px 10px;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

.pageBlockWhite {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
	background-color: #FFFFFF;
}
.pageBlockDark {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
	background-color: #666633;
}
.pageBlockMedium {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
	background-color: #C2C2AD;
}
.pageBlockLight {
	position: relative;
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 10;
	background-color: #E3E3DA;
}
.pageBlockContainer {
	position: relative;
	width: 100%;
	margin: auto;
	z-index: 10;
	overflow: hidden;
}
#qualityImage, #careerImage {
	float:left;
	width: 450px;
	max-width: 90%;
	margin-right: 20px;
}
#aboutImage {
	float:right;
	width: 350px;
	max-width: 90%;
	margin-left: 20px;
}
.floatLeft {
	float: right;
	margin-top: 50px;
	border: solid 1px black;
}
.mCellColumn {
	position: relative;	
	width: 16%;
	min-width: 200px;
	height: auto;
	padding: 0px;
	margin: 10px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
}
.mCellBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;

}
.mCellBox img {
	max-width: 98%;
	margin: auto;
	border: solid 1px #333333;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.contactColumn {
	position: relative;	
	width: 46%;
	min-width: 200px;
	height: auto;
	padding: 0px;
	margin: 10px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.contactBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;
	text-align: left;

}
.affiliateBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;
	text-align: left;

}
#contactForm {
	width: 100%;
	magin: auto;
	text-align:center;
}
.contactFields {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	margin: 3px auto;
	width: 80%;
}
.contactCheckBox {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	margin: 0px 4px 0px 35px;
}
.contactSubmit {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 15px;
	padding: 5px 25px;
	background-color: #CC0000;
}
.infoRequestBox {
	position: relative;	
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;
	text-align: left;
	border: solid 2px #E9A84B;
	border-radius: 10px;
	background-color: #FBEEDB;
}
.infoRequestBox h3, .infoRequestBox p {
	margin: 6px 15px;
}
.infoReqCheckBox {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
	text-align:left;
	width: 50%;
	display:inline-block;
}
#jobPosting p {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: #555555;
	text-decoration: none;
	margin-left: 28px;
}
#jobListing {
	border-bottom: solid 1px #999999;
	margin-bottom: 38px;
	padding-bottom: 30px;
}
#jobListing p {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #555555;
	text-decoration: none;
	margin-left: 28px;
}
.basicTxt {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 160%;
	color: #555555;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 16px;
}
.boldGTxt {
	font-family: 'Candal', sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 160%;
	color: #42AB58;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 16px;
}
.trigger {
	cursor: pointer;
}
.toggle {
	display: none;
}
.mediumTxt {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #555555;
	text-decoration: none;
}
.smallTxt {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 145%;
	color: #555555;
	text-decoration: none;
}

.testimony {
	color: #B80000;
}
.mediumTxt a, .smallTxt a, .basicTxt a {
	color: #555555;
	text-decoration: underline;
}
.mediumTxt a:hover, .smallTxt a:hover, .basicTxt a:hover {
	color: #666666;
	text-decoration: none;
	background-color:#FFFFCC;
}
.boldGreenText {
	font-family: 'Muli', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #42AB58;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
}
.moreLink {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	margin-top: -10px;
}

.moreLink a {
	color: #333333;
	text-decoration: none;
	background-color: #EDEDED;
	/*padding: 3px 9px;
	border: solid 1px #B80000;*/
}
.moreLink a:hover {
	color: #333333;
	text-decoration: underline;
	background-color: transparent;
	/*padding: 3px 9px;
	border: solid 1px #B80000;*/
}
.applyLink {
	font-family: 'Candal', sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 34px;
	margin-top: 60px;
	margin-right: 60px;
	text-align: right;
}
.greenLinkButton {
	font-family: 'Candal', sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 34px;
	margin-top: 8px;
	text-align: center;
}
.applyLink a, .greenLinkButton a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #42AB58;
	padding: 8px 16px 12px 16px;
	border: solid 1px #FFFFFF;
	border-radius: 18px;
}
.applyLink a:hover, .greenLinkButton a:hover {
	color: #1345A8;
	background-color: #DDDDDD;
	/*padding: 3px 9px;
	border: solid 1px #B80000;*/
}
.picBorder {
	margin: 5px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.picBorderRight {
	margin: 5px 8px 5px 15px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	float: right;
	width: 280px;
	max-width: 40%;
}
.picBorderLeft {
	margin: 5px 20px 5px 5px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	float: left;
	width: 280px;
	max-width: 40%;
}
.picSlides {
	display:none;
}
h1 {
	font-family: 'Candal', sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #42AB58;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.1);
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	text-align: center;
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}	
h2 {
	font-family: 'Candal', sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #42AB58;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.1);
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	text-align: center;
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}
h3 {
	font-family: 'Candal', sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #1345A8;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-align: center;
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}
h3 a {
	color: #B80000;
	text-decoration: none;
}
h3 a:hover {
	color: #B80000;
	text-decoration: underline;
}
h4 {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #666633;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	/*letter-spacing: -.01em;
	word-spacing: -.03em; */
}
h5 {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #666633;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	/* background-color: #6285CB; */
	border-bottom: solid 1px #203A73;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
	text-transform: uppercase;	/* width: auto;
	background-color:#6285CB; */
	
	
}
h6 {
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #203A73;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	/* background-color: #6285CB; */
	border-bottom: solid 1px #203A73;
	padding: 5px 5px 5px 2px;
	margin: 0px;
	display: block;
	text-transform: uppercase;	/* width: auto;
	background-color:#6285CB; */
	
	
}
img {
	max-width: 100%;
}
.clearIt {
	clear:both;
}
.fixed-header {
  margin-top: 160px;
}
.clearLine {
	clear:both;
	height: 5px;
	border-bottom: solid 2px #C5D939;
	margin-bottom: 5px;
}
.thirdBoxContainer {
	width: 100%;
	text-align: center;
}

.thirdBox {
	position: relative;	
	width: 29%;
	min-width: 180px;
	height: auto;
	padding: 20px;
	margin: 5px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
	text-align: left;
}
.thirdBoxX {
	position: relative;
	width: 29%;
	height: auto;
	/* float: left; */
	display: inline-block;
	margin: 5px;
	padding: 20px;
}
.thirdBox  {
	margin-bottom: 0px;
}
.thirdBox img {
	max-width: 100%;
	margin: 8px auto;
}
.liteGray {
	background-color:#6285CB;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #EEEEEE 0%, #91AADB 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #EEEEEE 0%, #91AADB 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #EEEEEE 0%, #91AADB 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #EEEEEE), color-stop(1, #91AADB));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #91AADB 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #EEEEEE 0%, #91AADB 100%);
		border: 0px solid #CC0000;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px; 
}
.boldLink {
	font-size:18px;
	font-weight:bold;
	color:#CC0033;
	text-decoration: none;
	font-family: OpenSansCondensedBold, sans-serif;
}
.boldSmallLink {
	font-size:14px;
	font-weight:bold;
	color:#CC0033;
	text-decoration: none;
	font-family: OpenSansCondensedBold, sans-serif;
}
.boldLink:hover, .boldSmallLink:hover {
	color:#CC0033;
	text-decoration: underline;
}
.timeline {
	position: relative;
	width: 25%;
	min-width: 250px;
	float: right;
	margin-left: 15px;
	padding: 5px 10px;
	border: solid 1px #888888;
	background-color: rgba(255,255,255,0.5);
}
.leftCol {
	float: left;
	width: 58%;
}
.rightCol {
	float: right;
	width: 40%;
}
.fbleftCol {
	position: relative;
	float: left;
	width: 48%;
	border: solid 2px #E2E8F4;
	border-radius: 18px;
}
.fbrightCol {
	position: relative;
	float: right;
	width: 48%;
	border: solid 2px #E2E8F4;
	border-radius: 18px;
}
.fbcontent {
	position: relative;
	width: 90%;
	margin: 10px auto;	
}
.equalCol {
	position: relative;
	width: 40%;
	margin: 15px 2%;
	padding: 10px 1%;
	display: inline-block;
	vertical-align:top;
}
.careerleftCol {
	float: left;
	width: 30%;
}
.careerleftListings {
	position: relative;
	width: 100%;
	border: solid 1px #A9A9A9;
	padding: 30px 0px;
	margin-top: 30px;
}
.careerleftListings  {
	width: 88%;
	margin:auto;
	text-align: center;
}
.careerleftListings p {
	width: 88%;
	margin:auto;
	text-align: left;
}
.careerleftListings p .boldText {
	margin-top: 250px;
	margin-bottom: 0px;
}
.careerleftListings p .basicTxt {
	margin-top: 0px;
}
.careerButton {
	background-color: #A9A9A9;
	padding: 5px 18px 8px 18px;
	border-radius: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 15px 0px;
	background-color: #000000;
}
.careerButton:hover {
	opacity: 0.6;
}
.careerrightCol {
	float: right;
	width: 66%;
	padding-left: 20px;
	
}
.boardleftCol {
	float: left;
	width: 10%;
	text-align:center;
}
.boardrightCol {
	float: right;
	width: 87%;
}
.frontSlidePic {
	float:left;
	margin-right: 25px;
}
#copyRight {
	font-size:10px;
	clear:both;
	text-align: left;
}

.bioThumb {
	float: left;
	max-width: 150px;
	margin: 20px 10px 5px 0px
}
.bioTitle {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #B80000;
	text-align: left;
	text-decoration: none;
}
.bioText {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-align: left;
}
.bioMore {
	clear:both;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #B80000;
	text-align: center;
}
.bioMore a {
	color: #B80000;
	text-decoration: underline;
}
.bioMore a:hover {
	color: #B80000;
	text-decoration: none;
}
#application {
	width: 100%;
}
#application p {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #555555;
	text-decoration: none;
	margin: 10px auto 5px 30px;
}
#application input[type=text] {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 190%;
	color: #555555;
	text-decoration: none;
	width: 90%;
	border: solid 1px #666666;
}
#application textarea {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	line-height: 190%;
	color: #555555;
	text-decoration: none;
	width: 90%;
	border: solid 1px #666666;
}
.photoTextBlock {
	position: absolute;
	bottom: 10px;
	left: 0px;
	padding: 5px 12px;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(0,0,0,0.6);	
}

.projectRight {
	position: relative;
	width: 75%;
	vertical-align:middle;
	float: right;
	display: block;
	text-align: center;
}
.projectLeft {
	position: relative;
	width: 23%;
	vertical-align:middle;
	float: right;
	display: block;
	text-align: center;
}
.applicationLink {
	border: 1px solid #203A73;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 15px 0px;
	padding: 9px 25px;
	background-color: #000000;
	text-decoration: none;
}
.applicationLink:hover {
	opacity: 0.60;
}
#associations {
	position: relative;
	width: 100%;
	text-align:center;
}
#associations img {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #1345A8;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #BBBBBB;
    color: #EEEEEE;
}
.img125 {
	width: 125px;
	margin: 5px;
	display: inline-block;
}
.img105 {
	width: 105px;
	margin: 5px;
	display: inline-block;
}
.img82 {
	width: 82px;
	margin: 5px;
	display: inline-block;
}
.img78 {
	width: 78px;
	margin: 5px;
	display: inline-block;
}
.announce {
	position: relative;
	clear:both;
	margin-top: 18px;
	padding: 5px 15px 20px 15px;
	border: solid 0px #1345A8;
	border-radius: 20px;
	background-color: #E2E8F4;
}
.googleMap {
	position: relative;
	width: 100%;
	height: 380px;
	border: solid 1px #666666;
}
.socialIcon {
	width: 48px;
	margin: 10px 8px;
	display: inline-block;
}
.adoptPics {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.adoptPics img {
	position: relative;
	height: 175px;
	width: auto;
	margin: 5px 10px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 4px #999999;
	display: inline-block;
}
.donatePics {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.donatePics img {
	position: relative;
	height: 145px;
	width: auto;
	margin: 5px 10px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 4px #999999;
	display: inline-block;
}
.adoptButton {
	position: relative;
	float: right;
	margin: 8px 0px 8px 15px;
	vertical-align: top;
}
.caption {
	display: none;	
}

@media only screen and (max-width: 1580px) {
	.rowMiddle {
	height: 590px;
	}
}

@media only screen and (max-width: 1380px) {
	#address {
	position: relative;
	top: -6px;
	right: 0px;
	display: none;
	text-align: left;
	margin-left: 12px;
	z-index: 100;
	}
	#slideshow {
	height: 615px;
	}
	.callOutText {
	line-height: 130%;
	}
	.osText {
	font-size: 24px;
	}
	.callOutSig {
	font-size: 14px;
	}
	#headerSize {
	height: 400px;
	}
	h1 {
	font-size: 32px;
	}
	h2 {
	font-size: 28px;
	}
	.rowMiddle {
	height: 575px;
	}
	#footerLogo {
	width: 195px;
	}
	#footer p {
	font-size: 16px;
	}

	
}

@media only screen and (max-width: 1280px) {
		.rowMiddle {
		height: 540px;
		}
		#headerSize {
		height: 350px;
		}
		#slideshow {
		height: 500px;
		}
		.thirdBox {
		width: 44%;
		padding: 10px;
		margin: 5px;
		}
		#footer .leftBox {
		margin-left: 0px;
		float: none;
		margin: auto;
		white-space:nowrap;
		text-align: left;
		}
		#footer .rightBox {
		clear:both;
		position:relative;
		margin-right: auto;
		margin-left: auto;
		width: 95%;
		float: none;
		text-align: center;
		}
		.addressBox {
		min-width: 170px;
		}
		#copyRight {
		font-size:12px;
		clear:both;
		margin-left: 0px;
		text-align: center;
		}
		#footer #largeNav {
		display: none;
		}
		#footer #mobileNav {
		display: block;
		}
		#footer {
		padding-top: 0px;
		}
		#footer ul {
		display: block;
		}
		#footer ul li {
		display: block;
		white-space: nowrap;
		margin: 0px auto;
		padding: 15px 0px;
		border-bottom: solid 1px #FFFFFF;
		}
		.whoCat, .scholarCat, .amadouCat,  .mediaCat {
		display:none;
		background-color:#D74E64;
		}
		.trigger {
		cursor: pointer;
		}
		.toggle {
		position: relative;
		}
		#footer ul li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 180%;
		color: #FFFFFF;
		text-decoration: none;
		}
		#footer ul li:hover {
		background-color: #7765A4;
		text-decoration: underline;
		}
		.thirdBox img {
		float: left;
		max-width: 200px;
		margin-right: 15px;
		}
		.thirdBox {
		width: 94%;
		padding: 20px;
		margin: 5px;
		}
		.slidePic {
		float: none;
		max-width: 94%;
		margin: auto;
		}
		.frontSlidePic {
		float:none;
		margin-right: auto;
		margin-left: auto;
		}
		#qualityImage {
		float:none;
		max-width: 90%;
		margin: 25px auto 25px auto;
		display:block;
		}
		#coreImage, #assessImage {
		float: none;
		max-width: 90%;
		margin: auto;
		display:block;
		}
		#careerImage {
		max-width: 350px;
		margin-bottom: 30px;
		display:block;
		}
		
		.basicTxt {
		font-size: 14px;
		}
		.mCellColumn {
		min-width: 240px;
		height: auto;
		padding: 0px;
		margin: 10px;
		}
		#openingSpace {
		clear: both;
		height: 160px;
		}
		.pageBlockContainer {
		max-width: 94%;
		margin: auto;
		}
		
		.osText {
		font-size: 21px;
		}
		#sloganLeft h1, #sloganLeft p {
		font-size: 54px;
		}
		h1 {
		font-size: 28px;
		}
		h2 {
		font-size: 24px;
		}
		.headTxt {
		font-size: 14px;
		}
		.largeRed {
		font-size: 18px;
		}
		.headTxt {
		font-size: 12px;
		}
		.rowEdges {
		width: 40%;
		}
		.callOutText {
		font-size: 16px;
		}
		#callOutContent {
		max-width: 94%;
		height: 280px;
		}
		.boldGreenText {
		font-size: 24px;
		}
		.boldGTxt {
		font-size: 18px;
		}
		.socialIcon {
		width: 44px;
		}
}
@media only screen and (max-width: 1100px) {
		.rowMiddle {
		height: 380px;
		}
		.mainLinkBold {
		font-size: 30px;
		}
		.mainLinkContent {
		font-size: 14px;
		}
		#headerSize {
		height: 250px;
		}
		#headerRow {
		height: 130px;
		}
		#header {
		position: relative;
		border-bottom: solid 1px #FFFFFF;
		}
		#headContent {
		display: block;
		}
		#logo {
		width: 100%;
		max-width: 450px;
		display: block;
		margin:auto;
		}
		#contact {
		float:none;
		width: 100%;
		margin-top: 0px;
		display: none;
		}
		#sloganLeft h1, #sloganLeft p {
		font-size: 40px;
		line-height: 40px;
		}
		#belowSlidesCol:first-child {
		float: none;
		}
		#belowSlidesCol:last-child {
		float: none;
		}
		.contactColumn {
		width: 100%;
		}
		#logo {
		position: relative;
		float: none;
		margin: 8px 0px 0px 0px;
		max-width: 100%;
		z-index: 10;
		display: inline-block;
		text-align: center;
		}
		#logo img {
		margin: auto;
		padding: 0px;
		width: 500px;
		max-width: 98%;
		display: block;
		}
		#careerImage {
		display: none;
		}
		#frtDescrip {
		text-align: justify;
		}
		#frtAbout {
		text-align: center;
		}
		#footerLogo {
		width: 125px;
		}
		#footer p {
		font-size: 12px;
		}
		h3,  {
		text-align:center;
		}
		#pageContainer {
		position: relative;
		width: 100%;
		height: auto;
		display: table;
		}
		h1 {
		font-size: 24px;
		}
		h2 {
		font-size: 20px;
		}
		.boldText {
		font-size: 16px;
		}
		.careerButton {
		font-size: 14px;
		}
		#contact p {
		margin: 5px auto;
		}
		.img125 {
		width: 90px;
		}
		.img105 {
		width: 78px;
		}
		.img82 {
		width: 60px;
		}
		.img78 {
		width: 55px;
		}
		.applyLink {
		display: none;
		text-align:center;
		font-size: 18px;
		line-height: 30px;
		margin-top: auto;
		margin-right: auto;
		}
		.boldGreenText {
		font-size: 21px;
		}
		.boldGTxt {
		font-size: 16px;
		}
		.equalCol {
		width: 60%;
		margin: 15px auto;
		padding: 10px 2%;
		display: block;
		}
		.socialIcon {
		width: 40px;
		}
		.fbleftCol, .fbrightCol {
	float: none;
	width: 80%;
	margin: 12px auto;
	}

}
@media only screen and (max-width: 680px) {
		.largeRed {
		font-size: 12px;
		}
		#headerSize {
		height: 190px;
		}
		#social img {
		max-width: 25px;
		}
		.thirdBox {
		width: 94%;
		padding: 10px;
		margin: 5px;
		}
		.leftCol {
		float: none;
		width: 100%;
		
		}
		.rightCol {
		float: none;
		width: 100%;
		}
		.boardleftCol {
		float: none;
		width: 100%;
		text-align:center;
		}
		.boardrightCol {
		float: right;
		width: 100%;
		}
		h1 {
		font-size: 24px;
		}
		h2 {
		font-size: 21px;
		}
		#logoIcon {
		display: none;
		float: left;
		margin-bottom: 0px;
		}
		.infoReqCheckBox {
		width: 90%;
		}
		#address {
		display: none;
		}
		.noFloat {
			float: none;
			margin: auto;
		}
		#aboutImage {
		float:none;
		width: 350px;
		max-width: 90%;
		margin: auto;
		display: block;
		}
		.mobileCenter {
		text-align: center;
		}
		#sloganLeft h1, #sloganLeft p {
		font-size: 28px;
		line-height: 26px;
		}
		#footerContainer {
		position: relative;
		width: 100%;
		margin: 0px;
		height: auto;
		overflow:hidden;
		border-top: solid 2px #FFFFFF;
		bottom: 0px;
		left: 0px;
		}
		#slideTable {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		}
		.rowEdges {
		position: absolute;
		top: 300px;
		left: 0px;
		display: block;
		width: 100%;
		
		}
		.rowMiddle {
		position: absolute;
		top: 0px;
		left: 0px;
		display:block;
		width: 100%;
		height: 200px;
		}
		#pageContainer {
		display: block;
		}
		#headerRow {
		display: block;
		}
		#middleRow {
		display: block;
		}
		#footerRow {
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 1%;
		overflow: visible;
		display: block;
		background-color: #FFFFFF;
		}
		.careerrightCol, .careerleftCol {
		float: none;
		width: 96%;
		padding-left: 0px;
		margin: auto;
		}
		.careerleftListings p {
		text-align: center;
		}
		#mainButtons {
		display: block;
		}
		.mainLink {
		width: 100%;
		vertical-align: middle;
		padding: 45px auto;
		display: block;
		}
		.mainLinkContent {
		postion: relative;
		width: 80%;
		margin: 10px auto;
		text-align:center;
		}
		.midMainLink, .leftMainLink, .rightMainLink {
		border-left: solid 0px #FFFFFF;
		border-right: solid 0px #FFFFFF;
		border-top: solid 1px #42AB58;
		border-bottom: solid 1px #FFFFFF;
		}
		.midMainLinkBlu, .leftMainLinkBlu, .rightMainLinkBlu {
		border-left: solid 0px #FFFFFF;
		border-right: solid 0px #FFFFFF;
		border-top: solid 1px #1345A8;
		border-bottom: solid 1px #FFFFFF;
		}
		.applyLink {
		text-align:center;
		font-size: 16px;
		line-height: 30px;
		margin-top: auto;
		margin-right: auto;
		}
		.greenLinkButton {
		text-align:center;
		font-size: 16px;
		line-height: 30px;
		margin-top: auto;
		margin-right: auto;
		}
		#footer .footerBlock {
		display: block;
		}
		.boldGreenText {
		font-size: 18px;
		}
		.picBorderRight, .picBorderLeft {
		margin: 10px auto;
		float: none;
		max-width: 60%;
		}
		.equalCol {
		width: 70%;
		}
		.socialIcon {
		width: 36px;
		}
		.googleMap {
		width: 88%;
		height: 320px;
		margin: auto;
		display:block;
		}
		.adoptButton {
		float: none;
		margin: 8px auto 8px auto;
		display: block;
		}
}
@media only screen and (max-width: 440px) {
		.img125 {
		width: 78px;
		}
		.img105 {
		width: 66px;
		}
		.img82 {
		width: 50px;
		}
		.img78 {
		width: 46px;
		}
		.boldGreenText {
		text-align: center;
		}
		.equalCol {
		width: 84%;
		}
}