  

 /*
TABLE OF CONTENTS

00 - Credits
01 - Global
02 - References 
03 - General Structure
04 - Header
05 - Body
06 - Footer
07 - Home Page
08 - Secondary Page
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
////////////////////////////////////////////////////////////////////*/


.phone {
    color: #e2efd6;
    display: inline-block;
    font-size: 11px;
    font-weight: 200;
    outline: 0 none;
    text-decoration: none;
    text-shadow: none;
    transition: all 500ms linear 0s;
	line-height:15px;
	text-align:center;
	
}

.grat:active {
	color: #e2efd6;;

}

.grat:hover, .grat:focus {
	color: #e2efd6;;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}


html, body
{
    width: 100%;
}


html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Didact Gothic', sans-serif;
	font-weight:100;
	background: #314850;
}

body * {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*
 * 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;
	margin: 10px;
}

.img-stretch {
	width: 100%;
	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;
}

a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #19819B;
	text-decoration: underline; 	
}
a:hover{
	text-decoration: none;
	color: darkseagreen;
	
}

a:visited {
	color: #19819B;
}

.grat a:hover {
	text-decoration: underline;
}

nav a {
	text-decoration: none;
}

.btn {
  background: #5892c0 none repeat scroll 0 0;
	border-radius: 4px;
	display: inline-block;
    font-family: "Poppins";
	font-size: 18px;
	margin-right: 15px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
	width: 180px;	
}

.btn a {
	color: #fff;
	display: block;
	padding: 2em;
	margin: -2em;
	text-decoration: none;
}

.btn:hover {
  background: #314850;
  color: #fff;
  text-decoration: none;
}

.btn a:hover {
  	text-decoration: none;
	color: #fff;
}

h2, h3 {
	color: #5b898c;
	font-family: 'Poppins';
	
}
	
h1 {
	color: #fff;
	text-align:center;
	font-family: 'Poppins';
	letter-spacing: 0.6rem;
	text-transform: uppercase;
	font-size: 120px;
	line-height: 80px;
	margin-bottom: 50px;
	font-weight: 300;

}

@media only screen and (max-width: 900px) {
	h1 {
		font-size: 80px;
	}
}
	
@media only screen and (max-width: 500px) {
	h1 {
		font-size: 35px;
	}
	
}
		

.intro p {
	font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
}



h2 {
	color: #314850;
    font-size: 36px !important;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 40px;
}

h3 {
	color: #314850;
    font-size: 22px !important;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 25px;
    margin: 20px 0 2px;
}

h6 {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #05385b;
	background-color: #f4cf35;
	font-weight: 700;
	line-height: 4px;
	margin: 0px 0 0px 15px;
	padding: 15px;
	
}

p {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 16px;
}

strong {
	font-weight:700;
	
}

ol, ul {
    font-size: 18px;
    padding: 0 0 0 40px;

}

/*//////////////////////////////////////////////////////////////////// 
//  02 - FONTS
////////////////////////////////////////////////////////////////////*/







/*//////////////////////////////////////////////////////////////////// 
//  03 - General Structure
////////////////////////////////////////////////////////////////////*/

.site {
	position: relative;
}

section, header.site-hd, .row {
	width: 100%;
	
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;	
	background: #314850;
}

.content {
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #314850;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	
}

#main .section {
	width: 1000px;
	padding: 0 100px;
	margin: 15px auto;
}

/*//////////////////////////////////////////////////////////////////// 
//  04 - Header


background: #183661;
	border-top: 8px solid #eeac36;
	border-bottom: 8px solid #eeac36;
	color: #f6edcf;
	font-size: 25px;
	padding: 18px 0;
	text-align: center;
////////////////////////////////////////////////////////////////////*/

.primary-nav-wrap.content {
	display: block;
	text-align: center;
	background-color:#314850;;
	padding: 20px 0;
	padding: 18px 0;
	font-family: 'Poppins';
	width: 65%;
}

#nav-toggle {
	display: none;
	font-size: 25px;
	padding: 10px;
	color: #f7edd3;
	text-transform: uppercase;
	margin: 0 20px;
	-webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    cursor: pointer;
}

