   /*
TABLE OF CONTENTS

00 - Credits
01 - Global
02 - References 
03 - General Structure
04 - Header
05 - Body
06 - Footer
07 - Home Page
08 - Secondary Pages
09 - Helper Classes
10 - Media Queries
11 - Print

*/

/*//////////////////////////////////////////////////////////////////// 
//  00 - Credits
////////////////////////////////////////////////////////////////////*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
 


/*//////////////////////////////////////////////////////////////////// 
//  01 - Global
////////////////////////////////////////////////////////////////////*/


html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	text-align: center;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
    
}

.img-stretch {
	width: 100%;
	height: auto;
}

.img-portrait {
	width: 30%;
	height: auto;	
}

.img-story {
	width: 80%;
	height: auto;	
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * Chrome Frame Prompt
 */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

p {
	width: 70%;
	margin: 15px auto 30px;
	font-size: 1.1em;
}

.cutline {
	width: 70%;
	margin: 0px auto 30px;
	font-size: .9em;
}

p:last-child {
	margin-bottom: 0;
}

h2 {
	margin: 0 0 0.5em;
	font-size: 42px;
}

h3 {
	margin: 1em 0 .5em;
	font-size: 1.47em;
}

ul {
	display: block;
	width: 70%;
	text-align: left;
	margin: 0 auto;
}

a {
	color: #BE3F34;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
	
nav a {
	text-decoration: none;
}



/*//////////////////////////////////////////////////////////////////// 
//  02 - References
////////////////////////////////////////////////////////////////////*/

/*
Font Family:

	font-family: 'Exo 2', sans-serif;
	font-family: 'Mrs Saint Delafield', cursive;

*/

/*
Colors:

	Red #be3f34
	green (dark army) #6d765d
	green (lighter) #b6bd75
	Beige background #e8ddcd
	Beige darker [flowers] #d4bfa5

*/

/*//////////////////////////////////////////////////////////////////// 
//  03 - General Structure
////////////////////////////////////////////////////////////////////*/

.site {
	position: relative;
}

section, header.site-hd, .row {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;	
}

.content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 75px 0;
	position: relative;
	z-index: 1;
	
}

/*//////////////////////////////////////////////////////////////////// 
//  04 - Header
////////////////////////////////////////////////////////////////////*/

header.site-hd {
	background: #be3f34;
}

header.site-hd .content {
	padding: 30px 0;
	
}

a#site-title {
	display: block;
	width: 162px;
	height: auto;
	float: left;
	
}

#site-title h1{
}

.mobile-menu-toggle {
	display: none;
	cursor: pointer;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 0 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}

.nav-primary {
	display: block;
	width: 70%;
	height: auto;
	margin-top: 30px;
	float: right;
}

.nav-primary ul {
	padding-left: 0;
	text-align: right;
	width: 100%;
}

.nav-primary ul li {
	display: inline-block;
		zoom:1;
		*display:inline;
		border-left: 1px solid #FFF;
}

.nav-primary ul li:first-child {
	border-left: none;	
}

.nav-primary a {
	padding: 5px 10px;
	color: #FFF;
	font-size: 14px;
	letter-spacing: .05em;
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Body
////////////////////////////////////////////////////////////////////*/

section.site-bd {

}

.red-crsv {
	font-family: 'Mrs Saint Delafield', cursive;
	font-size: 62px;
	color: #ebdccc;
}

.btn {
	display: inline-block;
		zoom:1;
		*display:inline;
	padding: 5px 10px;
	color: #fff;
	background: #be3f34;
	text-decoration: none;
	font-size: 20px;
	min-width: 200px;
}

.btn_small {
	display: inline-block;
		zoom:1;
		*display:inline;
	padding: 5px 10px;
	color: #fff;
	background: #be3f34;
	text-decoration: none;
	font-size: 20px;
	width: 28%;
	min-width: 180px;
}

.btn:hover, 
.btn_small:hover{
	color: #fff;
	background-color: #6D765D;
	text-decoration: none;
}

blockquote {
	font-family: 'Mrs Saint Delafield', cursive;
	font-size: 48px;
	width: 60%;
	margin: 0 auto;
	
}

/* patterns */

.beige-red h2 {
	color: #be3f34;
}

.green-lace-dark {
	background: url('/starrhalloffame/images/lace-dark-green-v2.jpg') #6d765d;
	color: #fff;
}

.green-lace-dark h2 {
	font-size: 42px;
}

.green-lace-dark p {
	margin: 0 auto;
}

.halloffame {
	background: #E8DDCD;
} 
.halloffame h2 {
	color: #be3f34;
} 

/*//////////////////////////////////////////////////////////////////// 
//  06 - Footer
////////////////////////////////////////////////////////////////////*/

.sponsors .col {
	margin-top: 0;
	margin-bottom: 0;
}

section.site-ft {
	background: #be3f34;
	
}

section.site-ft .content {
	padding: 30px 0;
}

section.site-ft p {
	width: 80%;
	margin: 0 auto;
	font-size: 1em;
	color: #fff;
}

#umkc_footerwrap {
	clear: both;
}

