/*
Theme Name: Virginia 21
Theme URI: http://underscores.me/
Author: CO+LAB Multimedia
Author URI: http://www.teamcolab.com
Description: A custom WordPress theme for Virginia 21. Site design and development by CO+LAB Multimedia in Richmond, VA.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@font-face {
    font-family: 'loveloblack';
    src: url('fonts/lovelo_black-webfont.eot');
    src: url('fonts/lovelo_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lovelo_black-webfont.woff') format('woff'),
         url('fonts/lovelo_black-webfont.ttf') format('truetype'),
         url('fonts/lovelo_black-webfont.svg#loveloblack') format('svg');
    font-weight: 900;
    font-style: normal;

}
/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 60%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 95%;
}

/* Links */
a {
	color: #00467c;
}
a:visited {
	color: #00467c;
}
a:hover,
a:focus,
a:active {
	color: #00467c;
}
a:hover {
	color: #ef4036;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
	
}

/* Clearing */

.clear:before,
.clear:after,
[class*="-content"]:before,
[class*="-content"]:after,
[class*="-site"]:before,
[class*="-site"]:after {
        content: '';
        display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}



/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	/* margin: 1.5em 0 0; */
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 1.5em 0;
	overflow: hidden;
	line-height: 1em;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}



/********************** Normalize ***************************/


/********************** Authors ***************************/
/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #051e31;
}

body {
	/*background: url(img/body-bg.jpg) #fdfdfb;*/
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    line-height: 1.8;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
	color: #00467c;
	text-decoration: underline;
}

a:hover {
	color: #ef4036;
	text-decoration: none;
}

p,
ul,
ol {
	margin: 0 0 .8888em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "loveloblack", "Futura", sans-serif;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0;
	-webkit-font-smoothing: antialiased;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

blockquote {
	color: #848588;
	font-size: 1.332em;
	font-weight: 100;
	line-height: 1.46;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 60%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


h1, h2, h3, h4, h5, h6 {
	font-family: "loveloblack", "Futura", sans-serif;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}
body {
	font-size: 18px;
	font-family: "proxima-nova", sans-serif;
	line-height: 1.8;
	color: #051e31;
}


/* LAYOUT STYLES */

.full-width-wrapper {
	width: 100%;
	overflow: hidden;
}
.containment {
	max-width: 1400px;
	width:70%;
	margin: 0 auto;
	min-width: 980px;
}
#page {
	background: url(img/page-gradiant.jpg);
}

/* HEADER STYLES */
#banner-wrapper {
	background: #acacac url(img/header-gradiant.png) repeat-y center top;
}
#header-nav-color {
	background:  #00467c;
	border-bottom: 1px solid #ddd;
}
.sticky #header-nav-color {
	position: fixed;
	top:0;
	z-index: 99999;
}
#banner-wrapper #banner {
	overflow: hidden;
	position: relative;
}
#banner-wrapper #banner .banner-sidebar-home {
	width: 36%;
	float: left;
}
#banner-wrapper #banner .logo {
	border: #f2f2f2 1px solid;
	padding: 0;
	position: absolute;
	top: 0;
	background: #fff;
	left: 0px;
	width: 36%;
}
#banner-wrapper #banner .logo.new {
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	background: #fff;
	left: 0px;
	width: 36%;
	z-index: 200
}
#banner-wrapper #banner .logo img {
	padding: 10% 14%;
	width: 68%;
}
#banner-wrapper #banner .banner-sidebar-home .callout {
	background: #f9f9f9;
	margin: 33% 3% 0 3%;
}
#banner-wrapper #banner .banner-sidebar-home.new .callout {
	margin: 33% 0% -7% 0%;
}
#banner-wrapper #banner .banner-sidebar-home {
	display: block;
	text-decoration: none;
	min-height: 322px;
}
#banner-wrapper #banner .banner-sidebar-home .callout {
	padding: 11% 11% 11% 11%;
	display: block;
	text-decoration: none;
	min-height: 322px;
}
#banner-wrapper #banner .banner-sidebar-home.new .callout {
	padding: 11% 11% 0% 11%;
	display: block;
	text-decoration: none;
	min-height: 242px;
}
#banner-wrapper #banner .banner-sidebar-home .callout h1.heading {
	margin: 0;
	text-decoration: none;
	display: block;
	font-size: 1.277em;
	border: none;
	color: #00467c;
	line-height: 1.277em;
}
#banner-wrapper #banner .banner-sidebar-home .callout h1.heading a {
	margin: 0;
	text-decoration: none;
	display: block;
	font-size: 1.1em;
	border: none;
	color: #00467c;
	line-height: 1.277em;
}
#banner-wrapper #banner .banner-sidebar-home .callout h1.heading a:hover {
	color: #ef4036;
}
#banner-wrapper #banner .banner-sidebar-home .callout .subhead {
	font-size: 1em;
	line-height: 1.83em;
	border: none;
	color: #a0a1a2;
}
#banner-wrapper #banner .banner-sidebar-home .callout p {
	font-size: 1em;
	color: #051e31;
	line-height: 1.83em;
	text-decoration: none;
	margin: 0 0 .75em 0;
}
#banner-wrapper #banner .banner-sidebar-home .callout span,
#banner-wrapper #banner .banner-sidebar-home .callout  span a {
	border-bottom: 15px solid #ef4036;
	text-decoration: none;
	color: #ef4036;
	font-size: 1.5556em;
	font-family: "loveloblack", "Futura", sans-serif;
	font-weight: 900;
}
#banner-wrapper #banner .banner-sidebar-home .callout span a {
	font-size: 1em;
}
#banner-wrapper #banner .banner-sidebar-home .callout span a:hover {
	border-bottom: 15px solid #ef4036;
	color: #ef4036;
}
#banner-wrapper #banner .hangout {
	width: 64%;
	float: left;
}
#banner-wrapper #banner .hangout iframe {
	margin: 2% 0 0 1%;
}
#banner-wrapper #banner .banner-image {
	width: 64%;
	float: left;
	padding: 11% 0 0 0%;
}
#banner-wrapper #banner .banner-image.new {
	padding: 0% 0 0 0%;
}
#banner-wrapper #banner .banner-image .banner-main-image {
	
}
#banner-wrapper #banner .banner-image .banner-main-image img {
	width: 98%;
}
#banner-wrapper #banner .banner-image.new .banner-main-image img {
	width: 100%;
}
#banner-wrapper #banner .banner-image .google-countdown {
	margin: 5% 0% 0 5%;
}

