/*
Theme Name: Coca-Cola Scholars Foundation
Theme URI: https://www.coca-colascholars.org/
Author: nuSpace Media
Author URI: http://nuspacemedia.com/
Description: Custom WordPress theme for the Coca-Cola Scholars Foundation website.
Version: 1.0
Text Domain: cocacolascholars

*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Colors
Use #ed1c24 for red.
Use #dad5d0 for gray.
Use #6e645e for dark gray.



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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #dad5d0;
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 400;
	color: #7c7c7c;
	background-color: #e6e6e6;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.menu-toggle:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
.menu-toggle:active,
.menu-toggle.toggled-on {
	color: #757575;
	background-color: #e1e1e1;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #ed1c24;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img.logo-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
img.aligncenter,
.aligncenter, 
img.alignleft,
.alignleft,
img.alignright,
.alignright {
	margin: 12px auto 14px auto;
	margin: 0.857142857rem auto 1rem auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	border-top: 5px solid #ed1c24;
	background: #e2eefa;
	border-bottom: 1px solid #ed1c24;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.5;
	color: #757575;
	padding: 5px 15px 0;
	margin-bottom: 10px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
#nav-below {
	clear: both;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
.nav-single + #disqus_thread,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #dad5d0;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #444;
}
a {
	outline: none;
	color: #ed1c24;
}
a:hover {
	color: #6e645e;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.wrapper {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	clear: both;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	background: #ed1c24;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

#header-right {
	text-align: center;
	padding: 10px 0;
}

/* Navigation Menu */
.main-navigation {
	text-align: center;
}
.main-navigation li {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
	
	font-weight: 400;
}
.main-navigation a {
	color: #FFF;
}
.main-navigation a:hover {
	color: #FFF;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* -- Sidebar Widgets -- */
.widget-area .widget,
.widget-area .scholar-widget {
	margin-bottom: 20px;
	margin-bottom: 1.428571428rem;
}
.widget-area .widget h2 {
	margin-bottom: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 22px;
	font-size: 1.571428571rem;
	font-weight: 800;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* News Item List */
.widget .newsitem,
.widget .alumninewsitem,
.widget .newsitemextra {
	margin: 0;
	padding: 14px 16px;
	border-bottom: #6e645e 1px solid;
	clear: both;
}
.widget .alumninewsitem,
.widget .newsitemextra {
	line-height: 1.4;
}
.widget .odd {
	background: #f6f3f2;
}
.widget .even {
	background: #ebe6e4;
}
.widget .newsitem-thumb {
	float: left;
	width: 105px;
	margin-right: 12px;
}
.widget p.newsitem-date,
.widget p.quest-name-date, 
.quest-category-articles p.quest-name-date {
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 0.785714285rem;
}
.widget .newsitem p,
.widget .alumninewsitem p,
.widget .newsitemextra p {
	margin-bottom: 0;
}
.widget .newsitem a {
	text-decoration: none;
	color: #ed1c24;
	font-size: 18px;
	line-height: 1.2;
}
/* Custom h2 Colors for Sections */
.applicants-widget-area h2 {
	background: #f68b33 url(images/bckgrnd-white-stripes.png);
	color: #FFF;
}
.about-widget-area h2 {
	background: #6e645e url(images/bckgrnd-white-stripes.png);
	color: #FFF;
}
.alumni-widget-area h2 {
	background: #737a35 url(images/bckgrnd-white-stripes.png);
	color: #FFF;
}
.quest-widget-area h2 {
	border-top: 6px solid #6e645e;
	border-bottom: 1px solid #6e645e;
	color: #ed1c24;
}
/* Scholar Share Box */
.widget-area .scholar-widget {
	background: #ed1c24;
	color: #FFF;
	padding: 14px 16px;
	min-height: 200px;
}
.widget-area .scholar-widget h2 {
	font-weight: normal;
	font-size: 24px;
	font-size: 1.714285714rem;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	line-height: 1.1;
	background: none;
}
.widget-area .scholar-widget p {
	line-height: 1.4;
	font-size: 14px;
	font-size: 1rem;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.widget-area .scholar-widget ul {
	margin: 0;
	list-style-type: none;
}
.widget-area .scholar-widget li {
	float: left;
	width: 70px;;
}
.widget-area .quest-categories {
	padding: 9px 0 0;
}
.widget-area .quest-categories li {
	margin-bottom: 12px;
	font-size: 12px;
	list-style: none;
	height: 30px;
	display: block;
}
.widget-area .quest-categories a {
	text-decoration: none;
	background: #c2e0f6;
	padding: 8px 30px 8px 12px;
	font-size: 14px;
	font-size: 1rem;
	color: #6e645e;
}
.quest-widget-area .widget {
	background: #e2eefa;
}
.quest-widget-area .bottom-line {
	border-bottom: 1px solid #6e645e;
}

/* Scholar Bio Box */
.quest-widget-area .questscholarbio {
	padding: 15px 16px;
	background: #e2eefa;
	margin-bottom: 20px;
	border-top: 5px solid #6e645e;
	border-bottom: 1px solid #6e645e;
	min-height: 339px;
}
.quest-widget-area .questscholarbio h2 {
	background: none;
	margin-bottom: 24px;
	color: #ed1c24;
	font-size: 30px;
	font-size: 2.142857142rem;
	
	font-weight: 800;
	text-transform: uppercase;
	border: none;
}
.quest-widget-area .questscholarbio p {
	margin-bottom: 24px;
	line-height: 1.4;
}
/* Scholar Quote */
.scholarquote {
	
	font-weight: 400;
	font-size: 21px;
    line-height: 26px;
	margin: 5px 0 20px 0;
	border-bottom: 1px solid #ed1c24;
	border-top: 5px solid #ed1c24;
	padding: 15px 0;
	color: #6e635d;
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #FFF;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	padding: 14px 40px 24px;
	padding: 1rem 2.857142857rem 1.714285714rem;
	background: #ed1c24;
}
footer[role="contentinfo"] a {
	color: #FFF;
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* Footer */
#footercopy {
	margin-bottom: 5px;
}
#footercopy p {
	margin-bottom: 15px;
	line-height: 1.8;
}
#footercopy .footersocial {
	font-size: 14px;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	
	font-weight: 800;
}
#footercopy .footersocial img {
	vertical-align: middle;
	margin-left: 3px;
}
.site-info {
	clear: both;
	border-top: 1px solid #FFF;
	padding: 14px 0 0;
}
.footernav h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.142857142rem;
	
	font-weight: 800;
	text-transform: uppercase;
}
.footernav ul {
	margin-bottom: 15px;
}
.footernav ul li {
	margin-bottom: 10px;
	line-height: 1.3;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header img.wp-post-image,
.entry-header .wp-post-video,
.entry-page-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.2;
	color: #ed1c24;
	
	font-weight: 300;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .page-title {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.2;
	font-weight: normal;
	color: #ed1c24;
	text-transform: uppercase;
	
	font-weight: 400;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-date-line-quest {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	border-top: 1px solid #dad5d0;
	border-bottom: 1px solid #dad5d0;
	padding: 8px 0;
	font-size: 12px;
}
.entry-header .entry-date-line {
	margin-bottom: 14px;
	margin-bottom: 1rem;
	font-size: 14px;
	font-size: 1rem;
	color: #ed1c24;
	
	font-weight: 700;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #ed1c24;
}
article.sticky .featured-post {
	border-top: 4px double #dad5d0;
	border-bottom: 4px double #dad5d0;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #ed1c24;
	
	font-weight: 400;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.2;
	color: #ed1c24;
	text-transform: uppercase;
	font-weight: normal;
	font-weight: 400;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #dad5d0;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #dad5d0;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #dad5d0;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #dad5d0;
	margin-bottom: 42px;
	margin-bottom: 3rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.4;
	color: #6e645e;
	text-transform: uppercase;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* Homepage Content */

#homepage-text {
	border-top: 4px double #CCCCCC;
	border-bottom: 4px double #CCCCCC;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 14px;
	line-height: 21px;
}
#homepage-text h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
#homepage-text h2 a {
	text-decoration: none;
	color: #ed1c24;
}
#homepage-text p {
		margin-bottom: 10px;
	}