#umkc_footer p {
	font-size: 11.2px; font-size: .7rem;
	margin: 11.2px 0; margin: .7rem 0; 
}

/*//////////////////////////////////////////////////////////////////// 
//  07 - Home Page
////////////////////////////////////////////////////////////////////*/

.hero {
	/* background: url('/starrhalloffame/images/lace-dark-green-v2.jpg') #6d765d; */
	background: #E8DDCD;
}

.hero .content {
	padding-top: 30px;
	padding-bottom: 0;
	position: relative;
}

.hero-text {
	width: 60%;
	height: auto;
	position: absolute;
	top:45px;
	right: 3%;
	text-align: right;
}

.hero-text h2 {
	margin-top: 15px;
	margin-bottom: 0;
}

.hero-text p {
	width: 60%;
	float: right;
	margin: 20px 0 10px;
}

.caption {
	width: 60%;
	height: auto;
	position: absolute;
	bottom:15px;
	right: 3%;
	text-align: right;
	color: #fff;
}

.home-action {
	background: #e8ddcd;
}

.home-action .content {
	padding: 20px 0 45px;
}

.home-action h3 {
	font-size: 28px;
	color: #6d765d;
}

.home-action p {
	width: 100%;
	font-size: 16px;
}

.home-action .col {
	margin: 1% 0 1% 3.2%;
}


.home-action .span_1_of_3 {
	width: 31.2%;
}

@media only screen and (max-width: 640px) {
	.home-action .col { 
		margin: 1% 0 1% 0%;
	}
	
	.home-action .span_1_of_3 {
		width: 100%;
	}
}

.home-about {
	background: url('/starrhalloffame/images/lace-dark-green-v2.jpg') #6d765d;
	color: #fff;
}

.home-about h2 {
	/* color: #e8ddcd; */
	font-size: 42px;
}

.home-about p {
	/* color: #e8ddcd; */
	/* width: 70%; */
	margin: 0 auto;
}

.sponsors h2 {
	color: #6D765D;
}

/*//////////////////////////////////////////////////////////////////// 
//  08 - Secondary Pages
////////////////////////////////////////////////////////////////////*/

/*
 * Nominations
 */

.nominations p {
}

.nom-action {
	background: #e8ddcd;
}

.nom-action .btn:first-child {
	margin-right: 30px;
}

.nom-criteria {
	background: url('/starrhalloffame/images/kansas-city-skyline-true-blue.jpg') no-repeat bottom center  #6BB4E7;
	background-size: 99.99% auto;
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/starrhalloffame/images/kansas-city-skyline-true-blue.jpg',
	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/starrhalloffame/images/kansas-city-skyline-true-blue.jpg',
	sizingMethod='scale')"; */
	color: #fff;
	padding-bottom: 550px;
	
}



.nom-criteria p, .nom-process p {
	text-align: left;
}

.nom-process {
	background: url('/starrhalloffame/images/lace_light_green.png') #b6bd75;
}

.nom-process h2 {
	color: #BE3F34;
}

/*
 * About Us
 */
 
.about .row {
	color: #BE3F34;
}

.about h2 {
	color: #6D765C;
	
}

.about p, .about .site-bd li {
	text-align: left;
	color: #000;
}

.about .row.sponsors {
	border-bottom: none;
}

.about-story {
	background: #E8DDCD;
}

.about-martha {
	background: url('/starrhalloffame/images/lace_light_green.png') #b6bd75;
}

.about-martha h2 {
	margin-top: .83em;
	color: #BE3F34;

}