#banner-wrapper ul,
#banner-wrapper ul li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	background: #f9f9f9;
}
.cycle-pager {
	position: absolute;
	bottom: 11px;
	left: 66%;
	z-index: 999;
}
.cycle-pager span {
	display: inline-block;
	width: 20px;
	text-indent: -99999px;
	margin: 0 5px;
/*
	background: #fff;
*/
	background: rgba(0,0,0,.3);
	height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(PIE.htc);
}

.cycle-pager span.cycle-pager-active {
	background: #00467c;
}
nav.main-navigation {
	clear: both;
	overflow: hidden;
}
.home nav.main-navigation .logo {
	display: none;
}
nav.main-navigation .logo {
	display: block;
	float: left;
	/* width: 19%; */
	width: 8%;
}
nav.main-navigation .logo a {
	display: block;
	padding: 9% 1%;
	/* width: 45%; */
}
.sticky nav.main-navigation .logo a {
	padding: 3% 10%;
}
.home nav.main-navigation ul {
	margin: 0;
	overflow: hidden;
}
nav.main-navigation ul {
	margin: 0;
	padding: 1% 0 1% 4%;
	overflow: hidden;
	width: 77%;
	float: left;
}
.sticky nav.main-navigation ul {
	padding: 0% 0 0% 4%;
}
.lte8 nav.main-navigation ul {
	margin: 0;
	padding: 1% 0 1% 0%;
	overflow: hidden;
	width: 76%;
	float: left;
}
nav.main-navigation ul li {
	float: left;
}
.home nav.main-navigation ul li a {
	display: block;
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: .833em;
	color: #fff;
	padding: 10px 15px 9px 15px;
	text-decoration: none;
}
.home nav.main-navigation ul li a:hover {
	color: #62aee9;
}
nav.main-navigation ul li a {
	display: block;
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: .833em;
	color: #00467c;
	padding: 10px 15px 9px 15px;
	text-decoration: none;
}
nav.main-navigation ul li a:hover {
	color: #ef4036;
}

.home .main-navigation .social,
.main-navigation .social {
	overflow: hidden;
	margin: 0;
	float: right;
	width: 11%;
	padding: 1.5% 0 0% 0%;
	list-style: none;
}

.sticky .main-navigation .social {
	overflow: hidden;
	margin: 0;
	float: right;
	width: 11%;
	padding: .5% 0 0 0;
	list-style: none;
}
.main-navigation .social li,
.home .main-navigation .social li {
	float: left;
}
.home .main-navigation .social li a:hover,
.home .main-navigation .social li a,
.main-navigation .social li a:hover,
.main-navigation .social li a {
	display: block;
	font-size: 20px;
	padding: 5px 10px;
	text-decoration: none;
}
/* HOME PAGE CONTENT STYLES */

#home-motto {
	
}
#home-motto .motto {
	padding: 6%;
}
#home-motto .motto p {
	font-size: 1.4em;
	line-height: 1.48em;
	margin: 0;
}
#home-motto .motto p span {
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 900;
	display: block;
}
#home-motto .motto ul {
	margin: 2% 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#home-motto .motto ul li {
	float: left;
	margin: 2% 3% 0 0;
	width: 30%;
	position: relative;
}
#home-motto .motto ul li a {
	display: block;
	font-family: "loveloblack", "Futura", sans-serif;
	padding: 0 0% 0 0;
	line-height: 1.31em;
	color: #ef4036;
	text-decoration: none;
	border-bottom: solid 15px #ef4036;
	font-size: 1.4em;
	behavior: url('pie/PIE.htc')
}
#home-motto .motto ul li a span {
	height: 21px;
	display: block;
	width: 16px;
	position: absolute;
	font-size: .77em;
	background: none;
	bottom: 27%;
	line-height: 18px;
	padding: 0 0 0 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}
#home-motto .motto ul li.tuition a span {
	left: 179px;
}
#home-motto .motto ul li.jobs a span {
	left: 198px;
}
#home-motto .motto ul li.politics a span {
	left: 239px;
}
#home-motto .motto ul li a:hover {
	border-bottom: solid 15px #004478;
	color: #004478;
	
}
#home-motto .motto ul li a:hover span {
	background: #004478;
	color: #fff;
}


#home-callout {
background: url(img/get-involved-bg.jpg);
}
#home-callout .callout {
	padding: 6%;
}
#home-callout .callout ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
#home-callout .callout ul li {
	float: left;
	width: 33%;
	margin: 0 0 7% 0;
	min-height: 102px;
}
#home-callout .callout ul li.bottom {
	margin: 0;
}
#home-callout .callout ul li a {
	color: #fff;
	text-decoration: none;
}
#home-callout .callout ul li a div {
	
}
#home-callout .callout ul li a div h2 {
	font-size: 1.33em;
	margin: 0;
	padding: 0;
}
#home-callout .callout ul li a:hover div h2 {
	color: #ef4036;
}
#home-callout .callout ul li a div p {
	margin: 0;
	padding: 0;
	width: 93%;
	line-height: 1.5em;
}
#home-callout .callout ul li a div span {
	font-size: .777em;
	color: #ef4036;
	text-transform: uppercase;
	line-height: 1.28em;
	font-weight: 700;
	font-size: .77em;
}
#home-callout .callout ul li a:hover div span {
	text-decoration: underline;
}


#home-blog {
	
}
#home-blog .latest-blog {
	width: 47%;
	padding: 8% 0% 8% 5%;
	float: left;
}
#home-blog .latest-blog ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#home-blog .latest-blog ul li {
	margin: 0 0 6% 0;
}
#home-blog .latest-blog ul li a {
	text-decoration: none;
	color: #051e31;	
}
#home-blog .latest-blog ul li a div {
	
}
#home-blog .latest-blog ul li a div .taxonomy {
	float: left;
	width: 18%;
	color: #ef4036;
	line-height: 1.28em;
	font-weight: 700;
	font-size: .77em;
	text-transform: uppercase;
}
#home-blog .latest-blog ul li a div .title {
	padding: 0;
	font-size: 1.33em;
	line-height: 1.28em;
	color: #00467c;
	margin: 0;
	float: right;
	width: 80%;
	min-height: 37px;
}
#home-blog .latest-blog ul li a:hover div .title {
	color: #ef4036;
	text-decoration: underline;
}
#home-blog .latest-blog ul li a div .date {
	margin: 0 0 0 20%;
	line-height: 1.28em;
	font-size: 1em;
}
#home-blog .tweets {
	width: 36%;
	padding: 8% 0% 8% 5%;
	float: left;
}