#homepage-text .read-more-link a {
	font-size: 14px;
	text-decoration: none;
}
#homepage-feeds .twitter-header,
.widget-area .widget h2.twitter-header {
	background: #c2e0f6 url(images/bckgrnd-twitter-header.png) no-repeat 20px center;
	padding: 20px 0 20px 68px;
	text-transform: uppercase;
	
	font-weight: 800;
	font-size: 18px;
	front-size: 1.285714285rem;
	color: #6e645e;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #dad5d0;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #ed1c24;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #ed1c24;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #ed1c24;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Quest Category Page
-------------------------------------------------------------- */

#quest-category-header {
	background: #e2eefa;
	padding: 20px 20px 6px 20px;
	margin-bottom: 20px;
	border-bottom: 5px solid #6e645e;
}
#quest-category-header .quest-categories {
	margin-top: 14px;
	list-style-type: none;
}
#quest-category-header h2 {
	text-transform: uppercase;
	color: #ed1c24;
	margin-bottom: 24px;
}
#quest-category-header .quest-categories li {
	font-size: 14px;
	font-size: 1rem;
	float: left;
	height: 30px;
	margin: 0 14px 14px 0;
}
#quest-category-header .quest-categories a {
	text-decoration: none;
	background: #c2e0f6;
	padding: 8px 30px 8px 8px;
	color: #6e645e;
}
#quest-category-header .quest-categories .current-cat a {
	background: #8cc9f6;
	color: #FFF;
}