.about-committee {
	background: #E8DDCD;
} 



/*
 * HALL OF FAME
 */

.hall-recipient {
  display: block;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  align:center;
}

.hall-recipient:hover h3 {
  text-decoration: underline;
  text-align: center;
}



.hall-recipient ul {
	width: 100%;
	padding-left: 0px;
	list-style: none;	
	 text-align: center;
}

.hall-recipient h3 {
	margin: 1em 0 0;
	 text-align: center;
}

.hall-recipient h4 {
	margin-top: 0;
	font-weight: normal;
	 text-align: center;
}


.hall-recipient-dropdown {
	background: #E8DDCD;
	padding: 4%;
	width: 92%;
	border: 1px solid: #333;
	border-radius: 10px;
	position: relative;
	display: none;
	text-align: center;
}

.hall-recipient-dropdown p {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
	margin-bottom: 15px;
	text-align:center;
}

.tribute p:last-child {
	margin-bottom: 0;
}








/*
 * Butterfly
 */

.butterfly-about {
	background: #e8ddcd;
}

.butterfly-about:before {
	content:"";
	display: block;
	width: 284px;
	height: 286px;
	background: url('/starrhalloffame/images/flowers-left.png') center center ;
	position: absolute;
	left:0;
	top: 150px;
}

.butterfly-about:after {
	content:"";
	display: block;
	width: 284px;
	height: 286px;
	background: url('/starrhalloffame/images/flowers-right.png') center center ;
	position: absolute;
	right: 0;
	top: 100px;
}

.butterfly-quote:before {
	content:"";
	display: block;
	width: 100px;
	height: 100px;
	background: url('/starrhalloffame/images/butterfly-red-full.png') center center ;
	position: absolute;
	margin-left: -100px;
	margin-top: -30px;
}

.butterfly-quote:after {
	content:"";
	display: block;
	width: 100px;
	height: 100px;
	background: url('/starrhalloffame/images/butterfly-red-half.png') center center ;
	position: absolute;
	right: 130px;
	top: 0;
}

.butterfly-quote {
	color: #be3f34;
}



.butterfly h2 {
	margin-top: 30px;
	clear: both;
}

.quote-author {
	margin-bottom: 30px;
}

/* garden */


.bfly-grdn ul {
	width: 100%;
	padding-left: 0px;
	list-style: none;	
}

.bfly-grdn h3 {
	margin: 1em 0 0;
}

.bfly-grdn h4 {
	margin-top: 0;
	font-weight: normal;
}

