﻿/*
Theme Name: VCU HAS
Theme URI: has.vcu.edu
Description: A Cusome theme for VCU English
Author: COLAB Multimedia
Author URI: teamcolab.com
Version: 1
Tags: 
*/

/* correct logo wrap error following Oct 2014 chrome update 
   joe woods | vcu english | 11-14-2014
   published to server by mkeller
*/

#logo {
white-space: nowrap; 
}

/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 428, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 465, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 117, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 123, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 124, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 125, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 129, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 135, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 141, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 147, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 153, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 215, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "arno-pro", "Georgia", Cambria, "Times New Roman", Times, serif;
  border: 1px solid #002115;
  border-top-color: #003f2a;
  border-left-color: #003f2a;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #004a30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006341), to(#004a30));
  background-image: -webkit-linear-gradient(top, #006341, #004a30);
  background-image: -moz-linear-gradient(top, #006341, #004a30);
  background-image: -o-linear-gradient(top, #006341, #004a30);
  background-image: linear-gradient(to bottom, #006341, #004a30);
}
/* line 234, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
  border: 1px solid #002115;
  border-top-color: black;
  border-left-color: black;
  background-color: #003020;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004a30), to(#003020));
  background-image: -webkit-linear-gradient(top, #004a30, #003020);
  background-image: -moz-linear-gradient(top, #004a30, #003020);
  background-image: -o-linear-gradient(top, #004a30, #003020);
  background-image: linear-gradient(to bottom, #004a30, #003020);
}
/* line 242, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #006341;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004a30), to(#006341));
  background-image: -webkit-linear-gradient(top, #004a30, #006341);
  background-image: -moz-linear-gradient(top, #004a30, #006341);
  background-image: -o-linear-gradient(top, #004a30, #006341);
  background-image: linear-gradient(to bottom, #004a30, #006341);
}

/* line 247, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
/* line 253, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
/* line 257, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/* line 16, ../scss/_base.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* line 22, ../scss/_base.scss */
.glyph {
  overflow: hidden;
  position: relative;
}
/* line 25, ../scss/_base.scss */
.glyph hr {
  border: none;
  border-top: 1px solid #e5e2dd;
  height: 1px;
  color: #e5e2dd;
  text-align: center;
  width: 35%;
  margin: 60px auto;
  clear: both;
}
/* line 35, ../scss/_base.scss */
.glyph hr:after {
  content: "" !important;
}
/* line 38, ../scss/_base.scss */
.glyph span {
  position: absolute;
  font-size: 2em;
  padding: 0 0.25em;
  left: 45.5%;
  top: 36.5%;
  background: #fff;
  z-index: 9999;
  color: #e5e2dd;
}

/* line 49, ../scss/_base.scss */
.intro:first-child {
  font-size: 111%;
}

/* line 52, ../scss/_base.scss */
.intro {
  max-width: 670px;
  float: right;
  width: 100%;
}

/* line 57, ../scss/_base.scss */
.dropcap {
  font-size: 3em;
  float: left;
  margin: 0 .125em 0 0;
  line-height: 1;
  color: #444342;
}

/* line 64, ../scss/_base.scss */
.home.page #inner-content {
  margin: 0 auto;
}

/* line 67, ../scss/_base.scss */
#inner-content {
  clear: both;
  margin: 120px auto 0 auto;
}

/* line 71, ../scss/_base.scss */
#container {
  position: relative;
  background: #000;
  overflow: hidden;
  padding: 0;
}

/* line 78, ../scss/_base.scss */
.js #vcuIdentity h1 {
  height: 54px;
}

/* line 83, ../scss/_base.scss */
.entry-content .alignleft,
.entry-content .alignright,
.entry-content .aligncenter {
  background: transparent;
}
/* line 85, ../scss/_base.scss */
.entry-content .alignleft img,
.entry-content .alignright img,
.entry-content .aligncenter img {
  margin: 0;
}
/* line 88, ../scss/_base.scss */
.entry-content .alignleft .wp-caption-text,
.entry-content .alignright .wp-caption-text,
.entry-content .aligncenter .wp-caption-text {
  text-align: left;
  padding: 0 0 0 2px;
}

@font-face {
  font-family: 'vcuhas';
  src: url("./fonts/vcuhas.eot");
  src: url("./fonts/vcuhas.eot?#iefix") format("embedded-opentype"), url("./fonts/vcuhas.ttf") format("truetype"), url("./fonts/vcuhas.woff") format("woff"), url("./fonts/vcuhas.svg#vcuhas") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 105, ../scss/_base.scss */
[class*="icon-"] {
  font-family: "vcuhas" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 117, ../scss/_base.scss */
.icon-leaf:before {
  content: "\40";
}

/* line 120, ../scss/_base.scss */
.icon-jalapeno:before {
  content: "\3e";
}

/* line 123, ../scss/_base.scss */
a {
  text-decoration: none;
}

/* line 126, ../scss/_base.scss */
a .read-more {
  font-family: "arno-pro";
  font-size: 1em;
  line-height: 27px;
  color: #96897b;
}

/* line 132, ../scss/_base.scss */
a:hover .read-more {
  color: #cdcac6;
}

/* line 135, ../scss/_base.scss */
a .read-more .icon-jalapeno {
  font-size: 30px !important;
  position: absolute;
  margin: -5px 0 0 0;
}

/*********************
GENERAL STYLES
*********************/
/* line 145, ../scss/_base.scss */
body {
  font-family: "arno-pro", "Georgia", Cambria, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.5;
  color: #181716;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 200, ../scss/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 209, ../scss/_base.scss */
a, a:visited {
  color: #006341;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 213, ../scss/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #00915f;
}
/* line 223, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 237, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "adobe-jenson-pro", "Hoefler Text", "Centaur", "Centaur MT", "Garamond Premier Pro", "Stempel Garamond", "Adobe Garamond Pro", "Adobe Garamond", Garamond, Georgia, serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-weight: normal;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 248, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 253, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

/* line 258, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 264, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 268, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 273, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 300, ../scss/_base.scss */
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 304, ../scss/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 306, ../scss/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 340, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 376, ../scss/_base.scss */
#content {
  overflow: hidden;
  background: #fff;
}

/* line 387, ../scss/_base.scss */
.hentry footer {
  background: #fff;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 413, ../scss/_base.scss */
.byline {
  color: #999;
}

/* entry content */
/* line 421, ../scss/_base.scss */
.entry-content,
.article-footer {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 422, ../scss/_base.scss */
.entry-content p,
.article-footer p {
  margin: 0 0 1em 0;
}
/* line 435, ../scss/_base.scss */
.entry-content ul,
.article-footer ul {
  padding: 0 0 0 50px;
}
/* line 438, ../scss/_base.scss */
.entry-content ul li,
.article-footer ul li {
  padding: 0 0 12px;
  list-style-image: url(./images/bullet.png);
}
/* line 451, ../scss/_base.scss */
.entry-content blockquote,
.article-footer blockquote {
  color: #6e6e6e;
  font-style: italic;
}
/* line 462, ../scss/_base.scss */
.entry-content dd,
.article-footer dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 469, ../scss/_base.scss */
.entry-content img,
.article-footer img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 474, ../scss/_base.scss */
.entry-content .size-full,
.article-footer .size-full {
  max-width: 100%;
  margin: 0 auto 1.5em;
  display: block;
}
/* line 479, ../scss/_base.scss */
.entry-content .size-large,
.article-footer .size-large {
  max-width: 110%;
  margin: 0 -5% 1.5em;
}
/* line 489, ../scss/_base.scss */
.entry-content .alignleft, .entry-content img.alignleft,
.article-footer .alignleft,
.article-footer img.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}
/* line 493, ../scss/_base.scss */
.entry-content .alignright, .entry-content img.alignright,
.article-footer .alignright,
.article-footer img.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}
/* line 497, ../scss/_base.scss */
.entry-content .aligncenter, .entry-content img.aligncenter,
.article-footer .aligncenter,
.article-footer img.aligncenter {
  text-align: center;
}
/* line 501, ../scss/_base.scss */
.entry-content video, .entry-content object,
.article-footer video,
.article-footer object {
  max-width: 100%;
  height: auto;
}
/* line 506, ../scss/_base.scss */
.entry-content pre,
.article-footer pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* line 512, ../scss/_base.scss */
.entry-content hr,
.article-footer hr {
  border: none;
  border-top: 1px solid #e5e2dd;
  height: 1px;
  color: #e5e2dd;
  text-align: center;
  width: 35%;
  margin: 60px auto;
  clear: both;
}
/* line 522, ../scss/_base.scss */
.entry-content hr:after,
.article-footer hr:after {
  background: white;
  font-family: "vcuhas";
  content: "\40";
  position: relative;
  top: -0.7em;
  font-size: 2em;
  padding: 0 0.25em;
}

/* end .entry-content */
/* line 535, ../scss/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 541, ../scss/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 547, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 585, ../scss/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 588, ../scss/_base.scss */
.pagination {
  text-align: center;
}
/* line 590, ../scss/_base.scss */
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
/* line 596, ../scss/_base.scss */
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
/* line 602, ../scss/_base.scss */
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
/* line 613, ../scss/_base.scss */
.pagination ul li span.current {
  font-weight: bold;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 628, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 632, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 643, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 660, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 662, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 670, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 674, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 692, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 696, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 701, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 715, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 718, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 733, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 736, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 744, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 747, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 751, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 761, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 786, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 789, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 798, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 810, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 822, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 826, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 829, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 835, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 843, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 849, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 854, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 867, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 872, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 885, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 898, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 903, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 919, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 940, ../scss/_base.scss */
.footer {
  clear: both;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/* line 1, ../scss/mobile/_header.scss */
.wrap {
  width: 100%;
}

/* line 4, ../scss/mobile/_header.scss */
#inner-header {
  padding: 0%;
}

/* line 8, ../scss/mobile/_header.scss */
.header {
  z-index: 99999;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}

/* line 15, ../scss/mobile/_header.scss */
.home .header .subhead {
  height: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  background: #2c2b2b;
}

/* line 20, ../scss/mobile/_header.scss */
.header .subhead {
  height: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: url("./images/header-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 29, ../scss/mobile/_header.scss */
.header .subhead.ie8 {
  background-size: cover !important;
  position: relative;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/header-bg.jpg',sizingMethod='scale');
  -ms-filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/header-bg.jpg",sizingMethod="scale")';
}

/* line 37, ../scss/mobile/_header.scss */
.main-navigation {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

/* line 46, ../scss/mobile/_header.scss */
.main-navigation .h1 {
  float: right;
  margin: 0;
  position: relative;
  font-size: 1.5em;
  line-height: 1em;
  width: 75%;
  z-index: 9999;
}

/* line 55, ../scss/mobile/_header.scss */
.main-navigation .h1 a {
  font-family: "adobe-jenson-pro";
  color: white;
  padding: 13px 0;
  display: block;
}

/* line 61, ../scss/mobile/_header.scss */
.main-navigation .h1 a img {
  position: absolute;
  top: 23px;
  left: 0px;
  display: none;
}

/* line 67, ../scss/mobile/_header.scss */
.main-navigation ul {
  float: right;
  margin: 0;
  padding: 0;
  background: #2c2b2b;
  display: none;
  width: 100%;
  border: 0;
}

/* line 76, ../scss/mobile/_header.scss */
.main-navigation ul li {
  position: relative;
  overflow: hidden;
}

/* line 81, ../scss/mobile/_header.scss */
.main-navigation ul li.menu-item-has-children.closed:after {
  content: " + ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0% 0 0% 90%;
  color: white;
  line-height: 1.25em;
  font-size: 2em;
}

/* line 93, ../scss/mobile/_header.scss */
.main-navigation ul li.menu-item-has-children.opening:after {
  content: " \2013 ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0% 0 0% 90%;
  color: white;
  line-height: 1.25em;
  font-size: 2em;
  height: 41px;
}

/* line 106, ../scss/mobile/_header.scss */
.main-navigation ul li a {
  font-size: 1em;
  line-height: 1.33em;
  font-family: "arno-pro";
  color: white;
  background: transparent;
  border: 0 !important;
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  border-bottom: 1px solid #333333;
}

/* line 118, ../scss/mobile/_header.scss */
.main-navigation nav {
  position: relative;
}

/* line 121, ../scss/mobile/_header.scss */
.mobile-wrap {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 25%;
}
/* line 126, ../scss/mobile/_header.scss */
.mobile-wrap .mobile {
  background: #fff;
  height: 30px;
  width: 37px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
  position: absolute;
  top: 10px;
  right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
/* line 137, ../scss/mobile/_header.scss */
.mobile-wrap .mobile-nav {
  position: absolute;
  top: 10px;
  right: 4px;
  padding: 3px 8px;
  cursor: pointer;
}
/* line 143, ../scss/mobile/_header.scss */
.mobile-wrap .mobile-nav img {
  cursor: pointer;
}

/* line 148, ../scss/mobile/_header.scss */
.js #vcuIdentity h1 {
  height: 35px;
}

/* line 151, ../scss/mobile/_header.scss */
.js #vcuIdentity h2 a {
  display: none !important;
}

/* line 154, ../scss/mobile/_header.scss */
.main-navigation ul li.current-menu-item a {
  color: #a6c9bd;
}

/* line 161, ../scss/mobile/_header.scss */
.main-navigation ul li:hover:after,
.main-navigation ul li:hover a,
.main-navigation ul li:focus a,
.main-navigation ul li:visited:hover a,
.main-navigation ul li:visited:focus a {
  color: white;
}

/* line 168, ../scss/mobile/_header.scss */
.main-navigation ul li:hover:after,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li a:visited:hover,
.main-navigation ul li a:visited:focus {
  color: #00915f;
}

/* line 1, ../scss/mobile/_footer.scss */
.footer {
  background: white;
}
/* line 4, ../scss/mobile/_footer.scss */
.footer #inner-footer .quotes {
  position: relative;
  background: #eae7e2;
}
/* line 7, ../scss/mobile/_footer.scss */
.footer #inner-footer .quotes .wrap {
  position: relative;
  padding: 0;
}
/* line 10, ../scss/mobile/_footer.scss */
.footer #inner-footer .quotes .wrap img {
  position: absolute;
  bottom: 0;
  left: -3%;
  width: 120px;
  height: auto;
}
/* line 17, ../scss/mobile/_footer.scss */
.footer #inner-footer .quotes .wrap .quote-container {
  float: right;
  margin: 1em 0px 5em 0;
}
/* line 20, ../scss/mobile/_footer.scss */
.footer #inner-footer .quotes .wrap .quote-container blockquote {
  font-family: "adobe-jenson-pro",serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25em;
  color: #969491;
  margin: 0;
  font-size: 1em;
  width: 100%;
  max-width: 75%;
  float: right;
  padding: 0 5px 0 0px;
}
/* line 33, ../scss/mobile/_footer.scss */
.footer #inner-footer .quotes .wrap .quote-container cite {
  font-family: Arial;
  font-size: .66em;
  line-height: 2.33em;
  color: #969491;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
  max-width: 75%;
  float: right;
  width: 100%;
}
/* line 47, ../scss/mobile/_footer.scss */
/* changed incorrect hypen in content field to an em dash--request orig. made to G. Johnson in notes for CoLab early spring 2015. mkeller 6-4-2014 */
.footer #inner-footer .quotes .wrap .quote-container cite:before {
  content: '—';
}
/* line 53, ../scss/mobile/_footer.scss */
.footer #inner-footer .deadlines-events {
  background: url(./library/images/grey-footer-texture.jpg);
}
/* line 55, ../scss/mobile/_footer.scss */
.footer #inner-footer .deadlines-events .threecol:first-child h2 {
  border-bottom: 1px solid #b8b1a7;
}
/* line 58, ../scss/mobile/_footer.scss */
.footer #inner-footer .deadlines-events .threecol.middle {
  margin: 0  auto;
}
/* line 62, ../scss/mobile/_footer.scss */
.footer #inner-footer .threecol {
  margin: 2.5em auto;
  min-width: 260px;
  max-width: 320px;
  overflow: hidden;
  padding: 0 4%;
  width: 100%;
}
/* line 69, ../scss/mobile/_footer.scss */
.footer #inner-footer .threecol h2 {
  color: #63513d;
  font-size: 1.33em;
  line-height: 1em;
  border-bottom: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0px 0 .63em 0;
  padding: 0 0 .42em 0;
}
/* line 78, ../scss/mobile/_footer.scss */
.footer #inner-footer .threecol img {
  display: block;
  width: 100%;
}
/* line 82, ../scss/mobile/_footer.scss */
.footer #inner-footer .threecol ul {
  margin: 0;
}
/* line 84, ../scss/mobile/_footer.scss */
.footer #inner-footer .threecol ul > li {
  margin: 0 0 1.11em 0;
}
/* line 86, ../scss/mobile/_footer.scss */
.footer #inner-footer .threecol ul > li a {
  font-size: 1em;
  line-height: 1.33em;
  color: #63513d;
}
/* line 91, ../scss/mobile/_footer.scss */
.footer #inner-footer .threecol ul > li span {
  text-transform: uppercase;
  display: block;
  font-family: Arial;
  font-size: .66em;
  line-height: 2em;
  color: #96897b;
}
/* line 101, ../scss/mobile/_footer.scss */
.footer #inner-footer .threecol p {
  margin: 1em .275em 1em 0;
}
/* line 104, ../scss/mobile/_footer.scss */
.footer #inner-footer .threecol a .read-more .icon-jalapeno {
  margin: -2px 0 0 0;
}
/* line 108, ../scss/mobile/_footer.scss */
.footer #inner-footer .contact {
  background: url(./library/images/brown-footer-texture.jpg);
}
/* line 110, ../scss/mobile/_footer.scss */
.footer #inner-footer .contact .threecol {
  color: #cdcac6;
  margin: 3.25em auto 3em auto;
}
/* line 113, ../scss/mobile/_footer.scss */
.footer #inner-footer .contact .threecol h2 {
  display: block;
  width: 170px;
  color: #cdcac6;
  font-size: 1em;
  line-height: 1.33em;
  border-bottom: 1px solid #75685a;
}
/* line 122, ../scss/mobile/_footer.scss */
.footer #inner-footer .contact .threecol address,
.footer #inner-footer .contact .threecol > div {
  font-style: normal;
}
/* line 124, ../scss/mobile/_footer.scss */
.footer #inner-footer .contact .threecol address > span,
.footer #inner-footer .contact .threecol > div > span {
  display: block;
  font-size: .66em;
}
/* line 128, ../scss/mobile/_footer.scss */
.footer #inner-footer .contact .threecol address span,
.footer #inner-footer .contact .threecol > div span {
  color: #cdcac6;
  line-height: 2.25em;
  font-family: Arial;
}
/* line 132, ../scss/mobile/_footer.scss */
.footer #inner-footer .contact .threecol address span a,
.footer #inner-footer .contact .threecol > div span a {
  color: #efebe6;
}
/* line 138, ../scss/mobile/_footer.scss */
.footer #inner-footer .contact .threecol.middle {
  margin: 0 auto;
}
/* line 142, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation {
  background: url(./library/images/dark-grey-footer-texture.jpg);
}
/* line 148, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol {
  margin: 1.75em auto;
}
/* line 150, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol h2 {
  display: block;
  width: 65%;
  color: #959595;
  font-size: 1em;
  line-height: 2em;
  margin: 0px 0 .225em 0;
  padding: 0 0 0px 0;
  font-family: Arial;
}
/* line 161, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol ul > li {
  margin: 0;
}
/* line 164, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol ul > li a,
.footer #inner-footer .social-navigation .threecol ul > li span {
  color: #c6c6c6;
  font-size: .66em;
  line-height: 2.25em;
  font-family: Arial;
}
/* line 173, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .social > li {
  float: left;
  margin: 0 .575em 0 0;
}
/* line 176, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .social > li a {
  display: block;
  height: 34px;
  width: 32px;
  background: url(./library/images/social.png) no-repeat;
}
/* line 182, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .social > li .facebook {
  background-position: 0 0;
}
/* line 185, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .social > li .twitter {
  background-position: -42px 0;
}
/* line 188, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .social > li .linkedin {
  background-position: -84px 0;
}
/* line 191, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .social > li .donate {
  background-position: -128px 0;
  width: 95px;
}
/* line 198, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .copyright p {
  color: #959595;
  font-size: .66em;
  line-height: 2.16em;
  margin: 0;
  clear: both;
}
/* line 204, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .copyright p span {
  color: #c6c6c6;
}
/* line 208, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .copyright a {
  display: block;
  position: relative;
}
/* line 211, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .copyright a img {
  display: block;
  width: initial;
}
/* line 215, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .copyright a p {
  position: absolute;
  bottom: -26px;
}
/* line 220, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .copyright .credit {
  margin: 3.4em 0 0 0;
  font-family: Arial;
}
/* line 223, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol .copyright .credit a {
  display: inline;
  color: #bbbbbb;
}
/* line 230, ../scss/mobile/_footer.scss */
.footer #inner-footer .social-navigation .threecol.middle {
  margin: 1.75em auto;
}
/* line 234, ../scss/mobile/_footer.scss */
.footer #inner-footer .logo-footer {
  background: black url(./library/images/footer-vcu-brand.jpg) no-repeat top center;
  height: 40px;
  background-size: contain;
}