.primary-nav a {
	
	
	
	display: inline-block;
		zoom:1;
		*display:inline;
	padding: 10px;
	color: #cfdee0;
	font-size: 20px;
	font-weight:400;
	margin: 0;
	
	
	
		text-decoration: none;
	text-shadow: none;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	outline: 0 none;
	
	}

.primary-nav a:hover, a:active, a:focus {
	color: #fff;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

.site-hd .content {
	
}

#umkc_headerwrap #alert h2 {
    font-size: 24px !important;    
}

#umkc_headerwrap #umkc_header img#umkcType {    
    padding-top: 0px !important;
    margin-top: 4px !important;
}

.expanation {
	position: absolute;
	top: 60px;
	text-align: center;
	display:block;
	width: 100%;
	color: #f7edd4;
	text-transform: uppercase;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 20px;
	display: none;
}



/*//////////////////////////////////////////////////////////////////// 
//  05 - Body
////////////////////////////////////////////////////////////////////*/

section.site-bd {

}

.co-chair-left {
	float: left;
	padding: 25px 0;
}

.co-chair-right {
	float: right;
	padding: 25px 0;
}

@media only screen and (max-width: 1223px) {
	.co-chair-left, .co-chair-right {
		float: none;
		padding: 0;
	}
}


/*//////////////////////////////////////////////////////////////////// 
//  06 - Footer
////////////////////////////////////////////////////////////////////*/

.footer-row {
	background: #314850; none repeat scroll 0 0;;
	padding: 30px 100px;
	color: #fff;	
    height: auto;
    margin: 0 auto;
    padding: 0;
	width: 1000px;
	
}

@media only screen and (max-width: 999px) {
	.footer-row {
	width: auto;
	padding: 0 30px;
	
	}
}

.footer-row h3 a {
	color: #cfdee0;
	
}



.social_media {
	margin: 10px -15px;
	
}

#umkc_footerwrap {
	clear: both;
	background: #FFFFFF;
}

#umkc_footer p {
	font-size: 11.2px; font-size: .7rem;
	margin: 11.2px 0; margin: .7rem 0; 
}

/*//////////////////////////////////////////////////////////////////// 
//  07 - Home Page
////////////////////////////////////////////////////////////////////*/

.event-details {
	background: #5b898c;
	border-top: 8px solid #e2efd6;
	border-bottom: 8px solid #e2efd6;
	color: #fff;
	font-size: 25px;
	padding: 18px 0;
	text-align: center;
	font-family: 'Poppins';
	letter-spacing:3.5px;
}



.gallery img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Secondary Page
////////////////////////////////////////////////////////////////////*/



/*//////////////////////////////////////////////////////////////////// 
//  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;
}

/*//////////////////////////////////////////////////////////////////// 
//  10 - Media Queries
////////////////////////////////////////////////////////////////////*/

/* Desktop */
@media only screen and (min-width: 1024px) {
	

}


/* iPad vertical and smaller */
@media only screen and (max-width: 1223px) {
 	.content {
		width: 95%;
		padding: 30px 2.5%;
	}
	
	.site-hd .content {
		width: 100%;
		padding: 0;
	}
	
	
	.primary-nav a, #nav-toggle {
		font-size: 16px;
		margin: 0 5px;
	} 

	
	.site-hd .primary-nav-wrap.content  {
		padding: 20px 0;
	} 

}

@media only screen and (max-width: 1030px) {
	#main .section {
		width: 95%;
		padding: 0 2.5%;
	}
	
	.event-overview.content {
		padding-bottom: 0;
	}
	
	.site-ft .content {
		padding-top: 0;
	}
	
	.section.event-footer, .umkc-logo {
		text-align: center;
		line-height: 1.4;
	}
	
	.section.event-footer .col {
		margin-bottom: 20px;
	}
	
	.expanation {
		position: relative;
		top: 0;
		text-align: center;
		background: #010101;
		font-size: 14px;
		padding: 15px 5%;
		width: 90%;
	}
	
	#umkc_footerwrap #umkc_footer {
		margin: 0 !important;
		width: 80% !important;
		padding: 30px 10% !important;
		
	}

}