/* SIDE NAVIGATION STYLES */

.side-nav {
	width: 25%;
	float: left;
}
.sticky .side-nav {
	margin: 4.5% 0 0 0;
}
.side-nav ul {
	list-style: none;
	margin: 0;
	padding: 11% 0 0 4%;
	font-family: "loveloblack", "Futura", sans-serif;
}
.side-nav ul li {
	
}
.side-nav ul li a {
	font-size: 1.11em;
	line-height: 1.28em;
	text-decoration: none;
	display: block;
	padding: 5% 0;
	color: #00467c;
}
.side-nav ul li ul {
	padding: 0 0 0 0%;
}
.side-nav ul li ul li {
	
}
.side-nav ul li a:hover {
	color: #ef4036;
}
.interior-content {
	padding: 3% 0 5% 0;
	width: 62%;
	float: left;
}


/* TEAM PAGE STYLES */

#team-page {
	
}
#team-page .team {
	position: relative;
	max-width: 600px;
}
#team-page .team h1 {
	color: #051e31;
	margin: 0 0 .67em 0;
	width: 100%;
	font-size: 1.55em;
	border-bottom: 15px solid #dddddd;
	line-height: 1.425em;
}
#team-page .team p {
	width: 100%;
	font-size: 1em;
	line-height: 1.77em;
	clear: both;
}
#team-page .team p img.alignright,
#team-page .team p img.alignleft {
	width: 52%;	
}
#team-page .team blockquote {
	position: absolute;
	top: 100px;
	left: 100%;
	width: 42%;
	margin: 0 0% 0 8%;
}

#team-page .team blockquote p {
	font-size: 1em;
	line-height: 1.4125em;
	margin: 0;
	width:	100%;
}

#single blockquote {
	line-height: 1.4125em;
	margin: 0;
	width:	100%;
}

#team-page .team a {
	
}
#team-page .team .team-member {
	margin: 5% 0 0 0;
	border-bottom: solid 1px #e3e8f1;
}
#team-page .team .team-member h2 {
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	width: 50%;
	float: left;
}
#team-page .team .team-member span {
	width: 50%;
	float: left;
	font-size: .88em;
	line-height: 1.5em;
}
#team-page .team .team-member .name {
	
}
#team-page .team .team-member .position {
	
}
#team-page .team .team-member .handle {
	text-align: right;
}
#team-page .team .team-member .email {
	text-align: right;
}
#team-page .team .team-member span a {
	text-decoration: none;
	color: #051e31;
}
#team-page .team .team-member span a:hover {
	color: #ef4036;
}
#team-page .team .team-member img {
	margin: 5% 0 2.5% 0;
}
/* Pete Stylesheet additions for Statewide Student Survey */

#team-page .team a.SurveyStartLink {
	font-family: "loveloblack", "Futura", sans-serif;
	font-weight:900;
	text-transform:upper-case;
	text-align:Center;
	color: #ffffff;
	margin: 0 0 .67em 0;
	width: 100%;
	font-size: 1.25em;
	line-height: 1.25em;
	text-decoration:none;
}

#team-page .team p a.SurveyStartLink:hover {
	text-decoraftion:none;
}

#team-page .team ul.Survey {
	margin: 2% 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#team-page .team ul.Survey li {
	float:left;
	margin: 2% 3% 0 0;
	width: 30%;
	position: relative;
}

#team-page .team ul.Survey li.SurveyShare0 a {
	display: block;
	margin-right:30px;
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: 25px;
	line-height: 1.31em;
	color: #ef4036;
	text-decoration: none;
	border-bottom: solid 15px #ef4036;
	font-size: 1.4em;
	behavior: url('pie/PIE.htc')
}

#team-page .team ul li.SurveyShare1 a {
	display: block;
	margin-right:30px;
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: 25px;
	line-height: 1.31em;
	color: #ef4036;
	text-decoration: none;
	border-bottom: solid 15px #ef4036;
	font-size: 1.4em;
	behavior: url('pie/PIE.htc')
}

#team-page .team ul li.SurveyShare2 a {
	display: block;
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: 25px;
	line-height: 1.31em;
	color: #ef4036;
	text-decoration: none;
	border-bottom: solid 15px #ef4036;
	font-size: 1.4em;
	behavior: url('pie/PIE.htc')
}

/* End Pete Stylesheet Additions */

.page-id-34 #team-page .team .team-member h2 {
	width: 100%;
	float: none;
	font-size: 1.55em;
	line-height: 1.4em;
	border-bottom: 15px solid #dddddd;
}
.page-id-36 #team-page .team .team-member h2 {
	width: 100%;
	float: none;
}
.page-id-36 #team-page .team .team-member .handle {
	text-align: left;
}
.page-id-34 #team-page .team .team-member span,
.page-id-36 #team-page .team .team-member span {
	width: 100%;
	float: none;
	display: block;
}
.page-id-32 #team-page .team .team-member.no-content,
.page-id-36 #team-page .team .team-member.no-content {
	padding: 0 0 5% 0;
}
.page-id-34 #team-page .team .team-member {
	position: relative;
}
.page-id-34 #team-page .team .team-member img {
	position: absolute;
	top: 0;
	left: 0;
	width: 27%;
	margin: 0 0 0 -29%;
}
.page-id-34 #team-page .team .team-member .year {
	display: block;
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: 1.25em;
	line-height: 1.75em;
	color: #c2c2c2;
}
.page-id-9 #team-page .team h2 {
	border-bottom: 1px solid #dddddd;
	font-size: 1em;
	line-height: 2em;
	margin: 5% 0 0 0;
}


.page-id-32 #team-page .team .team-member h2 {
	float: none;
	width: 100%;
}
.page-id-32 #team-page .team .team-member span {
	float: none;
	font-family: "proxima-nova", sans-serif;
	font-weight: normal;
}
.page-id-32 #team-page .team .team-member ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.page-id-32 #team-page .team .team-member ul li {
	float: left;
	width: 30%;
	margin: 3% 3% 0 0;
	min-height: 104px;
}
.page-id-32 #team-page .team .team-member ul li a {
	padding: 15% 0;
}
.page-id-32 #team-page .team .team-member ul li a img {
	margin: 0;
}
.page-id-32 #team-page .team .team-member ul li h3 {
	margin: 0;
	background: #f1f1f1;
	padding: 10% 10% 0 10%;
	padding: 20% 10% 7% 10%;
	font-size: .833em;
	color: #00467c;
	min-height: 54px;
}
.page-id-32 #team-page .team .team-member ul li.person {
	
}