.quest-category-articles li {
	float: left;
	width: 290px;
	height: 105px;
	background: #e2eefa;
	margin: 0 10px 20px 10px;
	padding: 20px
}
.quest-category-articles .questitem-thumb {
	width: 105px;
	float: left;
	margin-right: 12px;
}

.quest-category-articles a {
	text-decoration: none;
	color: #ed1c24;
	font-size: 18px;
	line-height: 1.2;
}
.entry-quest-scholarname {
	color: #6e645e;
	margin-bottom: 14px;
	text-transform: uppercase;
	
	font-weight: 800;
	font-size: 18px;
	front-size: 1.285714285rem;
}

/* Quest Landing Page Bio Sidebar */
.quest-featured-bio {
	background: #e2eefa;
	padding: 20px 0 6px;
	border-top: 6px solid #6e645e;
	border-bottom: 1px solid #6e645e;
}
.quest-featured-bio p {
	margin-bottom: 24px;
	line-height: 1.4;
	padding: 0 20px;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* -----------------------
 Picasa Feed and Twitter
----------------------- */

#firstblock {
	margin: 0 0 16px 0;
	background: #F00;
	height: 120px;
	padding: 20px;
	color: #FFF;
	
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
#firstblock h2 {
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 18px;
}
#firstblock p {
	text-transform: uppercase;
}
#firstblock a,
#firstblock a:hover {
	color: #FFF;
	text-decoration: none;
}
.pwi_photo {
    position: relative;
	float: left;
	margin: 0 20px 20px 0;
}
#jTweetsCocaColaScholars {
    height: 380px;
    overflow: auto;
	background: #e0effa;
}

/* -----------------------
 Sponsors
----------------------- */