@media only screen and (min-width: 641px) {
	.primary-nav {
		display:block !important;
	}
}


/* Mobile or Tab */
@media only screen and (max-width: 640px) {
	
	#nav-toggle {
		display: block;
	}
	
	.primary-nav {
		display:none;
	}
	
	.primary-nav a {
		display: block;
	}
	
	#main .section {
		width: 100%;
		padding: 0;
	}
	
	
	
	.gallery img {
		margin-bottom: 20px;
	}
	
	
	
	
	
	
}


/* Low res Mobile */
@media only screen and (max-width: 480px) {
	
 
}



@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: none;
		color: #689fc2;
    }

    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;
    }
}



/*//////////////////////////////////////////////////////////////////// 
//  Sections
////////////////////////////////////////////////////////////////////*/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*//////////////////////////////////////////////////////////////////// 
//  Grid column setup
////////////////////////////////////////////////////////////////////*/

.col {
	display: block;
	float:left;
	margin: 0 15px 0 0%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 640 PIXELS */

@media only screen and (max-width: 999px) {
	.col { 
		margin: 0;
	}
}

.col-max {
	display: block;
	float:left;
	margin: 0 0 0 3%;
}

.col-max:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 640 PIXELS */

@media only screen and (max-width: 640px) {
	.col-max { 
		margin: 0 0 0 3%;
	}
}

.col-zero{
	display: block;
	float:left;
	margin: 0 0 0 0%;
}

.col-zero:first-child { margin-left: 0; } /* all browsers except IE6 and lower */



/*//////////////////////////////////////////////////////////////////// 
//  Columns
////////////////////////////////////////////////////////////////////*/


/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}


.front_span_1_of_2 {
	width: 47%;
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.front_span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF THREE   ============================================================================= */

	
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 65.56%;
}
.span_1_of_3 {
	width: 31.13%;
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}

/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}

/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}

/*  GRID OF SEVEN   ============================================================================= */


.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.48%;
}

.span_5_of_7 {
  	width: 70.97%;
}

.span_4_of_7 {
  	width: 56.45%;
}

.span_3_of_7 {
  	width: 41.94%;
}

.span_2_of_7 {
  	width: 27.42%;
}

.span_1_of_7 {
  	width: 12.91%;
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_7_of_7 {
		width: 100%; 
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
	}
	.span_1_of_7 {
		width: 100%; 
	}
}

/*  GRID OF EIGHT   ============================================================================= */

.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
  	width: 87.08%;
}

.span_6_of_8 {
  	width: 74.17%;
}

.span_5_of_8 {
  	width: 61.26%;
}

.span_4_of_8 {
  	width: 48.35%;
}

.span_3_of_8 {
  	width: 35.43%;
}

.span_2_of_8 {
  	width: 22.52%;
}

.span_1_of_8 {
  	width: 9.612%;
}


/*  GO FULL WIDTH AT LESS THAN 1030 PIXELS */

@media only screen and (max-width: 1030px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
	
	.event-footer	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF NINE   ============================================================================= */


.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.71%;
}

.span_7_of_9 {
	width: 77.42%; 
}

.span_6_of_9 {
	width: 66.13%; 
}

.span_5_of_9 {
	width: 54.84%; 
}

.span_4_of_9 {
	width: 43.55%; 
}

.span_3_of_9 {
	width: 32.26%;
}

.span_2_of_9 {
	width: 20.97%; 
}

.span_1_of_9 {
	width: 9.68%; 
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_9_of_9 {
		width: 100%; 
	}
	.span_8_of_9 {
		width: 100%; 
	}
	.span_7_of_9 {
		width: 100%; 
	}
	.span_6_of_9 {
		width: 100%; 
	}
	.span_5_of_9 {
		width: 100%; 
	}
	.span_4_of_9 {
		width: 100%; 
	}
	.span_3_of_9 {
		width: 100%; 
	}
	.span_2_of_9 {
		width: 100%; 
	}
	.span_1_of_9 {
		width: 100%; 
	}
}

/*  GRID OF TEN   ============================================================================= */


.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
	width: 89.84%;
}