/* Modal Dialog */
.ie9 .modalDialog,
.lte8.modalDialog,
.modalDialog {
	display: none;
}
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.lte9 .modalDialog .modal-bg {
	background: #000;
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.modalDialog h2 {
	color: #00467c;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog .modal-content {
	width: 400px;
	z-index: 999999999;
	text-align: center;
	position: absolute;
	top: 10%;
	left: 40%;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close:visited,
.close {
	background: #00467c;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	
}
.close:hover { 
	background: #ef4036;
	color: #fff;
}
#openmodal form.salsa-form {
	width: 375px;
	text-align: right;
}

.archive #team-page .team blockquote h1 {
	font-size: 24px;
	color: #c2c2c2;
}

/* Blog Page Styles */

.interior-content {
	min-height: 900px;
	max-width: 600px;
}
.sticky .interior-content {
	margin: 4.5% 0 0 0;
}
.error404 #team-page .interior-content {
	min-height: 0;
}

.page-template-page-blog-php #team-page .interior-content blockquote h1 {
	color: #c2c2c2;
	font-size: 1em;
}
.interior-content .blog-filters {
	overflow: hidden;
}
.interior-content .blog-filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.interior-content .blog-filters ul li {
	float: left;
	margin: 0 4% 0 0;
	font-size: .833em;
}
.interior-content .blog-filters ul li a {
	text-decoration: none;
	display: block;
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: .833em;
	line-height: 2.3em;
}

.interior-content .posts .post {
	position: relative;
}
.interior-content .posts .post h2 {
	
}
.single .interior-content .posts .post h2:hover {
	text-decoration: none;
}
.interior-content .posts .post h2:hover {
	text-decoration: underline;
}
.interior-content .posts .post .social {
	overflow: hidden;
}
.interior-content .posts .post .social span.st_twitter_buttons,
.interior-content .posts .post .social span.st_email_buttons,
.interior-content .posts .post .social span.st_facebook_buttons {
	display: block;
	text-align: right;
	width: 70%;
	padding: 0;
	line-height: 1.55em;
	float: left;
}
.interior-content .posts .post .social .date {
	font-size: 1em;
	font-family: "loveloblack", "Futura", sans-serif;
	line-height: 1.55em;
	width: 30%;
	float: left;
}
.interior-content .posts .post .social .author {
	font-size: .888em;
	line-height: 1.55em;
	width: 30%;
	float: left;
}
.interior-content .posts .post .social .tag {
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: .833em;
	line-height: 1.55em;
	color: #ef4036;
	width: 30%;
	float: left;
}
/*
.interior-content .posts .publications .post .social span.st_facebook_buttons,
.interior-content .posts .press .post .social span.st_facebook_buttons {
	width: 100%;
}
*/
.interior-content .posts .post span.read-more {
	display: block;
}
.interior-content .posts .post span.read-more a {
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: .77em;
	color: #00467c;
	display: block;
	text-decoration: none;
}
.interior-content .posts .post span.read-more a:hover {
	color: #ef4036;	
	text-decoration: underline;
}
.interior-content .posts .post span.read-more a span {
	
}

/* Issues styles */
.citations {
	border: 1px solid #e3e8f1;
	padding: 10px 30px 30px 30px;
	margin: 40px 0;
}
.citations h3 {
	font-family: "Lovelo", "Futura", sans-serif;
	font-size: 0.77778em;
	font-weight: 900;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}
.citations p {
	font-size: 0.77778em;
	line-height: 1.5;
	margin: 0 0 .8888em 0;
}


.single .event .information,
.page-template .event .information {
	overflow: hidden;
	width: 75%;
	float: left;
	margin: 0 0 2% 0;
}
.single .event .information {
	width: 100%;
}
.single .information span,
.page-template .event span {
	width: 50%;
	float: left;
}
.single .event span.location,
.page-template .event span.location {
	width: 100%;
}
.page-template .event span.start-day {
	
}
.page-template .event span.time {
	
}
.page-template .event span.name {
	
}
.page-template .event span.email {
	
}
.page-template .event span.phone {
	
}
.page-template .event span.twitter {
	
}
.page-template .event .social {
	overflow: hidden;
	width: 25%;
	float: left;
	margin: 6% 0 0 0;
}
.page-template .event .social span.st_facebook_buttons,
.page-template .event .social span.st_email_buttons,
.page-template .event .social span.st_twitter_buttons {
	width: 43%;
	margin: 0 0 6% 0;
	padding: 0 0 0 50%;
}
.page-template .event .social span.st_facebook_buttons span,
.page-template .event .social span.st_email_buttons span,
.page-template .event .social span.st_twitter_buttons span {
	width: 100%;
}
.page-template .event .read-more a span {
	float: none;
}
.page-template .event .read-more a {
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: .77em;
	color: #00467c;
	display: block;
	text-decoration: none;
}
.page-template .event .read-more a:hover {
	color:#ef4036;
}

/* Single Styles */
.single .interior-content {
	min-height: inherit;
}

.single .post blockquote.information {
	font-size: inherit;
	color: #051e31;
	position: absolute;
	top: 100px;
	left: 100%;
	width: 50%;
	margin: 0 0% 2% 8%;
}
.single .post blockquote.information h3 {
	color: #848588;
	margin: 1em 0 .5em 0;
}
.single .entry-title {
	font-size: 1.55em;
	margin: 0 0 .67em 0;
}
.single .entry-meta {
	margin: 2% 0 0 0
}
.donation-form {
	width: 25%;
	height: 50px;
	margin: 0 auto;
}


/* Form Styles */

.paypal {
	width: 34%;
	margin: 0 auto;
}
.higher-edu-form,
.contact-form,
.member-form,
.volunteer-form,
.blog-form {
	width: 100% !important;
}
.higher-edu-form div,
.contact-form div,
.member-form div,
.volunteer-form div,
.blog-form div {
	width: 97%;
	overflow: hidden;
	position: relative;
}
.blog-form div.newsletter-options {
	width: 100%;
	overflow: hidden;
	position: relative;

}
.blog-form div.newsletter-options li {
	list-style:none;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0;
}
.blog-form div.newsletter-options label {
	font-size:0.77em;
}
.blog-form div.newsletter-options input[type="checkbox"] {
	font-size:0.77em;
	line-height:2em;
	margin:0;
	padding:0;
}
.blog-form div.newsletter-options ul#newsletter-UL {
	margin:0;
	padding:0;
}