.presenting-sponsors {
	margin: 0px;
	padding: 0px;
	background: #ed1c24;
	border-bottom: 6px solid #bf1f24;
	margin-bottom: 20px;
	clear: both;
}
.gold-sponsors {
	margin: 0px;
	padding: 0px;
	background: #fffcd6;
	border-bottom: 6px solid #fdde9b;
	margin-bottom: 20px;
}
.silver-sponsors {
	margin: 0px;
	padding: 0px;
	background: #e2f4fe;
	border-bottom: 6px solid #99ccff;
	margin-bottom: 20px;
}
.bronze-sponsors {
	margin: 0px;
	padding: 0px;
	background: #f9e2c7;
	border-bottom: 6px solid #c7b29a;
	margin-bottom: 20px;
}
.presenting-sponsors h2 {
	background: #bf1f24;
	color: #FFF;
	margin: 0;
}
.platinum-sponsors h2 {
	background: #dad5d0;
	color: #6e645e;
	margin: 0;
}
.gold-sponsors h2 {
	background: #fdde9b;
	color: #f68b33;
}
.silver-sponsors h2 {
	background: #99ccff;
	color: #456594;
}
.bronze-sponsors h2 {
	background: #c7b29a;
	color: #754c24;
}
.presenting-sponsors h2,
.platinum-sponsors h2,
.gold-sponsors h2,
.silver-sponsors h2,
.bronze-sponsors h2 {
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 8px;
	
	font-weight: 400;
	font-size: 14px;
	font-size: 1rem;
}
.gold-sponsors h2,
.silver-sponsors h2,
.bronze-sponsors h2 {
	margin: 0 0 20px 0;
}
.platinum-sponsors p {
	margin: 0
}
.gold-sponsors ul,
.silver-sponsors ul,
.bronze-sponsors ul {
	margin: 0 20px;
	list-style: none;
}
.gold-sponsors li,
.silver-sponsors li,
.bronze-sponsors li {
	margin-bottom: 14px;
	line-height: 1.4;
}
.presenting-sponsors .left-sponsor,
.presenting-sponsors .right-sponsor,
.platinum-sponsors .left-sponsor,
.platinum-sponsors .right-sponsor {
	text-align: center;
}
.platinum-sponsors .left-sponsor,
.platinum-sponsors .right-sponsor {
	background: #f0eceb;
	margin-bottom: 20px;
	border-bottom: 6px solid #dad5d0;
}
.gold-sponsors .left-sponsor,
.gold-sponsors .right-sponsor,
.silver-sponsors .left-sponsor,
.silver-sponsors .right-sponsor,
.bronze-sponsors  .left-sponsor,
.bronze-sponsors .right-sponsor {
	margin-bottom: 20px;
}

/* -----------------------
 Process
----------------------- */