.bfly-tributee {
  display: block;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.bfly-tributee:hover h3 {
  text-decoration: underline;
}

.tribute {
	background: #E8DDCD;
	padding: 4%;
	width: 92%;
	border: 1px solid: #333;
	border-radius: 10px;
	position: relative;
	display: none;
}

.tribute p {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
	margin-bottom: 15px;
}

.tribute p:last-child {
	margin-bottom: 0;
}

/*
 * Contact
 */

.contact {}

.contact-info {
	background: #e8ddcd;
}

.contact-info h2 {
	color: #6D765C;
}

.contact-map {
	background: url('/starrhalloffame/images/lace_light_green.png') #b6bd75;
}

/* luncheon details*/

.luncheon-details img {
	width: 30%;
	padding: 10px;
}

.luncheon-details {
	background: #E8DDCD;
}
.row green-lace-dark locpark a{
	color:white;
}

/*//////////////////////////////////////////////////////////////////// 
//  09 - Helper Classes
////////////////////////////////////////////////////////////////////*/

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* http://webdesign.tutsplus.com/tutorials/quick-tip-embedding-new-google-maps--webdesign-15366 
*/

.iframe-700w {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}

/*//////////////////////////////////////////////////////////////////// 
//  10 - Media Queries
////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 1500px) {
	
	.nom-criteria {
	padding-bottom: 450px;
	}  

}

/* Desktop */
@media only screen and (max-width: 1300px) {
	
	.nom-criteria {
	padding-bottom: 350px;
	}  

}


/* iPad vertical and smaller */
@media only screen and (max-width: 1023px) {
 	
	.content {
		width: 90%;
		padding: 30px 5%;
	}
	
	.slider {
		padding-top:30px;
	}
	
	.hero .content {
		width: 100%;
		padding: 0;
	}
	
	.hero-text {
		top: 0;
		width: 70%;
	}
	
	.nom-criteria {
	padding-bottom: 350px;
	}  

}

@media only screen and (max-width: 960px) {
	
	p, .iframe-700w {
		width: 75%;
	}
	
	.btn {
		width: 100%;
		text-align: center;
		padding: 10px 0px;
		min-width: 0;
	}
	
	/* Nominate Button */
	.nom-action .btn:first-child {
		margin: 0 0 30px;
	}
	
	.nom-criteria {
		background: url('/starrhalloffame/images/kansas-city-skyline-true-blue-960.jpg') no-repeat bottom center #6BB4E7;
	}
	
	/* Butterfly */
	.butterfly-about:before {
		display: none;
	}

	.butterfly-about:after {
		display: none;
	}

	.butterfly-quote:before {
		position: relative;
		margin-left: 0;
		margin-top: 0;
	}

	.butterfly-quote:after {
		position: relative;
		right: auto;
		top: auto;
		float: right;
	}
	
	.quote-author {
		float: right;
	}
	
}

@media only screen and (max-width: 880px) {
	
	p, section.site-ft p, .iframe-700w {
		margin: 10px 0;
		width: 100%;
		
	}
	
	ul {
		width: 80%;
		padding-left: 0;
	}
	
	.img-portrait {
		width: 60%;
	}
	.img-story {
	width: 90%;
	height: auto;	
}
	
	/* Home Page */
	
	.hero-cutline {
		display: none;
	}
	
	.hero-text {
		width: 90%;
		position: relative;
		top: 0;
		right: 0;
		text-align: left;
		margin: 0 auto;
		padding: 15px 0  30px;
	}

	.hero-text h2 {
		
	}

	.hero-text p {
		width: 100%;
		float: left;
		margin: 20px 0 10px;
	}
	
	.home-action {
		background: #fff;
	}
	
	

}


/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */
 
@media only screen and (min-width: 641px) {

	.nav-primary {
		display: block !important;
	}

}

/* Mobile or Tab */
@media only screen and (max-width: 640px) {
	
	body {
		text-align: left;
	}
	
	h1, h2, h3, h4, blockquote {
		line-height: 1;
	}
	
	
	.img-portrait {
		width: 100%;
	}
	
	.img-story {
	width: 100%;
	height: auto;	
}
	
	
	blockquote {
		width: 100%;
		margin-bottom: 15px;
		font-size: 36px;
	}
	
	
	
	
	.red-crsv {
		font-family: 'Exo 2',sans-serif;
		font-size: 42px;
	}
	
	/* header */
	
	a#site-title {
		width: 100%;
	}
	
	.mobile-menu-toggle {
		display: block;
		clear: both;
		margin-top: 30px;
		width: 100%;
		float: left;
	}
	
	.nav-primary {
		display: none;
		overflow: hidden;
		width: 100%;
	}
	
	.nav-primary ul {
		text-align: center;
	}
	
	.nav-primary ul li {
		display: block;
		border-left: none;
		margin-bottom: 15px;
	}
	
	.nav-primary a {
		font-size: 18px;
		padding: 10px 0;
	}
	
	/* Footer */
	
	.sponsors .span_1_of_4, .sponsors .span_1_of_6 {
		width: 48.8%;
	}
	
	.sponsors .span_1_of_4:nth-child(3), .sponsors .span_1_of_6:nth-child(3), .sponsors .span_1_of_6:nth-child(5) {
	margin-left: 0;
	clear:both;
		
	}
	
	
	.sponsors .col {
		margin: 0 0 0 2.4%;
		/* -webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;    
	box-sizing: border-box;          
	border: 1px solid #000; */
	}
	
	
	/* Home page */
	
	
	
	.home-action .col {
		margin-bottom: 30px;
	}
	
	
	
	/* Nomination */
	
	.nom-criteria {
		padding-bottom: 300px;
	}
	
	
	
	/* contact*/
	.contact-map {
		min-height: 340px;
	}
	
}




/* Low res Mobile */
@media only screen and (max-width: 480px) {

	/* Nomination */
	
	
 
}



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/*//////////////////////////////////////////////////////////////////// 
//  11 - Print. Inlined to avoid required HTTP connection: h5bp.com/r
////////////////////////////////////////////////////////////////////*/


@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* sss CSS */
.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('/starrhalloffame/css/images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}