.higher-edu-form div span div,
.contact-form div span div,
.member-form div span div,
.volunteer-form div span div,
.blog-form div span div {
	width: 100%;
	overflow: visible;
	position: relative;
}
.higher-edu-form label,
.contact-form label,
.member-form label,
.volunteer-form label,
.blog-form label {
	font-size: .77em;
	line-height: 2em;
	float: left;
}
.higher-edu-form div input[type=text],
.contact-form div textarea,
.contact-form div input[type=text],
.member-form div input[type=text],
.volunteer-form div input[type=text],
.blog-form div input[type=text] {
	width: 92%;
	margin: 1% 2%;
}
.higher-edu-form div label.first-name,
.higher-edu-form div label.last-name,
.higher-edu-form div label.email,
.higher-edu-form div label.graduationyear,
.contact-form div label.first-name,
.contact-form div label.last-name,
.contact-form div label.email,
.contact-form div label.street,
.contact-form div label.city,
.contact-form div label.zip,
.contact-form div label.phone,
.contact-form div label.message,
.member-form div label.first-name,
.member-form div label.last-name,
.member-form div label.email,
.volunteer-form div label.first-name,
.volunteer-form div label.last-name,
.volunteer-form div label.email,
.blog-form div label.first-name,
.blog-form div label.last-name,
.blog-form div label.email,
.blog-form div label.graduationyear,
.blog-form div label.phone,
.blog-form div label.message {

	padding: 6px 12px 0 12px;
	position: absolute;
	top: 0;
	left: 2%;
	font-size: .77em;
	line-height: 2em;
}

.contact-form div label.state {
	padding: 0 0 0 4%;
}
.contact-form div #state {
	width: 72%;
	position: absolute;
	top: 17%;
	left: 25%;
	font-size: .65em;
}
.contact-form div label.student-status,
.member-form div label.student-status,
.volunteer-form div label.student-status,
.blog-form div label.student-status,
.event div label.student-status,
.single div label.student-status {
	float: left;
	width: 23%;
	padding: 0;
}
.contact-form div .which-college,
.member-form div .which-college,
.volunteer-form div .which-college,
.blog-form div .which-college {
	padding: 0;
	margin-left: 2%;
}
.contact-form div select,
.member-form div select,
.volunteer-form div select, 
.blog-form div select {
	width: 98%;
	color: #848588;
	font-size: 0.77em;
}
.contact-form div select#f43,
.member-form div select#f43,
.volunteer-form div select#f43,
.blog-form div select#f43 {
	position: absolute;
	top: 5%;
	left: 29%;
	width: 70%;
	font-size:0.77em;
}

.blog-form div select#f44 {
	position: absolute;
	top: 15%;
	left: 42%;
	width: 30%;
	font-size:0.77em;
	color:inherit;
}
.higher-edu-form div p,
.contact-form div p,
.member-form div p,
.volunteer-form div p,
.blog-form div p {
	margin: 0;
}
.higher-edu-form p,
.contact-form p,
.member-form p,
.volunteer-form p,
.blog-form p {
	margin: 0 0 1em 0;
}
.higher-edu-form input[type="submit"],
.contact-form input[type="submit"],
.member-form input[type="submit"],
.volunteer-form input[type="submit"],
.blog-form input[type="submit"] {
	padding: .3em .7em 0.3em;
	margin: 0 2% 0 0;
}
	form.higher-edu-form {
		width: 100% !important;
		overflow: hidden;
		margin: 0 0 1em 0;
	}
	.higher-edu-form div {
		position: relative;
		width: 50%;
		float: left;
		min-height: 44px;
	}
	.higher-edu-form div label.first-name,
	.higher-edu-form div label.last-name,
	.higher-edu-form div label.email, {
		left: 2%;
	}
	.higher-edu-form div input[type=text] {
		width: 95%
	}
	.higher-edu-form div p {
		margin: 0;
	}
	.higher-edu-form div label.required {
		float: left;
		display: block;
		text-align: center;
	}
	.higher-form div input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer;
		display: block;
		margin: 0 auto;
	}







/* FOOTER STYLES */

#footer-sponsors {
	background: #f8f8f7;
	border-top: solid 2px #cacac9;
	border-bottom: solid 2px #cacac9;
}
#footer-sponsors .sponsors {
	overflow: hidden;
	padding: 2% 5% 1% 5%;
}
#footer-sponsors .sponsors p {
	color: #00467c;
	font-family: "loveloblack", "Futura", sans-serif;
	font-size: 1em;
	line-height: 3.5em;
	margin: 0;
	float: left
}
#footer-sponsors .sponsors ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	width: 80%;
	overflow: hidden;
}
#footer-sponsors .sponsors ul li {
	float: left;
	width: 20%;
}
#footer-sponsors .sponsors ul li a {
	display: block;
	padding: 0 7%;
}
#footer-sponsors .sponsors ul li a img {
	width: 98%;
}
#footer-navigation-wrapper {
	background: #d5d5d5;
}
#footer-navigation-wrapper .footer-copy-wrapper {
	padding: 3% 0;
}
#footer-navigation-wrapper .footer-copy-wrapper .footer-navigation {
	overflow: hidden;
}
#footer-navigation-wrapper .footer-copy-wrapper .footer-navigation ul {
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
#footer-navigation-wrapper .footer-copy-wrapper .footer-navigation ul li {
	text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}
#footer-navigation-wrapper .footer-copy-wrapper .footer-navigation ul li a {
	text-transform: uppercase;
	font-weight: 700;
	color: #ef4136;
	text-decoration: none;
	font-size: .66em;
	line-height: 1.33em;
	display: block;
	padding: 15px .77em;
	margin: 0;
}
#footer-navigation-wrapper .footer-copy-wrapper .copyright {
	clear: both;
}
#footer-navigation-wrapper .footer-copy-wrapper .copyright p {
	margin: 0;
	padding: 0;
	font-size: .77em;
	line-height: 1.3em;
	color: #828282;
	text-align: center;
}
#footer-navigation-wrapper .footer-copy-wrapper .copyright p a:hover,
#footer-navigation-wrapper .footer-copy-wrapper .copyright p a {
	color: #828282;
	text-decoration: none;
}
#footer-navigation-wrapper .footer-copy-wrapper .copyright p a.colab {
	
}
#footer-navigation-wrapper .footer-copy-wrapper .copyright p span.co {
	color: #ec8e22;
}
#footer-navigation-wrapper .footer-copy-wrapper .copyright p span.lab {
	color: #67c39b;
}










