.process {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.process-small-left,
.process-small-right,
.process-large-left,
.process-large-right {
	margin-bottom: 20px;
	position: relative;
}
.process-text {
	position: absolute;
	background: #fef6e1;
	display: none;
	padding: 5%;
	min-height: 60%;
	margin: 7px 7px 0 7px;
	font-size: 12px;
	line-height: 1.2;
}
.process a:hover .process-text {
	display: block;
}
.process h2 {
	color: #f68b33;
}



/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 618 pixels. */
@media screen and (min-width: 618px) {
	.site {
		padding: 0;
		margin: 0 auto;
		max-width: 1140px;
		background-color: #fff;
	}
	.wrapper {
		padding: 80px 40px 0;
	}
	.homewrapper,
	.quest-landing-wrapper {
		padding: 0 40px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.site-content {
		float: left;
		width: 66.03773585%;
		padding-bottom: 40px;
	}
	.homepage-large-left {
		float: left;
		width: 66.03773585%;
	}
	.widget-area,
	.homepage-small-right,
	.quest-featured-bio {
		float: right;
		width: 32.0754717%;
	}
	.homepage-small-right {
		border-top: 6px solid #666;
	}
	.homepage-large-right {
		float: right;
		width: 66.03773585%;
	}
	#homepage-text {
		padding: 20px 0;
		font-size: 18px;
		line-height: 26px;
		color: #666;
		margin-bottom: 0;
	}
	#homepage-text h2 {
		font-size: 18px;
		line-height: 26px;
		color: #ed1c24;
	}
	#picasafeed {
		float: right;
		width: 67.924528301%;
	}
	.homepage-small-left {
		float: left;
		width: 32.0754717%;
	}
	#facts, #homepage-feeds {
		clear: both;
		padding-top: 20px;
	}
	/* --- Header --- */
	.site-header hgroup {
		background: #ed1c24 url(images/bckgrnd-header.png) left top no-repeat;
		height: 86px;
		padding: 14px 40px 0 40px;
	}
	#header-left {
		float: left;
		width: 50%;
	}
	#header-right {
		float: right;
		width: 50%;
		text-align: right;
	}
	#header-right img {
		margin-left: 10px;
	}
	
	/* --- Main Navigation --- */
	#site-navigation-wrapper { /* maintain the nav height during the slide */
		height: 40px;
	}
	.main-navigation {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #ed1c24 url(images/bckgrnd-nav-bar.png) top repeat-x;
		height: 40px;
		clear: both;
		z-index: 999;
	}
	.main-navigation ul.nav-menu {
		display: inline-block !important;
		width: 100%;
	}
	.main-navigation li {
		display: inline;
	}
	.main-navigation li a {
		float: left;
		text-transform: uppercase;
		line-height: 40px;
		color: #fff;
		text-decoration: none;
		padding: 0;
		margin-right: 0;
		width: 140px;
		text-align: center;
	}
	.main-navigation li a:hover {
		color: #FFF;
	}
	/* --- Hide the submenu by default --- */
	.main-navigation ul ul {
		display: none;
	}
	/* --- Submenu is STICKY --- */
	.main-navigation .current-menu-parent ul {
		position: absolute;
		display: block;
		width: 100%;
		margin: 40px 0 0 0;
		padding: 0;
		z-index: 998;
	}
	.main-navigation .current-menu-parent ul li a {
		font-size: 14px;
		font-weight: 400;
		font-size: 1rem;
		line-height: 45px;
		color: #6e645e;
		text-decoration: none;
		margin: 0 10px;
		padding: 0 5px;
		width: auto;
		text-align: left;
	}
	.main-navigation .current-menu-parent ul li a:hover {
		color: #ed1c24;
		text-decoration: underline;
	}
	/* --- Submenu is HOVERED --- */
	.main-navigation li:hover > ul {
	  position: absolute;
	  display: block;
	  width: 100%;
	  margin: 40px 0 0 0;
	  padding: 0;
	  z-index: 999;
	}
	.main-navigation li:hover > ul li a {
	  font-size: 14px;
	  font-weight: 400;
	  font-size: 1rem;
	  line-height: 45px;
	  color: #6e645e;
	  text-decoration: none;
	  margin: 0 10px;
	  padding: 0 5px;
	  width: auto;
	  text-align: left;
	}
	.main-navigation li:hover > ul li a:hover {
	  color: #ed1c24;
	  text-decoration: underline;
	}
	/* --- Gray menu items, i.e. About --- */
	#site-navigation .gray a:hover,
	#site-navigation .gray:hover > a,
	#site-navigation .gray.current-menu-parent a {
		background: #6e645e url(images/bckgrnd-white-stripes.png);
	}
	#site-navigation .gray ul,
	#site-navigation .gray ul a,
	#site-navigation .gray.current-menu-parent ul a {
		background-image: none;
		background-color: #e3dddb;
	}
	#site-navigation .gray ul {
		border-bottom: 5px solid #6e645e;
	}
	#site-navigation .gray ul a:hover {
		background: none;
	}
	
	/* --- Blue menu items, i.e. Stories --- */
	#site-navigation .blue a:hover,
	#site-navigation .blue:hover > a,
	#site-navigation .blue.current-menu-parent a {
		background: #456594 url(images/bckgrnd-white-stripes.png);
	}
	#site-navigation .blue ul,
	#site-navigation .blue ul a,
	#site-navigation .blue.current-menu-parent ul a {
		background-image: none;
		background-color: #e2eefa;
	}
	#site-navigation .blue ul {
		border-bottom: 5px solid #456594;
	}
	#site-navigation .blue ul a:hover {
		background: none;
	}
	
	/* --- Orange menu items, i.e. Applicants --- */
	#site-navigation .orange a:hover,
	#site-navigation .orange:hover > a,
	#site-navigation .orange.current-menu-parent a {
		background: #f68b33 url(images/bckgrnd-white-stripes.png);
	}
	#site-navigation .orange ul,
	#site-navigation .orange ul a,
	#site-navigation .orange.current-menu-parent ul a {
		background-image: none;
		background-color: #fdde9b;
	}
	#site-navigation .orange ul {
		border-bottom: 5px solid #f68b33;
	}
	#site-navigation .orange ul a:hover {
		background: none;
	}
	
	/* --- Green menu items, i.e. Alumni --- */
	#site-navigation .green a:hover,
	#site-navigation .green:hover > a,
	#site-navigation .green.current-menu-parent a {
		background: #737a35 url(images/bckgrnd-white-stripes.png);
	}
	#site-navigation .green ul,
	#site-navigation .green ul a,
	#site-navigation .green.current-menu-parent ul a {
		background: #e6ebb1;
	}
	#site-navigation .green ul {
		border-bottom: 5px solid #737a35;
	}
	#site-navigation .green ul a:hover {
		background: none;
	}
	/* Alumni Login Button */
	#site-navigation .menu-item-11 .login-button a,
	#site-navigation .menu-item-11 .login-button a:hover,
	#site-navigation .menu-item-11.current-menu-parent ul .login-button a {
		background: url(images/button-alumni-login.png) center center no-repeat;
		color: #FFF;
		font-weight: 800;
		padding: 0 25px 0 15px;
		width: 48px;
	}
	
	/* Apply Button */
	#site-navigation .menu-item-12 .apply-button a,
	#site-navigation .menu-item-12 .apply-button a:hover,
	#site-navigation .menu-item-12.current-menu-parent ul .apply-button a {
		background: url(images/button-alumni-login.png) center center no-repeat;
		color: #FFF;
		font-weight: 800;
		padding: 0 25px 0 15px;
		width: 48px;
	}

	/* Yellow background menu item 
	* switching to class rather then particular menu item classes
	*/
	#site-navigation .yellow a:hover,
	#site-navigation .yellow:hover > a,
	#site-navigation .yellow.current-menu-parent a {
		background: #e1ed58 url(images/bckgrnd-white-stripes.png);
	}
	#site-navigation .yellow ul,
	#site-navigation .yellow ul a,
	#site-navigation .yellow.current-menu-parent ul a {
		background: #e7eda8;
	}
	#site-navigation .yellow ul {
		border-bottom: 5px solid #e8fd04;
	}
	#site-navigation .yellow ul a:hover {
		background: none;
	}


	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 36px;
		font-size: 2.571428571rem;
	}
	.landingentry {
		padding-top: 80px;
		background: url(images/bckgrnd-double-rule.png) repeat-x 0 30px;
	}
	.landingentry,
	.landingentryintro {
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	/* Picassa */
	#firstblock {
		margin: 0 0 16px 20px;
		float: left;
		max-width: 300px;
	}
	/* Quest */
	#quest-landing-featured {
		margin: 0 40px;
		border-bottom: 6px solid #6e645e;
		padding: 20px 0 30px;
	}
	#quest-landing-featured article {
		float: left;
		width: 66.03773585%;
	}
	#quest-featured-image {
		position: relative;
	}
	#quest-featured-image .quest-featured-info {
		position: absolute;
		z-index: 9;
		bottom: 20px;
		background: url(images/bckgrnd-white-70.png);
		width: 295px;
		padding: 20px;
		border-top: 6px solid #6e645e;
		border-bottom: 1px solid #6e645e;
	}
	#quest-featured-image .hometextleft {
		left: 20px;
	}
	#quest-featured-image .hometextright {
		right: 20px;
	}
	#quest-featured-image .quest-featured-name {
		margin-bottom: 15px;
		color: #ed1c24;
		text-transform: uppercase;
		font-weight: 800;
		font-size: 18px;
		font-size: 1.285714285rem;
	}
	#quest-featured-image .quest-featured-quote {
		color: #6e645e;
		font-weight: 400;
		font-size: 18px;
		font-size: 1.285714285rem;
		line-height: 1.4;
	}
	/* Scholar Quote */
	.scholarquote {
		line-height: 26px;
		margin: 5px 20px 20px 0;
		width: 250px;
		float: left;
	}
	/* Facts and Figures */
	.small-right {
		float: right;
		width: 32.0754717%;
		margin-bottom: 13px;
	}
	.large-right {
		float: right;
		width: 66.03773585%;
		margin-bottom: 13px;
	}
	.small-left {
		float: left;
		width: 32.0754717%;
		margin-bottom: 13px;
	}
	.large-left {
		float: left;
		width: 66.03773585%;
		margin-bottom: 13px;
	}
	/* Sponsors */
	.presenting-sponsors .left-sponsor {
		float: left;
		width: 50%;
	}
	.presenting-sponsors .right-sponsor {
		float: right;
		width: 50%;
	}
	.platinum-sponsors .left-sponsor,
	.gold-sponsors .left-sponsor,
	.silver-sponsors .left-sponsor,
	.bronze-sponsors .left-sponsor {
		float: left;
		width: 32%;
		margin-right: 2%
	}
	.platinum-sponsors .right-sponsor,
	.gold-sponsors .right-sponsor,
	.silver-sponsors .right-sponsor,
	.bronze-sponsors .right-sponsor {
		float: right;
		width: 32%;
	}
	.process-small-left {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
	.process-small-right {
		float: right;
		width: 32%;
	}
	.process-large-left {
		float: left;
		width: 66%;
	}
	.process-large-right {
		float: right;
		width: 66%;
	}
}