.span_8_of_10 {
	width: 79.68%;
}

.span_7_of_10 {
	width: 69.52%; 
}

.span_6_of_10 {
	width: 59.36%; 
}

.span_5_of_10 {
	width: 49.2%; 
}

.span_4_of_10 {
	width: 39.04%; 
}

.span_3_of_10 {
	width: 28.88%;
}

.span_2_of_10 {
	width: 18.72%; 
}

.span_1_of_10 {
	width: 8.56%; 
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_10_of_10 {
		width: 100%; 
	}
	.span_9_of_10 {
		width: 100%; 
	}
	.span_8_of_10 {
		width: 100%; 
	}
	.span_7_of_10 {
		width: 100%; 
	}
	.span_6_of_10 {
		width: 100%; 
	}
	.span_5_of_10 {
		width: 100%; 
	}
	.span_4_of_10 {
		width: 100%; 
	}
	.span_3_of_10 {
		width: 100%; 
	}
	.span_2_of_10 {
		width: 100%; 
	}
	.span_1_of_10 {
		width: 100%; 
	}
}

/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
	width: 100%;
}

.span_10_of_11 {
	width: 90.76%;
}

.span_9_of_11 {
	width: 81.52%;
}

.span_8_of_11 {
	width: 72.29%;
}

.span_7_of_11 {
	width: 63.05%; 
}

.span_6_of_11 {
	width: 53.81%; 
}

.span_5_of_11 {
	width: 44.58%; 
}

.span_4_of_11 {
	width: 35.34%; 
}

.span_3_of_11 {
	width: 26.1%;
}

.span_2_of_11 {
	width: 16.87%; 
}

.span_1_of_11 {
	width: 7.63%; 
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_11_of_11 {
		width: 100%; 
	}
	.span_10_of_11 {
		width: 100%; 
	}
	.span_9_of_11 {
		width: 100%; 
	}
	.span_8_of_11 {
		width: 100%; 
	}
	.span_7_of_11 {
		width: 100%; 
	}
	.span_6_of_11 {
		width: 100%; 
	}
	.span_5_of_11 {
		width: 100%; 
	}
	.span_4_of_11 {
		width: 100%; 
	}
	.span_3_of_11 {
		width: 100%; 
	}
	.span_2_of_11 {
		width: 100%; 
	}
	.span_1_of_11 {
		width: 100%; 
	}
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.53%;
}

.span_10_of_12 {
	width: 83.06%;
}

.span_9_of_12 {
	width: 74.6%;
}

.span_8_of_12 {
	width: 66.13%;
}

.span_7_of_12 {
	width: 57.66%; 
}

.span_6_of_12 {
	width: 49.2%; 
}

.span_5_of_12 {
	width: 40.73%; 
}

.span_4_of_12 {
	width: 32.26%; 
}

.span_3_of_12 {
	width: 23.8%;
}

.span_2_of_12 {
	width: 15.33%; 
}

.span_1_of_12 {
	width: 6.86%; 
}


/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
}


/* September 2023 Header Update */
/* Body text color */
.content {
	color: #00578a; 
}

header.site-hd {
	min-height:400px;
	/*background: url('https://umkc.edu/crescendo/images/crescendo-website-art.png');*/
	background: url('https://umkc.edu/crescendo/images/crescendo-header-image-2024.jpg');
	background-size: cover;
}

.primary-nav-wrap.content {
	padding-top: 6em;
	background: transparent;
}

/* Because of the ordering of stylesheets, 
I am forced to overwrite certain styles with !important's.  
Cleaned up previous !important's from button styles 
earlier in this stylesheet. */

.btn {
	background-color: #5892c0 !important;
	text-decoration: none !important;
}

.btn:hover {
	background-color: #215782 !important;
	text-decoration: none !important;
}

.event-details {
	background: #bf9043;
	color: #fff;
    border-top: 8px solid #edc86f;
    border-bottom: 8px solid #edc86f;
}

.footer-row {
	background:#bf9043;
	color: #fff;
}

/* body background color also affects footer background color */
body {
	background:#bf9043;
}

.footer-row h3 a, .footer-row p {
	color: #fff;
}