/* line 2, ../scss/mobile/_flexslider.scss */
.flexslider {
  margin: 0 0 0 0;
  height: 445px;
  position: relative;
}
/* line 7, ../scss/mobile/_flexslider.scss */
.flexslider .slides {
  margin: 0;
  overflow: hidden;
}
/* line 11, ../scss/mobile/_flexslider.scss */
.flexslider .slide {
  height: 460px;
  width: 100%;
  background: #2c2b2b;
}
/* line 15, ../scss/mobile/_flexslider.scss */
.flexslider .slide .container {
  display: block;
  margin: 0 auto;
  max-width: 1140px;
}
/* line 20, ../scss/mobile/_flexslider.scss */
.flexslider .slide > div {
  width: 100%;
  position: relative;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  overflow: hidden;
}
/* line 28, ../scss/mobile/_flexslider.scss */
.flexslider .slide .wrap {
  padding: 0;
  bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #2c2b2b;
  min-height: 200px;
}
/* line 35, ../scss/mobile/_flexslider.scss */
.flexslider .slide .wrap > div:first-child {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 0 0 -100%;
  left: 0px;
  right: 100%;
}
/* line 45, ../scss/mobile/_flexslider.scss */
.flexslider .slide-content {
  font-family: "adobe-jenson-pro";
  color: white;
  max-width: 400px;
  position: relative;
  margin: 0 auto;
  padding: 0px 4% 0px 2%;
  overflow: hidden;
}
/* line 54, ../scss/mobile/_flexslider.scss */
.flexslider .slide-img-mobile {
  width: 768px;
  float: right;
}
/* line 58, ../scss/mobile/_flexslider.scss */
.flexslider .slide-content h1 {
  font-size: 1.33em;
  line-height: 1.25em;
  margin: 0 0 20px 0;
}
/* line 63, ../scss/mobile/_flexslider.scss */
.flexslider .slide-content h2 {
  font-size: 1em;
  line-height: 1.66em;
}
/* line 67, ../scss/mobile/_flexslider.scss */
.flexslider .slide-content p {
  float: left;
  clear: both;
  font-size: 1em;
  line-height: 1.66em;
  margin: 0;
}
/* line 74, ../scss/mobile/_flexslider.scss */
.flexslider .slide-content a {
  clear: both;
  display: block;
}
/* line 78, ../scss/mobile/_flexslider.scss */
.flexslider .slide-content .icon-jalapeno {
  margin: 0;
}
/* line 81, ../scss/mobile/_flexslider.scss */
.flexslider .slide-content-bg {
  position: absolute;
  bottom: 0;
  background: #2c2b2b;
  width: 100%;
  min-height: 170px;
  left: 0;
  margin: 0;
  display: none;
}
/* line 91, ../scss/mobile/_flexslider.scss */
.flexslider .container {
  display: none;
}
/* line 94, ../scss/mobile/_flexslider.scss */
.flexslider .slider-controls {
  text-align: center;
  padding: 0 18px;
  position: relative;
  float: right;
  width: auto;
  margin-top: -56px;
}
/* line 102, ../scss/mobile/_flexslider.scss */
.flexslider .flex-control-nav {
  text-align: center;
  z-index: 20;
  position: relative;
  margin: 12px 0;
}
/* line 107, ../scss/mobile/_flexslider.scss */
.flexslider .flex-control-nav > li {
  margin: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 110, ../scss/mobile/_flexslider.scss */
.flexslider .flex-control-nav > li > a {
  display: block;
  width: 15px;
  height: 15px;
  background: url(./library/images/slide-nav-sprite.png) no-repeat 0 0;
  text-indent: -9999999px;
}
/* line 118, ../scss/mobile/_flexslider.scss */
.flexslider .flex-control-nav > li > a:hover,
.flexslider .flex-control-nav > li > a.flex-active {
  background: url(./library/images/slide-nav-sprite.png) no-repeat -20px 0;
}
/* line 123, ../scss/mobile/_flexslider.scss */
.flexslider .flex-direction-nav {
  font-family: "adobe-jenson-pro";
  font-size: 48px;
  margin: 0;
  width: 100%;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* line 134, ../scss/mobile/_flexslider.scss */
.flexslider .flex-direction-nav > li {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 138, ../scss/mobile/_flexslider.scss */
.flexslider .flex-direction-nav > li > a {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 148, ../scss/mobile/_flexslider.scss */
.flexslider .flex-direction-nav > li > a:hover {
  color: #7c7165;
}
/* line 151, ../scss/mobile/_flexslider.scss */
.flexslider .flex-direction-nav > li:first-child {
  left: 0;
}

/* line 158, ../scss/mobile/_flexslider.scss */
.lt-ie9 .slide-img-mobile {
  display: none;
}

/* line 1, ../scss/mobile/_content.scss */
.page #container {
  padding: 0;
}

/* line 4, ../scss/mobile/_content.scss */
#inner-content {
  margin: 50px 0 0 0;
  padding: 0;
}

/* line 10, ../scss/mobile/_content.scss */
.page #content,
.page .container,
.page .wrap {
  padding: 0;
}

/* line 14, ../scss/mobile/_content.scss */
.page-title,
.archive-title {
  position: relative;
  margin: .75em 0 0 0;
  font-size: 1.8em;
}

/* line 20, ../scss/mobile/_content.scss */
.page-title:after,
.archive-title:after {
  content: " ";
  background: #e4e4e4;
  height: 1px;
  position: absolute;
  bottom: -.25em;
  left: 0;
  width: 60%;
}

/* line 31, ../scss/mobile/_content.scss */
.content-right .entry-content .intro {
  float: right;
}
/* line 35, ../scss/mobile/_content.scss */
.content-right #main {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
/* line 41, ../scss/mobile/_content.scss */
.content-right .sidebar {
  float: left;
  margin-right: 2.762430939%;
  margin-left: 0;
  position: static;
  border-right: 1px solid #e8e8e8;
}
/* line 47, ../scss/mobile/_content.scss */
.content-right .sidebar > div {
  margin: 0em 6% 0em 0px;
  padding: 0 10px;
}

/* line 55, ../scss/mobile/_content.scss */
.content-left .entry-content .intro {
  float: left;
}
/* line 59, ../scss/mobile/_content.scss */
.content-left #main {
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
/* line 64, ../scss/mobile/_content.scss */
.content-left .sidebar {
  float: right;
  margin-left: 2.762430939%;
  margin-right: 0;
  position: static;
  border-left: 1px solid #e8e8e8;
}
/* line 70, ../scss/mobile/_content.scss */
.content-left .sidebar > div {
  padding: 0 10px;
  float: right;
  margin: 0em 0% 0em 6%;
}

/* line 77, ../scss/mobile/_content.scss */
.entry-content {
  margin: 50px 0 0 0;
}
/* line 79, ../scss/mobile/_content.scss */
.entry-content h1 {
  font-size: 1.33em;
  line-height: 1.125em;
  color: #181716;
  border-bottom: none;
  width: 50%;
  padding: 15px 0;
}
/* line 88, ../scss/mobile/_content.scss */
.entry-content h2 {
  font-size: 1.33em;
  line-height: 1em;
  color: #969491;
  margin: 0 0 0.5em 0;
}
/* line 94, ../scss/mobile/_content.scss */
.entry-content h3 {
  font-size: 1.25em;
  line-height: 1.33em;
  color: #969491;
}
/* line 99, ../scss/mobile/_content.scss */
.entry-content h4 {
  font-size: 1.17em;
  line-height: 1.5em;
  color: #969491;
  font-weight: 500;
}
/* line 105, ../scss/mobile/_content.scss */
.entry-content .cleared {
  clear: left;
}
/* line 108, ../scss/mobile/_content.scss */
.entry-content .intro.course-descriptions.even {
  margin: 0;
}
/* line 111, ../scss/mobile/_content.scss */
.entry-content .intro.course-descriptions {
  width: 100%;
  float: left;
  margin: 0 auto 0 auto;
}
/* line 115, ../scss/mobile/_content.scss */
.entry-content .intro.course-descriptions h3.heading {
  font-weight: bold;
  position: relative;
  margin: 0 0 0 1.5em 0;
}
/* line 120, ../scss/mobile/_content.scss */
.entry-content .intro.course-descriptions h3.heading:after {
  content: "";
  background: #e8e8e8;
  height: 1px;
  width: 75%;
  position: absolute;
  bottom: -9px;
  left: 0px;
}
/* line 129, ../scss/mobile/_content.scss */
.entry-content .intro.course-descriptions ul {
  padding: 0;
}
/* line 131, ../scss/mobile/_content.scss */
.entry-content .intro.course-descriptions ul li {
  list-style-image: none;
  background: url(./images/pdf.png) no-repeat 0px 4px;
  padding: 0 0px 12px 25px;
}

/* line 140, ../scss/mobile/_content.scss */
.content-left .sidebar,
.content-right .sidebar {
  margin: 2.2em 0 0 0;
  width: 100%;
  border: none;
}
/* line 144, ../scss/mobile/_content.scss */
.content-left .sidebar select,
.content-right .sidebar select {
  max-width: 320px;
  display: block;
  width: 90%;
  margin: 0 auto;
}
/* line 150, ../scss/mobile/_content.scss */
.content-left .sidebar > div,
.content-right .sidebar > div {
  margin: 0;
  padding: 0;
  float: none;
}
/* line 154, ../scss/mobile/_content.scss */
.content-left .sidebar > div .widget:first-child,
.content-right .sidebar > div .widget:first-child {
  margin: 0;
}
/* line 158, ../scss/mobile/_content.scss */
.content-left .sidebar .widget,
.content-right .sidebar .widget {
  margin: 2.2em 0 0 0;
}
/* line 160, ../scss/mobile/_content.scss */
.content-left .sidebar .widget h4:after,
.content-right .sidebar .widget h4:after {
  content: " ";
  background: #e4e4e4;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
/* line 169, ../scss/mobile/_content.scss */
.content-left .sidebar .widget img,
.content-right .sidebar .widget img {
  width: 100%;
  height: auto;
}
/* line 174, ../scss/mobile/_content.scss */
.content-left .sidebar h4,
.content-right .sidebar h4 {
  font-family: "adobe-jenson-pro";
  font-size: 1.33em;
  position: relative;
  line-height: 1em;
  color: #000;
  margin: 0 4% .75em 4%;
  padding: 0 0 .65em 0;
  min-width: 190px;
  font-weight: normal;
}
/* line 185, ../scss/mobile/_content.scss */
.content-left .sidebar ul,
.content-right .sidebar ul {
  margin: 0 auto;
  max-width: 320px;
}
/* line 192, ../scss/mobile/_content.scss */
.content-left .sidebar ul li,
.content-right .sidebar ul li {
  width: 100%;
  padding: 0 0 1em 0;
}
/* line 196, ../scss/mobile/_content.scss */
.content-left .sidebar ul li a,
.content-right .sidebar ul li a {
  font-size: 1em;
  line-height: 1.33em;
  cursor: pointer;
  padding: 0 4%;
  margin: 0;
}
/* line 203, ../scss/mobile/_content.scss */
.content-left .sidebar ul li span,
.content-right .sidebar ul li span {
  font-size: .66em;
  line-height: 1.33em;
  color: #969491;
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  padding: 0 4%;
}
/* line 212, ../scss/mobile/_content.scss */
.content-left .sidebar a,
.content-right .sidebar a {
  display: block;
  margin: 0 auto 1.5em auto;
  max-width: 320px;
}
/* line 216, ../scss/mobile/_content.scss */
.content-left .sidebar a .read-more,
.content-right .sidebar a .read-more {
  padding: 0 4%;
}
/* line 218, ../scss/mobile/_content.scss */
.content-left .sidebar a .read-more span.icon-jalapeno,
.content-right .sidebar a .read-more span.icon-jalapeno {
  margin: -2px 0 0 0;
}

/* line 224, ../scss/mobile/_content.scss */
.page-nav {
  clear: both;
  display: none;
}

/* line 230, ../scss/mobile/_content.scss */
.error404 form#searchform input {
  width: 75px;
}
/* line 233, ../scss/mobile/_content.scss */
.error404 form#searchform #s {
  width: 200px;
}

/* line 238, ../scss/mobile/_content.scss */
form#searchform {
  position: relative;
  overflow: hidden;
  max-width: 320px;
  margin: 0 auto;
}
/* line 243, ../scss/mobile/_content.scss */
form#searchform label {
  display: none;
}
/* line 246, ../scss/mobile/_content.scss */
form#searchform input {
  float: left;
  width: 33%;
  background: #eae7e2;
  border: none;
  padding: 6px 0;
  font-family: "adobe-jenson-pro";
  font-size: .88em;
  line-height: 1.33em;
  color: black;
}
/* line 257, ../scss/mobile/_content.scss */
form#searchform #s {
  width: 66%;
  background: #f4f3f0;
}
/* line 261, ../scss/mobile/_content.scss */
form#searchform input::-webkit-input-placeholder {
  color: transparent;
}
/* line 264, ../scss/mobile/_content.scss */
form#searchform input:-moz-placeholder {
  color: transparent;
}
/* line 267, ../scss/mobile/_content.scss */
form#searchform input::-moz-placeholder {
  color: transparent;
}
/* line 270, ../scss/mobile/_content.scss */
form#searchform input:-ms-input-placeholder {
  color: transparent;
}

/* line 2, ../scss/mobile/_people.scss */
ul li.current_page_item a,
header ul li.current-page-ancestor a {
  color: #a6c9bd;
}

/* line 8, ../scss/mobile/_people.scss */
.tax-person-category .content-right .archive-content,
.tax-person-category .content-left .archive-content {
  margin: 0;
  padding: 0 4%;
}
/* line 12, ../scss/mobile/_people.scss */
.tax-person-category .content-right .sidebar,
.tax-person-category .content-left .sidebar {
  display: none;
  border: none;
  margin-top: 3.2em;
  width: 25%;
  margin-right: 0;
}
/* line 18, ../scss/mobile/_people.scss */
.tax-person-category .content-right .sidebar .active,
.tax-person-category .content-left .sidebar .active {
  color: #a6c9bd;
}
/* line 22, ../scss/mobile/_people.scss */
.tax-person-category .content-right #main,
.tax-person-category .content-left #main {
  margin-top: 3.2em;
  margin-bottom: 3em;
  float: right;
  width: 100%;
  padding: 0 4%;
}

/* line 31, ../scss/mobile/_people.scss */
.people-nav {
  float: none;
  margin-top: 2.25em;
}
/* line 34, ../scss/mobile/_people.scss */
.people-nav > div {
  padding: 0;
  border: none;
  float: none;
  margin: 0 auto;
  max-width: 230px;
}
/* line 41, ../scss/mobile/_people.scss */
.people-nav h4 {
  margin: 0 0 1em 0;
  font-family: "adobe-jenson-pro";
  font-size: 1.33em;
  line-height: 1em;
  color: #000;
  padding: 0 0 15px 0;
  font-weight: normal;
  width: 60%;
  min-width: 190px;
  border-bottom: 1px solid #e4e4e4;
}
/* line 53, ../scss/mobile/_people.scss */
.people-nav h4:after {
  position: static;
}
/* line 57, ../scss/mobile/_people.scss */
.people-nav .widget ul {
  margin-bottom: 0;
}
/* line 59, ../scss/mobile/_people.scss */
.people-nav .widget ul li {
  margin: 0;
}
/* line 65, ../scss/mobile/_people.scss */
.people-nav ul li.current-menu-item a,
.people-nav ul li.current-menu-item a {
  color: #a6c9bd;
}

/* line 71, ../scss/mobile/_people.scss */
.tax-person-category .sidebar h4 {
  border-bottom: 1px solid #e4e4e4;
}

/* line 76, ../scss/mobile/_people.scss */
.person {
  margin: 0 0 1em 0;
  max-width: 320px;
  margin: 0 auto;
}
/* line 80, ../scss/mobile/_people.scss */
.person .article-header {
  float: right;
  width: 60%;
  margin: 0 0px 0 15px;
}
/* line 84, ../scss/mobile/_people.scss */
.person .article-header > div {
  float: none;
  width: 100%;
}
/* line 87, ../scss/mobile/_people.scss */
.person .article-header > div h3 {
  font-size: 1.11em;
  line-height: 1.2em;
  margin: 0;
}
/* line 92, ../scss/mobile/_people.scss */
.person .article-header > div ul {
  margin: .5em 0 0 0;
}
/* line 94, ../scss/mobile/_people.scss */
.person .article-header > div ul li {
  font-family: Arial;
  font-size: .66em;
  line-height: 1.5em;
  color: #969491;
  text-transform: uppercase;
}
/* line 100, ../scss/mobile/_people.scss */
.person .article-header > div ul li a {
  text-transform: lowercase;
  color: #006341;
}
/* line 106, ../scss/mobile/_people.scss */
.person .article-header > div ul li a.tel,
.person .article-header > div ul li a.tel:hover,
.person .article-header > div ul li a.tel:visited {
  color: #969491;
}
/* line 110, ../scss/mobile/_people.scss */
.person .article-header > div ul li a:hover {
  color: #00915f;
}
/* line 117, ../scss/mobile/_people.scss */
.person .entry-content {
  width: 30%;
  margin: 0;
}