/* Minimum width of 738 pixels. */
@media screen and (min-width: 738px) {
	.main-navigation li a {
		float: left;
		font-size: 22px;
		font-size: 1.571428571rem;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 40px;
		color: #fff;
		text-decoration: none;
		padding: 0;
		width: 160px;
		text-align: center;
	}
	/* Footer */
	footer[role="contentinfo"] {
		background: #ed1c24 url(images/bckgrnd-footer.png) repeat-x top;
	}
	#footercopy {
		width: 32.0754717%;
		float: left;
		padding-top: 45px;
	}
	.footernav {
		float: left;
		width: 15.0943396%;
		margin: 0 0 10px 10px;
	}
	.footernav h2 {
		margin-bottom: 33px;
	}
	.footernav ul {
		margin-bottom: 5px;
	}
	#quest-featured-image .quest-featured-info {
		bottom: 40px;
	}
	#quest-featured-image .hometextleft {
		left: 40px;
	}
	#quest-featured-image .hometextright {
		right: 40px;
	}
	/* Images */
	img.alignleft,
	.alignleft {
		margin: 5px 25px 10px 0;
		float: left;
	}
	img.alignright,
	.alignright {
		margin: 5px 0 10px 25px;
		float: right;
	}
	.process-text {
		font-size: 14px;
	}
}