/*
jCountdown Plugin for jQuery JavaScript Library

v 1.1.1 02/12/2012

http://codecanyon.net/user/ufoufoufo

Copyright (c) 2012
*/

/* size */
.jCountdownContainer{
	position:relative;
	padding:0px;
	margin:0 auto;
	width: 536px;
    display:block;
    *zoom:1;				/* IE */
    *display:inline;		/* IE */
}

/* scale */
.jCountdownScale{
	position:absolute;
	padding:0px;
	margin:0px;
}

/* countdown */
.jCountdown{
	padding:0px;
	margin:0px;
	white-space:nowrap;
}

/* group */
.jCountdown .group{
	padding:0px;
	margin:0px;
    display:inline-block;
    *zoom:1;				/* IE */
    *display:inline;		/* IE */
}

/* label */
.jCountdown .group>.label{
	position:relative;
	left:50%;
	padding:0px;
	margin:0px 0px 0px -40px;	
	width:80px;
}

.jCountdown.flip .group>.label{
	height:13px;
}
.jCountdown.flip.black .group>.label{
	background-image:url(img/jcountdown/jcountdown_flip_black.png);
}
.jCountdown.flip.white .group>.label{
	background-image:url(img/jcountdown/jcountdown_flip_white.png);
}
.jCountdown.flip .group.day>.label{
	background-position:-60px -970px;
}
.jCountdown.flip .group.hour>.label{
	background-position:-60px -995px;
}
.jCountdown.flip .group.minute>.label{
	background-position:-60px -1020px;
}
.jCountdown.flip .group.second>.label{
	background-position:-60px -1045px;
}

.jCountdown.slide .group>.label{
	height:15px;
}
.jCountdown.slide.black .group>.label{
	background-image:url(img/jcountdown/jcountdown_slide_black.png);
}
.jCountdown.slide.white .group>.label{
	background-image:url(img/jcountdown/jcountdown_slide_white.png);
}
.jCountdown.slide .group.day>.label{
	background-position:-60px -150px;
}
.jCountdown.slide .group.hour>.label{
	background-position:-60px -175px;
}
.jCountdown.slide .group.minute>.label{
	background-position:-60px -200px;
}
.jCountdown.slide .group.second>.label{
	background-position:-60px -225px;
}

.jCountdown.crystal .group>.label{
	height:12px;
}
.jCountdown.crystal.black .group>.label{
	background-image:url(img/jcountdown/jcountdown_crystal_black.png);
}
.jCountdown.crystal.white .group>.label{
	background-image:url(img/jcountdown/jcountdown_crystal_white.png);
}
.jCountdown.crystal .group.day>.label{
	background-position:-60px -153px;
}
.jCountdown.crystal .group.hour>.label{
	background-position:-60px -178px;
}
.jCountdown.crystal .group.minute>.label{
	background-position:-60px -203px;
}
.jCountdown.crystal .group.second>.label{
	background-position:-60px -228px;
}

.jCountdown.metal .group>.label{
	height:15px;
}
.jCountdown.metal.black .group>.label{
	background-image:url(img/jcountdown/jcountdown_metal_black.png);
}
.jCountdown.metal.white .group>.label{
	background-image:url(img/jcountdown/jcountdown_metal_white.png);
}
.jCountdown.metal .group.day>.label{
	background-position:-60px -153px;
}
.jCountdown.metal .group.hour>.label{
	background-position:-60px -178px;
}
.jCountdown.metal .group.minute>.label{
	background-position:-60px -203px;
}
.jCountdown.metal .group.second>.label{
	background-position:-60px -228px;
}

/* container */
.jCountdown .group>.container{
	position:relative;
	padding:0px;
	margin:0px;
    display:inline-block;
    *zoom:1;				/* IE */
    *display:inline;		/* IE */
}

.jCountdown.flip .group>.container{
	width:50px;
	height:64px;
	padding:6px 2px 2px 2px;
	margin:0px 0px 0px 1px;
	background-position:0px -960px;
}
.jCountdown.flip .group>.container:first-child{
	margin:0px;
}
.jCountdown.flip.black .group>.container{
	background-image:url(img/jcountdown/jcountdown_flip_black.png);
}
.jCountdown.flip.white .group>.container{
	background-image:url(img/jcountdown/jcountdown_flip_white.png);
}

.jCountdown.slide .group>.container{
	width:50px;
	height:64px;
	padding:1px 0px 1px 0px;
	background-position:-111px 0px;
}
.jCountdown.slide .group>.container:first-child{
	padding:1px 0px 1px 1px;
	background-position:-60px 0px;
}
.jCountdown.slide .group>.container.lastItem{
	padding:1px 1px 1px 0px;
	background-position:-161px 0px;
}
.jCountdown.slide.black .group>.container{
	background-image:url(img/jcountdown/jcountdown_slide_black.png);
}
.jCountdown.slide.white .group>.container{
	background-image:url(img/jcountdown/jcountdown_slide_white.png);
}

.jCountdown.crystal .group>.container{
	width:60px;
	height:60px;
	padding:0px 1px 3px 1px;
	margin:0px 0px 0px 1px;
	background-position:-60px 0px;
}
.jCountdown.crystal .group>.container:first-child{
	margin:0px;
}
.jCountdown.crystal.black .group>.container{
	background-image:url(img/jcountdown/jcountdown_crystal_black.png);
}
.jCountdown.crystal.white .group>.container{
	background-image:url(img/jcountdown/jcountdown_crystal_white.png);
}

.jCountdown.metal .group>.container{
	width:60px;
	height:60px;
	padding:3px 1px 4px 1px;
	background-position:-124px 0px;
}
.jCountdown.metal .group>.container:first-child{
	width:60px;
	padding:3px 1px 4px 3px;
	background-position:-60px 0px;
}
.jCountdown.metal .group>.container.lastItem{
	width:60px;
	padding:3px 3px 4px 1px;
	background-position:-186px 0px;
}
.jCountdown.metal.black .group>.container{
	background-image:url(img/jcountdown/jcountdown_metal_black.png);
}
.jCountdown.metal.white .group>.container{
	background-image:url(img/jcountdown/jcountdown_metal_white.png);
}