/* line 11, ../scss/mobile/_blog-content.scss */
.blog hr,
.category hr,
.date hr,
.search hr,
.tax-event-category hr,
.page-template-page-content-left-events-archive-php hr,
.post-type-archive-deadlines hr,
.page-template-page-news-events-php hr,
.page-template-page-content-left-news-php hr,
.page-template-page-content-left-events-php hr {
  border: none;
  border-top: 1px solid #e5e2dd;
  height: 1px;
  color: #e5e2dd;
  text-align: center;
  width: 35%;
  margin: 60px auto;
}
/* line 20, ../scss/mobile/_blog-content.scss */
.blog hr:after,
.category hr:after,
.date hr:after,
.search hr:after,
.tax-event-category hr:after,
.page-template-page-content-left-events-archive-php hr:after,
.post-type-archive-deadlines hr:after,
.page-template-page-news-events-php hr:after,
.page-template-page-content-left-news-php hr:after,
.page-template-page-content-left-events-php hr:after {
  font-family: 'vcuhas';
  content: "\40";
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  top: -0.7em;
  font-size: 2em;
  padding: 0 0.25em;
  background: white;
}
/* line 30, ../scss/mobile/_blog-content.scss */
.blog #main,
.category #main,
.date #main,
.search #main,
.tax-event-category #main,
.page-template-page-content-left-events-archive-php #main,
.post-type-archive-deadlines #main,
.page-template-page-news-events-php #main,
.page-template-page-content-left-news-php #main,
.page-template-page-content-left-events-php #main {
  padding: 0;
  margin-top: 2em;
  padding: 0 4%;
}
/* line 35, ../scss/mobile/_blog-content.scss */
.blog #main h1.page-title,
.blog #main h1.archive-title,
.category #main h1.page-title,
.category #main h1.archive-title,
.date #main h1.page-title,
.date #main h1.archive-title,
.search #main h1.page-title,
.search #main h1.archive-title,
.tax-event-category #main h1.page-title,
.tax-event-category #main h1.archive-title,
.page-template-page-content-left-events-archive-php #main h1.page-title,
.page-template-page-content-left-events-archive-php #main h1.archive-title,
.post-type-archive-deadlines #main h1.page-title,
.post-type-archive-deadlines #main h1.archive-title,
.page-template-page-news-events-php #main h1.page-title,
.page-template-page-news-events-php #main h1.archive-title,
.page-template-page-content-left-news-php #main h1.page-title,
.page-template-page-content-left-news-php #main h1.archive-title,
.page-template-page-content-left-events-php #main h1.page-title,
.page-template-page-content-left-events-php #main h1.archive-title {
  margin: 0 0 40px 0;
  font-size: 1.77em;
  line-height: 1.333em;
}
/* line 41, ../scss/mobile/_blog-content.scss */
.blog #main h1.page-title:after,
.blog #main h1.archive-title:after,
.category #main h1.page-title:after,
.category #main h1.archive-title:after,
.date #main h1.page-title:after,
.date #main h1.archive-title:after,
.search #main h1.page-title:after,
.search #main h1.archive-title:after,
.tax-event-category #main h1.page-title:after,
.tax-event-category #main h1.archive-title:after,
.page-template-page-content-left-events-archive-php #main h1.page-title:after,
.page-template-page-content-left-events-archive-php #main h1.archive-title:after,
.post-type-archive-deadlines #main h1.page-title:after,
.post-type-archive-deadlines #main h1.archive-title:after,
.page-template-page-news-events-php #main h1.page-title:after,
.page-template-page-news-events-php #main h1.archive-title:after,
.page-template-page-content-left-news-php #main h1.page-title:after,
.page-template-page-content-left-news-php #main h1.archive-title:after,
.page-template-page-content-left-events-php #main h1.page-title:after,
.page-template-page-content-left-events-php #main h1.archive-title:after {
  bottom: -.7em;
}
/* line 44, ../scss/mobile/_blog-content.scss */
.blog #main .hentry,
.category #main .hentry,
.date #main .hentry,
.search #main .hentry,
.tax-event-category #main .hentry,
.page-template-page-content-left-events-archive-php #main .hentry,
.post-type-archive-deadlines #main .hentry,
.page-template-page-news-events-php #main .hentry,
.page-template-page-content-left-news-php #main .hentry,
.page-template-page-content-left-events-php #main .hentry {
  margin: 2.25em 0 0 0;
  padding: 2.7em 0 0 0;
  position: relative;
  overflow: hidden;
}
/* line 49, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content,
.category #main .hentry .entry-content,
.date #main .hentry .entry-content,
.search #main .hentry .entry-content,
.tax-event-category #main .hentry .entry-content,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content,
.post-type-archive-deadlines #main .hentry .entry-content,
.page-template-page-news-events-php #main .hentry .entry-content,
.page-template-page-content-left-news-php #main .hentry .entry-content,
.page-template-page-content-left-events-php #main .hentry .entry-content {
  float: none;
  width: 100%;
  margin: 4% auto;
}
/* line 54, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content span,
.blog #main .hentry .entry-content .byline.vcard,
.category #main .hentry .entry-content span,
.category #main .hentry .entry-content .byline.vcard,
.date #main .hentry .entry-content span,
.date #main .hentry .entry-content .byline.vcard,
.search #main .hentry .entry-content span,
.search #main .hentry .entry-content .byline.vcard,
.tax-event-category #main .hentry .entry-content span,
.tax-event-category #main .hentry .entry-content .byline.vcard,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content span,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard,
.post-type-archive-deadlines #main .hentry .entry-content span,
.post-type-archive-deadlines #main .hentry .entry-content .byline.vcard,
.page-template-page-news-events-php #main .hentry .entry-content span,
.page-template-page-news-events-php #main .hentry .entry-content .byline.vcard,
.page-template-page-content-left-news-php #main .hentry .entry-content span,
.page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard,
.page-template-page-content-left-events-php #main .hentry .entry-content span,
.page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard {
  font-size: .66em;
  line-height: 2em;
  text-transform: uppercase;
  color: #969491;
  font-family: Arial;
  margin: 0;
}
/* line 61, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content span .bullet,
.blog #main .hentry .entry-content .byline.vcard .bullet,
.category #main .hentry .entry-content span .bullet,
.category #main .hentry .entry-content .byline.vcard .bullet,
.date #main .hentry .entry-content span .bullet,
.date #main .hentry .entry-content .byline.vcard .bullet,
.search #main .hentry .entry-content span .bullet,
.search #main .hentry .entry-content .byline.vcard .bullet,
.tax-event-category #main .hentry .entry-content span .bullet,
.tax-event-category #main .hentry .entry-content .byline.vcard .bullet,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content span .bullet,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard .bullet,
.post-type-archive-deadlines #main .hentry .entry-content span .bullet,
.post-type-archive-deadlines #main .hentry .entry-content .byline.vcard .bullet,
.page-template-page-news-events-php #main .hentry .entry-content span .bullet,
.page-template-page-news-events-php #main .hentry .entry-content .byline.vcard .bullet,
.page-template-page-content-left-news-php #main .hentry .entry-content span .bullet,
.page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard .bullet,
.page-template-page-content-left-events-php #main .hentry .entry-content span .bullet,
.page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard .bullet {
  font-family: "adobe-jenson-pro";
  font-size: 1em;
}
/* line 65, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content span a,
.blog #main .hentry .entry-content .byline.vcard a,
.category #main .hentry .entry-content span a,
.category #main .hentry .entry-content .byline.vcard a,
.date #main .hentry .entry-content span a,
.date #main .hentry .entry-content .byline.vcard a,
.search #main .hentry .entry-content span a,
.search #main .hentry .entry-content .byline.vcard a,
.tax-event-category #main .hentry .entry-content span a,
.tax-event-category #main .hentry .entry-content .byline.vcard a,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content span a,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard a,
.post-type-archive-deadlines #main .hentry .entry-content span a,
.post-type-archive-deadlines #main .hentry .entry-content .byline.vcard a,
.page-template-page-news-events-php #main .hentry .entry-content span a,
.page-template-page-news-events-php #main .hentry .entry-content .byline.vcard a,
.page-template-page-content-left-news-php #main .hentry .entry-content span a,
.page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard a,
.page-template-page-content-left-events-php #main .hentry .entry-content span a,
.page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard a {
  color: #969491;
}
/* line 68, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content span a:hover,
.blog #main .hentry .entry-content .byline.vcard a:hover,
.category #main .hentry .entry-content span a:hover,
.category #main .hentry .entry-content .byline.vcard a:hover,
.date #main .hentry .entry-content span a:hover,
.date #main .hentry .entry-content .byline.vcard a:hover,
.search #main .hentry .entry-content span a:hover,
.search #main .hentry .entry-content .byline.vcard a:hover,
.tax-event-category #main .hentry .entry-content span a:hover,
.tax-event-category #main .hentry .entry-content .byline.vcard a:hover,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content span a:hover,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard a:hover,
.post-type-archive-deadlines #main .hentry .entry-content span a:hover,
.post-type-archive-deadlines #main .hentry .entry-content .byline.vcard a:hover,
.page-template-page-news-events-php #main .hentry .entry-content span a:hover,
.page-template-page-news-events-php #main .hentry .entry-content .byline.vcard a:hover,
.page-template-page-content-left-news-php #main .hentry .entry-content span a:hover,
.page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard a:hover,
.page-template-page-content-left-events-php #main .hentry .entry-content span a:hover,
.page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard a:hover {
  color: #00915f;
}
/* line 71, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content span span,
.blog #main .hentry .entry-content .byline.vcard span,
.category #main .hentry .entry-content span span,
.category #main .hentry .entry-content .byline.vcard span,
.date #main .hentry .entry-content span span,
.date #main .hentry .entry-content .byline.vcard span,
.search #main .hentry .entry-content span span,
.search #main .hentry .entry-content .byline.vcard span,
.tax-event-category #main .hentry .entry-content span span,
.tax-event-category #main .hentry .entry-content .byline.vcard span,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content span span,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard span,
.post-type-archive-deadlines #main .hentry .entry-content span span,
.post-type-archive-deadlines #main .hentry .entry-content .byline.vcard span,
.page-template-page-news-events-php #main .hentry .entry-content span span,
.page-template-page-news-events-php #main .hentry .entry-content .byline.vcard span,
.page-template-page-content-left-news-php #main .hentry .entry-content span span,
.page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard span,
.page-template-page-content-left-events-php #main .hentry .entry-content span span,
.page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard span {
  font-size: 1em;
}
/* line 76, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content a .read-more,
.category #main .hentry .entry-content a .read-more,
.date #main .hentry .entry-content a .read-more,
.search #main .hentry .entry-content a .read-more,
.tax-event-category #main .hentry .entry-content a .read-more,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content a .read-more,
.post-type-archive-deadlines #main .hentry .entry-content a .read-more,
.page-template-page-news-events-php #main .hentry .entry-content a .read-more,
.page-template-page-content-left-news-php #main .hentry .entry-content a .read-more,
.page-template-page-content-left-events-php #main .hentry .entry-content a .read-more {
  color: #96897b;
}
/* line 78, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content a .read-more .icon-jalapeno,
.category #main .hentry .entry-content a .read-more .icon-jalapeno,
.date #main .hentry .entry-content a .read-more .icon-jalapeno,
.search #main .hentry .entry-content a .read-more .icon-jalapeno,
.tax-event-category #main .hentry .entry-content a .read-more .icon-jalapeno,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content a .read-more .icon-jalapeno,
.post-type-archive-deadlines #main .hentry .entry-content a .read-more .icon-jalapeno,
.page-template-page-news-events-php #main .hentry .entry-content a .read-more .icon-jalapeno,
.page-template-page-content-left-news-php #main .hentry .entry-content a .read-more .icon-jalapeno,
.page-template-page-content-left-events-php #main .hentry .entry-content a .read-more .icon-jalapeno {
  margin: -17px 0 0 0;
}
/* line 85, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content a:hover .read-more,
.blog #main .hentry .entry-content a:hover .icon-jalapeno,
.category #main .hentry .entry-content a:hover .read-more,
.category #main .hentry .entry-content a:hover .icon-jalapeno,
.date #main .hentry .entry-content a:hover .read-more,
.date #main .hentry .entry-content a:hover .icon-jalapeno,
.search #main .hentry .entry-content a:hover .read-more,
.search #main .hentry .entry-content a:hover .icon-jalapeno,
.tax-event-category #main .hentry .entry-content a:hover .read-more,
.tax-event-category #main .hentry .entry-content a:hover .icon-jalapeno,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content a:hover .read-more,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content a:hover .icon-jalapeno,
.post-type-archive-deadlines #main .hentry .entry-content a:hover .read-more,
.post-type-archive-deadlines #main .hentry .entry-content a:hover .icon-jalapeno,
.page-template-page-news-events-php #main .hentry .entry-content a:hover .read-more,
.page-template-page-news-events-php #main .hentry .entry-content a:hover .icon-jalapeno,
.page-template-page-content-left-news-php #main .hentry .entry-content a:hover .read-more,
.page-template-page-content-left-news-php #main .hentry .entry-content a:hover .icon-jalapeno,
.page-template-page-content-left-events-php #main .hentry .entry-content a:hover .read-more,
.page-template-page-content-left-events-php #main .hentry .entry-content a:hover .icon-jalapeno {
  color: #cdcac6;
}
/* line 90, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content .byline.vcard span,
.category #main .hentry .entry-content .byline.vcard span,
.date #main .hentry .entry-content .byline.vcard span,
.search #main .hentry .entry-content .byline.vcard span,
.tax-event-category #main .hentry .entry-content .byline.vcard span,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard span,
.post-type-archive-deadlines #main .hentry .entry-content .byline.vcard span,
.page-template-page-news-events-php #main .hentry .entry-content .byline.vcard span,
.page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard span,
.page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard span {
  display: block;
}
/* line 94, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .entry-content h1,
.category #main .hentry .entry-content h1,
.date #main .hentry .entry-content h1,
.search #main .hentry .entry-content h1,
.tax-event-category #main .hentry .entry-content h1,
.page-template-page-content-left-events-archive-php #main .hentry .entry-content h1,
.post-type-archive-deadlines #main .hentry .entry-content h1,
.page-template-page-news-events-php #main .hentry .entry-content h1,
.page-template-page-content-left-news-php #main .hentry .entry-content h1,
.page-template-page-content-left-events-php #main .hentry .entry-content h1 {
  font-size: 1.33em;
  line-height: 1.25em;
  margin: 0 0 .21em 0;
  width: 100%;
}
/* line 101, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .article-header.no-image,
.category #main .hentry .article-header.no-image,
.date #main .hentry .article-header.no-image,
.search #main .hentry .article-header.no-image,
.tax-event-category #main .hentry .article-header.no-image,
.page-template-page-content-left-events-archive-php #main .hentry .article-header.no-image,
.post-type-archive-deadlines #main .hentry .article-header.no-image,
.page-template-page-news-events-php #main .hentry .article-header.no-image,
.page-template-page-content-left-news-php #main .hentry .article-header.no-image,
.page-template-page-content-left-events-php #main .hentry .article-header.no-image {
  width: 91%;
  float: none;
}
/* line 105, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .article-header,
.category #main .hentry .article-header,
.date #main .hentry .article-header,
.search #main .hentry .article-header,
.tax-event-category #main .hentry .article-header,
.page-template-page-content-left-events-archive-php #main .hentry .article-header,
.post-type-archive-deadlines #main .hentry .article-header,
.page-template-page-news-events-php #main .hentry .article-header,
.page-template-page-content-left-news-php #main .hentry .article-header,
.page-template-page-content-left-events-php #main .hentry .article-header {
  float: none;
  width: 100%;
  margin: .44em 0 0 0;
}
/* line 109, ../scss/mobile/_blog-content.scss */
.blog #main .hentry .article-header img,
.category #main .hentry .article-header img,
.date #main .hentry .article-header img,
.search #main .hentry .article-header img,
.tax-event-category #main .hentry .article-header img,
.page-template-page-content-left-events-archive-php #main .hentry .article-header img,
.post-type-archive-deadlines #main .hentry .article-header img,
.page-template-page-news-events-php #main .hentry .article-header img,
.page-template-page-content-left-news-php #main .hentry .article-header img,
.page-template-page-content-left-events-php #main .hentry .article-header img {
  margin: 0 auto;
  display: block;
}
/* line 115, ../scss/mobile/_blog-content.scss */
.blog #main .hentry.first,
.category #main .hentry.first,
.date #main .hentry.first,
.search #main .hentry.first,
.tax-event-category #main .hentry.first,
.page-template-page-content-left-events-archive-php #main .hentry.first,
.post-type-archive-deadlines #main .hentry.first,
.page-template-page-news-events-php #main .hentry.first,
.page-template-page-content-left-news-php #main .hentry.first,
.page-template-page-content-left-events-php #main .hentry.first {
  margin: 0;
  padding: 0;
}
/* line 119, ../scss/mobile/_blog-content.scss */
.blog #main .hentry:after,
.category #main .hentry:after,
.date #main .hentry:after,
.search #main .hentry:after,
.tax-event-category #main .hentry:after,
.page-template-page-content-left-events-archive-php #main .hentry:after,
.post-type-archive-deadlines #main .hentry:after,
.page-template-page-news-events-php #main .hentry:after,
.page-template-page-content-left-news-php #main .hentry:after,
.page-template-page-content-left-events-php #main .hentry:after {
  content: "";
  background: #e8e8e8;
  height: 1px;
  width: 91%;
  position: absolute;
  top: 0px;
  left: 4%;
  right: 4%;
}
/* line 129, ../scss/mobile/_blog-content.scss */
.blog #main .hentry.first:after,
.category #main .hentry.first:after,
.date #main .hentry.first:after,
.search #main .hentry.first:after,
.tax-event-category #main .hentry.first:after,
.page-template-page-content-left-events-archive-php #main .hentry.first:after,
.post-type-archive-deadlines #main .hentry.first:after,
.page-template-page-news-events-php #main .hentry.first:after,
.page-template-page-content-left-news-php #main .hentry.first:after,
.page-template-page-content-left-events-php #main .hentry.first:after {
  content: "";
  background: #e8e8e8;
  height: 0px;
  width: 91%;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 138, ../scss/mobile/_blog-content.scss */