/* Minimum width of 1140 pixels. */
@media screen and (min-width: 1140px) {
	body {
		background: #fff url(images/bckgrnd-gray-stripes.png);
	}
	#page-shadow-wrapper {
		background: url(images/bckgrnd-new.png) repeat-y center;
	}
	.main-navigation li:hover > ul,
	.main-navigation .current-menu-parent ul {
		width: 1120px;
		padding: 0 0 0 20px;
		margin: 40px 0 0 -250px;
	}
	.main-navigation {
		padding: 0 0 0 250px;
		width: 890px;
	}
	.wrapper {
		padding: 66px 40px 0;
	}
	#homepage-text {
		padding: 20px 30px;
		font-size: 24px;
		min-height: 353px;
		line-height: 36px;
	}
	#homepage-text h2 {
		font-size: 22px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.pwi_photo {
		position: relative;
		float: left;
		margin: 0 0 20px 20px;
	}
	.widget-area .quest-categories {
		margin: 14px 0 14px 14px;
	}
	.footernav {
		margin: 0 0 20px 20px;
	}
	#disqus_thread {
		width: 695px;
	}
	#quest-featured-image .quest-featured-info {
		bottom: 185px;
	}
	.widget-area .scholar-widget p {
		margin-bottom: 56px;
		margin-bottom: 4rem;
	}
	.widget-area .scholar-widget h2 {
		padding-right: 80px;
	}
}

/* Minimum width of 1158 pixels. */
@media screen and (min-width: 1158px) {
	/* Sponsors */
	.platinum-sponsors .left-sponsor,
	.gold-sponsors .left-sponsor,
	.silver-sponsors .left-sponsor,
	.bronze-sponsors .left-sponsor {
		float: left;
		width: 340px;
		margin-right: 20px;
	}
	.platinum-sponsors .right-sponsor,
	.gold-sponsors .right-sponsor,
	.silver-sponsors .right-sponsor,
	.bronze-sponsors .right-sponsor {
		float: right;
		width: 340px;
	}
	.process-small-left {
		float: left;
		width: 340px;
		margin-right: 20px;
	}
	.process-small-right {
		float: right;
		width: 340px;
	}
	.process-large-left {
		float: left;
		width: 700px;
	}
	.process-large-right {
		float: right;
		width: 700px;
	}
	.process-text {
		margin: 16px;
		padding: 20px;
		font-size: 16px;
		line-height: 1.8;
		height: 358px;
	}
	.process-text h2 {
		margin-bottom: 14px;
		line-height: 1.2;
	}
	#homepage-main-banner {
		height: 620px;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}