/* cover */
.jCountdown .group>.container>.cover{
	position:absolute;
	z-index:1;
	padding:0px;
	margin:0px;
}

.jCountdown.slide .group>.container>.cover{
	left:0px;
	top:1px;
	width:50px;
	height:64px;
	background-position:-110px -70px;
}
.jCountdown.slide .group>.container:first-child>.cover{
	left:1px;
	background-position:-60px -70px;
}
.jCountdown.slide .group>.container.lastItem>.cover{
	right:1px;
	background-position:-160px -70px;
}
.jCountdown.slide.black .group>.container>.cover{
	background-image:url(img/jcountdown/jcountdown_slide_black.png);
}
.jCountdown.slide.white .group>.container>.cover{
	background-image:url(img/jcountdown/jcountdown_slide_white.png);
}

.jCountdown.crystal .group>.container>.cover{
	left:1px;
	top:0px;
	width:60px;
	height:60px;
	background-position:-60px -70px;
}
.jCountdown.crystal.black .group>.container>.cover{
	background-image:url(img/jcountdown/jcountdown_crystal_black.png);
}
.jCountdown.crystal.white .group>.container>.cover{
	background-image:url(img/jcountdown/jcountdown_crystal_white.png);
}

.jCountdown.metal .group>.container>.cover{
	top:3px;
	left:0px;
	width:62px;
	height:66px;
	background-position:-122px -70px;
}
.jCountdown.metal .group>.container:first-child>.cover{
	left:2px;
	background-position:-60px -70px;
}
.jCountdown.metal .group>.container.lastItem>.cover{
	right:2px;
	background-position:-184px -70px;
}
.jCountdown.metal.black .group>.container>.cover{
	background-image:url(img/jcountdown/jcountdown_metal_black.png);
}
.jCountdown.metal.white .group>.container>.cover{
	background-image:url(img/jcountdown/jcountdown_metal_white.png);
}

/* text */
.jCountdown .group>.container>.text{
	padding:0px;
	margin:0px;
}

.jCountdown.flip .group>.container>.text{
	width:50px;
	height:64px;
}
.jCountdown.flip.black .group>.container>.text{
	background-image:url(img/jcountdown/jcountdown_flip_black.png);
}
.jCountdown.flip.white .group>.container>.text{
	background-image:url(img/jcountdown/jcountdown_flip_white.png);
}

.jCountdown.slide .group>.container>.text{
	width:50px;
	height:64px;
}
.jCountdown.slide.black .group>.container>.text{
	background-image:url(img/jcountdown/jcountdown_slide_black.png);
}
.jCountdown.slide.white .group>.container>.text{
	background-image:url(img/jcountdown/jcountdown_slide_white.png);
}

.jCountdown.crystal .group>.container>.text{
	width:60px;
	height:60px;
}
.jCountdown.crystal.black .group>.container>.text{
	background-image:url(img/jcountdown/jcountdown_crystal_black.png);
}
.jCountdown.crystal.white .group>.container>.text{
	background-image:url(img/jcountdown/jcountdown_crystal_white.png);
}

.jCountdown.metal .group>.container>.text{
	position:relative;
	z-index:2;
	width:60px;
	height:60px;
}
.jCountdown.metal.black .group>.container>.text{
	background-image:url(img/jcountdown/jcountdown_metal_black.png);
}
.jCountdown.metal.white .group>.container>.text{
	background-image:url(img/jcountdown/jcountdown_metal_white.png);
}

/* reflection */
.jCountdown.reflection{
    transform:scaleY(-1);
    -moz-transform:scaleY(-1);			/* Firefox */
    -webkit-transform:scaleY(-1);		/* Webkit */
    -o-transform:scaleY(-1);			/* Opera */
}
.jCountdown.reflection.displayLabel{
	margin-top:-3px;
}
.jCountdown.reflection.blur1{
	-webkit-filter:blur(1px); 			/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur1); 	/* Firefox Opera */
}
.jCountdown.reflection.blur2{
	-webkit-filter:blur(2px); 			/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur2); 	/* Firefox Opera */
}
.jCountdown.reflection.blur3{
	-webkit-filter:blur(3px); 			/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur3); 	/* Firefox Opera */
}
.jCountdown.reflection.blur4{
	-webkit-filter:blur(4px); 			/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur4); 	/* Firefox Opera */
}
.jCountdown.reflection.blur5{
	-webkit-filter:blur(5px); 			/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur5); 	/* Firefox Opera */
}
.jCountdown.reflection.blur6{
	-webkit-filter:blur(6px); 			/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur6); 	/* Firefox Opera */
}
.jCountdown.reflection.blur7{
	-webkit-filter:blur(7px); 			/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur7); 	/* Firefox Opera */
}
.jCountdown.reflection.blur8{
	-webkit-filter:blur(8px); 			/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur8); 	/* Firefox Opera */
}
.jCountdown.reflection.blur9{
	-webkit-filter:blur(9px); 			/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur9); 	/* Firefox Opera */
}
.jCountdown.reflection.blur10{
	-webkit-filter:blur(10px); 		/* Webkit */
	filter:url(img/jcountdown/jcountdown.svg#blur10); 	/* Firefox Opera */
}






/* IE 8 Styles */
  .lte8 .single .post blockquote.information,
  .lte8 #team-page .team blockquote {
		position: static;
		top: 217px;
		left: 77%;
		width: 100%;
		margin: 0;
		max-width: 100%;
	}
	.lte8.single .post blockquote.information {
		margin:  0 0 5% 0;
	}
	.lte8#team-page .team blockquote p {
		font-size: 1em;
		line-height: 1.4125em;
		margin: 0;
		width:	100%;
	}
	.lte8form.higher-edu-form,
	.lte8form.contact-form,
	.lte8form.member-form,
	.lte8form.volunteer-form,
	.lte8form.blog-form {
		width: 100% !important;
		overflow: hidden;
		margin: 0 0 1em 0;
	}
	.lte8.member-form div span div {
		width: 100%;
	}
	.lte8.higher-edu-form div,
	.lte8.contact-form div,
	.lte8.member-form div,
	.lte8.volunteer-form div,
	.lte8.blog-form div {
		position: relative;
		width: 50%;
		float: left;
		min-height: 44px;
	}
	.lte8.higher-edu-form div label.first-name,
	.lte8.higher-edu-form div label.last-name,
	.lte8.higher-edu-form div label.email,
	.lte8.contact-form div label.first-name,
	.lte8.contact-form div label.last-name,
	.lte8.contact-form div label.email,
	.lte8.member-form div label.first-name,
	.lte8.member-form div label.last-name,
	.lte8.member-form div label.email,