.blog #main .pagination,
.category #main .pagination,
.date #main .pagination,
.search #main .pagination,
.tax-event-category #main .pagination,
.page-template-page-content-left-events-archive-php #main .pagination,
.post-type-archive-deadlines #main .pagination,
.page-template-page-news-events-php #main .pagination,
.page-template-page-content-left-news-php #main .pagination,
.page-template-page-content-left-events-php #main .pagination {
  font-family: "adobe-jenson-pro";
  text-transform: uppercase;
}
/* line 144, ../scss/mobile/_blog-content.scss */
.blog #main .pagination.news-events ul li a,
.category #main .pagination.news-events ul li a,
.date #main .pagination.news-events ul li a,
.search #main .pagination.news-events ul li a,
.tax-event-category #main .pagination.news-events ul li a,
.page-template-page-content-left-events-archive-php #main .pagination.news-events ul li a,
.post-type-archive-deadlines #main .pagination.news-events ul li a,
.page-template-page-news-events-php #main .pagination.news-events ul li a,
.page-template-page-content-left-news-php #main .pagination.news-events ul li a,
.page-template-page-content-left-events-php #main .pagination.news-events ul li a {
  cursor: pointer;
}
/* line 146, ../scss/mobile/_blog-content.scss */
.blog #main .pagination.news-events ul li a span,
.category #main .pagination.news-events ul li a span,
.date #main .pagination.news-events ul li a span,
.search #main .pagination.news-events ul li a span,
.tax-event-category #main .pagination.news-events ul li a span,
.page-template-page-content-left-events-archive-php #main .pagination.news-events ul li a span,
.post-type-archive-deadlines #main .pagination.news-events ul li a span,
.page-template-page-news-events-php #main .pagination.news-events ul li a span,
.page-template-page-content-left-news-php #main .pagination.news-events ul li a span,
.page-template-page-content-left-events-php #main .pagination.news-events ul li a span {
  left: 92%;
}
/* line 155, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li a,
.category #main .pagination ul li a,
.date #main .pagination ul li a,
.search #main .pagination ul li a,
.tax-event-category #main .pagination ul li a,
.page-template-page-content-left-events-archive-php #main .pagination ul li a,
.post-type-archive-deadlines #main .pagination ul li a,
.page-template-page-news-events-php #main .pagination ul li a,
.page-template-page-content-left-news-php #main .pagination ul li a,
.page-template-page-content-left-events-php #main .pagination ul li a {
  position: relative;
}
/* line 157, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li a span,
.category #main .pagination ul li a span,
.date #main .pagination ul li a span,
.search #main .pagination ul li a span,
.tax-event-category #main .pagination ul li a span,
.page-template-page-content-left-events-archive-php #main .pagination ul li a span,
.post-type-archive-deadlines #main .pagination ul li a span,
.page-template-page-news-events-php #main .pagination ul li a span,
.page-template-page-content-left-news-php #main .pagination ul li a span,
.page-template-page-content-left-events-php #main .pagination ul li a span {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 11px;
  left: 8px;
}
/* line 164, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li a span.event,
.category #main .pagination ul li a span.event,
.date #main .pagination ul li a span.event,
.search #main .pagination ul li a span.event,
.tax-event-category #main .pagination ul li a span.event,
.page-template-page-content-left-events-archive-php #main .pagination ul li a span.event,
.post-type-archive-deadlines #main .pagination ul li a span.event,
.page-template-page-news-events-php #main .pagination ul li a span.event,
.page-template-page-content-left-news-php #main .pagination ul li a span.event,
.page-template-page-content-left-events-php #main .pagination ul li a span.event {
  left: 9px;
}
/* line 169, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li .prev,
.category #main .pagination ul li .prev,
.date #main .pagination ul li .prev,
.search #main .pagination ul li .prev,
.tax-event-category #main .pagination ul li .prev,
.page-template-page-content-left-events-archive-php #main .pagination ul li .prev,
.post-type-archive-deadlines #main .pagination ul li .prev,
.page-template-page-news-events-php #main .pagination ul li .prev,
.page-template-page-content-left-news-php #main .pagination ul li .prev,
.page-template-page-content-left-events-php #main .pagination ul li .prev {
  margin: 0 15px 0 -15px;
  padding: .5em 0.5em .5em 1.25em;
}
/* line 173, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li .next,
.category #main .pagination ul li .next,
.date #main .pagination ul li .next,
.search #main .pagination ul li .next,
.tax-event-category #main .pagination ul li .next,
.page-template-page-content-left-events-archive-php #main .pagination ul li .next,
.post-type-archive-deadlines #main .pagination ul li .next,
.page-template-page-news-events-php #main .pagination ul li .next,
.page-template-page-content-left-news-php #main .pagination ul li .next,
.page-template-page-content-left-events-php #main .pagination ul li .next {
  margin: 0 -15px 0 15px;
  padding: .5em 1.25em .5em .5em;
}
/* line 176, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li .next span,
.category #main .pagination ul li .next span,
.date #main .pagination ul li .next span,
.search #main .pagination ul li .next span,
.tax-event-category #main .pagination ul li .next span,
.page-template-page-content-left-events-archive-php #main .pagination ul li .next span,
.post-type-archive-deadlines #main .pagination ul li .next span,
.page-template-page-news-events-php #main .pagination ul li .next span,
.page-template-page-content-left-news-php #main .pagination ul li .next span,
.page-template-page-content-left-events-php #main .pagination ul li .next span {
  left: 57px;
}
/* line 178, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li .next span.event,
.category #main .pagination ul li .next span.event,
.date #main .pagination ul li .next span.event,
.search #main .pagination ul li .next span.event,
.tax-event-category #main .pagination ul li .next span.event,
.page-template-page-content-left-events-archive-php #main .pagination ul li .next span.event,
.post-type-archive-deadlines #main .pagination ul li .next span.event,
.page-template-page-news-events-php #main .pagination ul li .next span.event,
.page-template-page-content-left-news-php #main .pagination ul li .next span.event,
.page-template-page-content-left-events-php #main .pagination ul li .next span.event {
  left: 49px;
}
/* line 183, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li .current,
.category #main .pagination ul li .current,
.date #main .pagination ul li .current,
.search #main .pagination ul li .current,
.tax-event-category #main .pagination ul li .current,
.page-template-page-content-left-events-archive-php #main .pagination ul li .current,
.post-type-archive-deadlines #main .pagination ul li .current,
.page-template-page-news-events-php #main .pagination ul li .current,
.page-template-page-content-left-news-php #main .pagination ul li .current,
.page-template-page-content-left-events-php #main .pagination ul li .current {
  color: #969491;
}
/* line 186, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li .disabled,
.category #main .pagination ul li .disabled,
.date #main .pagination ul li .disabled,
.search #main .pagination ul li .disabled,
.tax-event-category #main .pagination ul li .disabled,
.page-template-page-content-left-events-archive-php #main .pagination ul li .disabled,
.post-type-archive-deadlines #main .pagination ul li .disabled,
.page-template-page-news-events-php #main .pagination ul li .disabled,
.page-template-page-content-left-news-php #main .pagination ul li .disabled,
.page-template-page-content-left-events-php #main .pagination ul li .disabled {
  color: #969491;
  cursor: normal;
}
/* line 190, ../scss/mobile/_blog-content.scss */
.blog #main .pagination ul li .dots,
.category #main .pagination ul li .dots,
.date #main .pagination ul li .dots,
.search #main .pagination ul li .dots,
.tax-event-category #main .pagination ul li .dots,
.page-template-page-content-left-events-archive-php #main .pagination ul li .dots,
.post-type-archive-deadlines #main .pagination ul li .dots,
.page-template-page-news-events-php #main .pagination ul li .dots,
.page-template-page-content-left-news-php #main .pagination ul li .dots,
.page-template-page-content-left-events-php #main .pagination ul li .dots {
  color: #006341;
}

/* line 198, ../scss/mobile/_blog-content.scss */
.search #container {
  padding: 0;
}

/* line 207, ../scss/mobile/_blog-content.scss */
.search #main .pagination ul li .next span {
  left: 57px;
}

/* line 2, ../scss/mobile/_single.scss */
.single #main {
  margin-top: 2em;
}
/* line 4, ../scss/mobile/_single.scss */
.single #main h1.single-title {
  margin: .25em 0;
  font-size: 1.77em;
  line-height: 1.33em;
}
/* line 9, ../scss/mobile/_single.scss */
.single #main h1.single-title:after {
  bottom: -.7em;
}
/* line 12, ../scss/mobile/_single.scss */
.single #main .hentry {
  position: relative;
  overflow: hidden;
}
/* line 17, ../scss/mobile/_single.scss */
.single #main .hentry .article-header span,
.single #main .hentry .article-header .byline.vcard {
  font-size: .66em;
  line-height: 2em;
  text-transform: uppercase;
  color: #969491;
  font-family: Arial;
  margin: 0;
}
/* line 24, ../scss/mobile/_single.scss */
.single #main .hentry .article-header span .bullet,
.single #main .hentry .article-header .byline.vcard .bullet {
  font-family: "adobe-jenson-pro";
  font-size: 1em;
}
/* line 28, ../scss/mobile/_single.scss */
.single #main .hentry .article-header span a,
.single #main .hentry .article-header .byline.vcard a {
  color: #969491;
}
/* line 31, ../scss/mobile/_single.scss */
.single #main .hentry .article-header span a:hover,
.single #main .hentry .article-header .byline.vcard a:hover {
  color: #00915f;
}
/* line 34, ../scss/mobile/_single.scss */
.single #main .hentry .article-header span span,
.single #main .hentry .article-header .byline.vcard span {
  font-size: 1em;
}
/* line 38, ../scss/mobile/_single.scss */
.single #main .hentry .article-header .icon-jalapeno {
  margin: 2px 0 0 0;
}
/* line 42, ../scss/mobile/_single.scss */
.single #main .hentry .article-header .byline.vcard span {
  display: block;
}
/* line 46, ../scss/mobile/_single.scss */
.single #main .hentry .article-header h1 {
  font-size: 1.77em;
  line-height: .75em;
}
/* line 53, ../scss/mobile/_single.scss */
.single #main .hentry .entry-content {
  margin: .44em 0 0 0;
}
/* line 57, ../scss/mobile/_single.scss */
.single #main .pagination {
  font-family: "adobe-jenson-pro";
  text-transform: uppercase;
}
/* line 62, ../scss/mobile/_single.scss */
.single #main .pagination ul li a {
  position: relative;
}
/* line 64, ../scss/mobile/_single.scss */
.single #main .pagination ul li a span {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 11px;
  left: -5px;
}
/* line 74, ../scss/mobile/_single.scss */
.single #main .pagination ul li .next span {
  left: 66px;
}
/* line 78, ../scss/mobile/_single.scss */
.single #main .pagination ul li .current {
  color: #969491;
}

