﻿/* back to top  */

.button-container input {
	display: inline;
	vertical-align: middle;
	margin: 0px 5px 10px 0px;
	}
	
	.button-container form, .button-container form div {
	display: inline;
	}
	
	.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	}
	
	.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
	
	.img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px;
	margin-bottom: 20px;
	background: #f2f2f2;
	-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	 }
	 
	.colBackground {
	background-color:rgba(0,0,0,0.05);
	padding:20px 10px!important;
	}
	
	.colBackground ol {
	margin-left:30px;
	list-style-type:lower-alpha;
	color:rgba(0,0,0,0.70);
	padding:5px;
	}
	
	.colBackground ul {
	margin-left:30px;
	}
	
	.colBackground ul li {
	padding:5px;
	color:rgba(0,0,0,0.80);
	display: list-item;
	list-style-type: square;
	}
	
	.colBackground p{
	margin:10px 5px;
	}
	
	.colBackground img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	margin-bottom: 5px;
	margin-bottom: 20px;
	background: #f2f2f2;
	-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	}
	
	.colBackground a:link    {color:#6c94e4; text-decoration:none; font-weight:bold;}
	.colBackground a:visited {color:#6c94e4; text-decoration:none; font-weight:bold;}
	.colBackground a:active  {color:#6c94e4; text-decoration:none; font-weight:bold;}
	.colBackground a:hover   {color:#c17400; text-decoration:none; font-weight:bold;}
	
	
	hr {
	border:1px solid rgba(0,0,0,0.20);
	margin:10px auto!important;
	}   
	
	.mainContent{
	display:block;
	margin:auto;
	width:100%;
	max-width:1450px;
	padding:20px 10px;
	}
	
	.mainContent a:link    {color:#6c94e4; text-decoration:none; font-weight:bold; }
	.mainContent a:visited {color:#6c94e4; text-decoration:none; font-weight:bold; }
	.mainContent a:active  {color:#6c94e4; text-decoration:none; font-weight:bold; }
	.mainContent a:hover   {color:#c17400; text-decoration:none; font-weight:bold; }
	
	/* Back to Top  */
	
	#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(154,59,1, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
	#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 0px;
	top: 20px;
	font-size: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
	}
	#return-to-top:hover i {
	color: #fff;
	top: 5px;
	}
	
	
	/* end back to top  */
	
	/*==============================================*/
	/*1: GLOBAL STYLES*/
	/*==============================================*/
	
	* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	body {
	font-size: 1rem;
 font-family: "Roboto Serif", serif;
	}
	
	.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-right: 0.0%;
	clear: none;
	float: none;
	}
	
	.gridContainer {
	box-sizing: border-box;
	}
	
 .masthead {
 width: 100%;
/* background: linear-gradient(90deg, #96b1ce, white, white, white, #96b1ce);*/
 }

	.mast-container {
	width: 100%;
 background: linear-gradient(90deg, #96b1ce, white, white, white, #96b1ce);
	}
	
	/*navigation - global changes can be made in the separate media queries*/
					
	nav ul li a {
	text-decoration: none;
 color: white;
	display: block;
 font-family: "Roboto Slab", serif;
	font-weight: 500;
	text-transform: uppercase;
	}
	
	/*submenu bg on desktop, regular menu bg on mobile*/
	.nav-wrapper ul.sub-menu, #toggleNav nav ul {
 background-color: black;
	}
	
	/*submenu hover bg on desktop, regular submenu on mobile*/
	.sub-menu a:hover, #toggleNav nav ul.sub-menu {
 background-color: #003593;
	}
	
	/*submenu hover link on desktop, regular submenu link on mobile*/
	.sub-menu a:hover, #toggleNav nav ul.sub-menu a {
	color: white;
	}
	
	/*generic links*/
	
	a {
	color:#003593;
	}
	
	a:hover {
	color:#6c94e4;
	}
 
/*active mobile link-overrides a above*/
#mobileMenu a:hover {
color: white;
}
	
/*page content*/
	
	h1, h2, h3, h4 {
 font-family: "Roboto Slab", serif;
 }
	
 h1 {}
 
	p {
	font-size: 1rem;
	line-height: 135%;
	}
	
	a {
	text-decoration: none;
	}
	
	ul li a {
	text-decoration: none;
	}
	
	footer {
	width: 100%;
	background-image: url(../images/footer-background.jpg);
 background-size: cover;
	}
	
	
	/*==============================================*/
	/*2: MOBILE STYLES*/
	/*==============================================*/
	
	@media only screen and (min-width: 375px) { 
	   
	.container {
	width: 100%;
	padding: 1rem;
	}	 
		
	.top-half {
	width: 100%;
	position: relative;
	}	
		
	.hero {
	width: 100%;
	}
	
	.hero img {
	width: 100%;
	}
	
	/*this cannot be renamed.*/
	.image-container {
	overflow: hidden;
	width: 100%;
	}

.image-containerpage {
	overflow: hidden;
	width: 100%;
	}

.image-containerpage img{
	border-top:5px solid #05407D;
	border-bottom:10px solid #05407D;
}	

	#slideshowContainer {}
	
	/*responsiveslides css file has this at 1500px*/
	
	.rslides img {
	min-width: 100%;
	}
	
	.main-content {
	margin: 0 auto;
	}
	
	.container {
	margin-bottom: 0.5rem;
	}	

 h1, h2 {
 font-family: "Roboto Slab", serif;
 }
 
	h1, h2, h3, h4{
	/*margin-bottom: 0.5rem;*/
	}
	
	p {
	/*if font is too big:*/
 font-size: 0.9rem;
 /*margin-bottom: 0.5rem;*/
	}
	
	
/*=intro:*/

.intro {
margin: 0 auto;
margin-top: 0;
}

.intro .container {
width: 90%;
padding: 0;
padding-bottom: 1rem;
margin: 0 auto;
}

.intro-header {
background-image: url(../images/intro-header-background.jpg);
background-repeat: no-repeat;
background-size: cover;
}

.intro-header .container {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0;
padding-right: 0;
text-align: center;
}

.intro-header h2 {
color: white;
font-weight: normal;
font-size: 1.25rem;
line-height: 135%;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

/*hide bullet point on mobile*/
.intro-header h2 span {
display: none;
}

.intro-header h1 {
font-size: 2.75rem;
font-weight: 600;
color: #9eabc6;
text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.intro-header h1 span {
color: #6c94e4;
}

/*parallax scroll*/
.intro-content{
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
padding-top: 2rem;
padding-bottom: 2rem;
}

.intro-text {
width: 95%;
margin: 0 auto;
background: rgba(224, 234, 234, 0.8);
}

.intro-text .container {
padding-top: 1rem;
}

.intro p {
font-weight: 600;
line-height: 180%;
text-align: center;
}

.cta a {
color: white;
padding: 1rem;
text-transform: uppercase;
font-size: 1.25rem;
font-weight: 600;
letter-spacing: 3px;
background-color:#003593;
display: table;
margin: 0 auto;
margin-top: 1rem;
margin-bottom: 0.5rem;
font-family: "Roboto Slab", serif;
}

	/*=cards*/
	
	/*section class*/
	
	.cards{
	width: 100%;
	}
	
	.outer-wrap {
	background-image: url(../images/cards-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 1rem;
 padding-bottom: 2rem;
 
	/*repeats background image*/
	background-size: contain;
	background-repeat: repeat;
	} 
	
	.card-container {
	width: 100%;
	padding: 1rem;
	padding-top: 0;
	padding-bottom: 0;
	}
	
	.card-wrapper {
	padding-top: 1.5rem; 
	}
	 
	.card {
	position: relative;
	text-align: center;
	padding-bottom: 0;
	}
	
	.card img {
	width: 85%;
 box-shadow: 0 0 12px rgba(0,0,0,0.5);
	} 
	 
	h2.card-link {
width: 100%;
position: absolute;
bottom: 0;
font-family: "Roboto Slab", serif;
font-weight: 600;
letter-spacing: 2px;
text-decoration: none;
color: white;
font-size: 2.25rem;
text-transform: uppercase;
text-align: center;
display: table;
margin: 0 auto;
padding: 0;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
} 

 
/*Verse*/

.verse-content{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 2rem;
padding-bottom: 2rem;
}

.verse-text {
width: 100%;
width: 95%;
margin: 0 auto;
}

.verse-text .container {
padding-top: 1rem;
}

.verse-text h3 {
color: white;
font-size: 1.25rem;
font-weight: 500;
text-align: center;
font-family: "Roboto Serif", serif;
text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
line-height: 175%;
}

.verse-text br {
/*display: none;*/
}

/*=footer*/ 	
 
footer {
/*removes gap at bottom*/
position: absolute;
border-top: 5px solid white; 
} 	
	
footer .container {
display: flex;
flex-direction: column;
text-align: center;
margin-bottom: 0;
padding-top: 1.5rem;
padding-left: 0;
padding-right: 0;
}	

.footer-map {
order:1;
width: 95%;
margin: 0 auto;
margin-bottom: 1rem;
}
 
.footer-text {
order: 2;
width: 100%;
}

footer p {
color: white;
font-family: "Roboto Slab", serif;
margin-bottom: 0;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

footer p a:hover {
color: #f2c860;;
}
 
p.footer-name {
line-height: 100%;
text-transform: uppercase;
color: #6c94e4;
font-size: 1.25rem;
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 1rem;
}

p.footer-address {
line-height: 100%;
font-size: 1rem;
font-weight: normal;
margin-bottom: 1rem;
}

p.footer-contact{}

p.footer-phone {
line-height: 100%;
color: #6c94e4;
font-size: 2rem;
margin-bottom: 0.25rem;
margin-top: 0.5rem;
font-weight: 600;
}

p.footer-mail {
margin-top: 1rem;
margin-bottom: 1rem;
font-size: 1.25rem;
}


p.footer-mail a {
color: #6c94e4;
}


.copyr, a.sm {
font-family: 'Roboto', sans-serif;
padding-bottom: 1rem;
/*text-transform: uppercase;*/
color: white;
letter-spacing: normal;
font-size: 0.9rem;
font-weight: 300;
line-height: 170%;
}


/*secondary pages:*/

/*replaces the main-content class for secondary pages*/
.page {
/*padding-top: 1rem;
padding-bottom: 1rem;*/
background-image:url('../images/lightbackground.jpg');
}

.page .container {
width: 90%;
margin: 0 auto;
} 	

.top-half img {
width: 100%;
}

.scrolling-image {
min-height: 250px;
background-repeat: no-repeat;
background-size: cover;
background-position: center right;
}

.scrolling-image img {
/*width: 100%;*/
}

.page h1 {
font-size: 2rem;
color: #003593;
line-height: 110%;
}

.page .container h1 {
/*margin-bottom: 2rem;*/
}

.page h2 {
font-size: 1.5rem;
/*margin-bottom: 0.5rem;*/
color: #6c94e4;
font-weight: 500;
}

.page h3 {
font-size: 1.25rem;
color: black;
font-weight: 500;
}

.page p {
margin-bottom: 1rem;
font-size: 1rem;
line-height: 150%;
}

.page p a {
/*font-size: 1rem;
display: block;
margin-top: 1rem;*/
}

 
	/*don't touch*/
	}
	/*don't touch*/
	
	 
	/*==============================================*/
	/*3: =TABLET AND ADDITIONAL MOBILE STYLES*/
	/*==============================================*/
	
	/*phone landscape*/
	
	@media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 1112px) 
	and (orientation: landscape){ 
	
	 
	/*don't touch*/
	}
	/*don't touch*/
	
	
	
	/*-------------------------------------*/
	/*tablet general*/
	
	@media only screen and (min-device-width : 768px) 
		and (max-device-width : 1024px) { 
	
.intro-header .container {
padding-top: 1rem!important;
padding-bottom: 1rem!important;
}

.intro h1 {
font-size: 4rem!important;
margin-bottom: 0.5rem!important;
text-transform: uppercase!important;
}

.intro h2 {
text-transform: uppercase!important;
letter-spacing: 2px!important;
margin-top: 0!important;
margin-bottom: 0!important;
}

.hall-of-fame h2 {
display: inline-flex!important;
margin-bottom: 0!important;
line-height: 100%!important;
}

/*show bullet point*/
.intro-header h2 span {
display: block!important;
padding-left: 0.5rem!important;
}
 
.intro-content{
background-attachment: fixed!important;
} 
 
.intro-text {
width: 90%!important;
text-align: left!important;
margin: 0!important;
margin-left: 2rem!important;
background: rgba(224, 234, 234, 0.8)!important;
}
 
.card-container {
padding-top: 1rem!important;
width: 90%!important;
margin: 0 auto!important;
}

.card-wrapper {
padding-top: 2rem!important;
}

h2.card-link {
font-size: 4rem!important;
margin-bottom: 4rem!important;
}

.card img {
width: 80%!important;
margin-bottom: 2rem!important;
}
	
.verse-content {
background-attachment: fixed!important;
} 
 
.verse-text .container {
width: 80%!important;
margin: 0 auto!important;
}

.verse-text h3 {
font-size: 2rem!important;
}

.verse-text br {
display: none!important;
}

p.footer-name{
font-size: 2rem!important;
text-transform: uppercase!important;
padding-top: 1rem!important;
}

p.footer-address {
font-size: 1.5rem!important;
text-transform: uppercase!important;
margin-bottom: 1.5rem!important;
letter-spacing: 2px!important;
}

p.footer-contact {
font-size: 1rem!important;
letter-spacing: 1px!important;
}

p.footer-phone {
font-size: 3rem!important;
margin-bottom: 0.5rem!important;
}

p.footer-mail {
font-size: 2rem!important;
margin-bottom: 2rem!important;
}

a.sm, p.copyr {
font-size: 0.9rem!important;
line-height: 135%!important;
letter-spacing: 2px!important;
}
 
p.copyr {
width: 80%!important;
margin: 0 auto!important;
} 

 
	/*don't touch*/
	}
	/*don't touch*/
	
	
	/*-------------------------------------*/
	/*tablet landscape only*/
	
	@media only screen 
		and (min-device-width: 768px) 
		and (max-device-width: 1024px) 
		and (orientation: landscape) {
	
 .intro-content {
 background-attachment: initial!important;
 background-size: cover!important;
 padding-top: 5rem!important;
 padding-bottom: 5rem!important;
 }
 
 .intro-text {
 width: 90%!important;
 }
 
 .intro p{
 font-size: 1rem!important;
 }
 
 .card-container {
 flex-direction: row!important;
 flex-wrap: wrap!important;
 }
 
 .card-wrapper {
 width: 50%!important;
 }
 
 .card img {
 width: 90%!important;
 }
 
 .verse-content {
 background-attachment: initial!important;
 background-size: cover!important;
}
 
.verse-text .container {
width: 100%!important;
} 
 
footer .container {
flex-direction: column!important;
padding-top: 3rem!important;
} 

.footer-text {
order: 2!important;
}
 
.footer-map {
order: 1!important;
width: 80%!important;
margin-bottom: 2rem!important;
} 

	
	/*don't touch*/
	}
	/*don't touch*/
	
	
	
	/*==============================================*/
	/*4: =DESKTOP STYLES*/
	/*==============================================*/
	
	@media only screen and (min-width: 900px) { 
	
	 
			/*turn these styles on for a fixed width site:*/
	/*
			.gridContainer, footer  {
			max-width: 1600px;
			border: 1px solid black;
			}
	*/
			
	 
	.top-half {}
	
	.hero {
	max-height: 850px;
	overflow: hidden;
	}
	 
	.hero img {
	vertical-align: top;
	} 
	
	/*keep main main-content centered on page*/
	.main-content {
	margin: 0 auto;
	}	 
	
	h1 {}
	
	p {
	/*margin-bottom: 1.5rem;*/
	} 
			
.top-half {}

.hero {}

.image-container{}

 
/*intro-desktop*/

.intro {}

.intro .container {
width: 100%;
padding: 1rem;
max-width: 1500px;
margin: 0 auto;
}

.intro-header .container {
padding-top: 1rem;
padding-bottom: 1.5rem;
} 

.intro-header h1 {
font-size: 7.5vw;
text-transform: uppercase;
padding-top: 0;
}

.intro-header h2 {
font-size: 1.9vw;
font-weight: 500;
letter-spacing: 5px;
text-transform: uppercase;
margin-bottom: 0;
}

.hall-of-fame h2 {
display: inline-flex;
margin-bottom: 0;
line-height: 100%;
}

/*show bullet point on desktop*/
.intro-header h2 span {
display: block;
padding-left: 0.5rem;
}

/*parallax scroll*/
.intro-content{
background-position: center right;
background-attachment: fixed;
background-repeat: no-repeat;
padding-top: 2rem;
padding-bottom: 2rem;
}

.intro-text {
width: 45%;
background: rgba(224, 234, 234, 0.5);
padding: 1rem;  
padding-top: 2rem;    
margin-left: 2rem;  
}

.intro-text .container {
padding-top: 0;
}

.intro p {
font-size: 1.1vw;
font-weight: 500;
text-align: left;
}

.intro p span {
font-weight: 400;
}

.intro-text br {
display: none;
}

.cta a {
font-size: 2rem;
margin-bottom: 2rem;
}

.intro a:hover {
background-color: black;
color: #6c94e4;
}
	
/*cards-desktop*/

.cards {}

.outer-wrap {
background-repeat: no-repeat;
background-size: cover;
}

.card-container {
display: flex;
width: 100%;
max-width: 1500px;
margin: 0 auto;
padding: 0;
padding-top: 2rem;
padding-bottom: 2rem;
}

.card-wrapper {
margin: 0 auto;
padding-top: 1.5rem;
border-bottom: 0;
}

.card img {
width: 90%;
border:1px solid white;
}

.card h2 {
font-size: 2.75vw;
margin-bottom: 1.5rem;
}

.card:hover img {
box-shadow: none;
}

.card:hover > h2 {
color: #6c94e4;
}

/*verse-desktop*/
  
.verse-content{
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
padding-top: 2rem;
padding-bottom: 2rem;
}

.verse-text {
margin: 0 auto;
padding: 1rem;  
padding-top: 10rem;
padding-bottom: 10rem;
}
   
.verse-text .container {
padding-left: 5rem;
padding-right: 5rem;
}
  
.verse-text h3 {
color: white;
font-size: 2rem;
font-weight: 500;
text-align: center;
font-family: "Roboto Serif", serif;
text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
line-height: 175%;
}
	
.verse-text br {
display: none;
} 

/*footer-desktop*/

footer {
position: relative;
margin-bottom: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
padding-top: 0.5rem;
letter-spacing: 0.035em; 
border-top: 10px solid white;
}

footer .container {
flex-direction: row;
padding: 1rem;
}

.footer-text {
order: 1;
}

.footer-map {
order: 2;
height: 20rem;
}

.footer-map iframe {
height: 20rem;
}

p.footer-name {
font-size: 2rem;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 1rem;
}

p.footer-address{
font-size: 1.5rem;
font-weight: 400;
margin-bottom: 1.5rem;
}

p.footer-contact {
font-size: 1.25rem;
}

p.footer-phone {
font-size: 2.5rem;
}

p.footer-mail a {
font-size: 1.75rem;
text-decoration: underline;
}

a.sm, p.copyr {
font-size: 0.9rem;
letter-spacing: 2px;
line-height: 135%;
margin-top: 2rem;
}

/*secondary pages:*/

/*keep main main-content centered on page*/

.main-content.page {
max-width: 1500px;
margin: 0 auto;
margin-top: 2rem;
margin-bottom: 3rem;
}	 

.scrolling-image{
background-position: center right;
background-attachment: fixed;
background-repeat: no-repeat;
padding-top: 2rem;
padding-bottom: 2rem;
width: 100%;
min-height: 650px;
}

.page h1 {
font-size: 2.5rem;
font-weight: 500;
/*margin-bottom: 0.5rem;*/
}


.page h2 {
font-size: 1.5rem;
font-weight: 500;
/*margin-bottom: 0.5rem;*/
}

.page h3 {
font-size: 1.5rem;
font-weight: 500;
/*margin-bottom: 0.5rem;*/
}  

	
	/*don't touch*/	
	}
	/*don't touch*/
	
	
	/*-------ADDITIONAL DESKTOP STYLES---------*/ 
 
	/* ...... */
	
	/* -----------------------------------
	Form - narrow
	----------------------------------- */
	
	.row-form {
		clear: left;
		overflow: hidden;
		zoom: 1;
		margin: 0 0 1em;
	}
	
	.label {
		display: block;
		margin: 0 0 .1em;
	}
	
	.input, .select, .textarea {
		width: 100%;
	 *width: 90%;
		box-sizing: border-box;
		border: 1px solid #999;
		border-radius: .3em;
	}
	
	.input, .textarea {
		padding: 5px;
	}
	
	.textarea {
		height: 150px;
	}
	
	.radio {
		margin-left: 1px;
		margin-right: .5em;
	}
	
	.form-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.btn {
		display: inline-block;
		margin: 0;
		padding: .5em .75em;
		border: 0;
		border-radius: .3em;
		color: #fff;
		background-color: #6c94e4;
		line-height: 1;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12pt;
	}
	
	.btn:focus {
		background-color: #6c94e4;
	}
	
	.btn:hover {
		background-color: #3871FF;
	}
	
	.btn:active {
		background-color: #6c94e4;
	}
	
	/* -----------------------------------
	Form - wide
	----------------------------------- */
	
	@media (min-width:33em) {
	
	.submission-form {
		max-width: 40em;
	}
	
	.label {
		float: left;
		width: 25%;
		margin: 0 2% 0 0;
		text-align: right;
	}
	
	.input, .select, .textarea {
		float: left;
		width: 70%;
	}
	
	.form-indent {
		margin-left: 27%;
		width: 70%;
	}
	}
	
@media only screen and (min-width: 600px) {
.sold {
background-color: #fe0808;
padding:10px 10px 10px 70px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-50px;
margin-left:-50px;
width:100%;
max-width:450px;
border-radius: 5px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}

@media only screen and (min-width: 800px) {
.sold {
background-color: #fe0808;
padding:10px 10px 10px 60px;
color: #ffffff;
font-weight: bold;
font-size: 24px;
text-align: left;
display: block;
margin-top:-20px;
margin-left:-40px;
width:100%;
max-width:450px;
border-radius: 5px;
-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
z-index:500;
}
}

/***** HORSE AREA FORMATTING *****/


#widehorselistingpic {
	text-align: center;
}

.smallimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	width:100%;
	max-width:300px;
	/*height:200px;*/
	overflow:hidden;
	object-fit: cover;
	object-position:center;
	border: 1px solid #ccc;
padding: 5px;
margin-bottom: 20px;
background: #f2f2f2;
-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	/*border-style: solid;
	padding: 0px;
    border: 10px solid transparent;
    -webkit-border-image: url('../images/border.png') 15 15 stretch;
   	border-radius:0px;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);*/
}

.centerimage {
	display:block!important;
	margin:auto!important;
	text-align:center!important;
}


.largeimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	width:100%;
	max-width:600px;
	border: 1px solid #ccc;
padding: 5px;
margin-bottom: 20px;
background: #f2f2f2;
-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
/*	border-style: solid;
	padding: 0px;
    border: 10px solid transparent;
    -webkit-border-image: url('../images/border.png') 15 15 stretch;
	border-radius:12px;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);*/
}

.largepedtable td {
	vertical-align: middle;
	line-height:1;
}

.medpedtable td {
	vertical-align: middle;
		line-height:1;

}

.smallpedtable td {
	vertical-align: middle;
	line-height:1;
}

.largepedtable hr {
	margin-top: 1px;
	border-top: 1px dashed #8c8b8b
	}

.medpedtable hr {
	margin-top: 1px;
}

.smallpedtable hr {
	margin-top: 1px;}


.pedigreeline {
	max-width: 95%;
	text-align: left;
	margin-left: 0;
	margin-top: 0px;
}

.smallFont {
	font-size: 12px;
	color:#A43500;
	line-height:12px!important;
}

/* for Sale Comment and Sold */
.hiLiteComment {
background-color:#20424b;
	color: #ffffff;
	font-weight: bold;
	font-size:18px;
}

.soldtext {
	/*background-color: #000000;
	color: #C89A57;*/
	color:#FF0000;
	font-weight: bold;
	font-size:24px;
	text-align: center;
    display: block;
    padding: 4px;
}



/* for horse name on details page and for horse type heading on listing pages */
.horseHeading{
 font-family: "Roboto Slab", serif;
font-size: 2rem;
color: #003593;
line-height: 110%;
text-align: center;
margin-top: 2rem;
text-transform:uppercase;
}

.pageheading {
 font-family: "Roboto Slab", serif;
font-size: 2rem;
color: #003593;
line-height: 110%;
text-align: left;
margin-top: 2rem;
text-transform:uppercase;
}

/* for header links in listing table */
.header {
	font-size: 18px;
    padding-right: 10px;
}


/* for horse name Links on listing pages */
.nameLink {
	display:block;
	margin:auto;
 font-family: "Roboto Slab", serif;
font-weight: bold;
text-align: center;
text-transform:uppercase;
font-size:24px;
line-height: 135%;
color: #1D4988;
    margin-top:20px;
    text-decoration:none!important;
   /* -webkit-border-image: url('images/ropedarker.png') 3 3 stretch;*/

}

.nameLink:hover {
}

a:link.nameLink {
	color: #1D4988;
	text-decoration: none;
}

a:visited.nameLink {
	color:#1D4988;
	text-decoration: none;
}

a:active.nameLink {
	color:#1D4988;
	text-decoration: none;
}

a:hover.nameLink {
	color: #9B5934;
	text-decoration: none;
}

/* for links in pedigree table */
.pedName {
	font-family: Arial, serif;
	text-transform:uppercase;
	color:#1D4988;
	font-size:16px;
	font-weight:bold;
}

a:link.pedName {
	color: #9B5934;
	text-decoration: underline;
	font-size:16px;	
}

a:visited.pedName {
	color: #9B5934;
	text-decoration: underline;
}

a:active.pedName {
	color: #9B5934;
	text-decoration: none;
}

a:hover.pedName {
	color: #9B5934;
	text-decoration: none;
}

.pedNotes {
	font-size: .7em;
}

.backlink {font-size: 10pt;
 color:#20424B;
}

a:link.backlink {
 color:#20424B;
}
a:active.backlink {
 color:#20424B;
}
a:hover.backlink {
 color:#20424B;
}

a:visited.backlink {
 color:#20424B;
}

.tiny {
	font-size: 16px;
	color: #1D1F2F;
}

a:link.tiny {
	color: #1D1F2F;
	text-decoration: underline;
}

a:visited.tiny {
	color: #1D1F2F;
	text-decoration: underline;
}

a:active.tiny {
	color: #1D1F2F;
	text-decoration: none;
}

a:hover.tiny {
	color: #000000;
	text-decoration: none;
}

.widehorselisting {
   background-color:rgba(255,255,255,0.35);
    /* background-image: url('../images/salehorsebackground.jpg');
    background-repeat: no-repeat;
    background-position: center;
   background-size: cover;*/
    height: auto;
    padding:30px;
    border: 20px solid transparent;
    background-image:url(../images/intro-bg.jpg);
    -webkit-border-image: url('../images/footer-background.jpg') 20 20 stretch;
	-webkit-box-shadow: inset 0px 0px 15px 0px #000000;
	box-shadow: inset 0px 0px 15px 0px #000000;
	color:#000;
}

.horselisting {
   background-color:rgba(255,255,255,0.85);
    /*background-image:url(../images/lightbackground.jpg);
    background-repeat: repeat;
    background-position: center;
    /*background-size: cover;*/
    overflow:hidden;
    height: auto;
    padding:20px;
    padding-bottom:40px;
    border-width: 10px;
  	border-style: solid;
	border-image: linear-gradient(#04356E, #ffffff, #0862AB, #ffffff, #04356E, #ffffff, #04356E) 40;
    /*-webkit-border-image: url('../images/footer-background.jpg') 15 15 stretch;*/
	-webkit-box-shadow: inset 0px 0px 15px 0px #000000;
	box-shadow: inset 0px 0px 15px 0px #000000;
	color:#000;	
	margin-bottom:10px;
}

.horselisting ul {
	padding: 10px;
}

.winnerhorselisting {
	border: 2px double #180000;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px #2F0101;
	box-shadow: 0px 0px 15px 0px #2F0101;
	padding: 1em;
	margin-left:auto;
	margin-right:auto;
	/* width:32%; */
}

.shortHorseDescription {
	text-align:left;
	font-size:16px;
	line-height:120%!important;
	margin-top:10px!important;
}

.shortHorseDescription p {
	text-align:left;
	font-size:1.25rem;
	line-height:120%;
}

.medsmallwhiteFont{
	font-size:15px;
	color:#000000;
	line-height:120%!important;
}

.longHorseDescription {
	/*margin-left: 2em;*/
}

.detailsheader {
	text-align: center;
}



.mobileh1{
	display:block;
}
.normalh1{
	display:none;
}

@media only screen and (min-width: 900px) {
.mobileh1{
	display:none;
}
.normalh1{
	display:block;
}
}

/**ARTICLES**/

ul.articles {display:block; margin:auto; padding:0px; font-size:14px; overflow: hidden; text-align: center;}
ul.articles li {	
display: inline-block;
	margin: 10px;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	max-width:300px;
}
ul.articles li img {	
	width:100%;
	max-width:300px;
	height:200px;
	overflow:hidden;
	object-fit: cover;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px;
	margin-bottom: 20px;
	background: #f2f2f2;
	-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
}
ul.articles li a {display:block;}
ul.articles li a:hover { }


/*ul, li{
  list-style-type:none;
  display: inline-block;
  padding:10px;
}*/


.hp-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.hp-item {
background-color:rgba(255,255,255,0.55);
  padding: 20px;
  flex: 32%;
  margin:2px;
  padding-top:20px;
  border:2px solid #6B94E4;
}

.hp-item ul {
margin-left:30px;
text-align:left;
}

.hp-item li{
	padding:3px;
}

.hp-item img{
    border:4px double #B2975D;
    margin:5px;
    padding:5px;
    background:#000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.hp-item h1{
    font-size:26px;
    font-weight:bold;
    padding:10px;
}

.hp-item p{
    text-align:left;
    margin:0;
    margin-top:15px;
}
/* Responsive layout - makes a two column-layout instead of a three-column layout */
@media (max-width: 1000px) {
  .hp-item {
    flex: 48%;
  }
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 600px) {
  .hp-item {
    flex: 100%;
  }
}