.lte8.volunteer-form div label.first-name,
	.lte8.volunteer-form div label.last-name,
	.lte8.volunteer-form div label.email,
	.lte8.blog-form div label.first-name,
.lte8.blog-form div label.last-name,
	.lte8.blog-form div label.email {
		left: 2%;
	}
	.lte8.contact-form div textarea,
.lte8.higher-edu-form div input[type=text],
	.lte8.contact-form div input[type=text],
	.lte8.member-form div input[type=text],
	.lte8.volunteer-form div input[type=text],
	.lte8.blog-form div input[type=text] {
		width: 95%
	}
	.lte8.contact-form div label.state {
		padding: 0 0 0 3%;
	}
	.lte8.contact-form div select#f43,
	.lte8.member-form div select#f43,
	.lte8.volunteer-form div select#f43,
	.lte8.blog-form div select#f43 {
		position: absolute;
		top: 20%;
		left: 26%;
		width: 73%;
	}
	.lte8.contact-form div #state {
		width: 79%;
		position: absolute;
		top: 17%;
		left: 20%;
	}
	.lte8.higher-edu-form div p,
	.lte8.contact-form div p,
	.lte8.member-form div p,
	.lte8.volunteer-form div p,
	.lte8.blog-form div p {
		margin: 0;
	}
	.lte8.contact-form p,
.lte8.member-form p,
	.lte8.volunteer-form p,
	.lte8.blog-form p {
		margin: 0 0 1em 0;
	}
	.lte8.higher-edu-form div label.required {
		float: left;
		display: block;
		text-align: center;
	}
	.lte8.contact-form div label.required,
	.lte8.member-form div label.required,
	.lte8.volunteer-form div label.required,
	.lte8.blog-form div label.required {
		float: none;
		display: block;
		text-align: center;
	}
	.lte8.higher-form div input[type="submit"],
	.lte8.contact-form div input[type="submit"],
	.lte8.member-form div input[type="submit"],
	.lte8.volunteer-form div input[type="submit"],
	.lte8.blog-form div input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer;
		display: block;
		margin: 0 40%;
	}
	.lte8.contact-form div select,
.lte8.member-form div select,
	.lte8.volunteer-form div select,
.lte8.blog-form div select {
		width: 99%;
	}









/* ==========================================================================
   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;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width: 1300px) {
  #single .post blockquote.information,
  #team-page .team blockquote {
		position: static;
		top: 217px;
		left: 77%;
		width: 100%;
		margin: 0;
		max-width: 100%;
	}
	.single .post blockquote.information {
		margin:  0 0 5% 0;
	}
	#team-page .team blockquote p {
		font-size: 1em;
		line-height: 1.4125em;
		margin: 0;
		width:	100%;
	}
	form.higher-edu-form,
	form.contact-form,
	form.member-form,
	form.volunteer-form,
	form.blog-form {
		width: 100% !important;
		overflow: hidden;
		margin: 0 0 1em 0;
	}
	.higher-edu-form div,
	.contact-form div,
	.member-form div,
	.volunteer-form div,
	.blog-form div {
		position: relative;
		width: 50%;
		float: left;
		min-height: 44px;
	}
	.higher-edu-form div label.first-name,
	.higher-edu-form div label.last-name,
	.higher-edu-form div label.email,
	.contact-form div label.first-name,
	.contact-form div label.last-name,
	.contact-form div label.email,
	.member-form div label.first-name,
	.member-form div label.last-name,
	.member-form div label.email,
	.volunteer-form div label.first-name,
	.volunteer-form div label.last-name,
	.volunteer-form div label.email,
	.blog-form div label.first-name,
	.blog-form div label.last-name,
	.blog-form div label.email,
	.blog-form div label.graduationyear {
		left: 2%;
	}
	.contact-form div textarea,
	.higher-edu-form div input[type=text],
	.contact-form div input[type=text],
	.member-form div input[type=text],
	.volunteer-form div input[type=text],
	.blog-form div input[type=text] {
		width: 95%
	}
	.contact-form div label.state {
		padding: 0 0 0 3%;
	}
	.contact-form div select#f43,
	.member-form div select#f43,
	.volunteer-form div select#f43,
	.blog-form div select#f43, {
		position: absolute;
		top: 20%;
		left: 26%;
		width: 73%;
	}
	.blog-form div select#f44, {
		position: absolute;
		top: 20%;
		left: 40%;
		width: 30%;
	}
	.contact-form diƒv #state {
		width: 79%;
		position: absolute;
		top: 17%;
		left: 20%;
	}
	.higher-edu-form div p,
	.contact-form div p,
	.member-form div p,
	.volunteer-form div p,
	.blog-form div p {
		margin: 0;
	}
	.contact-form p,
	.member-form p,
	.volunteer-form p,
	.blog-form p {
		margin: 0 0 1em 0;
	}
	.higher-edu-form div label.required {
		float: left;
		display: block;
		text-align: center;
	}
	.contact-form div label.required,
	.member-form div label.required,
	.volunteer-form div label.required,
	.blog-form div label.required {
		float: none;
		display: block;
		text-align: center;
	}
	.higher-form div input[type="submit"],
	.contact-form div input[type="submit"],
	.member-form div input[type="submit"],
	.volunteer-form div input[type="submit"],
	.blog-form div input[type="submit"] {
		-webkit-appearance: button;
		cursor: pointer;
		display: block;
		margin: 0 auto;
	}
	.contact-form div select,
	.member-form div select,
	.volunteer-form div select,
	.blog-form div1 select {
		width: 99%;
	}
	
	
}

@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 */
}

/* ==========================================================================
   Print styles.
   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;
    }
form, #header-nav-color, footer, .side-nav, .entry-meta {
display: none !important;
}
.interior-content {
	max-width: none;
}
    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: 50% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Salsa Hangout Styles */ 

.blog-form div#groups { 
    width:100%;
}

.blog-form div#groups li.salsa-optional-group {
    min-height:36px;
}

.blog-form div#groups .salsa-group-box {
    width:15px;
    height:15px;
    margin-top:10px;
}