/* line 2, ../scss/mobile/_single-people.scss */
.single-people #main {
  margin-bottom: 3em;
}
/* line 5, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .article-header {
  width: 100%;
  margin: 0;
  float: none;
}
/* line 9, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .article-header img {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}
/* line 17, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content {
  float: none;
  width: 100%;
  margin: 2em 0 0 0;
}
/* line 21, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content h1.single-title {
  line-height: 1em;
  position: relative;
  margin: 0 0 1.25em 0;
  width: 100%;
  border: 0;
  padding: 0;
}
/* line 29, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content h1.single-title:after {
  content: " ";
  background: #e4e4e4;
  height: 1px;
  position: absolute;
  bottom: -.7em;
  left: 0;
  width: 60%;
}
/* line 38, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content .byline.vcard {
  color: #000;
  text-transform: none;
  font-size: 1.11em;
  line-height: 1.35em;
  font-family: "arno-pro";
}
/* line 44, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content .byline.vcard ul {
  padding: 0;
}
/* line 46, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content .byline.vcard ul > li {
  list-style-image: none;
  list-style: none;
  padding: 0;
}
/* line 53, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content .byline.vcard .tel,
.single-people #main article.hentry .entry-content .byline.vcard .tel:hover {
  color: black;
}
/* line 56, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content .byline.vcard a {
  color: #006341;
}
/* line 59, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content .byline.vcard a:hover {
  color: #00915f;
}
/* line 62, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content .byline.vcard .backitup {
  position: relative;
  color: #969491;
  text-transform: uppercase;
  font-size: .66em;
  line-height: 2em;
  font-family: Arial;
  margin: 0 0 0 7px;
}
/* line 70, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .entry-content .byline.vcard .backitup span {
  display: block;
  position: absolute;
  bottom: -5px;
  left: -7px;
  font-size: 1em;
}
/* line 80, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .article-footer {
  clear: both;
  padding: 3em 0 0 0;
}
/* line 83, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .article-footer > div {
  margin-bottom: 4em;
}
/* line 86, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .article-footer h2 {
  line-height: 1em;
  position: relative;
  margin: 0 0 1.5em 0;
  font-size: 1.33em;
}
/* line 92, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .article-footer h2:after {
  content: " ";
  background: #e4e4e4;
  height: 1px;
  position: absolute;
  bottom: -.7em;
  left: 0;
  width: 50%;
}
/* line 102, ../scss/mobile/_single-people.scss */
.single-people #main article.hentry .article-footer img.alignright,
.single-people #main article.hentry .article-footer img.alignleft {
  float: none;
  margin: 1em auto;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 320px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /* line 18, ../scss/_320up.scss */
  body {
    font-size: 16px;
  }

  /* line 21, ../scss/_320up.scss */
  body #realLogo {
    display: none !important;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 32, ../scss/_320up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 33, ../scss/_320up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 34, ../scss/_320up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 35, ../scss/_320up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 80, ../scss/_320up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 84, ../scss/_320up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 89, ../scss/_320up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 94, ../scss/_320up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 480px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /* line 21, ../scss/_481up.scss */
  .footer #inner-footer .quotes .wrap img {
    width: 170px;
  }

  /* line 29, ../scss/_481up.scss */
  .entry-content .intro.course-descriptions {
    width: 41%;
    float: left;
    margin: 0 1em 2em 0;
  }

  /* line 36, ../scss/_481up.scss */
  body #realLogo {
    display: none !important;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 47, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 48, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 49, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 50, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 95, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 99, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 104, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 109, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 686px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /* line 18, ../scss/_686up.scss */
  .js #vcuIdentity h1 {
    height: 35px;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/_768up.scss */
  .wrap {
    max-width: 1140px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 42, ../scss/_768up.scss */
  .nav {
    background: #eee;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 46, ../scss/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 50, ../scss/_768up.scss */
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 70, ../scss/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 78, ../scss/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 80, ../scss/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 97, ../scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 119, ../scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 139, ../scss/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 143, ../scss/_768up.scss */
  .widgettitle {
    margin-bottom: 0.75em;
  }
  /* line 146, ../scss/_768up.scss */
  .widgettitle:after {
    content: '';
    width: 66%;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* line 157, ../scss/_768up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 162, ../scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 170, ../scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 278, ../scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  /* line 1, ../scss/desktop/small/_header.scss */
  .wrap {
    width: 96%;
  }

  /* line 4, ../scss/desktop/small/_header.scss */
  #inner-header {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 .25%;
  }

  /* line 11, ../scss/desktop/small/_header.scss */
  .header {
    z-index: 99999;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
  }

  /* line 18, ../scss/desktop/small/_header.scss */
  .header .subhead {
    height: 98px !important;
  }

  /* line 21, ../scss/desktop/small/_header.scss */
  .main-navigation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }

  /* line 30, ../scss/desktop/small/_header.scss */
  .main-navigation .h1 {
    float: left;
    margin: 0;
    position: relative;
    font-size: 2.22em;
    line-height: 1em;
    width: auto;
  }

  /* line 38, ../scss/desktop/small/_header.scss */
  .main-navigation .h1 a {
    font-family: "adobe-jenson-pro";
    color: white;
    padding: 40px 0 18px 0;
    display: block;
  }

  /* line 44, ../scss/desktop/small/_header.scss */
  .main-navigation .h1 a img {
    position: absolute;
    top: 23px;
    left: 0px;
    display: block;
  }

  /* line 50, ../scss/desktop/small/_header.scss */
  .mobile-wrap {
    display: none;
  }

  /* line 53, ../scss/desktop/small/_header.scss */
  .main-navigation ul {
    float: right;
    margin: 44px 0 10px 0;
    padding: 0;
    background: transparent;
    display: block;
    width: auto;
  }

  /* line 61, ../scss/desktop/small/_header.scss */
  .main-navigation ul li {
    float: left;
    border: 0;
    overflow: visible;
  }

  /* line 67, ../scss/desktop/small/_header.scss */
  .main-navigation ul li.menu-item-has-children.closed:after,
  .main-navigation ul li.menu-item-has-children.opening:after {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    color: white;
    height: auto;
  }

  /* line 76, ../scss/desktop/small/_header.scss */
  .main-navigation ul li a {
    padding: 10px 7px;
    font-size: 1em;
    line-height: 1.33em;
    font-family: "arno-pro";
    color: white;
    background: transparent;
    border-bottom: none;
  }

  /* line 85, ../scss/desktop/small/_header.scss */
  .main-navigation ul li ul.sub-menu {
    display: none;
    padding: 13px 0 0 0;
    border: none;
  }

  /* line 90, ../scss/desktop/small/_header.scss */
  .main-navigation ul li:hover ul.sub-menu {
    display: block;
  }

  /* line 93, ../scss/desktop/small/_header.scss */
  .home .main-navigation ul li ul.sub-menu li {
    background: #2a2928;
  }

  /* line 96, ../scss/desktop/small/_header.scss */
  .main-navigation ul li ul.sub-menu li {
    background: #535250;
  }

  /* line 101, ../scss/desktop/small/_header.scss */
  .js #vcuIdentity h2 a {
    display: none !important;
  }

  /* line 104, ../scss/desktop/small/_header.scss */
  .main-navigation ul li.current-menu-item a {
    color: #a6c9bd;
  }

  /* line 111, ../scss/desktop/small/_header.scss */
  .main-navigation ul li:hover:after,
  .main-navigation ul li:hover a,
  .main-navigation ul li:focus a,
  .main-navigation ul li:visited:hover a,
  .main-navigation ul li:visited:focus a {
    color: white;
  }

  /* line 117, ../scss/desktop/small/_header.scss */
  .main-navigation ul li a:hover,
  .main-navigation ul li a:focus,
  .main-navigation ul li a:visited:hover,
  .main-navigation ul li a:visited:focus {
    color: #00915f;
  }

  /* line 1, ../scss/desktop/small/_footer.scss */
  .footer {
    background: white;
  }
  /* line 4, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .quotes {
    position: relative;
    background: #eae7e2;
  }
  /* line 7, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .quotes .wrap {
    position: relative;
  }
  /* line 9, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .quotes .wrap img {
    position: absolute;
    bottom: 0;
    left: 13%;
    width: auto;
  }
  /* line 15, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container {
    float: right;
    margin: 2.25em 0px;
    overflow: hidden;
  }
  /* line 19, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container blockquote {
    font-family: "adobe-jenson-pro",serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.33em;
    line-height: 1.25em;
    float: left;
    color: #969491;
    max-width: 525px;
    width: 85%;
    margin: 0 0 0 16%;
  }
  /* line 31, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container cite {
    font-family: Arial;
    font-size: .66em;
    line-height: 2.33em;
    color: #969491;
    display: block;
    clear: both;
    text-transform: uppercase;
    font-style: normal;
    margin: 0 0 0 16%;
    float: none;
  }
  /* line 43, ../scss/desktop/small/_footer.scss */
  /* changed incorrect hypen in content field to an em dash--request orig. made to G. Johnson in notes for CoLab early spring 2015. mkeller 6-4-2014 */
  .footer #inner-footer .quotes .wrap .quote-container cite:before {
  content: '—';
  }
  /* line 49, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .deadlines-events {
    background: url(./library/images/grey-footer-texture.jpg);
  }
  /* line 52, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .deadlines-events .threecol:first-child h2 {
    border-bottom: 1px solid #96897b;
  }
  /* line 55, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .deadlines-events .threecol.middle {
    margin: 2.5em auto;
  }
  /* line 59, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .threecol {
    margin: 2.5em auto;
    min-width: 260px;
    overflow: hidden;
    float: none;
  }
  /* line 64, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .threecol h2 {
    color: #63513d;
    font-size: 1.33em;
    line-height: 1em;
    border-bottom: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0px 0 .63em 0;
    padding: 0 0 .42em 0;
  }
  /* line 73, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .threecol img {
    display: block;
  }
  /* line 76, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .threecol ul {
    margin: 0;
  }
  /* line 78, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .threecol ul > li {
    margin: 0 0 1.11em 0;
  }
  /* line 80, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .threecol ul > li a {
    font-size: 1em;
    line-height: 1.33em;
    color: #63513d;
  }
  /* line 85, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .threecol ul > li span {
    text-transform: uppercase;
    display: block;
    font-family: Arial;
    font-size: .66em;
    line-height: 2em;
    color: #96897b;
  }
  /* line 95, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .threecol p {
    margin: 1em .275em 1em 0;
  }
  /* line 98, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .threecol a .read-more .icon-jalapeno {
    margin: -2px 0 0 0;
  }
  /* line 102, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .contact {
    background: url(./library/images/brown-footer-texture.jpg);
  }
  /* line 104, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .contact .threecol {
    color: #cdcac6;
    margin: 3.25em auto 3em auto;
  }
  /* line 107, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .contact .threecol h2 {
    display: block;
    width: 170px;
    color: #cdcac6;
    font-size: 1em;
    line-height: 1.33em;
    border-bottom: 1px solid #75685a;
    font-family: Arial;
  }
  /* line 117, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .contact .threecol address,
  .footer #inner-footer .contact .threecol > div {
    font-style: normal;
  }
  /* line 119, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .contact .threecol address > span,
  .footer #inner-footer .contact .threecol > div > span {
    display: block;
    font-size: .66em;
  }
  /* line 123, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .contact .threecol address span,
  .footer #inner-footer .contact .threecol > div span {
    color: #cdcac6;
    line-height: 2.25em;
    font-family: Arial;
  }
  /* line 127, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .contact .threecol address span a,
  .footer #inner-footer .contact .threecol > div span a {
    color: #efebe6;
  }
  /* line 133, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .contact .threecol.middle {
    margin: 3.25em auto 3em auto;
  }
  /* line 137, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation {
    background: url(./library/images/dark-grey-footer-texture.jpg);
  }
  /* line 143, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol {
    margin: 1.75em auto;
  }
  /* line 145, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol h2 {
    display: block;
    width: 65%;
    color: #959595;
    font-size: 1em;
    line-height: 2em;
    margin: 0px 0 .225em 0;
    padding: 0 0 0px 0;
  }
  /* line 155, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol ul > li {
    margin: 0;
  }
  /* line 158, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol ul > li a,
  .footer #inner-footer .social-navigation .threecol ul > li span {
    color: #c6c6c6;
    font-size: .66em;
    line-height: 2.25em;
    font-family: Arial;
  }
  /* line 167, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li {
    float: left;
    margin: 0 .575em 0 0;
  }
  /* line 170, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li a {
    display: block;
    height: 34px;
    width: 32px;
    background: url(./library/images/social.png) no-repeat;
  }
  /* line 176, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .facebook {
    background-position: 0 0;
  }
  /* line 179, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .twitter {
    background-position: -42px 0;
  }
  /* line 182, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .linkedin {
    background-position: -84px 0;
  }
  /* line 185, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .donate {
    background-position: -128px 0;
    width: 95px;
  }
  /* line 192, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright p {
    color: #959595;
    font-size: .66em;
    line-height: 2.16em;
    margin: 0;
    clear: both;
  }
  /* line 198, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright p span {
    color: #c6c6c6;
  }
  /* line 202, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright a {
    display: block;
    position: relative;
  }
  /* line 205, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright a img {
    display: block;
    width: initial;
  }
  /* line 209, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright a p {
    position: absolute;
    bottom: -26px;
  }
  /* line 214, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright .credit {
    margin: 3.4em 0 0 0;
  }
  /* line 216, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright .credit a {
    display: inline;
    color: #bbbbbb;
  }
  /* line 223, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .social-navigation .threecol.middle {
    margin: 1.75em auto;
  }
  /* line 227, ../scss/desktop/small/_footer.scss */
  .footer #inner-footer .logo-footer {
    background: black url(./library/images/footer-vcu-brand.jpg) no-repeat top center;
    height: 40px;
  }

  /* line 2, ../scss/desktop/small/_flexslider.scss */
  .flexslider {
    margin: 0 0 0 0;
    height: 590px;
    position: relative;
  }
  /* line 7, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slides {
    margin: 0;
    overflow: hidden;
  }
  /* line 11, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide {
    height: 590px;
    width: 100%;
  }
  /* line 14, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide .container {
    display: block;
    margin: 0 auto;
    max-width: 1140px;
  }
  /* line 19, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide > div {
    width: 100%;
    position: relative;
    bottom: -318px;
    margin: 0 auto;
    right: 0;
    overflow: hidden;
  }
  /* line 28, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide .wrap {
    padding: 0;
    position: relative;
    overflow: visible;
    top: 280px;
    background: transparent;
  }
  /* line 34, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide .wrap > div:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 0 0 -100%;
    left: 0px;
    right: 100%;
    background: transparent url("./images/bg-1px.png") repeat 0 0;
  }
  /* line 45, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide-content {
    font-family: "adobe-jenson-pro";
    color: white;
    max-width: 400px;
    position: relative;
    margin: 0;
    background: url("./images/bg-1px.png") repeat 0 0;
    padding: 40px 4% 40px 2%;
    min-height: 200px;
  }
  /* line 56, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide-img-mobile {
    display: none;
  }
  /* line 59, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide-content h1 {
    font-size: 1.33em;
    line-height: 1.25em;
    margin: 0 0 20px 0;
  }
  /* line 64, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide-content h2 {
    font-size: 1em;
    line-height: 1.66em;
  }
  /* line 68, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide-content p {
    float: left;
    clear: both;
    font-size: 1em;
    line-height: 1.66em;
  }
  /* line 74, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide-content a {
    clear: both;
    display: block;
  }
  /* line 78, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide-content .icon-jalapeno {
    margin: 0;
  }
  /* line 81, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slide-content-bg {
    position: absolute;
    bottom: 25px;
    background: rgba(0, 0, 0, 0.3);
    width: 50%;
    left: 0;
    margin: 0 0 0 -185px;
  }
  /* line 89, ../scss/desktop/small/_flexslider.scss */
  .flexslider .container {
    display: block;
  }
  /* line 92, ../scss/desktop/small/_flexslider.scss */
  .flexslider .slider-controls {
    text-align: center;
    padding: 0 18px;
    position: relative;
    float: right;
    width: auto;
    margin-top: -56px;
  }
  /* line 100, ../scss/desktop/small/_flexslider.scss */
  .flexslider .flex-control-nav {
    text-align: center;
    z-index: 200;
    position: relative;
    margin: 12px 0;
  }
  /* line 105, ../scss/desktop/small/_flexslider.scss */
  .flexslider .flex-control-nav > li {
    margin: 0 5px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  /* line 108, ../scss/desktop/small/_flexslider.scss */
  .flexslider .flex-control-nav > li > a {
    display: block;
    width: 15px;
    height: 15px;
    background: url(./library/images/slide-nav-sprite.png) no-repeat 0 0;
    text-indent: -9999999px;
  }
  /* line 116, ../scss/desktop/small/_flexslider.scss */
  .flexslider .flex-control-nav > li > a:hover,
  .flexslider .flex-control-nav > li > a.flex-active {
    background: url(./library/images/slide-nav-sprite.png) no-repeat -20px 0;
  }
  /* line 121, ../scss/desktop/small/_flexslider.scss */
  .flexslider .flex-direction-nav {
    font-family: "adobe-jenson-pro";
    font-size: 48px;
    margin: 0;
    width: 100%;
    height: 72px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  /* line 132, ../scss/desktop/small/_flexslider.scss */
  .flexslider .flex-direction-nav > li {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 136, ../scss/desktop/small/_flexslider.scss */
  .flexslider .flex-direction-nav > li > a {
    display: block;
    width: 18px;
    height: 54px;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
  }
  /* line 146, ../scss/desktop/small/_flexslider.scss */
  .flexslider .flex-direction-nav > li > a:hover {
    color: #7c7165;
  }
  /* line 149, ../scss/desktop/small/_flexslider.scss */
  .flexslider .flex-direction-nav > li:first-child {
    left: 0;
  }

  /* line 1, ../scss/desktop/small/_content.scss */
  #inner-content {
    clear: both;
    margin: 120px auto 0 auto;
  }

  /* line 7, ../scss/desktop/small/_content.scss */
  .page #content,
  .page .container,
  .page .wrap {
    padding-bottom: 50px;
  }

  /* line 11, ../scss/desktop/small/_content.scss */
  .page-title,
  .archive-title {
    position: relative;
    margin: .75em 0 0 0;
  }

  /* line 16, ../scss/desktop/small/_content.scss */
  .page-title:after,
  .archive-title:after {
    content: " ";
    background: #e4e4e4;
    height: 1px;
    position: absolute;
    bottom: -.25em;
    left: 0;
    width: 60%;
  }

  /* line 27, ../scss/desktop/small/_content.scss */
  .content-right .entry-content .intro {
    float: right;
  }
  /* line 31, ../scss/desktop/small/_content.scss */
  .content-right #main {
    float: right;
    width: 59%;
    padding: 0;
  }
  /* line 36, ../scss/desktop/small/_content.scss */
  .content-right .sidebar {
    float: left;
    margin-right: 2.762430939%;
    margin-left: 0;
    position: static;
    border-right: 1px solid #e8e8e8;
  }
  /* line 42, ../scss/desktop/small/_content.scss */
  .content-right .sidebar > div {
    margin: 0em 6% 0em 0px;
    padding: 0 10px;
  }

  /* line 50, ../scss/desktop/small/_content.scss */
  .content-left .entry-content .intro {
    float: left;
  }
  /* line 54, ../scss/desktop/small/_content.scss */
  .content-left #main {
    padding: 0;
    width: 59%;
  }
  /* line 58, ../scss/desktop/small/_content.scss */
  .content-left .sidebar {
    float: right;
    margin-left: 2.762430939%;
    margin-right: 0;
    position: static;
    border-left: 1px solid #e8e8e8;
  }
  /* line 64, ../scss/desktop/small/_content.scss */
  .content-left .sidebar > div {
    padding: 0 10px;
    float: right;
    margin: 0em 0% 0em 6%;
  }

  /* line 71, ../scss/desktop/small/_content.scss */
  .entry-content {
    margin: 50px 0 0 0;
  }
  /* line 97, ../scss/desktop/small/_content.scss */
  .entry-content .cleared {
    clear: left;
  }
  /* line 100, ../scss/desktop/small/_content.scss */
  .entry-content .intro.course-descriptions.even {
    margin: 0 0 2em 3em;
  }
  /* line 103, ../scss/desktop/small/_content.scss */
  .entry-content .intro.course-descriptions {
    width: 41%;
    float: left;
    margin: 0 1em 2em 0;
  }
  /* line 107, ../scss/desktop/small/_content.scss */
  .entry-content .intro.course-descriptions h3.heading {
    font-weight: bold;
    position: relative;
    margin: 0 0 01.5em 0;
  }
  /* line 112, ../scss/desktop/small/_content.scss */
  .entry-content .intro.course-descriptions h3.heading:after {
    content: "";
    background: #e8e8e8;
    height: 1px;
    width: 75%;
    position: absolute;
    bottom: -9px;
    left: 0px;
  }
  /* line 121, ../scss/desktop/small/_content.scss */
  .entry-content .intro.course-descriptions ul {
    padding: 0;
  }
  /* line 123, ../scss/desktop/small/_content.scss */
  .entry-content .intro.course-descriptions ul li {
    list-style-image: none;
    background: url(./images/pdf.png) no-repeat 0px 4px;
    padding: 0 0px 12px 25px;
  }

  /* line 132, ../scss/desktop/small/_content.scss */
  .content-left .sidebar,
  .content-right .sidebar {
    margin-top: 2.2em;
    width: 33.5%;
    min-width: 270px;
  }
  /* line 136, ../scss/desktop/small/_content.scss */
  .content-left .sidebar > div,
  .content-right .sidebar > div {
    min-width: 270px;
  }
  /* line 138, ../scss/desktop/small/_content.scss */
  .content-left .sidebar > div .widget:first-child,
  .content-right .sidebar > div .widget:first-child {
    margin: 0;
  }
  /* line 142, ../scss/desktop/small/_content.scss */
  .content-left .sidebar select,
  .content-right .sidebar select {
    max-width: 320px;
    display: block;
    width: 90%;
    margin: 0;
  }
  /* line 148, ../scss/desktop/small/_content.scss */
  .content-left .sidebar .widget,
  .content-right .sidebar .widget {
    margin: 2.2em 0 0 0;
  }
  /* line 150, ../scss/desktop/small/_content.scss */
  .content-left .sidebar .widget h4:after,
  .content-right .sidebar .widget h4:after {
    content: " ";
    background: #e4e4e4;
    height: 1px;
    width: 60%;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  /* line 159, ../scss/desktop/small/_content.scss */
  .content-left .sidebar .widget img,
  .content-right .sidebar .widget img {
    width: 100%;
    height: auto;
  }
  /* line 164, ../scss/desktop/small/_content.scss */
  .content-left .sidebar h4,
  .content-right .sidebar h4 {
    font-family: "adobe-jenson-pro";
    font-size: 1.33em;
    position: relative;
    line-height: 1em;
    color: #000;
    margin: 0 0 .75em 0;
    padding: 0 0 .65em 0;
    min-width: 190px;
    font-weight: normal;
  }
  /* line 175, ../scss/desktop/small/_content.scss */
  .content-left .sidebar ul,
  .content-right .sidebar ul {
    margin: 0;
  }
  /* line 178, ../scss/desktop/small/_content.scss */
  .content-left .sidebar ul li,
  .content-right .sidebar ul li {
    max-width: 270px;
    padding: 0;
    margin: 0;
  }
  /* line 183, ../scss/desktop/small/_content.scss */
  .content-left .sidebar ul li a,
  .content-right .sidebar ul li a {
    font-size: 1em;
    line-height: 1.33em;
    cursor: pointer;
    padding: 0;
  }
  /* line 189, ../scss/desktop/small/_content.scss */
  .content-left .sidebar ul li span,
  .content-right .sidebar ul li span {
    font-size: .66em;
    line-height: 1.33em;
    color: #969491;
    display: block;
    text-transform: uppercase;
    font-family: Arial;
    padding: 0;
  }
  /* line 198, ../scss/desktop/small/_content.scss */
  .content-left .sidebar a .read-more,
  .content-right .sidebar a .read-more {
    padding: 0;
  }
  /* line 200, ../scss/desktop/small/_content.scss */
  .content-left .sidebar a .read-more span,
  .content-right .sidebar a .read-more span {
    margin: -2px 0 0 0;
  }
  /* line 206, ../scss/desktop/small/_content.scss */
  .content-left .sidebar .widget_recent_entries ul li,
  .content-right .sidebar .widget_recent_entries ul li {
    margin-bottom: .75em;
    padding: 0 0 1em 0;
  }

  /* line 213, ../scss/desktop/small/_content.scss */
  .page-nav {
    clear: both;
    display: block;
  }

  /* line 219, ../scss/desktop/small/_content.scss */
  .error404 form#searchform input {
    width: 75px;
  }
  /* line 222, ../scss/desktop/small/_content.scss */
  .error404 form#searchform #s {
    width: 200px;
  }

  /* line 227, ../scss/desktop/small/_content.scss */
  form#searchform {
    position: relative;
    overflow: hidden;
  }
  /* line 230, ../scss/desktop/small/_content.scss */
  form#searchform label {
    display: none;
  }
  /* line 233, ../scss/desktop/small/_content.scss */
  form#searchform input {
    float: left;
    width: 33%;
    background: #eae7e2;
    border: none;
    padding: 6px 0;
    font-family: "adobe-jenson-pro";
    font-size: .88em;
    line-height: 1.33em;
    color: black;
  }
  /* line 244, ../scss/desktop/small/_content.scss */
  form#searchform #s {
    width: 66%;
    background: #f4f3f0;
  }
  /* line 248, ../scss/desktop/small/_content.scss */
  form#searchform input::-webkit-input-placeholder {
    color: transparent;
  }
  /* line 251, ../scss/desktop/small/_content.scss */
  form#searchform input:-moz-placeholder {
    color: transparent;
  }
  /* line 254, ../scss/desktop/small/_content.scss */
  form#searchform input::-moz-placeholder {
    color: transparent;
  }
  /* line 257, ../scss/desktop/small/_content.scss */
  form#searchform input:-ms-input-placeholder {
    color: transparent;
  }

  /* line 2, ../scss/desktop/small/_people.scss */
  ul li.current_page_item a,
  header ul li.current-page-ancestor a {
    color: #a6c9bd;
  }

  /* line 8, ../scss/desktop/small/_people.scss */
  .tax-person-category .content-right .archive-content,
  .tax-person-category .content-left .archive-content {
    margin: 0;
    padding: 0 4% 0 0;
  }
  /* line 11, ../scss/desktop/small/_people.scss */
  .tax-person-category .content-right .archive-content h2,
  .tax-person-category .content-left .archive-content h2 {
    font-size: 1.8em;
    margin-bottom: 50px;
  }
  /* line 16, ../scss/desktop/small/_people.scss */
  .tax-person-category .content-right .sidebar,
  .tax-person-category .content-left .sidebar {
    display: block;
    border: none;
    margin-top: 3.2em;
    width: 25%;
    margin-right: 0;
    min-width: 25%;
  }
  /* line 23, ../scss/desktop/small/_people.scss */
  .tax-person-category .content-right .sidebar h4,
  .tax-person-category .content-left .sidebar h4 {
    width: 60%;
  }
  /* line 26, ../scss/desktop/small/_people.scss */
  .tax-person-category .content-right .sidebar .active,
  .tax-person-category .content-left .sidebar .active {
    color: #a6c9bd;
  }
  /* line 30, ../scss/desktop/small/_people.scss */
  .tax-person-category .content-right #main,
  .tax-person-category .content-left #main {
    margin-top: 3.2em;
    float: right;
    width: 75%;
    padding: 0 0 0 7%;
  }

  /* line 38, ../scss/desktop/small/_people.scss */
  .people-nav {
    float: right;
    margin-top: 2.25em;
  }
  /* line 41, ../scss/desktop/small/_people.scss */
  .people-nav > div {
    width: 90%;
    border-left: #e5e2dd solid 1px;
    float: none;
    padding: 0 0 0 25%;
    margin: 0;
    max-width: 300px;
  }
  /* line 49, ../scss/desktop/small/_people.scss */
  .people-nav h4 {
    margin: 0 0 1em 0;
    font-family: "adobe-jenson-pro";
    font-size: 1.33em;
    font-weight: normal;
    line-height: 1em;
    color: #000;
    padding: 0 0 15px 0;
    width: 60%;
    min-width: 190px;
    border-bottom: 1px solid #e4e4e4;
  }
  /* line 61, ../scss/desktop/small/_people.scss */
  .people-nav ul {
    margin-bottom: 0;
  }
  /* line 64, ../scss/desktop/small/_people.scss */
  .people-nav ul li.active a {
    color: #a6c9bd;
  }

  /* line 69, ../scss/desktop/small/_people.scss */
  .person {
    margin: 0 0 1em 0;
    max-width: 100%;
    width: 100%;
  }
  /* line 73, ../scss/desktop/small/_people.scss */
  .person .article-header {
    float: right;
    width: 86%;
    margin: 0 0px 0 0;
  }
  /* line 77, ../scss/desktop/small/_people.scss */
  .person .article-header > div {
    float: left;
    width: 50%;
  }
  /* line 80, ../scss/desktop/small/_people.scss */
  .person .article-header > div h3 {
    font-size: 1.11em;
    line-height: 1.2em;
    margin: 0;
  }
  /* line 85, ../scss/desktop/small/_people.scss */
  .person .article-header > div ul {
    margin: .5em 0 0 0;
  }
  /* line 87, ../scss/desktop/small/_people.scss */
  .person .article-header > div ul li {
    font-family: Arial;
    font-size: .66em;
    line-height: 1.5em;
    color: #969491;
    text-transform: uppercase;
  }
  /* line 93, ../scss/desktop/small/_people.scss */
  .person .article-header > div ul li a {
    text-transform: lowercase;
    color: #006341;
  }
  /* line 99, ../scss/desktop/small/_people.scss */
  .person .article-header > div ul li a.tel,
  .person .article-header > div ul li a.tel:hover,
  .person .article-header > div ul li a.tel:visited {
    color: #969491;
  }
  /* line 103, ../scss/desktop/small/_people.scss */
  .person .article-header > div ul li a:hover {
    color: #00915f;
  }
  /* line 108, ../scss/desktop/small/_people.scss */
  .person .article-header > div ul:first-child {
    margin: 1.85em 0 0 0;
  }
  /* line 113, ../scss/desktop/small/_people.scss */
  .person .entry-content {
    width: 13%;
    margin: 0;
  }

  /* line 11, ../scss/desktop/small/_blog-content.scss */
  .blog hr,
  .category hr,
  .date hr,
  .search hr,
  .tax-event-category hr,
  .page-template-page-content-left-events-archive-php hr,
  .post-type-archive-deadlines hr,
  .page-template-page-news-events-php hr,
  .page-template-page-content-left-news-php hr,
  .page-template-page-content-left-events-php hr {
    border: none;
    border-top: 1px solid #e5e2dd;
    height: 1px;
    color: #e5e2dd;
    text-align: center;
    width: 35%;
    margin: 60px auto;
  }
  /* line 20, ../scss/desktop/small/_blog-content.scss */
  .blog hr:after,
  .category hr:after,
  .date hr:after,
  .search hr:after,
  .tax-event-category hr:after,
  .page-template-page-content-left-events-archive-php hr:after,
  .post-type-archive-deadlines hr:after,
  .page-template-page-news-events-php hr:after,
  .page-template-page-content-left-news-php hr:after,
  .page-template-page-content-left-events-php hr:after {
    font-family: 'vcuhas';
    content: "\40";
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
  }
  /* line 30, ../scss/desktop/small/_blog-content.scss */
  .blog #main,
  .category #main,
  .date #main,
  .search #main,
  .tax-event-category #main,
  .page-template-page-content-left-events-archive-php #main,
  .post-type-archive-deadlines #main,
  .page-template-page-news-events-php #main,
  .page-template-page-content-left-news-php #main,
  .page-template-page-content-left-events-php #main {
    width: 59%;
    margin-top: 2em;
    margin-bottom: 3em;
  }
  /* line 35, ../scss/desktop/small/_blog-content.scss */
  .blog #main h1.page-title,
  .blog #main h1.archive-title,
  .category #main h1.page-title,
  .category #main h1.archive-title,
  .date #main h1.page-title,
  .date #main h1.archive-title,
  .search #main h1.page-title,
  .search #main h1.archive-title,
  .tax-event-category #main h1.page-title,
  .tax-event-category #main h1.archive-title,
  .page-template-page-content-left-events-archive-php #main h1.page-title,
  .page-template-page-content-left-events-archive-php #main h1.archive-title,
  .post-type-archive-deadlines #main h1.page-title,
  .post-type-archive-deadlines #main h1.archive-title,
  .page-template-page-news-events-php #main h1.page-title,
  .page-template-page-news-events-php #main h1.archive-title,
  .page-template-page-content-left-news-php #main h1.page-title,
  .page-template-page-content-left-news-php #main h1.archive-title,
  .page-template-page-content-left-events-php #main h1.page-title,
  .page-template-page-content-left-events-php #main h1.archive-title {
    margin: 0 0 40px 0;
    font-size: 1.77em;
    line-height: 1.33em;
  }
  /* line 41, ../scss/desktop/small/_blog-content.scss */
  .blog #main h1.page-title:after,
  .blog #main h1.archive-title:after,
  .category #main h1.page-title:after,
  .category #main h1.archive-title:after,
  .date #main h1.page-title:after,
  .date #main h1.archive-title:after,
  .search #main h1.page-title:after,
  .search #main h1.archive-title:after,
  .tax-event-category #main h1.page-title:after,
  .tax-event-category #main h1.archive-title:after,
  .page-template-page-content-left-events-archive-php #main h1.page-title:after,
  .page-template-page-content-left-events-archive-php #main h1.archive-title:after,
  .post-type-archive-deadlines #main h1.page-title:after,
  .post-type-archive-deadlines #main h1.archive-title:after,
  .page-template-page-news-events-php #main h1.page-title:after,
  .page-template-page-news-events-php #main h1.archive-title:after,
  .page-template-page-content-left-news-php #main h1.page-title:after,
  .page-template-page-content-left-news-php #main h1.archive-title:after,
  .page-template-page-content-left-events-php #main h1.page-title:after,
  .page-template-page-content-left-events-php #main h1.archive-title:after {
    bottom: -.7em;
  }
  /* line 44, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry,
  .category #main .hentry,
  .date #main .hentry,
  .search #main .hentry,
  .tax-event-category #main .hentry,
  .page-template-page-content-left-events-archive-php #main .hentry,
  .post-type-archive-deadlines #main .hentry,
  .page-template-page-news-events-php #main .hentry,
  .page-template-page-content-left-news-php #main .hentry,
  .page-template-page-content-left-events-php #main .hentry {
    margin: 2.25em 0 0 0;
    padding: 2.7em 0 0 0;
    position: relative;
    overflow: hidden;
  }
  /* line 49, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .entry-content,
  .category #main .hentry .entry-content,
  .date #main .hentry .entry-content,
  .search #main .hentry .entry-content,
  .tax-event-category #main .hentry .entry-content,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content,
  .post-type-archive-deadlines #main .hentry .entry-content,
  .page-template-page-news-events-php #main .hentry .entry-content,
  .page-template-page-content-left-news-php #main .hentry .entry-content,
  .page-template-page-content-left-events-php #main .hentry .entry-content {
    float: right;
    width: 55%;
    margin: 0 4% 0 0;
  }
  /* line 54, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .entry-content span,
  .blog #main .hentry .entry-content .byline.vcard,
  .category #main .hentry .entry-content span,
  .category #main .hentry .entry-content .byline.vcard,
  .date #main .hentry .entry-content span,
  .date #main .hentry .entry-content .byline.vcard,
  .search #main .hentry .entry-content span,
  .search #main .hentry .entry-content .byline.vcard,
  .tax-event-category #main .hentry .entry-content span,
  .tax-event-category #main .hentry .entry-content .byline.vcard,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content span,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard,
  .post-type-archive-deadlines #main .hentry .entry-content span,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard,
  .page-template-page-news-events-php #main .hentry .entry-content span,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard,
  .page-template-page-content-left-news-php #main .hentry .entry-content span,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard,
  .page-template-page-content-left-events-php #main .hentry .entry-content span,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard {
    font-size: .66em;
    line-height: 2em;
    text-transform: uppercase;
    color: #969491;
    font-family: Arial;
    margin: 0 0 1em 0;
  }
  /* line 61, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .entry-content span .bullet,
  .blog #main .hentry .entry-content .byline.vcard .bullet,
  .category #main .hentry .entry-content span .bullet,
  .category #main .hentry .entry-content .byline.vcard .bullet,
  .date #main .hentry .entry-content span .bullet,
  .date #main .hentry .entry-content .byline.vcard .bullet,
  .search #main .hentry .entry-content span .bullet,
  .search #main .hentry .entry-content .byline.vcard .bullet,
  .tax-event-category #main .hentry .entry-content span .bullet,
  .tax-event-category #main .hentry .entry-content .byline.vcard .bullet,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content span .bullet,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard .bullet,
  .post-type-archive-deadlines #main .hentry .entry-content span .bullet,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard .bullet,
  .page-template-page-news-events-php #main .hentry .entry-content span .bullet,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard .bullet,
  .page-template-page-content-left-news-php #main .hentry .entry-content span .bullet,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard .bullet,
  .page-template-page-content-left-events-php #main .hentry .entry-content span .bullet,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard .bullet {
    font-family: "adobe-jenson-pro";
    font-size: 1em;
  }
  /* line 65, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .entry-content span a,
  .blog #main .hentry .entry-content .byline.vcard a,
  .category #main .hentry .entry-content span a,
  .category #main .hentry .entry-content .byline.vcard a,
  .date #main .hentry .entry-content span a,
  .date #main .hentry .entry-content .byline.vcard a,
  .search #main .hentry .entry-content span a,
  .search #main .hentry .entry-content .byline.vcard a,
  .tax-event-category #main .hentry .entry-content span a,
  .tax-event-category #main .hentry .entry-content .byline.vcard a,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content span a,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard a,
  .post-type-archive-deadlines #main .hentry .entry-content span a,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard a,
  .page-template-page-news-events-php #main .hentry .entry-content span a,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard a,
  .page-template-page-content-left-news-php #main .hentry .entry-content span a,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard a,
  .page-template-page-content-left-events-php #main .hentry .entry-content span a,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard a {
    color: #969491;
  }
  /* line 68, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .entry-content span span,
  .blog #main .hentry .entry-content .byline.vcard span,
  .category #main .hentry .entry-content span span,
  .category #main .hentry .entry-content .byline.vcard span,
  .date #main .hentry .entry-content span span,
  .date #main .hentry .entry-content .byline.vcard span,
  .search #main .hentry .entry-content span span,
  .search #main .hentry .entry-content .byline.vcard span,
  .tax-event-category #main .hentry .entry-content span span,
  .tax-event-category #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content span span,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard span,
  .post-type-archive-deadlines #main .hentry .entry-content span span,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard span,
  .page-template-page-news-events-php #main .hentry .entry-content span span,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-news-php #main .hentry .entry-content span span,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-events-php #main .hentry .entry-content span span,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard span {
    font-size: 1em;
  }
  /* line 72, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .entry-content .icon-jalapeno,
  .category #main .hentry .entry-content .icon-jalapeno,
  .date #main .hentry .entry-content .icon-jalapeno,
  .search #main .hentry .entry-content .icon-jalapeno,
  .tax-event-category #main .hentry .entry-content .icon-jalapeno,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .icon-jalapeno,
  .post-type-archive-deadlines #main .hentry .entry-content .icon-jalapeno,
  .page-template-page-news-events-php #main .hentry .entry-content .icon-jalapeno,
  .page-template-page-content-left-news-php #main .hentry .entry-content .icon-jalapeno,
  .page-template-page-content-left-events-php #main .hentry .entry-content .icon-jalapeno {
    margin: -17px 0 0 0;
  }
  /* line 76, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .entry-content .byline.vcard span,
  .category #main .hentry .entry-content .byline.vcard span,
  .date #main .hentry .entry-content .byline.vcard span,
  .search #main .hentry .entry-content .byline.vcard span,
  .tax-event-category #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard span,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard span,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard span {
    display: block;
  }
  /* line 80, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .entry-content h1,
  .category #main .hentry .entry-content h1,
  .date #main .hentry .entry-content h1,
  .search #main .hentry .entry-content h1,
  .tax-event-category #main .hentry .entry-content h1,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content h1,
  .post-type-archive-deadlines #main .hentry .entry-content h1,
  .page-template-page-news-events-php #main .hentry .entry-content h1,
  .page-template-page-content-left-news-php #main .hentry .entry-content h1,
  .page-template-page-content-left-events-php #main .hentry .entry-content h1 {
    font-size: 1.33em;
    line-height: 1.25em;
    margin: 0 0 .21em 0;
    width: 100%;
    padding: 0;
    border: 0;
  }
  /* line 89, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .article-header,
  .category #main .hentry .article-header,
  .date #main .hentry .article-header,
  .search #main .hentry .article-header,
  .tax-event-category #main .hentry .article-header,
  .page-template-page-content-left-events-archive-php #main .hentry .article-header,
  .post-type-archive-deadlines #main .hentry .article-header,
  .page-template-page-news-events-php #main .hentry .article-header,
  .page-template-page-content-left-news-php #main .hentry .article-header,
  .page-template-page-content-left-events-php #main .hentry .article-header {
    float: left;
    width: 38%;
    margin: .44em 3% 0 0;
  }
  /* line 93, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .article-header img,
  .category #main .hentry .article-header img,
  .date #main .hentry .article-header img,
  .search #main .hentry .article-header img,
  .tax-event-category #main .hentry .article-header img,
  .page-template-page-content-left-events-archive-php #main .hentry .article-header img,
  .post-type-archive-deadlines #main .hentry .article-header img,
  .page-template-page-news-events-php #main .hentry .article-header img,
  .page-template-page-content-left-news-php #main .hentry .article-header img,
  .page-template-page-content-left-events-php #main .hentry .article-header img {
    width: 100%;
    max-width: 270px;
    height: auto;
  }
  /* line 99, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry .entry-content.no-image,
  .category #main .hentry .entry-content.no-image,
  .date #main .hentry .entry-content.no-image,
  .search #main .hentry .entry-content.no-image,
  .tax-event-category #main .hentry .entry-content.no-image,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content.no-image,
  .post-type-archive-deadlines #main .hentry .entry-content.no-image,
  .page-template-page-news-events-php #main .hentry .entry-content.no-image,
  .page-template-page-content-left-news-php #main .hentry .entry-content.no-image,
  .page-template-page-content-left-events-php #main .hentry .entry-content.no-image {
    width: 91%;
    float: none;
    margin: 0;
  }
  /* line 105, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry.first,
  .category #main .hentry.first,
  .date #main .hentry.first,
  .search #main .hentry.first,
  .tax-event-category #main .hentry.first,
  .page-template-page-content-left-events-archive-php #main .hentry.first,
  .post-type-archive-deadlines #main .hentry.first,
  .page-template-page-news-events-php #main .hentry.first,
  .page-template-page-content-left-news-php #main .hentry.first,
  .page-template-page-content-left-events-php #main .hentry.first {
    margin: 0;
    padding: 0;
  }
  /* line 109, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry:after,
  .category #main .hentry:after,
  .date #main .hentry:after,
  .search #main .hentry:after,
  .tax-event-category #main .hentry:after,
  .page-template-page-content-left-events-archive-php #main .hentry:after,
  .post-type-archive-deadlines #main .hentry:after,
  .page-template-page-news-events-php #main .hentry:after,
  .page-template-page-content-left-news-php #main .hentry:after,
  .page-template-page-content-left-events-php #main .hentry:after {
    content: "";
    background: #e8e8e8;
    height: 1px;
    width: 91%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  /* line 118, ../scss/desktop/small/_blog-content.scss */
  .blog #main .hentry.first:after,
  .category #main .hentry.first:after,
  .date #main .hentry.first:after,
  .search #main .hentry.first:after,
  .tax-event-category #main .hentry.first:after,
  .page-template-page-content-left-events-archive-php #main .hentry.first:after,
  .post-type-archive-deadlines #main .hentry.first:after,
  .page-template-page-news-events-php #main .hentry.first:after,
  .page-template-page-content-left-news-php #main .hentry.first:after,
  .page-template-page-content-left-events-php #main .hentry.first:after {
    content: "";
    background: #e8e8e8;
    height: 0px;
    width: 91%;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* line 131, ../scss/desktop/small/_blog-content.scss */
  .search #main {
    margin-bottom: 3em;
  }

  /* line 136, ../scss/desktop/small/_blog-content.scss */
  .page-template-page-news-events-php #inner-content {
    padding: 0;
  }

  /* line 2, ../scss/desktop/small/_single.scss */
  .single #main {
    margin-top: 2em;
  }
  /* line 4, ../scss/desktop/small/_single.scss */
  .single #main h1.single-title {
    margin: .25em 0;
    font-size: 1.77em;
    line-height: 1.33em;
  }
  /* line 9, ../scss/desktop/small/_single.scss */
  .single #main h1.single-title:after {
    bottom: -.7em;
  }
  /* line 12, ../scss/desktop/small/_single.scss */
  .single #main .hentry {
    position: relative;
    overflow: hidden;
  }
  /* line 17, ../scss/desktop/small/_single.scss */
  .single #main .hentry .article-header span,
  .single #main .hentry .article-header .byline.vcard {
    font-size: .66em;
    line-height: 2em;
    text-transform: uppercase;
    color: #969491;
    font-family: Arial;
    margin: 0;
  }
  /* line 24, ../scss/desktop/small/_single.scss */
  .single #main .hentry .article-header span .bullet,
  .single #main .hentry .article-header .byline.vcard .bullet {
    font-family: "adobe-jenson-pro";
    font-size: 1em;
  }
  /* line 28, ../scss/desktop/small/_single.scss */
  .single #main .hentry .article-header span a,
  .single #main .hentry .article-header .byline.vcard a {
    color: #969491;
  }
  /* line 31, ../scss/desktop/small/_single.scss */
  .single #main .hentry .article-header span a:hover,
  .single #main .hentry .article-header .byline.vcard a:hover {
    color: #00915f;
  }
  /* line 34, ../scss/desktop/small/_single.scss */
  .single #main .hentry .article-header span span,
  .single #main .hentry .article-header .byline.vcard span {
    font-size: 1em;
  }
  /* line 38, ../scss/desktop/small/_single.scss */
  .single #main .hentry .article-header .icon-jalapeno {
    margin: 2px 0 0 0;
  }
  /* line 42, ../scss/desktop/small/_single.scss */
  .single #main .hentry .article-header .byline.vcard span {
    display: block;
  }
  /* line 46, ../scss/desktop/small/_single.scss */
  .single #main .hentry .article-header h1 {
    font-size: 1.77em;
    line-height: 1em;
  }
  /* line 53, ../scss/desktop/small/_single.scss */
  .single #main .hentry .entry-content {
    margin: .44em 0 0 0;
  }
  /* line 57, ../scss/desktop/small/_single.scss */
  .single #main .pagination {
    font-family: "adobe-jenson-pro";
    text-transform: uppercase;
  }
  /* line 62, ../scss/desktop/small/_single.scss */
  .single #main .pagination ul li a {
    position: relative;
  }
  /* line 64, ../scss/desktop/small/_single.scss */
  .single #main .pagination ul li a span {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 11px;
    left: -5px;
  }
  /* line 74, ../scss/desktop/small/_single.scss */
  .single #main .pagination ul li .next span {
    left: 66px;
  }
  /* line 78, ../scss/desktop/small/_single.scss */
  .single #main .pagination ul li .current {
    color: #969491;
  }

  /* line 2, ../scss/desktop/small/_single-people.scss */
  .single-people #main {
    width: 62%;
    padding: 0;
  }
  /* line 6, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .article-header {
    width: 39%;
    margin: 0;
    float: left;
  }
  /* line 10, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .article-header img {
    max-width: 270px;
    width: 100%;
    height: auto;
  }
  /* line 16, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content {
    float: left;
    width: 57%;
    margin: 0 0 0 15px;
  }
  /* line 20, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content h1.single-title {
    line-height: 1em;
    position: relative;
    margin: 0 0 1.25em 0;
    width: 90%;
    border: 0;
    padding: 0;
  }
  /* line 28, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content h1.single-title:after {
    content: " ";
    background: #e4e4e4;
    height: 1px;
    position: absolute;
    bottom: -.7em;
    left: 0;
    width: 100%;
  }
  /* line 37, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content .byline.vcard {
    color: #000;
    text-transform: none;
    font-size: 1.11em;
    line-height: 1.35em;
    font-family: "arno-pro";
  }
  /* line 43, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content .byline.vcard ul {
    padding: 0;
  }
  /* line 45, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content .byline.vcard ul > li {
    list-style-image: none;
    list-style: none;
    padding: 0;
  }
  /* line 52, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content .byline.vcard .tel,
  .single-people #main article.hentry .entry-content .byline.vcard .tel:hover {
    color: black;
  }
  /* line 55, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content .byline.vcard a {
    color: #006341;
  }
  /* line 58, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content .byline.vcard a:hover {
    color: #00915f;
  }
  /* line 61, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content .byline.vcard .backitup {
    position: relative;
    color: #969491;
    text-transform: uppercase;
    font-size: .66em;
    line-height: 2em;
    font-family: Arial;
    margin: 0;
  }
  /* line 69, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .entry-content .byline.vcard .backitup span {
    display: block;
    position: absolute;
    bottom: -5px;
    left: -7px;
    font-size: 1em;
  }
  /* line 80, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .article-footer {
    clear: both;
    padding: 3em 0 0 0;
  }
  /* line 83, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .article-footer > div {
    margin-bottom: 4em;
  }
  /* line 86, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .article-footer h2 {
    line-height: 1em;
    position: relative;
    margin: 0 0 1.5em 0;
    font-size: 1.33em;
  }
  /* line 92, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .article-footer h2:after {
    content: " ";
    background: #e4e4e4;
    height: 1px;
    position: absolute;
    bottom: -.7em;
    left: 0;
    width: 50%;
  }
  /* line 101, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .article-footer img.alignright {
    float: right;
    margin: 0 0 1em 1.5em;
  }
  /* line 105, ../scss/desktop/small/_single-people.scss */
  .single-people #main article.hentry .article-footer img.alignleft {
    float: left;
    margin: 0 1.5em 1em 0;
  }
  /* line 112, ../scss/desktop/small/_single-people.scss */
  .single-people .people-nav {
    float: left;
  }
  /* line 114, ../scss/desktop/small/_single-people.scss */
  .single-people .people-nav > div {
    float: none;
  }
}
@media only screen and (min-width: 980px) {
  /* line 1, ../scss/_980up.scss */
  .main-navigation ul li a {
    padding: 10px;
  }

  /* line 6, ../scss/_980up.scss */
  .footer #inner-footer .deadlines-events {
    background: url(./library/images/grey-footer-texture.jpg);
  }
  /* line 8, ../scss/_980up.scss */
  .footer #inner-footer .deadlines-events .threecol {
    width: 30%;
    float: left;
    padding: 0;
  }
  /* line 13, ../scss/_980up.scss */
  .footer #inner-footer .deadlines-events .threecol:first-child h2 {
    border-bottom: 1px solid #63513d;
  }
  /* line 16, ../scss/_980up.scss */
  .footer #inner-footer .deadlines-events .threecol.middle {
    margin: 2.5em 5%;
  }
  /* line 20, ../scss/_980up.scss */
  .footer #inner-footer .contact {
    background: url(./library/images/brown-footer-texture.jpg);
  }
  /* line 22, ../scss/_980up.scss */
  .footer #inner-footer .contact .threecol {
    color: #cdcac6;
    margin: 3.25em auto 3em auto;
    width: 30%;
    float: left;
    padding: 0;
  }
  /* line 28, ../scss/_980up.scss */
  .footer #inner-footer .contact .threecol h2 {
    display: block;
    width: 170px;
    color: #cdcac6;
    font-size: 1em;
    line-height: 1.33em;
    border-bottom: 1px solid #75685a;
  }
  /* line 37, ../scss/_980up.scss */
  .footer #inner-footer .contact .threecol address,
  .footer #inner-footer .contact .threecol > div {
    font-style: normal;
  }
  /* line 39, ../scss/_980up.scss */
  .footer #inner-footer .contact .threecol address > span,
  .footer #inner-footer .contact .threecol > div > span {
    display: block;
    font-size: .66em;
  }
  /* line 43, ../scss/_980up.scss */
  .footer #inner-footer .contact .threecol address span,
  .footer #inner-footer .contact .threecol > div span {
    color: #cdcac6;
    line-height: 2.25em;
    font-family: Arial;
  }
  /* line 47, ../scss/_980up.scss */
  .footer #inner-footer .contact .threecol address span a,
  .footer #inner-footer .contact .threecol > div span a {
    color: #efebe6;
  }
  /* line 53, ../scss/_980up.scss */
  .footer #inner-footer .contact .threecol.middle {
    margin: 3.25em 5% 3em 5%;
  }
  /* line 57, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation {
    background: url(./library/images/dark-grey-footer-texture.jpg);
  }
  /* line 59, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol {
    margin: 1.75em auto;
    width: 25%;
    padding: 0;
    float: left;
    min-width: 25%;
  }
  /* line 65, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol h2 {
    display: block;
    width: 65%;
    color: #959595;
    font-size: 1em;
    line-height: 2em;
    margin: 0px 0 .225em 0;
    padding: 0 0 0px 0;
  }
  /* line 75, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol ul > li {
    margin: 0;
  }
  /* line 78, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol ul > li a,
  .footer #inner-footer .social-navigation .threecol ul > li span {
    color: #c6c6c6;
    font-size: .66em;
    line-height: 2.25em;
    font-family: Arial;
  }
  /* line 87, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .social > li {
    float: left;
    margin: 0 .575em 0 0;
  }
  /* line 90, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .social > li a {
    display: block;
    height: 34px;
    width: 32px;
    background: url(./library/images/social.png) no-repeat;
  }
  /* line 96, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .facebook {
    background-position: 0 0;
  }
  /* line 99, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .twitter {
    background-position: -42px 0;
  }
  /* line 102, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .linkedin {
    background-position: -84px 0;
  }
  /* line 105, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .donate {
    background-position: -128px 0;
    width: 95px;
  }
  /* line 112, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .copyright p {
    color: #959595;
    font-size: .66em;
    line-height: 2.16em;
    margin: 0;
    clear: both;
  }
  /* line 118, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .copyright p span {
    color: #c6c6c6;
  }
  /* line 122, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .copyright a {
    display: block;
    position: relative;
  }
  /* line 125, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .copyright a img {
    display: block;
  }
  /* line 128, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .copyright a p {
    position: absolute;
    bottom: -26px;
  }
  /* line 133, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .copyright .credit {
    margin: 3.4em 0 0 0;
  }
  /* line 135, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol .copyright .credit a {
    display: inline;
    color: #bbbbbb;
  }
  /* line 142, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .threecol.middle {
    margin: 1.75em auto;
  }
  /* line 145, ../scss/_980up.scss */
  .footer #inner-footer .social-navigation .middle.last {
    clear: none;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 11, ../scss/_1030up.scss */
  body {
    font-size: 18px;
  }

  /* line 1, ../scss/desktop/large/_header.scss */
  .main-navigation ul li ul.sub-menu {
    display: none;
    padding: 11px 0 0 0;
    border: none;
  }

  /* line 11, ../scss/desktop/large/_blog-content.scss */
  .blog hr,
  .category hr,
  .date hr,
  .search hr,
  .tax-event-category hr,
  .page-template-page-content-left-events-archive-php hr,
  .post-type-archive-deadlines hr,
  .page-template-page-news-events-php hr,
  .page-template-page-content-left-news-php hr,
  .page-template-page-content-left-events-php hr {
    border: none;
    border-top: 1px solid #e5e2dd;
    height: 1px;
    color: #e5e2dd;
    text-align: center;
    width: 35%;
    margin: 60px auto;
  }
  /* line 20, ../scss/desktop/large/_blog-content.scss */
  .blog hr:after,
  .category hr:after,
  .date hr:after,
  .search hr:after,
  .tax-event-category hr:after,
  .page-template-page-content-left-events-archive-php hr:after,
  .post-type-archive-deadlines hr:after,
  .page-template-page-news-events-php hr:after,
  .page-template-page-content-left-news-php hr:after,
  .page-template-page-content-left-events-php hr:after {
    font-family: 'vcuhas';
    content: "\40";
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
  }
  /* line 30, ../scss/desktop/large/_blog-content.scss */
  .blog #main,
  .category #main,
  .date #main,
  .search #main,
  .tax-event-category #main,
  .page-template-page-content-left-events-archive-php #main,
  .post-type-archive-deadlines #main,
  .page-template-page-news-events-php #main,
  .page-template-page-content-left-news-php #main,
  .page-template-page-content-left-events-php #main {
    width: 59%;
    margin-top: 2em;
    margin-bottom: 3em;
  }
  /* line 35, ../scss/desktop/large/_blog-content.scss */
  .blog #main h1.page-title,
  .blog #main h1.archive-title,
  .category #main h1.page-title,
  .category #main h1.archive-title,
  .date #main h1.page-title,
  .date #main h1.archive-title,
  .search #main h1.page-title,
  .search #main h1.archive-title,
  .tax-event-category #main h1.page-title,
  .tax-event-category #main h1.archive-title,
  .page-template-page-content-left-events-archive-php #main h1.page-title,
  .page-template-page-content-left-events-archive-php #main h1.archive-title,
  .post-type-archive-deadlines #main h1.page-title,
  .post-type-archive-deadlines #main h1.archive-title,
  .page-template-page-news-events-php #main h1.page-title,
  .page-template-page-news-events-php #main h1.archive-title,
  .page-template-page-content-left-news-php #main h1.page-title,
  .page-template-page-content-left-news-php #main h1.archive-title,
  .page-template-page-content-left-events-php #main h1.page-title,
  .page-template-page-content-left-events-php #main h1.archive-title {
    margin: 0 0 40px 0;
    font-size: 1.77em;
    line-height: 1.33em;
  }
  /* line 41, ../scss/desktop/large/_blog-content.scss */
  .blog #main h1.page-title:after,
  .blog #main h1.archive-title:after,
  .category #main h1.page-title:after,
  .category #main h1.archive-title:after,
  .date #main h1.page-title:after,
  .date #main h1.archive-title:after,
  .search #main h1.page-title:after,
  .search #main h1.archive-title:after,
  .tax-event-category #main h1.page-title:after,
  .tax-event-category #main h1.archive-title:after,
  .page-template-page-content-left-events-archive-php #main h1.page-title:after,
  .page-template-page-content-left-events-archive-php #main h1.archive-title:after,
  .post-type-archive-deadlines #main h1.page-title:after,
  .post-type-archive-deadlines #main h1.archive-title:after,
  .page-template-page-news-events-php #main h1.page-title:after,
  .page-template-page-news-events-php #main h1.archive-title:after,
  .page-template-page-content-left-news-php #main h1.page-title:after,
  .page-template-page-content-left-news-php #main h1.archive-title:after,
  .page-template-page-content-left-events-php #main h1.page-title:after,
  .page-template-page-content-left-events-php #main h1.archive-title:after {
    bottom: -.7em;
  }
  /* line 44, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry,
  .category #main .hentry,
  .date #main .hentry,
  .search #main .hentry,
  .tax-event-category #main .hentry,
  .page-template-page-content-left-events-archive-php #main .hentry,
  .post-type-archive-deadlines #main .hentry,
  .page-template-page-news-events-php #main .hentry,
  .page-template-page-content-left-news-php #main .hentry,
  .page-template-page-content-left-events-php #main .hentry {
    margin: 2.25em 0 0 0;
    padding: 2.7em 0 0 0;
    position: relative;
    overflow: hidden;
  }
  /* line 49, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .entry-content,
  .category #main .hentry .entry-content,
  .date #main .hentry .entry-content,
  .search #main .hentry .entry-content,
  .tax-event-category #main .hentry .entry-content,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content,
  .post-type-archive-deadlines #main .hentry .entry-content,
  .page-template-page-news-events-php #main .hentry .entry-content,
  .page-template-page-content-left-news-php #main .hentry .entry-content,
  .page-template-page-content-left-events-php #main .hentry .entry-content {
    float: right;
    width: 55%;
    margin: 0 4% 0 0;
  }
  /* line 54, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .entry-content span,
  .blog #main .hentry .entry-content .byline.vcard,
  .category #main .hentry .entry-content span,
  .category #main .hentry .entry-content .byline.vcard,
  .date #main .hentry .entry-content span,
  .date #main .hentry .entry-content .byline.vcard,
  .search #main .hentry .entry-content span,
  .search #main .hentry .entry-content .byline.vcard,
  .tax-event-category #main .hentry .entry-content span,
  .tax-event-category #main .hentry .entry-content .byline.vcard,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content span,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard,
  .post-type-archive-deadlines #main .hentry .entry-content span,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard,
  .page-template-page-news-events-php #main .hentry .entry-content span,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard,
  .page-template-page-content-left-news-php #main .hentry .entry-content span,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard,
  .page-template-page-content-left-events-php #main .hentry .entry-content span,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard {
    font-size: .66em;
    line-height: 2em;
    text-transform: uppercase;
    color: #969491;
    font-family: Arial;
    margin: 0 0 1em 0;
  }
  /* line 61, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .entry-content span .bullet,
  .blog #main .hentry .entry-content .byline.vcard .bullet,
  .category #main .hentry .entry-content span .bullet,
  .category #main .hentry .entry-content .byline.vcard .bullet,
  .date #main .hentry .entry-content span .bullet,
  .date #main .hentry .entry-content .byline.vcard .bullet,
  .search #main .hentry .entry-content span .bullet,
  .search #main .hentry .entry-content .byline.vcard .bullet,
  .tax-event-category #main .hentry .entry-content span .bullet,
  .tax-event-category #main .hentry .entry-content .byline.vcard .bullet,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content span .bullet,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard .bullet,
  .post-type-archive-deadlines #main .hentry .entry-content span .bullet,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard .bullet,
  .page-template-page-news-events-php #main .hentry .entry-content span .bullet,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard .bullet,
  .page-template-page-content-left-news-php #main .hentry .entry-content span .bullet,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard .bullet,
  .page-template-page-content-left-events-php #main .hentry .entry-content span .bullet,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard .bullet {
    font-family: "adobe-jenson-pro";
    font-size: 1em;
  }
  /* line 65, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .entry-content span a,
  .blog #main .hentry .entry-content .byline.vcard a,
  .category #main .hentry .entry-content span a,
  .category #main .hentry .entry-content .byline.vcard a,
  .date #main .hentry .entry-content span a,
  .date #main .hentry .entry-content .byline.vcard a,
  .search #main .hentry .entry-content span a,
  .search #main .hentry .entry-content .byline.vcard a,
  .tax-event-category #main .hentry .entry-content span a,
  .tax-event-category #main .hentry .entry-content .byline.vcard a,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content span a,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard a,
  .post-type-archive-deadlines #main .hentry .entry-content span a,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard a,
  .page-template-page-news-events-php #main .hentry .entry-content span a,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard a,
  .page-template-page-content-left-news-php #main .hentry .entry-content span a,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard a,
  .page-template-page-content-left-events-php #main .hentry .entry-content span a,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard a {
    color: #969491;
  }
  /* line 68, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .entry-content span span,
  .blog #main .hentry .entry-content .byline.vcard span,
  .category #main .hentry .entry-content span span,
  .category #main .hentry .entry-content .byline.vcard span,
  .date #main .hentry .entry-content span span,
  .date #main .hentry .entry-content .byline.vcard span,
  .search #main .hentry .entry-content span span,
  .search #main .hentry .entry-content .byline.vcard span,
  .tax-event-category #main .hentry .entry-content span span,
  .tax-event-category #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content span span,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard span,
  .post-type-archive-deadlines #main .hentry .entry-content span span,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard span,
  .page-template-page-news-events-php #main .hentry .entry-content span span,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-news-php #main .hentry .entry-content span span,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-events-php #main .hentry .entry-content span span,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard span {
    font-size: 1em;
  }
  /* line 72, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .entry-content .icon-jalapeno,
  .category #main .hentry .entry-content .icon-jalapeno,
  .date #main .hentry .entry-content .icon-jalapeno,
  .search #main .hentry .entry-content .icon-jalapeno,
  .tax-event-category #main .hentry .entry-content .icon-jalapeno,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .icon-jalapeno,
  .post-type-archive-deadlines #main .hentry .entry-content .icon-jalapeno,
  .page-template-page-news-events-php #main .hentry .entry-content .icon-jalapeno,
  .page-template-page-content-left-news-php #main .hentry .entry-content .icon-jalapeno,
  .page-template-page-content-left-events-php #main .hentry .entry-content .icon-jalapeno {
    margin: -17px 0 0 0;
  }
  /* line 76, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .entry-content .byline.vcard span,
  .category #main .hentry .entry-content .byline.vcard span,
  .date #main .hentry .entry-content .byline.vcard span,
  .search #main .hentry .entry-content .byline.vcard span,
  .tax-event-category #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content .byline.vcard span,
  .post-type-archive-deadlines #main .hentry .entry-content .byline.vcard span,
  .page-template-page-news-events-php #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-news-php #main .hentry .entry-content .byline.vcard span,
  .page-template-page-content-left-events-php #main .hentry .entry-content .byline.vcard span {
    display: block;
  }
  /* line 80, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .entry-content h1,
  .category #main .hentry .entry-content h1,
  .date #main .hentry .entry-content h1,
  .search #main .hentry .entry-content h1,
  .tax-event-category #main .hentry .entry-content h1,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content h1,
  .post-type-archive-deadlines #main .hentry .entry-content h1,
  .page-template-page-news-events-php #main .hentry .entry-content h1,
  .page-template-page-content-left-news-php #main .hentry .entry-content h1,
  .page-template-page-content-left-events-php #main .hentry .entry-content h1 {
    font-size: 1.33em;
    line-height: 1.25em;
    margin: 0 0 .21em 0;
    width: 100%;
    padding: 0;
    border: 0;
  }
  /* line 89, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .article-header,
  .category #main .hentry .article-header,
  .date #main .hentry .article-header,
  .search #main .hentry .article-header,
  .tax-event-category #main .hentry .article-header,
  .page-template-page-content-left-events-archive-php #main .hentry .article-header,
  .post-type-archive-deadlines #main .hentry .article-header,
  .page-template-page-news-events-php #main .hentry .article-header,
  .page-template-page-content-left-news-php #main .hentry .article-header,
  .page-template-page-content-left-events-php #main .hentry .article-header {
    float: left;
    width: 38%;
    margin: .44em 3% 0 0;
  }
  /* line 93, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .article-header img,
  .category #main .hentry .article-header img,
  .date #main .hentry .article-header img,
  .search #main .hentry .article-header img,
  .tax-event-category #main .hentry .article-header img,
  .page-template-page-content-left-events-archive-php #main .hentry .article-header img,
  .post-type-archive-deadlines #main .hentry .article-header img,
  .page-template-page-news-events-php #main .hentry .article-header img,
  .page-template-page-content-left-news-php #main .hentry .article-header img,
  .page-template-page-content-left-events-php #main .hentry .article-header img {
    width: 100%;
    max-width: 270px;
    height: auto;
  }
  /* line 99, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry .entry-content.no-image,
  .category #main .hentry .entry-content.no-image,
  .date #main .hentry .entry-content.no-image,
  .search #main .hentry .entry-content.no-image,
  .tax-event-category #main .hentry .entry-content.no-image,
  .page-template-page-content-left-events-archive-php #main .hentry .entry-content.no-image,
  .post-type-archive-deadlines #main .hentry .entry-content.no-image,
  .page-template-page-news-events-php #main .hentry .entry-content.no-image,
  .page-template-page-content-left-news-php #main .hentry .entry-content.no-image,
  .page-template-page-content-left-events-php #main .hentry .entry-content.no-image {
    width: 91%;
    float: none;
    margin: 0;
  }
  /* line 105, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry.first,
  .category #main .hentry.first,
  .date #main .hentry.first,
  .search #main .hentry.first,
  .tax-event-category #main .hentry.first,
  .page-template-page-content-left-events-archive-php #main .hentry.first,
  .post-type-archive-deadlines #main .hentry.first,
  .page-template-page-news-events-php #main .hentry.first,
  .page-template-page-content-left-news-php #main .hentry.first,
  .page-template-page-content-left-events-php #main .hentry.first {
    margin: 0;
    padding: 0;
  }
  /* line 109, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry:after,
  .category #main .hentry:after,
  .date #main .hentry:after,
  .search #main .hentry:after,
  .tax-event-category #main .hentry:after,
  .page-template-page-content-left-events-archive-php #main .hentry:after,
  .post-type-archive-deadlines #main .hentry:after,
  .page-template-page-news-events-php #main .hentry:after,
  .page-template-page-content-left-news-php #main .hentry:after,
  .page-template-page-content-left-events-php #main .hentry:after {
    content: "";
    background: #e8e8e8;
    height: 1px;
    width: 91%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  /* line 118, ../scss/desktop/large/_blog-content.scss */
  .blog #main .hentry.first:after,
  .category #main .hentry.first:after,
  .date #main .hentry.first:after,
  .search #main .hentry.first:after,
  .tax-event-category #main .hentry.first:after,
  .page-template-page-content-left-events-archive-php #main .hentry.first:after,
  .post-type-archive-deadlines #main .hentry.first:after,
  .page-template-page-news-events-php #main .hentry.first:after,
  .page-template-page-content-left-news-php #main .hentry.first:after,
  .page-template-page-content-left-events-php #main .hentry.first:after {
    content: "";
    background: #e8e8e8;
    height: 0px;
    width: 91%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  /* line 127, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination,
  .category #main .pagination,
  .date #main .pagination,
  .search #main .pagination,
  .tax-event-category #main .pagination,
  .page-template-page-content-left-events-archive-php #main .pagination,
  .post-type-archive-deadlines #main .pagination,
  .page-template-page-news-events-php #main .pagination,
  .page-template-page-content-left-news-php #main .pagination,
  .page-template-page-content-left-events-php #main .pagination {
    font-family: "adobe-jenson-pro";
    text-transform: uppercase;
  }
  /* line 132, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination ul li a,
  .category #main .pagination ul li a,
  .date #main .pagination ul li a,
  .search #main .pagination ul li a,
  .tax-event-category #main .pagination ul li a,
  .page-template-page-content-left-events-archive-php #main .pagination ul li a,
  .post-type-archive-deadlines #main .pagination ul li a,
  .page-template-page-news-events-php #main .pagination ul li a,
  .page-template-page-content-left-news-php #main .pagination ul li a,
  .page-template-page-content-left-events-php #main .pagination ul li a {
    position: relative;
  }
  /* line 134, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination ul li a span,
  .category #main .pagination ul li a span,
  .date #main .pagination ul li a span,
  .search #main .pagination ul li a span,
  .tax-event-category #main .pagination ul li a span,
  .page-template-page-content-left-events-archive-php #main .pagination ul li a span,
  .post-type-archive-deadlines #main .pagination ul li a span,
  .page-template-page-news-events-php #main .pagination ul li a span,
  .page-template-page-content-left-news-php #main .pagination ul li a span,
  .page-template-page-content-left-events-php #main .pagination ul li a span {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 11px;
    left: 8px;
  }
  /* line 143, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination ul li .prev,
  .category #main .pagination ul li .prev,
  .date #main .pagination ul li .prev,
  .search #main .pagination ul li .prev,
  .tax-event-category #main .pagination ul li .prev,
  .page-template-page-content-left-events-archive-php #main .pagination ul li .prev,
  .post-type-archive-deadlines #main .pagination ul li .prev,
  .page-template-page-news-events-php #main .pagination ul li .prev,
  .page-template-page-content-left-news-php #main .pagination ul li .prev,
  .page-template-page-content-left-events-php #main .pagination ul li .prev {
    margin: 0 15px 0 -15px;
    padding: .5em 0.5em .5em 1.25em;
  }
  /* line 147, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination ul li .next,
  .category #main .pagination ul li .next,
  .date #main .pagination ul li .next,
  .search #main .pagination ul li .next,
  .tax-event-category #main .pagination ul li .next,
  .page-template-page-content-left-events-archive-php #main .pagination ul li .next,
  .post-type-archive-deadlines #main .pagination ul li .next,
  .page-template-page-news-events-php #main .pagination ul li .next,
  .page-template-page-content-left-news-php #main .pagination ul li .next,
  .page-template-page-content-left-events-php #main .pagination ul li .next {
    margin: 0 -15px 0 15px;
    padding: .5em 1.25em .5em .5em;
  }
  /* line 150, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination ul li .next span,
  .category #main .pagination ul li .next span,
  .date #main .pagination ul li .next span,
  .search #main .pagination ul li .next span,
  .tax-event-category #main .pagination ul li .next span,
  .page-template-page-content-left-events-archive-php #main .pagination ul li .next span,
  .post-type-archive-deadlines #main .pagination ul li .next span,
  .page-template-page-news-events-php #main .pagination ul li .next span,
  .page-template-page-content-left-news-php #main .pagination ul li .next span,
  .page-template-page-content-left-events-php #main .pagination ul li .next span {
    left: 66px;
  }
  /* line 152, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination ul li .next span.event,
  .category #main .pagination ul li .next span.event,
  .date #main .pagination ul li .next span.event,
  .search #main .pagination ul li .next span.event,
  .tax-event-category #main .pagination ul li .next span.event,
  .page-template-page-content-left-events-archive-php #main .pagination ul li .next span.event,
  .post-type-archive-deadlines #main .pagination ul li .next span.event,
  .page-template-page-news-events-php #main .pagination ul li .next span.event,
  .page-template-page-content-left-news-php #main .pagination ul li .next span.event,
  .page-template-page-content-left-events-php #main .pagination ul li .next span.event {
    left: 55px;
  }
  /* line 157, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination ul li .current,
  .category #main .pagination ul li .current,
  .date #main .pagination ul li .current,
  .search #main .pagination ul li .current,
  .tax-event-category #main .pagination ul li .current,
  .page-template-page-content-left-events-archive-php #main .pagination ul li .current,
  .post-type-archive-deadlines #main .pagination ul li .current,
  .page-template-page-news-events-php #main .pagination ul li .current,
  .page-template-page-content-left-news-php #main .pagination ul li .current,
  .page-template-page-content-left-events-php #main .pagination ul li .current {
    color: #969491;
  }
  /* line 160, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination ul li .disabled,
  .category #main .pagination ul li .disabled,
  .date #main .pagination ul li .disabled,
  .search #main .pagination ul li .disabled,
  .tax-event-category #main .pagination ul li .disabled,
  .page-template-page-content-left-events-archive-php #main .pagination ul li .disabled,
  .post-type-archive-deadlines #main .pagination ul li .disabled,
  .page-template-page-news-events-php #main .pagination ul li .disabled,
  .page-template-page-content-left-news-php #main .pagination ul li .disabled,
  .page-template-page-content-left-events-php #main .pagination ul li .disabled {
    color: #969491;
    cursor: normal;
  }
  /* line 164, ../scss/desktop/large/_blog-content.scss */
  .blog #main .pagination ul li .dots,
  .category #main .pagination ul li .dots,
  .date #main .pagination ul li .dots,
  .search #main .pagination ul li .dots,
  .tax-event-category #main .pagination ul li .dots,
  .page-template-page-content-left-events-archive-php #main .pagination ul li .dots,
  .post-type-archive-deadlines #main .pagination ul li .dots,
  .page-template-page-news-events-php #main .pagination ul li .dots,
  .page-template-page-content-left-news-php #main .pagination ul li .dots,
  .page-template-page-content-left-events-php #main .pagination ul li .dots {
    color: #006341;
  }

  /* line 174, ../scss/desktop/large/_blog-content.scss */
  .search #main {
    margin-bottom: 3em;
  }

  /* line 179, ../scss/desktop/large/_blog-content.scss */
  .page-template-page-news-events-php #inner-content {
    padding: 0;
  }

  /* line 2, ../scss/desktop/large/_content.scss */
  .entry-content .intro.course-descriptions {
    margin: 0 1em 2em 0;
  }

  /* line 7, ../scss/desktop/large/_content.scss */
  .tax-person-category #main {
    width: 75%;
    padding: 0;
  }
  /* line 11, ../scss/desktop/large/_content.scss */
  .tax-person-category .sidebar {
    width: 25%;
    margin-right: 0;
  }

  /* line 22, ../scss/desktop/large/_content.scss */
  .search #main .pagination ul li .next span {
    left: 64px;
  }

  /* line 1, ../scss/desktop/large/_footer.scss */
  .footer {
    background: white;
  }
  /* line 4, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .quotes {
    position: relative;
    background: #eae7e2;
  }
  /* line 7, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .quotes .wrap {
    position: relative;
  }
  /* line 9, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .quotes .wrap img {
    position: absolute;
    bottom: 0;
    left: 13%;
    width: auto;
  }
  /* line 15, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container {
    float: right;
    margin: 2.25em 0px;
  }
  /* line 18, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container blockquote {
    font-family: "adobe-jenson-pro",serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.33em;
    line-height: 1.25em;
    float: left;
    color: #969491;
    max-width: 525px;
    width: 90%;
    margin: 0 0 0 16%;
  }
  /* line 30, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container cite {
    font-family: Arial;
    font-size: .66em;
    line-height: 2.33em;
    color: #969491;
    display: block;
    clear: both;
    text-transform: uppercase;
    font-style: normal;
    margin: 0 0 0 16%;
    float: none;
  }
  /* line 42, ../scss/desktop/large/_footer.scss */
  /* changed incorrect hypen in content field to an em dash--request orig. made to G. Johnson in notes for CoLab early spring 2015. mkeller 6-4-2014 */
  .footer #inner-footer .quotes .wrap .quote-container cite:before {
  content: '—';
  }
  /* line 48, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .deadlines-events {
    background: url(./library/images/grey-footer-texture.jpg);
  }
  /* line 50, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .deadlines-events .threecol:first-child h2 {
    border-bottom: 1px solid #96897b;
  }
  /* line 53, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .deadlines-events .threecol.middle {
    margin: 2.5em 5%;
  }
  /* line 57, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .threecol {
    float: left;
    margin: 2.5em 0;
    min-width: 260px;
    overflow: hidden;
  }
  /* line 62, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .threecol h2 {
    color: #63513d;
    font-size: 1.33em;
    line-height: 1em;
    border-bottom: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0px 0 .63em 0;
    padding: 0 0 .42em 0;
  }
  /* line 71, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .threecol img {
    display: block;
  }
  /* line 74, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .threecol ul {
    margin: 0;
  }
  /* line 76, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .threecol ul > li {
    margin: 0 0 1.11em 0;
  }
  /* line 78, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .threecol ul > li a {
    font-size: 1em;
    line-height: 1.33em;
    color: #63513d;
  }
  /* line 83, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .threecol ul > li span {
    text-transform: uppercase;
    display: block;
    font-family: Arial;
    font-size: .66em;
    line-height: 2em;
    color: #96897b;
  }
  /* line 93, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .threecol p {
    margin: 1em .275em 1em 0;
  }
  /* line 96, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .threecol a .read-more .icon-jalapeno {
    margin: -2px 0 0 0;
  }
  /* line 100, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .contact {
    background: url(./library/images/brown-footer-texture.jpg);
  }
  /* line 102, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .contact .threecol {
    color: #cdcac6;
    margin: 3.25em 0 3em 0;
  }
  /* line 105, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .contact .threecol h2 {
    display: block;
    width: 170px;
    color: #cdcac6;
    font-size: 1em;
    line-height: 1.33em;
    border-bottom: 1px solid #75685a;
  }
  /* line 114, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .contact .threecol address,
  .footer #inner-footer .contact .threecol > div {
    font-style: normal;
  }
  /* line 116, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .contact .threecol address > span,
  .footer #inner-footer .contact .threecol > div > span {
    display: block;
    font-size: .66em;
  }
  /* line 120, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .contact .threecol address span,
  .footer #inner-footer .contact .threecol > div span {
    color: #cdcac6;
    line-height: 2.25em;
    font-family: Arial;
  }
  /* line 124, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .contact .threecol address span a,
  .footer #inner-footer .contact .threecol > div span a {
    color: #efebe6;
  }
  /* line 130, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .contact .threecol.middle {
    margin: 3.25em 5% 3em 5%;
  }
  /* line 135, ../scss/desktop/large/_footer.scss */
  .footer #inner-footer .logo-footer {
    background: black url(./library/images/footer-vcu-brand.jpg) no-repeat top center;
    height: 40px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 12, ../scss/_1240up.scss */
  #inner-header {
    padding: 0 2%;
  }

  /* line 2, ../scss/desktop/extra-large/_content.scss */
  .entry-content .intro.course-descriptions {
    margin: 0 2em 2em 0;
  }

  /* line 1, ../scss/desktop/extra-large/_footer.scss */
  .footer {
    background: white;
  }
  /* line 4, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .quotes {
    position: relative;
    background: #eae7e2;
  }
  /* line 7, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .quotes .wrap {
    position: relative;
  }
  /* line 9, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .quotes .wrap img {
    position: absolute;
    bottom: 0;
    left: 13%;
    width: auto;
  }
  /* line 15, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container {
    float: right;
    margin: 2.25em 0px;
  }
  /* line 18, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container > div {
    max-width: 670px;
    padding: 0 4%;
  }
  /* line 22, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container blockquote {
    font-family: "adobe-jenson-pro",serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.33em;
    line-height: 1.25em;
    float: left;
    color: #969491;
    max-width: 525px;
    width: 90%;
    margin: 0 0 0 16%;
  }
  /* line 34, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .quotes .wrap .quote-container cite {
    font-family: Arial;
    font-size: .66em;
    line-height: 2.33em;
    color: #969491;
    display: block;
    clear: both;
    text-transform: uppercase;
    font-style: normal;
    margin: 0 0 0 16%;
    float: none;
  }
  /* line 46, ../scss/desktop/extra-large/_footer.scss */
  /* changed incorrect hypen in content field to an em dash--request orig. made to G. Johnson in notes for CoLab early spring 2015. mkeller 6-4-2014 */
  .footer #inner-footer .quotes .wrap .quote-container cite:before {
  content: '—';
  }
  /* line 52, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .deadlines-events {
    background: url(./library/images/grey-footer-texture.jpg);
  }
  /* line 54, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .deadlines-events .threecol:first-child h2 {
    border-bottom: 1px solid #96897b;
  }
  /* line 57, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .deadlines-events .threecol.middle {
    margin: 2.5em 7%;
  }
  /* line 61, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .threecol {
    float: left;
    margin: 2.5em 0;
    min-width: 260px;
    overflow: hidden;
  }
  /* line 66, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .threecol h2 {
    color: #63513d;
    font-size: 1.33em;
    line-height: 1em;
    border-bottom: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0px 0 .63em 0;
    padding: 0 0 .42em 0;
  }
  /* line 75, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .threecol img {
    display: block;
  }
  /* line 78, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .threecol ul {
    margin: 0;
  }
  /* line 80, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .threecol ul > li {
    margin: 0 0 1.11em 0;
  }
  /* line 82, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .threecol ul > li a {
    font-size: 1em;
    line-height: 1.33em;
    color: #63513d;
  }
  /* line 87, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .threecol ul > li span {
    text-transform: uppercase;
    display: block;
    font-family: Arial;
    font-size: .66em;
    line-height: 2em;
    color: #96897b;
  }
  /* line 97, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .threecol p {
    margin: 1em .275em 1em 0;
  }
  /* line 100, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .threecol a .read-more .icon-jalapeno {
    margin: -2px 0 0 0;
  }
  /* line 104, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .contact {
    background: url(./library/images/brown-footer-texture.jpg);
  }
  /* line 106, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .contact .threecol {
    color: #cdcac6;
    margin: 3.25em 0 3em 0;
  }
  /* line 109, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .contact .threecol h2 {
    display: block;
    width: 170px;
    color: #cdcac6;
    font-size: 1em;
    line-height: 1.33em;
    border-bottom: 1px solid #75685a;
  }
  /* line 118, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .contact .threecol address,
  .footer #inner-footer .contact .threecol > div {
    font-style: normal;
  }
  /* line 120, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .contact .threecol address > span,
  .footer #inner-footer .contact .threecol > div > span {
    display: block;
    font-size: .66em;
  }
  /* line 124, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .contact .threecol address span,
  .footer #inner-footer .contact .threecol > div span {
    color: #cdcac6;
    line-height: 2.25em;
    font-family: Arial;
  }
  /* line 128, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .contact .threecol address span a,
  .footer #inner-footer .contact .threecol > div span a {
    color: #efebe6;
  }
  /* line 134, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .contact .threecol.middle {
    margin: 3.25em 7% 3em 7%;
  }
  /* line 138, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation {
    background: url(./library/images/dark-grey-footer-texture.jpg);
  }
  /* line 140, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol.first {
    margin-right: 0;
  }
  /* line 143, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol.last {
    margin-left: 0;
  }
  /* line 146, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol {
    margin: 1.75em 0;
    max-width: 185px;
    width: initial;
    padding: 0;
  }
  /* line 151, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol h2 {
    display: block;
    width: 65%;
    color: #959595;
    font-size: 1em;
    line-height: 2em;
    margin: 0px 0 .225em 0;
    padding: 0 0 0px 0;
  }
  /* line 161, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol ul > li {
    margin: 0;
  }
  /* line 164, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol ul > li a,
  .footer #inner-footer .social-navigation .threecol ul > li span {
    color: #c6c6c6;
    font-size: .66em;
    line-height: 2.25em;
    font-family: Arial;
  }
  /* line 173, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li {
    float: left;
    margin: 0 0 0 .575em;
  }
  /* line 176, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li a {
    display: block;
    height: 34px;
    width: 32px;
    background: url(./library/images/social.png) no-repeat;
  }
  /* line 182, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .facebook {
    background-position: 0 0;
  }
  /* line 185, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .twitter {
    background-position: -42px 0;
  }
  /* line 188, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .linkedin {
    background-position: -84px 0;
  }
  /* line 191, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social > li .donate {
    background-position: -128px 0;
    width: 95px;
  }
  /* line 196, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .social li:first-child {
    margin: 0;
  }
  /* line 201, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright p {
    color: #959595;
    font-size: .66em;
    line-height: 2.16em;
    margin: 0;
    clear: both;
  }
  /* line 207, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright p span {
    color: #c6c6c6;
  }
  /* line 211, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright a {
    display: block;
    position: relative;
  }
  /* line 214, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright a img {
    display: block;
    width: initial;
  }
  /* line 218, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright a p {
    position: absolute;
    bottom: -26px;
  }
  /* line 223, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright .credit {
    margin: 3.4em 0 0 0;
  }
  /* line 225, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol .copyright .credit a {
    display: inline;
    color: #bbbbbb;
  }
  /* line 232, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .threecol.middle {
    margin: 1.75em 0;
  }
  /* line 235, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .social-navigation .middle.last {
    clear: none;
  }
  /* line 239, ../scss/desktop/extra-large/_footer.scss */
  .footer #inner-footer .logo-footer {
    background: black url(./library/images/footer-vcu-brand.jpg) no-repeat top center;
    height: 40px;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
