/**
 * @file
 * Styles are organized using the SMACSS technique. @see https://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
th.views-field-field-prof-title-term-1 {
  width: 10%;
}

/* Pop Stripe */
.pop-stripe {
  height: 1px;
  margin-bottom: 1em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiMmMyNyIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjYWIyYzI3Ii8+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZThlOGU4Ii8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZThlOGU4Ii8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ab2c27), color-stop(20%, #ab2c27), color-stop(20%, #e8e8e8), color-stop(40%, #e8e8e8), color-stop(40%, #e8e8e8), color-stop(60%, #e8e8e8), color-stop(60%, #e8e8e8), color-stop(80%, #e8e8e8), color-stop(80%, #e8e8e8), color-stop(100%, #e8e8e8));
  background-image: -moz-linear-gradient(left, #ab2c27 0%, #ab2c27 20%, #e8e8e8 20%, #e8e8e8 40%, #e8e8e8 40%, #e8e8e8 60%, #e8e8e8 60%, #e8e8e8 80%, #e8e8e8 80%, #e8e8e8 100%);
  background-image: -webkit-linear-gradient(left, #ab2c27 0%, #ab2c27 20%, #e8e8e8 20%, #e8e8e8 40%, #e8e8e8 40%, #e8e8e8 60%, #e8e8e8 60%, #e8e8e8 80%, #e8e8e8 80%, #e8e8e8 100%);
  background-image: linear-gradient(to right, #ab2c27 0%, #ab2c27 20%, #e8e8e8 20%, #e8e8e8 40%, #e8e8e8 40%, #e8e8e8 60%, #e8e8e8 60%, #e8e8e8 80%, #e8e8e8 80%, #e8e8e8 100%);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}

/*Element styles to allow sticky footer and sticky header to be friends */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#page {
  display: table;
  height: 100%;
  table-layout: fixed;
  /*Fixes firefox bug that disallows responsive resizing of images within table elements*/
}

#comments_wrapper {
  height: 100%;
}

#content {
  height: 100%;
}

/*Basic typography */
p {
  font-family: 'opensans', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

h1, h2, h2 a, h3, h4, h5 {
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
}

h1 {
  font-size: 2.2em;
  font-weight: normal;
  color: #000000;
}

.title_bar {
  background-color: #000000;
}
.title_bar h1 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .8em;
  padding-bottom: .8em;
  color: #ffffff;
  border-bottom: 3px solid #ab2c27;
  padding-left: .5em;
}
.title_bar h1 a {
  color: #ffffff;
}

h2, .heading, h2.minical {
  font-size: 1.5em;
  font-weight: normal;
  color: #000000;
  background-color: none;
}

h2.section_header {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #000000;
}

h2.pitch {
  text-align: center;
}

h3, .subheading {
  font-size: 1.2em;
  font-weight: normal;
  color: #000000;
}

h4, .label {
  font-size: 1em;
  font-weight: bold;
}

h5 {
  font-size: .8em;
  font-weight: bold;
}

a {
  color: #ab2c27;
  text-decoration: none;
}
a:hover {
  color: #333366;
}

.section-learn article a {
  color: #ab2c27 !important;
}

p.heading {
  margin: 0;
}

.button {
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;
  color: #333366;
  padding: 0.625em 1.125em;
  margin: 0 1em 1em 0;
  background-color: #e8e8e8;
}
.button:only-child {
  margin: 0;
}

.button a,
a.button {
  color: #333366;
}
.button a:hover, .button a:focus,
a.button:hover,
a.button:focus {
  color: #58a9e6;
}

.button-white-outline,
a.button-white-outline {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  background: transparent;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.button-white-outline:hover, .button-white-outline:focus,
a.button-white-outline:hover,
a.button-white-outline:focus {
  background: rgba(255, 255, 255, 0.2);
}

.clear {
  width: 0;
  height: 0;
  clear: both;
}

/*Table Styles */
table {
  border: 0;
  color: #999999;
  font-family: 'opensans', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
}
table tr td {
  border-bottom: 2px solid #999999;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

/*Add an offsite icon after offsite links*/
a[href^="http://"]:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 3px;
  color: #cccccc;
}

/*Add an offsite icon after offsite links - https version*/
a[href^="https://"]:after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 3px;
  color: #cccccc;
}

/* Strip from links to own domain or with class no_icon */
a[href^="http://www-test.cs.cmu.edu"]:after, a[href^="https://rich.srv.cs.cmu.edu"]:after, a[href^="http://lti.cs.cmu.edu"]:after, a[href^="https://lti.cs.cmu.edu"]:after,
a[href*="lti.cs.cmu.edu/"]:after, a[href^="https://www.lti.cs.cmu.edu"]:after,
a.no_icon:after {
  content: "";
  padding-left: 0;
  display: none;
}

.fa-lg {
  font-size: 1.8em !important;
}

.region-header a {
  font-family: 'opensans', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  font-size: .75em;
}
.region-header a:hover {
  color: #e8e8e8;
}

.navigation a, .navigation .nolink, .navigation .menu a.active {
  font-family: 'opensans', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  color: #333333;
  text-decoration: none;
  font-size: .9em;
}

#highlighted {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
#highlighted .region-highlighted {
  margin: -20px auto;
  width: 80%;
  padding: 4px 0;
}
#highlighted .region-highlighted p {
  margin: 1.5em .5em;
}

#highlighted {
  clear: both;
}

.region-blockgroup-feeds {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  border: 1px dotted #cccccc;
  border-style: none none dotted;
  color: none;
  background-color: none;
  margin-bottom: 1em;
}

/*Pagination Controls*/
.item-list {
  float: left;
  margin-bottom: 1em;
  margin-left: 8px;
  color: #ffffff;
}
.item-list li {
  line-height: 6em;
}
.item-list a {
  color: #ffffff;
}
.item-list .pager-current {
  background-color: #ab2c27;
  padding: 1em;
}
.item-list .pager-item, .item-list .pager-next, .item-list .pager-last, .item-list .pager-first, .item-list .pager-previous {
  background-color: #000000;
  padding: 1em;
}

/*Collapsible Fieldset Styles */
html.js fieldset.collapsed {
  height: auto;
}

fieldset {
  padding-bottom: 0px;
}
fieldset .fieldset-wrapper {
  padding-top: 1em;
}

fieldset.collapsible, fieldset.collapsed {
  border-bottom: none;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
fieldset.collapsible .collapsed .fieldset-legend, fieldset.collapsed .collapsed .fieldset-legend {
  background: none;
}

.fieldset-icons {
  float: left;
  margin-top: 1em;
  color: #e8e8e8;
}

.node-type-people-page .fieldset-icons {
  margin-top: .5em;
}

/*Event URL field on Calendar node edit page is wonky */
.form-item-field-event-url-und-0-url {
  margin-top: 0px !important;
}

/*Give the content container a little room against the footer */
#content {
  padding-bottom: 1em;
}

/*People Editing Page UX*/
#edit-field-override-first-name- {
  float: left;
}

/*@font-face fonts here; Font Awesome has its own component */
/*Raleway styles */
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Bold.ttf");
  font-weight: bold;
  font-style: italic;
}
/*Open Sans styles */
@font-face {
  font-family: 'opensans';
  src: url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot");
  src: url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff") format("woff"), url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url("../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.eot");
  src: url("../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.woff") format("woff"), url("../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.ttf") format("truetype"), url("../fonts/opensans_italic_macroman/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'opensans';
  src: url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot");
  src: url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/opensans_bold_macroman/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url("../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot");
  src: url("../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.woff") format("woff"), url("../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see https://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see https://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see https://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - https://www.fontsquirrel.com/fontface
 * - https://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   https://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5;
}

/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * https://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see https://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  /* @include apply-side-rhythm-border(bottom, $width: 1px, $lines: 0.65);*/
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  width: 100%;
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
table td {
  padding: 8px;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: https://zengrids.com
 */
/**
* Center the page.
*
* For screen sizes larger than 1200px, prevent excessively long lines of text
* by setting a max-width.
*/
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 0 20px;
}

.front #content, .section-collaborate #content {
  padding: 0px;
}

/* Containers for grid items and flow items. */
#header:before, #header:after,
#content:before,
#content:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#header:after,
#content:after,
#footer:after {
  clear: both;
}

#content {
  margin-left: auto;
  margin-right: auto;
  /*max-width: 960px;*/
}

@media all and (min-width: 0px) and (max-width: 768px) {
  #footer {
    display: none;
  }

  .page-undergrads div#controls .fa-volume-off, .fa-pause, .fa-repeat, .fa-caret-down, .fa-caret-up {
    display: none;
    visibility: hidden;
  }

  .front span#views-field-field-view-node {
    display: none;
    visibility: hidden;
  }

  .front span#views-field-field-title {
    display: none;
    visibility: hidden;
  }

  .front span#views-field-field-youtube-url {
    display: block;
    visibility: visible;
  }

  .front a.mobile {
    display: block;
    visibility: visible;
  }

  .front div#preview {
    display: none;
    visibility: hidden;
  }

  .page-undergrads i#youtube {
    display: block;
    visibility: visible;
  }
}
/* Navigation bar */
@media all and (min-width: 768px) {
  .front #main, .section-collaborate #main {
    bottom: 0;
    height: unset !important;
    /*    left: 0;
        right: 0; */
    margin: 0 auto;
    position: relative;
  }

  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 0;
    padding-bottom: 10px;
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .front #main, .section-collaborate #main {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }

  #footer {
    display: normal;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 768px) and (max-width: 959px) {
  .page-undergrads div#controls .fa-volume-off, .fa-pause, .fa-repeat, .fa-caret-down, .fa-caret-up {
    display: none;
    visibility: hidden;
  }

  .front span#views-field-field-view-node {
    display: none;
    visibility: hidden;
  }

  .front span#views-field-field-title {
    display: none;
    visibility: hidden;
  }

  .front span#views-field-field-youtube-url {
    display: block;
    visibility: visible;
  }

  .front a.mobile {
    display: block;
    visibility: visible;
  }

  .front div#preview {
    display: none;
    visibility: hidden;
  }

  .page-undergrads i#youtube {
    display: block;
    visibility: visible;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 11px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  .page-undergrads i#youtube {
    display: none;
    visibility: hidden;
  }

  .front span#views-field-field-title {
    display: block;
    visibility: visible;
  }

  .front span#views-field-field-youtube-url {
    display: none;
    visibility: hidden;
  }

  .front a.mobile {
    display: none;
    visibility: hidden;
  }

  .front div#preview {
    display: block;
    visibility: visible;
  }

  /**
   * The layout when there is only one sidebar, the left one.
   */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  .sidebar-first #content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * FRONT PAGE - The layout when there is only one sidebar, the right one.
   */
  .front.sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  .front.sidebar-second #content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  .front.sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  .sidebar-second #content {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  .two-sidebars #content {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
#navigation .block {
  margin-bottom: 0;
}
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 20px 0 10px 0;
}

/**
 * Messages.
 */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
.more-link {
  text-align: right;
  /* LTR */
}

.more-help-link {
  text-align: right;
  /* LTR */
}

.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
.form-item .description {
  font-size: 0.85em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form table ul {
  margin: 0;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/*

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1528313793');
}

/**
 * UI tabs override
 */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  display: block;
  float: none;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/*Styles defined for TinyMCE*/
/*!
 *  Font Awesome 4.1.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

/*Styles for the Utility and Main Menus in the Header */
.navigation {
  max-width: 960px;
  margin: 8px auto;
}

/* Move the Nav when hamburger menu fires */
@media (max-width: 768px) {
  .region-navigation {
    margin-top: 2.5em;
  }
}
@media (min-width: 769px) {
  .region-navigation {
    margin-top: 0em;
  }
}
/*top utility menu */
#block-menu-menu-utility-menu {
  background-color: #e8e8e8;
  height: 30px;
}
#block-menu-menu-utility-menu ul {
  margin: 0px;
  float: right;
  padding-right: 1em;
}
#block-menu-menu-utility-menu ul li {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: inline;
  margin: 0px 10px;
  padding: 0px 10px;
  height: 30px;
  vertical-align: middle;
  white-space: nowrap;
  display: table-cell;
}
#block-menu-menu-utility-menu ul li.last {
  background-color: #ab2c27;
}
#block-menu-menu-utility-menu ul li.last a {
  color: #ffffff;
}
#block-menu-menu-utility-menu ul li a {
  text-transform: uppercase;
  color: #3f3f3f;
}

/*Logo Block*/
#block-block-6 {
  margin-bottom: .5em;
}
#block-block-6 img {
  max-width: 100%;
  height: auto;
  margin-left: 1em;
}

@media (max-width: 829px) {
  #block-block-6 {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  #block-superfish-1 {
    display: none;
  }

  .block-search {
    text-align: center;
    float: none;
    clear: none;
  }
}
@media (min-width: 830px) {
  #block-block-6 {
    float: left;
    margin: 0 auto;
  }

  .block-search {
    float: right;
    clear: right;
  }
}
/*main menu */
#block-superfish-1 {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0px;
  margin-top: 1em;
  margin-right: 1em;
  float: right;
  clear: right;
}
#block-superfish-1 li {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: table-cell;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}
#block-superfish-1 li.last {
  margin-right: 0px;
}
#block-superfish-1 li ul {
  background-color: #ffffff;
  border: 1px dotted #e8e8e8;
  white-space: wrap;
  margin-top: -12px;
  width: 100% !important;
}
#block-superfish-1 li ul li {
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  font-weight: normal;
  white-space: normal;
  margin: 0px;
  border-collapse: collapse;
}
#block-superfish-1 li ul li a {
  height: auto;
  padding: 10px;
}
#block-superfish-1 li ul li a:hover {
  background-color: #3f3f3f;
  color: #cccccc;
}

/*Search Block*/
.block-search {
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  margin-top: 1em;
  margin-right: 1em;
}
.block-search .form-item {
  margin: 0;
}
.block-search .form-submit, .block-search .form-text {
  background: none;
  border: 2px solid #cccccc;
  height: 30px;
  margin: 0;
}
.block-search .form-submit {
  background-color: #cccccc;
  margin-left: -10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
}
.block-search .form-text {
  width: 300px;
}

/* Add/Remove main menu items on sticky header and hamburger menu */
#learn, #explore, #collaborate,
#rm-no-id #collaborate, #rm-no-id #explore, #rm-no-id #learn {
  display: none;
}

.is-sticky #learn, .is-sticky #explore, .is-sticky #collaborate {
  display: inline !important;
}

.rm-removed #learn, .rm-removed #explore, .rm-removed #collaborate {
  display: block;
}

.header .block-menu, .sticky-wrapper .block-menu {
  padding-left: 0px;
  width: 100%;
  display: table;
  height: 40px;
  z-index: 500;
}

.responsive-menus {
  width: 100% !important;
}

/*Responsive Menus dropdown styles */
.is-sticky .navigation .region-navigation #block-superfish-1 {
  margin: 0px 0px 0px 10px;
}

ul li ul li .nolink {
  padding: 10px;
  display: block;
}

select#superfish-1-select {
  -webkit-appearance: none;
}

select#superfish-1-select::after {
  content: '\f078';
  font-family: FontAwesome;
}

#block-superfish-1 li ul li.last {
  border-bottom: none !important;
}

.sf-accordion-toggle {
  display: none;
}

div.responsive-menus.responsive-menus-0-0.absolute.responsified {
  position: absolute;
  top: 0px;
}
div.responsive-menus.responsive-menus-0-0.absolute.responsified span.toggler {
  border-radius: 0px;
  box-shadow: none;
  background-color: #ab2c27;
  text-align: left;
  font-size: 1em;
  padding: 5px;
}

div.responsive-menus.responsive-menus-0-0.absolute.responsified .responsive-menus-simple {
  box-shadow: none;
  border-radius: 0px;
}
div.responsive-menus.responsive-menus-0-0.absolute.responsified .responsive-menus-simple ul li {
  background-color: #3f3f3f;
  color: #999999;
  text-transform: uppercase;
}
div.responsive-menus.responsive-menus-0-0.absolute.responsified .responsive-menus-simple ul li a {
  color: #ffffff;
}
div.responsive-menus.responsive-menus-0-0.absolute.responsified .responsive-menus-simple ul li a:hover {
  color: #e8e8e8;
}

div.responsive-menus.responsive-menus-0-0.absolute.responsified .responsive-menus-simple li.menuparent {
  padding: 10px 0 0 0px;
}
div.responsive-menus.responsive-menus-0-0.absolute.responsified .responsive-menus-simple li.menuparent span {
  margin-left: 10px;
}

/*Sidebar Menu Styles*/
.front .sidebars {
  margin-top: 0 !important;
}

.sidebars {
  margin-top: 1em;
}
.sidebars ul.menu {
  background-color: #58a9e6;
  margin-top: 20%;
  padding: 0;
}
.sidebars ul.menu li {
  list-style: none;
  border-bottom: 1px solid #ffffff;
  padding: 10px 5px;
}
.sidebars ul.menu li a {
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  font-family: montserrat, Helvetica, Arial, Verdana, sans-serif;
}
.sidebars ul.menu li a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: right;
  float: right;
}

.sidebars ul.menu a:hover {
  color: #333333;
}

.sidebars ul ul.menu a:hover {
  color: #999999;
}

.sidebars ul ul.menu {
  background-color: #e8e8e8;
  margin: 10px -5px -10px -5px;
}
.sidebars ul ul.menu li a {
  text-transform: capitalize;
  color: #333333;
}

#back-top {
  right: 75px;
  bottom: 150px;
}

/* Font styles for the content glider overlay */
@media (max-width: 604px) {
  .glidecontentwrapper {
    display: none;
  }
}
.glidecontentwrapper {
  color: #ffffff;
  width: 100%;
}
.glidecontentwrapper .glidecontent {
  visibility: hidden;
  position: absolute;
  width: 90%;
  max-width: 960px;
  margin: 1em auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.glidecontentwrapper .glidecontent .field-name-field-project-category {
  text-transform: uppercase;
  font-size: .5em;
  letter-spacing: .2em;
}
.glidecontentwrapper .glidecontent .field-name-field-project-category a::before {
  content: "Featured Project / ";
}
.glidecontentwrapper .glidecontent h2.node__title {
  margin: 10px 0;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
}
.glidecontentwrapper .glidecontent .body_text {
  font-size: .5em;
  float: left;
}
.glidecontentwrapper .glidecontent .read_more {
  background-color: #3f3f3f;
  color: #ffffff;
  width: 100px;
  font-size: .5em;
  font-weight: normal;
  text-align: center;
  margin: 0px 10px 10px 0px;
  padding: 5px;
  float: left;
}

.front ul.links.inline {
  display: none;
}

.front div#page-title {
  /*background-color: rgba(51, 51, 51, 0.25);*/
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  background-size: cover;
}
.front div#page-title .vegas-loading {
  display: none !important;
}

.front .glidecontenttoggler {
  position: absolute;
  text-align: center;
  z-index: 200;
  margin: 425px 0 0 60px;
  width: 100%;
  z-index: 200;
}
.front .glidecontenttoggler a {
  color: white;
  font-size: 4em;
}
.front .glidecontenttoggler a:hover {
  color: #58a9e6;
}
.front .glidecontenttoggler a:active {
  color: #58a9e6;
}

.front .glidecontenttoggler a.selected {
  /*style for selected page's toggler link. ".selected" class auto generated! */
}

.front .glidecontenttoggler a.toc {
  /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.front .glidecontenttoggler a.next {
  text-align: right;
}

.front .toc.selected {
  color: #58a9e6;
}

.front #block-content-glider-content-glider-0 {
  clear: both;
  width: 100%;
  margin: 0 auto;
  height: 18.75em;
  overflow: hidden;
  margin-bottom: 12.5em;
}

.front .glidecontentwrapper {
  font-size: 1.9em;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  text-align: left;
  clear: both;
  width: 100%;
  /*  max-width:960px; */
  padding: 0;
}
.front .glidecontentwrapper a {
  color: #ffffff;
  text-shadow: 0.05em 0.05em .125em #000;
}

.front .glidecontent a {
  text-decoration: none;
}
.front .glidecontent a:hover {
  text-decoration: none;
}

.front .field-name-field-preview-image {
  float: left;
  padding: 0 .313em .125em 0;
}

.front .field-name-field-youtube-video-url {
  float: left;
  clear: both;
}

.front div#block-content-glider-content-glider-1.block.block-content-glider.contextual-links-region.first.odd div#p-select.glidecontenttoggler {
  margin-top: 17.5em !important;
}

/* Global headers for the blocks. These should all look the same. */
.front div.view-header h2 {
  padding-bottom: 10px;
  margin: 0px;
  line-height: 1em;
  color: #ab2c27;
  font-size: .875em;
  text-transform: uppercase;
}
.front div.view-header h2 a {
  color: #ab2c27;
}

/*shared classes*/
.frontpage-view {
  clear: left;
  height: auto;
  min-height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e8e8e8;
}

div.view-footer {
  padding: 0 .5em 0 .5em;
  clear: left;
}

/* Icon callout blocks */
.region-blockgroup-homepage-icon-callouts {
  text-align: center;
  margin: 0px auto;
  vertical-align: top;
}

#block-block-8, #block-block-9, #block-block-10 {
  display: inline-block;
  max-width: 300px;
  padding: 1em;
  text-align: center;
  vertical-align: top;
}

/* Red Read More buttons */
.views-field-button {
  background-color: #ab2c27;
  color: #ffffff;
  max-width: 125px;
  padding: 10px;
  margin: 1em 0;
  text-align: center;
}
.views-field-button a {
  color: #ffffff;
}
.views-field-button a:after {
  content: "" !important;
}

/* Styling for full width Callout Boxes */
.block-nodeblock {
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
}
.block-nodeblock .node-content-callout {
  clear: left;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 48em) {
  .block-nodeblock .node-content-callout {
    height: 500px;
  }
}
.block-nodeblock .node-content-callout .content {
  max-width: 960px;
  margin: 0px auto;
  text-align: center;
  padding: 2em;
}
@media (min-width: 48em) {
  .block-nodeblock .node-content-callout .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.block-nodeblock .node-content-callout .content h2 {
  font-size: 1.25em;
  color: #ffffff;
  line-height: normal;
}
@media (min-width: 48em) {
  .block-nodeblock .node-content-callout .content h2 {
    font-size: 2em;
  }
}
.block-nodeblock .node-content-callout .content .field-name-field-button-target {
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 100px;
  margin: 0px auto;
  padding: 10px;
}
.block-nodeblock .node-content-callout .content .field-name-field-button-target a {
  color: #ffffff;
}
.block-nodeblock .node-content-callout .content .field-name-field-button-target a:after {
  content: "" !important;
}
.block-nodeblock .node-content-callout .content .field-name-field-subtitle {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .2em;
}

#block-nodeblock-222186288 {
  margin-bottom: -10px;
}

/*Styling for News and Calendar Feeds */
#block-views-ab3c0c534b4b1da949f380185f7e45b1 {
  margin-left: 1em;
  margin-right: 1em;
}

.region-blockgroup-feeds {
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 0px) and (max-width: 767px) {
  .region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 {
    max-width: 100%;
    margin: 0 1em;
  }
}
@media (min-width: 768px) {
  .region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 {
    max-width: 45%;
  }
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .views-row, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .views-row {
  padding-bottom: 1em;
  white-space: nowrap;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .views-row .views-field-body, .region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .views-row .views-field-title, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .views-row .views-field-body, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .views-row .views-field-title {
  white-space: normal;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 h2.block__title, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 h2.block__title {
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  color: #999999;
  font-size: 1.3em;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .views-field-title, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .views-field-title {
  margin-bottom: -1em;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .views-field-title a, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .views-field-title a {
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  font-size: 1.3em;
  line-height: 2em;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .views-field-nothing, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .views-field-nothing {
  display: inline-block;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  line-height: 1em;
  min-width: 120px;
  text-align: center;
  vertical-align: top;
  font-size: 2em;
  text-transform: uppercase;
  border-bottom: 1px solid #ab2c27;
  padding-bottom: 15px;
  color: #ab2c27;
  margin-bottom: 1.2em;
  margin-right: .5em;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .event_feed_wrapper, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .event_feed_wrapper {
  display: inline-block;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  line-height: 1.3em;
  color: #999999;
  max-width: 66%;
  white-space: normal;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .event_feed_wrapper a, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .event_feed_wrapper a {
  color: #000000;
  font-size: 1.3em;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .event_feed_wrapper p, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .event_feed_wrapper p {
  height: 0;
  margin: 0;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 p.clear, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 p.clear {
  height: 0;
  width: 0;
  margin: 0;
  clear: left;
}
.region-blockgroup-feeds #block-views-ab3c0c534b4b1da949f380185f7e45b1 .view-footer, .region-blockgroup-feeds #block-views-fde4ccd696c94b0b833277471e679471 .view-footer {
  padding-left: 0;
}

#block-views-content-features-block {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
#block-views-content-features-block .content_feature_container {
  max-width: 70%;
  display: inline-block;
  text-align: left;
}
#block-views-content-features-block .views-field-field-default-news-image {
  display: inline-block;
  max-width: 30%;
  padding-right: 20px;
}
#block-views-content-features-block .views-field-field-default-news-image img {
  border-radius: 220px;
}
#block-views-content-features-block .views-field-field-category, #block-views-content-features-block .views-field-subtitle {
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  color: #999999;
  font-weight: 500;
}
#block-views-content-features-block .views-field-subtitle {
  margin-bottom: 1em;
}
#block-views-content-features-block .views-field-title {
  margin-bottom: -1em;
}
#block-views-content-features-block .views-field-title a {
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  color: #000000;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 2em;
}
#block-views-content-features-block .views-field-title a:after {
  content: "" !important;
}
#block-views-content-features-block .pop-stripe {
  margin-bottom: 0px;
}
#block-views-content-features-block .views-field-body p {
  margin: 0;
}

/*Styles for /calendar pages */
.view-calendar .view-header {
  margin-bottom: 1em;
}

.view .date-nav-wrapper .date-nav {
  margin: 0px;
  padding: 0px;
  min-height: none;
}
.view .date-nav-wrapper .date-nav .date-prev, .view .date-nav-wrapper .date-nav .date-next {
  margin-top: 15px;
  background: none;
  background-color: none !important;
  list-style: none;
}
.view .date-nav-wrapper .date-nav .date-prev .fa, .view .date-nav-wrapper .date-nav .date-next .fa {
  color: #ab2c27;
}

.date-nav h2 {
  margin: 0px;
}

.pager {
  margin: 0;
}

.calendar-calendar td {
  border: 1px solid #cccccc;
  text-align: center;
}
.calendar-calendar td.mini {
  padding: 10px;
  border: 1px solid #cccccc;
}

.calendar-calendar table.mini td.empty {
  background-color: #e8e8e8;
  border: 1px solid #cccccc;
}

.event-date div span {
  text-transform: uppercase;
  font-size: .9em;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
}

.event-title {
  color: #000000;
  font-size: 1.1em;
}

.event-building {
  color: #000000;
  font-size: .9em;
}

.ui-tabs {
  border-radius: 0px;
}
.ui-tabs .ui-tabs-panel {
  border: 1px solid #999999;
}
.ui-tabs .ui-tabs-nav {
  margin: 0px;
  padding: 0px;
}
.ui-tabs .ui-tabs-nav li {
  margin-right: 0px;
}
@media (max-width: 840px) {
  .ui-tabs .ui-tabs-nav li {
    width: 100%;
  }
}
@media (min-width: 841px) {
  .ui-tabs .ui-tabs-nav li {
    width: auto;
  }
}

.ui-widget-header {
  background: none;
  border-radius: 0px;
  border: none;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
}

.ui-widget-content {
  border: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none;
  background-color: #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  font-weight: bold;
}

/*Styles for People Pages */
.node-type-people-page .contact_info {
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #e8e8e8;
}
@media (max-width: 767px) {
  .node-type-people-page .contact_info {
    width: 95%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .node-type-people-page .contact_info {
    max-width: 300px;
    float: left;
    margin: 0 20px 20px 0;
  }
}
.node-type-people-page .contact_info .field-name-field-photo {
  padding: 9px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
}
.node-type-people-page .bio {
  vertical-align: top;
}
.node-type-people-page .bio h1 {
  margin-top: 0;
}
.node-type-people-page .bio .field-collection-container {
  border-bottom: 0px;
}
.node-type-people-page .bio .field-collection-view {
  margin: 0;
}
.node-type-people-page .bio .field-collection-view .field-label {
  width: 100%;
}

.contact_info p {
  margin: .5em 0;
}

.field-name-field-selected-publications header {
  display: none;
}

.field-name-field-selected-publications .field-item {
  padding: 1em 0;
  border-bottom: 1px dotted #999999;
}

.node-type-people-page h2 {
  margin-top: 0px;
}

.node-type-people-page h1 {
  margin-bottom: 0px;
}

/*Directory table layouts */
#block-menu-menu-directory-menu ul.menu {
  list-style-type: none;
  width: 100%;
  display: table;
  padding-left: 0;
}
#block-menu-menu-directory-menu ul.menu li {
  display: table-cell;
  width: 20%;
  text-align: center;
  background-color: #e8e8e8;
  color: #333333;
  border-right: 2px solid #ffffff;
  height: 50px;
  vertical-align: middle;
}
#block-menu-menu-directory-menu ul.menu li.is-active-trail {
  background-color: #ab2c27;
}
#block-menu-menu-directory-menu ul.menu li.is-active-trail a {
  color: #ffffff;
}
#block-menu-menu-directory-menu ul.menu li a {
  text-transform: uppercase;
  color: #333333;
  width: 100%;
}
#block-menu-menu-directory-menu ul.menu li a:hover {
  color: #999999;
}

/* Grid Layouts */
.view-people-pages-and-attachments table.views-view-grid {
  border-spacing: 10px;
  border-collapse: separate;
}
.view-people-pages-and-attachments table.views-view-grid td {
  border: 1px solid #999999;
  padding: 1em;
}
@media (min-width: 509px) {
  .view-people-pages-and-attachments table.views-view-grid td {
    width: 50%;
  }
}
@media (max-width: 510px) {
  .view-people-pages-and-attachments table.views-view-grid td {
    width: auto;
    display: block;
  }
  .view-people-pages-and-attachments table.views-view-grid td.col-first {
    margin-bottom: .5em;
  }
}
.view-people-pages-and-attachments table.views-view-grid td h2 {
  margin: 0px;
  line-height: 1.5em;
}
.view-people-pages-and-attachments table.views-view-grid td .views-field-field-computed-prof-title {
  margin: 0 0 .5em 0;
  font-size: 1.2em;
}

.section-directory table {
  color: #333333;
}

.views-field-field-photo {
  float: left;
  padding-right: 1em;
}

/* Submenus */
#block-menu-menu-faculty-submenu ul, #block-menu-menu-staff-submenu ul, #block-menu-menu-student-submenu ul {
  list-style-type: none;
  padding-left: 0;
}
#block-menu-menu-faculty-submenu ul li, #block-menu-menu-staff-submenu ul li, #block-menu-menu-student-submenu ul li {
  display: inline-block;
  text-align: center;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  color: #333333;
  margin: 5px;
  padding: 5px 10px;
}
#block-menu-menu-faculty-submenu ul li.is-active-trail, #block-menu-menu-staff-submenu ul li.is-active-trail, #block-menu-menu-student-submenu ul li.is-active-trail {
  background-color: #e8e8e8;
}

/* Fake active trail for dynamic second-tier menus */
.page-directory-all-200 #faculty, .page-directory-all-2728 #faculty,
.page-directory-a-1 #faculty, .page-directory-b-1 #faculty, .page-directory-c-1 #faculty, .page-directory-d-1 #faculty, .page-directory-e-1 #faculty,
.page-directory-f-1 #faculty, .page-directory-g-1 #faculty, .page-directory-h-1 #faculty, .page-directory-i-1 #faculty, .page-directory-j-1 #faculty,
.page-directory-k-1 #faculty, .page-directory-l-1 #faculty, .page-directory-m-1 #faculty, .page-directory-n-1 #faculty, .page-directory-o-1 #faculty,
.page-directory-p-1 #faculty, .page-directory-q-1 #faculty, .page-directory-r-1 #faculty, .page-directory-s-1 #faculty, .page-directory-t-1 #faculty,
.page-directory-u-1 #faculty, .page-directory-v-1 #faculty, .page-directory-w-1 #faculty, .page-directory-x-1 #faculty, .page-directory-y-1 #faculty,
.page-directory-z-1 #faculty,
.page-directory-a-200 #faculty, .page-directory-b-200 #faculty, .page-directory-c-200 #faculty, .page-directory-d-200 #faculty, .page-directory-e-200 #faculty,
.page-directory-f-200 #faculty, .page-directory-g-200 #faculty, .page-directory-h-200 #faculty, .page-directory-i-200 #faculty, .page-directory-j-200 #faculty,
.page-directory-k-200 #faculty, .page-directory-l-200 #faculty, .page-directory-m-200 #faculty, .page-directory-n-200 #faculty, .page-directory-o-200 #faculty,
.page-directory-p-200 #faculty, .page-directory-q-200 #faculty, .page-directory-r-200 #faculty, .page-directory-s-200 #faculty, .page-directory-t-200 #faculty,
.page-directory-u-200 #faculty, .page-directory-v-200 #faculty, .page-directory-w-200 #faculty, .page-directory-x-200 #faculty, .page-directory-y-200 #faculty,
.page-directory-z-200 #faculty,
.page-directory-a-2728 #faculty, .page-directory-b-2728 #faculty, .page-directory-c-2728 #faculty, .page-directory-d-2728 #faculty, .page-directory-e-2728 #faculty,
.page-directory-f-2728 #faculty, .page-directory-g-2728 #faculty, .page-directory-h-2728 #faculty, .page-directory-i-2728 #faculty, .page-directory-j-2728 #faculty,
.page-directory-k-2728 #faculty, .page-directory-l-2728 #faculty, .page-directory-m-2728 #faculty, .page-directory-n-2728 #faculty, .page-directory-o-2728 #faculty,
.page-directory-p-2728 #faculty, .page-directory-q-2728 #faculty, .page-directory-r-2728 #faculty, .page-directory-s-2728 #faculty, .page-directory-t-2728 #faculty,
.page-directory-u-2728 #faculty, .page-directory-v-2728 #faculty, .page-directory-w-2728 #faculty, .page-directory-x-2728 #faculty, .page-directory-y-2728 #faculty,
.page-directory-z-2728 #faculty {
  background-color: #ab2c27;
}
.page-directory-all-200 #faculty a, .page-directory-all-2728 #faculty a,
.page-directory-a-1 #faculty a, .page-directory-b-1 #faculty a, .page-directory-c-1 #faculty a, .page-directory-d-1 #faculty a, .page-directory-e-1 #faculty a,
.page-directory-f-1 #faculty a, .page-directory-g-1 #faculty a, .page-directory-h-1 #faculty a, .page-directory-i-1 #faculty a, .page-directory-j-1 #faculty a,
.page-directory-k-1 #faculty a, .page-directory-l-1 #faculty a, .page-directory-m-1 #faculty a, .page-directory-n-1 #faculty a, .page-directory-o-1 #faculty a,
.page-directory-p-1 #faculty a, .page-directory-q-1 #faculty a, .page-directory-r-1 #faculty a, .page-directory-s-1 #faculty a, .page-directory-t-1 #faculty a,
.page-directory-u-1 #faculty a, .page-directory-v-1 #faculty a, .page-directory-w-1 #faculty a, .page-directory-x-1 #faculty a, .page-directory-y-1 #faculty a,
.page-directory-z-1 #faculty a,
.page-directory-a-200 #faculty a, .page-directory-b-200 #faculty a, .page-directory-c-200 #faculty a, .page-directory-d-200 #faculty a, .page-directory-e-200 #faculty a,
.page-directory-f-200 #faculty a, .page-directory-g-200 #faculty a, .page-directory-h-200 #faculty a, .page-directory-i-200 #faculty a, .page-directory-j-200 #faculty a,
.page-directory-k-200 #faculty a, .page-directory-l-200 #faculty a, .page-directory-m-200 #faculty a, .page-directory-n-200 #faculty a, .page-directory-o-200 #faculty a,
.page-directory-p-200 #faculty a, .page-directory-q-200 #faculty a, .page-directory-r-200 #faculty a, .page-directory-s-200 #faculty a, .page-directory-t-200 #faculty a,
.page-directory-u-200 #faculty a, .page-directory-v-200 #faculty a, .page-directory-w-200 #faculty a, .page-directory-x-200 #faculty a, .page-directory-y-200 #faculty a,
.page-directory-z-200 #faculty a,
.page-directory-a-2728 #faculty a, .page-directory-b-2728 #faculty a, .page-directory-c-2728 #faculty a, .page-directory-d-2728 #faculty a, .page-directory-e-2728 #faculty a,
.page-directory-f-2728 #faculty a, .page-directory-g-2728 #faculty a, .page-directory-h-2728 #faculty a, .page-directory-i-2728 #faculty a, .page-directory-j-2728 #faculty a,
.page-directory-k-2728 #faculty a, .page-directory-l-2728 #faculty a, .page-directory-m-2728 #faculty a, .page-directory-n-2728 #faculty a, .page-directory-o-2728 #faculty a,
.page-directory-p-2728 #faculty a, .page-directory-q-2728 #faculty a, .page-directory-r-2728 #faculty a, .page-directory-s-2728 #faculty a, .page-directory-t-2728 #faculty a,
.page-directory-u-2728 #faculty a, .page-directory-v-2728 #faculty a, .page-directory-w-2728 #faculty a, .page-directory-x-2728 #faculty a, .page-directory-y-2728 #faculty a,
.page-directory-z-2728 #faculty a {
  color: #ffffff;
}

.page-directory-a-1 #all-faculty, .page-directory-b-1 #all-faculty, .page-directory-c-1 #all-faculty, .page-directory-d-1 #all-faculty, .page-directory-e-1 #all-faculty,
.page-directory-f-1 #all-faculty, .page-directory-g-1 #all-faculty, .page-directory-h-1 #all-faculty, .page-directory-i-1 #all-faculty, .page-directory-j-1 #all-faculty,
.page-directory-k-1 #all-faculty, .page-directory-l-1 #all-faculty, .page-directory-m-1 #all-faculty, .page-directory-n-1 #all-faculty, .page-directory-o-1 #all-faculty,
.page-directory-p-1 #all-faculty, .page-directory-q-1 #all-faculty, .page-directory-r-1 #all-faculty, .page-directory-s-1 #all-faculty, .page-directory-t-1 #all-faculty,
.page-directory-u-1 #all-faculty, .page-directory-v-1 #all-faculty, .page-directory-w-1 #all-faculty, .page-directory-x-1 #all-faculty, .page-directory-y-1 #all-faculty,
.page-directory-z-1 #all-faculty {
  background-color: #e8e8e8;
}
.page-directory-a-1 #all-faculty a, .page-directory-b-1 #all-faculty a, .page-directory-c-1 #all-faculty a, .page-directory-d-1 #all-faculty a, .page-directory-e-1 #all-faculty a,
.page-directory-f-1 #all-faculty a, .page-directory-g-1 #all-faculty a, .page-directory-h-1 #all-faculty a, .page-directory-i-1 #all-faculty a, .page-directory-j-1 #all-faculty a,
.page-directory-k-1 #all-faculty a, .page-directory-l-1 #all-faculty a, .page-directory-m-1 #all-faculty a, .page-directory-n-1 #all-faculty a, .page-directory-o-1 #all-faculty a,
.page-directory-p-1 #all-faculty a, .page-directory-q-1 #all-faculty a, .page-directory-r-1 #all-faculty a, .page-directory-s-1 #all-faculty a, .page-directory-t-1 #all-faculty a,
.page-directory-u-1 #all-faculty a, .page-directory-v-1 #all-faculty a, .page-directory-w-1 #all-faculty a, .page-directory-x-1 #all-faculty a, .page-directory-y-1 #all-faculty a,
.page-directory-z-1 #all-faculty a {
  color: #000000;
}

.page-directory-a-200 #adjunct-faculty, .page-directory-b-200 #adjunct-faculty, .page-directory-c-200 #adjunct-faculty, .page-directory-d-200 #adjunct-faculty, .page-directory-e-200 #adjunct-faculty,
.page-directory-f-200 #adjunct-faculty, .page-directory-g-200 #adjunct-faculty, .page-directory-h-200 #adjunct-faculty, .page-directory-i-200 #adjunct-faculty, .page-directory-j-200 #adjunct-faculty,
.page-directory-k-200 #adjunct-faculty, .page-directory-l-200 #adjunct-faculty, .page-directory-m-200 #adjunct-faculty, .page-directory-n-200 #adjunct-faculty, .page-directory-o-200 #adjunct-faculty,
.page-directory-p-200 #adjunct-faculty, .page-directory-q-200 #adjunct-faculty, .page-directory-r-200 #adjunct-faculty, .page-directory-s-200 #adjunct-faculty, .page-directory-t-200 #adjunct-faculty,
.page-directory-u-200 #adjunct-faculty, .page-directory-v-200 #adjunct-faculty, .page-directory-w-200 #adjunct-faculty, .page-directory-x-200 #adjunct-faculty, .page-directory-y-200 #adjunct-faculty,
.page-directory-z-200 #adjunct-faculty {
  background-color: #e8e8e8;
}
.page-directory-a-200 #adjunct-faculty a, .page-directory-b-200 #adjunct-faculty a, .page-directory-c-200 #adjunct-faculty a, .page-directory-d-200 #adjunct-faculty a, .page-directory-e-200 #adjunct-faculty a,
.page-directory-f-200 #adjunct-faculty a, .page-directory-g-200 #adjunct-faculty a, .page-directory-h-200 #adjunct-faculty a, .page-directory-i-200 #adjunct-faculty a, .page-directory-j-200 #adjunct-faculty a,
.page-directory-k-200 #adjunct-faculty a, .page-directory-l-200 #adjunct-faculty a, .page-directory-m-200 #adjunct-faculty a, .page-directory-n-200 #adjunct-faculty a, .page-directory-o-200 #adjunct-faculty a,
.page-directory-p-200 #adjunct-faculty a, .page-directory-q-200 #adjunct-faculty a, .page-directory-r-200 #adjunct-faculty a, .page-directory-s-200 #adjunct-faculty a, .page-directory-t-200 #adjunct-faculty a,
.page-directory-u-200 #adjunct-faculty a, .page-directory-v-200 #adjunct-faculty a, .page-directory-w-200 #adjunct-faculty a, .page-directory-x-200 #adjunct-faculty a, .page-directory-y-200 #adjunct-faculty a,
.page-directory-z-200 #adjunct-faculty a {
  color: #000000;
}

.page-directory-a-2728 #affiliated-faculty, .page-directory-b-2728 #affiliated-faculty, .page-directory-c-2728 #affiliated-faculty, .page-directory-d-2728 #affiliated-faculty, .page-directory-e-2728 #affiliated-faculty,
.page-directory-f-2728 #affiliated-faculty, .page-directory-g-2728 #affiliated-faculty, .page-directory-h-2728 #affiliated-faculty, .page-directory-i-2728 #affiliated-faculty, .page-directory-j-2728 #affiliated-faculty,
.page-directory-k-2728 #affiliated-faculty, .page-directory-l-2728 #affiliated-faculty, .page-directory-m-2728 #affiliated-faculty, .page-directory-n-2728 #affiliated-faculty, .page-directory-o-2728 #affiliated-faculty,
.page-directory-p-2728 #affiliated-faculty, .page-directory-q-2728 #affiliated-faculty, .page-directory-r-2728 #affiliated-faculty, .page-directory-s-2728 #affiliated-faculty, .page-directory-t-2728 #affiliated-faculty,
.page-directory-u-2728 #affiliated-faculty, .page-directory-v-2728 #affiliated-faculty, .page-directory-w-2728 #affiliated-faculty, .page-directory-x-2728 #affiliated-faculty, .page-directory-y-2728 #affiliated-faculty,
.page-directory-z-2728 #affiliated-faculty {
  background-color: #e8e8e8;
}
.page-directory-a-2728 #affiliated-faculty a, .page-directory-b-2728 #affiliated-faculty a, .page-directory-c-2728 #affiliated-faculty a, .page-directory-d-2728 #affiliated-faculty a, .page-directory-e-2728 #affiliated-faculty a,
.page-directory-f-2728 #affiliated-faculty a, .page-directory-g-2728 #affiliated-faculty a, .page-directory-h-2728 #affiliated-faculty a, .page-directory-i-2728 #affiliated-faculty a, .page-directory-j-2728 #affiliated-faculty a,
.page-directory-k-2728 #affiliated-faculty a, .page-directory-l-2728 #affiliated-faculty a, .page-directory-m-2728 #affiliated-faculty a, .page-directory-n-2728 #affiliated-faculty a, .page-directory-o-2728 #affiliated-faculty a,
.page-directory-p-2728 #affiliated-faculty a, .page-directory-q-2728 #affiliated-faculty a, .page-directory-r-2728 #affiliated-faculty a, .page-directory-s-2728 #affiliated-faculty a, .page-directory-t-2728 #affiliated-faculty a,
.page-directory-u-2728 #affiliated-faculty a, .page-directory-v-2728 #affiliated-faculty a, .page-directory-w-2728 #affiliated-faculty a, .page-directory-x-2728 #affiliated-faculty a, .page-directory-y-2728 #affiliated-faculty a,
.page-directory-z-2728 #affiliated-faculty a {
  color: #000000;
}

.page-directory-all-2731 #staff, .page-directory-all-2730 #staff,
.page-directory-a-2 #staff, .page-directory-b-2 #staff, .page-directory-c-2 #staff, .page-directory-d-2 #staff, .page-directory-e-2 #staff,
.page-directory-f-2 #staff, .page-directory-g-2 #staff, .page-directory-h-2 #staff, .page-directory-i-2 #staff, .page-directory-j-2 #staff,
.page-directory-k-2 #staff, .page-directory-l-2 #staff, .page-directory-m-2 #staff, .page-directory-n-2 #staff, .page-directory-o-2 #staff,
.page-directory-p-2 #staff, .page-directory-q-2 #staff, .page-directory-r-2 #staff, .page-directory-s-2 #staff, .page-directory-t-2 #staff,
.page-directory-u-2 #staff, .page-directory-v-2 #staff, .page-directory-w-2 #staff, .page-directory-x-2 #staff, .page-directory-y-2 #staff,
.page-directory-z-2 #staff,
.page-directory-a-2731 #staff, .page-directory-b-2731 #staff, .page-directory-c-2731 #staff, .page-directory-d-2731 #staff, .page-directory-e-2731 #staff,
.page-directory-f-2731 #staff, .page-directory-g-2731 #staff, .page-directory-h-2731 #staff, .page-directory-i-2731 #staff, .page-directory-j-2731 #staff,
.page-directory-k-2731 #staff, .page-directory-l-2731 #staff, .page-directory-m-2731 #staff, .page-directory-n-2731 #staff, .page-directory-o-2731 #staff,
.page-directory-p-2731 #staff, .page-directory-q-2731 #staff, .page-directory-r-2731 #staff, .page-directory-s-2731 #staff, .page-directory-t-2731 #staff,
.page-directory-u-2731 #staff, .page-directory-v-2731 #staff, .page-directory-w-2731 #staff, .page-directory-x-2731 #staff, .page-directory-y-2731 #staff,
.page-directory-z-2731 #staff,
.page-directory-a-2730 #staff, .page-directory-b-2730 #staff, .page-directory-c-2730 #staff, .page-directory-d-2730 #staff, .page-directory-e-2730 #staff,
.page-directory-f-2730 #staff, .page-directory-g-2730 #staff, .page-directory-h-2730 #staff, .page-directory-i-2730 #staff, .page-directory-j-2730 #staff,
.page-directory-k-2730 #staff, .page-directory-l-2730 #staff, .page-directory-m-2730 #staff, .page-directory-n-2730 #staff, .page-directory-o-2730 #staff,
.page-directory-p-2730 #staff, .page-directory-q-2730 #staff, .page-directory-r-2730 #staff, .page-directory-s-2730 #staff, .page-directory-t-2730 #staff,
.page-directory-u-2730 #staff, .page-directory-v-2730 #staff, .page-directory-w-2730 #staff, .page-directory-x-2730 #staff, .page-directory-y-2730 #staff,
.page-directory-z-2730 #staff {
  background-color: #ab2c27;
}
.page-directory-all-2731 #staff a, .page-directory-all-2730 #staff a,
.page-directory-a-2 #staff a, .page-directory-b-2 #staff a, .page-directory-c-2 #staff a, .page-directory-d-2 #staff a, .page-directory-e-2 #staff a,
.page-directory-f-2 #staff a, .page-directory-g-2 #staff a, .page-directory-h-2 #staff a, .page-directory-i-2 #staff a, .page-directory-j-2 #staff a,
.page-directory-k-2 #staff a, .page-directory-l-2 #staff a, .page-directory-m-2 #staff a, .page-directory-n-2 #staff a, .page-directory-o-2 #staff a,
.page-directory-p-2 #staff a, .page-directory-q-2 #staff a, .page-directory-r-2 #staff a, .page-directory-s-2 #staff a, .page-directory-t-2 #staff a,
.page-directory-u-2 #staff a, .page-directory-v-2 #staff a, .page-directory-w-2 #staff a, .page-directory-x-2 #staff a, .page-directory-y-2 #staff a,
.page-directory-z-2 #staff a,
.page-directory-a-2731 #staff a, .page-directory-b-2731 #staff a, .page-directory-c-2731 #staff a, .page-directory-d-2731 #staff a, .page-directory-e-2731 #staff a,
.page-directory-f-2731 #staff a, .page-directory-g-2731 #staff a, .page-directory-h-2731 #staff a, .page-directory-i-2731 #staff a, .page-directory-j-2731 #staff a,
.page-directory-k-2731 #staff a, .page-directory-l-2731 #staff a, .page-directory-m-2731 #staff a, .page-directory-n-2731 #staff a, .page-directory-o-2731 #staff a,
.page-directory-p-2731 #staff a, .page-directory-q-2731 #staff a, .page-directory-r-2731 #staff a, .page-directory-s-2731 #staff a, .page-directory-t-2731 #staff a,
.page-directory-u-2731 #staff a, .page-directory-v-2731 #staff a, .page-directory-w-2731 #staff a, .page-directory-x-2731 #staff a, .page-directory-y-2731 #staff a,
.page-directory-z-2731 #staff a,
.page-directory-a-2730 #staff a, .page-directory-b-2730 #staff a, .page-directory-c-2730 #staff a, .page-directory-d-2730 #staff a, .page-directory-e-2730 #staff a,
.page-directory-f-2730 #staff a, .page-directory-g-2730 #staff a, .page-directory-h-2730 #staff a, .page-directory-i-2730 #staff a, .page-directory-j-2730 #staff a,
.page-directory-k-2730 #staff a, .page-directory-l-2730 #staff a, .page-directory-m-2730 #staff a, .page-directory-n-2730 #staff a, .page-directory-o-2730 #staff a,
.page-directory-p-2730 #staff a, .page-directory-q-2730 #staff a, .page-directory-r-2730 #staff a, .page-directory-s-2730 #staff a, .page-directory-t-2730 #staff a,
.page-directory-u-2730 #staff a, .page-directory-v-2730 #staff a, .page-directory-w-2730 #staff a, .page-directory-x-2730 #staff a, .page-directory-y-2730 #staff a,
.page-directory-z-2730 #staff a {
  color: #ffffff;
}

.page-directory-a-2 #all-staff, .page-directory-b-2 #all-staff, .page-directory-c-2 #all-staff, .page-directory-d-2 #all-staff, .page-directory-e-2 #all-staff,
.page-directory-f-2 #all-staff, .page-directory-g-2 #all-staff, .page-directory-h-2 #all-staff, .page-directory-i-2 #all-staff, .page-directory-j-2 #all-staff,
.page-directory-k-2 #all-staff, .page-directory-l-2 #all-staff, .page-directory-m-2 #all-staff, .page-directory-n-2 #all-staff, .page-directory-o-2 #all-staff,
.page-directory-p-2 #all-staff, .page-directory-q-2 #all-staff, .page-directory-r-2 #all-staff, .page-directory-s-2 #all-staff, .page-directory-t-2 #all-staff,
.page-directory-u-2 #all-staff, .page-directory-v-2 #all-staff, .page-directory-w-2 #all-staff, .page-directory-x-2 #all-staff, .page-directory-y-2 #all-staff,
.page-directory-z-2 #all-staff {
  background-color: #e8e8e8;
}
.page-directory-a-2 #all-staff a, .page-directory-b-2 #all-staff a, .page-directory-c-2 #all-staff a, .page-directory-d-2 #all-staff a, .page-directory-e-2 #all-staff a,
.page-directory-f-2 #all-staff a, .page-directory-g-2 #all-staff a, .page-directory-h-2 #all-staff a, .page-directory-i-2 #all-staff a, .page-directory-j-2 #all-staff a,
.page-directory-k-2 #all-staff a, .page-directory-l-2 #all-staff a, .page-directory-m-2 #all-staff a, .page-directory-n-2 #all-staff a, .page-directory-o-2 #all-staff a,
.page-directory-p-2 #all-staff a, .page-directory-q-2 #all-staff a, .page-directory-r-2 #all-staff a, .page-directory-s-2 #all-staff a, .page-directory-t-2 #all-staff a,
.page-directory-u-2 #all-staff a, .page-directory-v-2 #all-staff a, .page-directory-w-2 #all-staff a, .page-directory-x-2 #all-staff a, .page-directory-y-2 #all-staff a,
.page-directory-z-2 #all-staff a {
  color: #000000;
}

.page-directory-a-2731 #administrative, .page-directory-b-2731 #administrative, .page-directory-c-2731 #administrative, .page-directory-d-2731 #administrative, .page-directory-e-2731 #administrative,
.page-directory-f-2731 #administrative, .page-directory-g-2731 #administrative, .page-directory-h-2731 #administrative, .page-directory-i-2731 #administrative, .page-directory-j-2731 #administrative,
.page-directory-k-2731 #administrative, .page-directory-l-2731 #administrative, .page-directory-m-2731 #administrative, .page-directory-n-2731 #administrative, .page-directory-o-2731 #administrative,
.page-directory-p-2731 #administrative, .page-directory-q-2731 #administrative, .page-directory-r-2731 #administrative, .page-directory-s-2731 #administrative, .page-directory-t-2731 #administrative,
.page-directory-u-2731 #administrative, .page-directory-v-2731 #administrative, .page-directory-w-2731 #administrative, .page-directory-x-2731 #administrative, .page-directory-y-2731 #administrative,
.page-directory-z-2731 #administrative {
  background-color: #e8e8e8;
}
.page-directory-a-2731 #administrative a, .page-directory-b-2731 #administrative a, .page-directory-c-2731 #administrative a, .page-directory-d-2731 #administrative a, .page-directory-e-2731 #administrative a,
.page-directory-f-2731 #administrative a, .page-directory-g-2731 #administrative a, .page-directory-h-2731 #administrative a, .page-directory-i-2731 #administrative a, .page-directory-j-2731 #administrative a,
.page-directory-k-2731 #administrative a, .page-directory-l-2731 #administrative a, .page-directory-m-2731 #administrative a, .page-directory-n-2731 #administrative a, .page-directory-o-2731 #administrative a,
.page-directory-p-2731 #administrative a, .page-directory-q-2731 #administrative a, .page-directory-r-2731 #administrative a, .page-directory-s-2731 #administrative a, .page-directory-t-2731 #administrative a,
.page-directory-u-2731 #administrative a, .page-directory-v-2731 #administrative a, .page-directory-w-2731 #administrative a, .page-directory-x-2731 #administrative a, .page-directory-y-2731 #administrative a,
.page-directory-z-2731 #administrative a {
  color: #000000;
}

.page-directory-a-2730 #technical, .page-directory-b-2730 #technical, .page-directory-c-2730 #technical, .page-directory-d-2730 #technical, .page-directory-e-2730 #technical,
.page-directory-f-2730 #technical, .page-directory-g-2730 #technical, .page-directory-h-2730 #technical, .page-directory-i-2730 #technical, .page-directory-j-2730 #technical,
.page-directory-k-2730 #technical, .page-directory-l-2730 #technical, .page-directory-m-2730 #technical, .page-directory-n-2730 #technical, .page-directory-o-2730 #technical,
.page-directory-p-2730 #technical, .page-directory-q-2730 #technical, .page-directory-r-2730 #technical, .page-directory-s-2730 #technical, .page-directory-t-2730 #technical,
.page-directory-u-2730 #technical, .page-directory-v-2730 #technical, .page-directory-w-2730 #technical, .page-directory-x-2730 #technical, .page-directory-y-2730 #technical,
.page-directory-z-2730 #technical {
  background-color: #e8e8e8;
}
.page-directory-a-2730 #technical a, .page-directory-b-2730 #technical a, .page-directory-c-2730 #technical a, .page-directory-d-2730 #technical a, .page-directory-e-2730 #technical a,
.page-directory-f-2730 #technical a, .page-directory-g-2730 #technical a, .page-directory-h-2730 #technical a, .page-directory-i-2730 #technical a, .page-directory-j-2730 #technical a,
.page-directory-k-2730 #technical a, .page-directory-l-2730 #technical a, .page-directory-m-2730 #technical a, .page-directory-n-2730 #technical a, .page-directory-o-2730 #technical a,
.page-directory-p-2730 #technical a, .page-directory-q-2730 #technical a, .page-directory-r-2730 #technical a, .page-directory-s-2730 #technical a, .page-directory-t-2730 #technical a,
.page-directory-u-2730 #technical a, .page-directory-v-2730 #technical a, .page-directory-w-2730 #technical a, .page-directory-x-2730 #technical a, .page-directory-y-2730 #technical a,
.page-directory-z-2730 #technical a {
  color: #000000;
}

.page-directory-students-current #students, .page-directory-students-alumni #students,
.page-directory-a-3 #students, .page-directory-b-3 #students, .page-directory-c-3 #students, .page-directory-d-3 #students, .page-directory-e-3 #students,
.page-directory-f-3 #students, .page-directory-g-3 #students, .page-directory-h-3 #students, .page-directory-i-3 #students, .page-directory-j-3 #students,
.page-directory-k-3 #students, .page-directory-l-3 #students, .page-directory-m-3 #students, .page-directory-n-3 #students, .page-directory-o-3 #students,
.page-directory-p-3 #students, .page-directory-q-3 #students, .page-directory-r-3 #students, .page-directory-s-3 #students, .page-directory-t-3 #students,
.page-directory-u-3 #students, .page-directory-v-3 #students, .page-directory-w-3 #students, .page-directory-x-3 #students, .page-directory-y-3 #students,
.page-directory-z-3 #students,
.page-directory-students-current-a #students, .page-directory-students-current-b #students, .page-directory-students-current-c #students, .page-directory-students-current-d #students, .page-directory-students-current-e #students,
.page-directory-students-current-f #students, .page-directory-students-current-g #students, .page-directory-students-current-h #students, .page-directory-students-current-i #students, .page-directory-students-current-j #students,
.page-directory-students-current-k #students, .page-directory-students-current-l #students, .page-directory-students-current-m #students, .page-directory-students-current-n #students, .page-directory-students-current-o #students,
.page-directory-students-current-p #students, .page-directory-students-current-q #students, .page-directory-students-current-r #students, .page-directory-students-current-s #students, .page-directory-students-current-t #students,
.page-directory-students-current-u #students, .page-directory-students-current-v #students, .page-directory-students-current-w #students, .page-directory-students-current-x #students, .page-directory-students-current-y #students,
.page-directory-students-current-z #students {
  background-color: #ab2c27;
}
.page-directory-students-current #students a, .page-directory-students-alumni #students a,
.page-directory-a-3 #students a, .page-directory-b-3 #students a, .page-directory-c-3 #students a, .page-directory-d-3 #students a, .page-directory-e-3 #students a,
.page-directory-f-3 #students a, .page-directory-g-3 #students a, .page-directory-h-3 #students a, .page-directory-i-3 #students a, .page-directory-j-3 #students a,
.page-directory-k-3 #students a, .page-directory-l-3 #students a, .page-directory-m-3 #students a, .page-directory-n-3 #students a, .page-directory-o-3 #students a,
.page-directory-p-3 #students a, .page-directory-q-3 #students a, .page-directory-r-3 #students a, .page-directory-s-3 #students a, .page-directory-t-3 #students a,
.page-directory-u-3 #students a, .page-directory-v-3 #students a, .page-directory-w-3 #students a, .page-directory-x-3 #students a, .page-directory-y-3 #students a,
.page-directory-z-3 #students a,
.page-directory-students-current-a #students a, .page-directory-students-current-b #students a, .page-directory-students-current-c #students a, .page-directory-students-current-d #students a, .page-directory-students-current-e #students a,
.page-directory-students-current-f #students a, .page-directory-students-current-g #students a, .page-directory-students-current-h #students a, .page-directory-students-current-i #students a, .page-directory-students-current-j #students a,
.page-directory-students-current-k #students a, .page-directory-students-current-l #students a, .page-directory-students-current-m #students a, .page-directory-students-current-n #students a, .page-directory-students-current-o #students a,
.page-directory-students-current-p #students a, .page-directory-students-current-q #students a, .page-directory-students-current-r #students a, .page-directory-students-current-s #students a, .page-directory-students-current-t #students a,
.page-directory-students-current-u #students a, .page-directory-students-current-v #students a, .page-directory-students-current-w #students a, .page-directory-students-current-x #students a, .page-directory-students-current-y #students a,
.page-directory-students-current-z #students a {
  color: #ffffff;
}

.page-directory-a-3 #all-students, .page-directory-b-3 #all-students, .page-directory-c-3 #all-students, .page-directory-d-3 #all-students, .page-directory-e-3 #all-students,
.page-directory-f-3 #all-students, .page-directory-g-3 #all-students, .page-directory-h-3 #all-students, .page-directory-i-3 #all-students, .page-directory-j-3 #all-students,
.page-directory-k-3 #all-students, .page-directory-l-3 #all-students, .page-directory-m-3 #all-students, .page-directory-n-3 #all-students, .page-directory-o-3 #all-students,
.page-directory-p-3 #all-students, .page-directory-q-3 #all-students, .page-directory-r-3 #all-students, .page-directory-s-3 #all-students, .page-directory-t-3 #all-students,
.page-directory-u-3 #all-students, .page-directory-v-3 #all-students, .page-directory-w-3 #all-students, .page-directory-x-3 #all-students, .page-directory-y-3 #all-students,
.page-directory-z-3 #all-students {
  background-color: #e8e8e8;
}
.page-directory-a-3 #all-students a, .page-directory-b-3 #all-students a, .page-directory-c-3 #all-students a, .page-directory-d-3 #all-students a, .page-directory-e-3 #all-students a,
.page-directory-f-3 #all-students a, .page-directory-g-3 #all-students a, .page-directory-h-3 #all-students a, .page-directory-i-3 #all-students a, .page-directory-j-3 #all-students a,
.page-directory-k-3 #all-students a, .page-directory-l-3 #all-students a, .page-directory-m-3 #all-students a, .page-directory-n-3 #all-students a, .page-directory-o-3 #all-students a,
.page-directory-p-3 #all-students a, .page-directory-q-3 #all-students a, .page-directory-r-3 #all-students a, .page-directory-s-3 #all-students a, .page-directory-t-3 #all-students a,
.page-directory-u-3 #all-students a, .page-directory-v-3 #all-students a, .page-directory-w-3 #all-students a, .page-directory-x-3 #all-students a, .page-directory-y-3 #all-students a,
.page-directory-z-3 #all-students a {
  color: #000000;
}

.page-directory-students-current-a #current, .page-directory-students-current-b #current, .page-directory-students-current-c #current, .page-directory-students-current-d #current, .page-directory-students-current-e #current,
.page-directory-students-current-f #current, .page-directory-students-current-g #current, .page-directory-students-current-h #current, .page-directory-students-current-i #current, .page-directory-students-current-j #current,
.page-directory-students-current-k #current, .page-directory-students-current-l #current, .page-directory-students-current-m #current, .page-directory-students-current-n #current, .page-directory-students-current-o #current,
.page-directory-students-current-p #current, .page-directory-students-current-q #current, .page-directory-students-current-r #current, .page-directory-students-current-s #current, .page-directory-students-current-t #current,
.page-directory-students-current-u #current, .page-directory-students-current-v #current, .page-directory-students-current-w #current, .page-directory-students-current-x #current, .page-directory-students-current-y #current,
.page-directory-students-current-z #current {
  background-color: #e8e8e8;
}
.page-directory-students-current-a #current a, .page-directory-students-current-b #current a, .page-directory-students-current-c #current a, .page-directory-students-current-d #current a, .page-directory-students-current-e #current a,
.page-directory-students-current-f #current a, .page-directory-students-current-g #current a, .page-directory-students-current-h #current a, .page-directory-students-current-i #current a, .page-directory-students-current-j #current a,
.page-directory-students-current-k #current a, .page-directory-students-current-l #current a, .page-directory-students-current-m #current a, .page-directory-students-current-n #current a, .page-directory-students-current-o #current a,
.page-directory-students-current-p #current a, .page-directory-students-current-q #current a, .page-directory-students-current-r #current a, .page-directory-students-current-s #current a, .page-directory-students-current-t #current a,
.page-directory-students-current-u #current a, .page-directory-students-current-v #current a, .page-directory-students-current-w #current a, .page-directory-students-current-x #current a, .page-directory-students-current-y #current a,
.page-directory-students-current-z #current a {
  color: #000000;
}

/* Alpha pager styles */
.view-display-id-attachment_1 span.alpha, .view-people-pages-and-attachments .view-header span.alpha {
  margin-bottom: 1em;
  display: inline-block;
}
.view-display-id-attachment_1 span.alpha a, .view-people-pages-and-attachments .view-header span.alpha a {
  border: 1px solid #999999;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
}

/*Alumni Listing */
.page-directory-students-alumni caption, .page-work-technical-reports caption {
  font-size: 2em;
  text-align: left;
  padding: 1em 0;
  white-space: nowrap;
  color: #333333;
}

/*Styles for News Articles and /news page */
.section-news .views-field-field-default-news-image {
  float: right;
  padding: 1em;
}
.section-news .views-field-field-default-news-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .section-news .views-field-field-default-news-image {
    max-width: 100%;
    height: auto;
    padding: 1em;
  }
}
.section-news .view-display-id-page .views-row {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.section-news .view-display-id-page .views-row img {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}
.section-news .view-display-id-page .views-row .caption {
  margin-bottom: 10px;
}
.section-news .view-display-id-page .views-row .subhead {
  margin-bottom: 10px;
  font-size: 1.1em;
}
.section-news .view-display-id-page .views-row h2 {
  line-height: 1.3em;
  margin-bottom: .3em;
}
@media (max-width: 767px) {
  .section-news .view-display-id-page .views-row img {
    float: none;
    padding-right: 1em;
    padding-bottom: 1em;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .node-type-article .news-image {
    max-width: 30%;
    float: right;
    padding-left: 1em;
    padding-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .node-type-article .news-image {
    max-width: 100%;
    height: auto;
    padding: 0em;
  }
}

/*Styles for individual projects */
.project_info {
  position: relative;
}
@media (max-width: 829px) {
  .project_info .project-image {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 830px) {
  .project_info .project-image {
    text-align: left;
    width: auto;
  }
}
.project_info .project-image img {
  padding-right: 1em;
  padding-bottom: 1em;
}
@media (max-width: 829px) {
  .project_info .project-image img {
    float: none;
  }
}
@media (min-width: 830px) {
  .project_info .project-image img {
    float: left;
    position: relative;
  }
}
.project_info h1 {
  font-size: 2.2em;
  margin-top: .3em;
}
.project_info .pop-stripe {
  overflow: hidden;
}
.project_info .author {
  width: 100%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #999999;
  overflow: hidden;
}

/* Red Read More buttons */
.project-button {
  float: left;
  margin: 2em 0;
}
.project-button a {
  background-color: #ab2c27;
  color: #ffffff;
  max-width: 125px;
  padding: 10px;
  margin: 1em 0;
  text-align: center;
}
.project-button a:after {
  content: "" !important;
}

/*Project Term Menu */
.view-id-ResearchProjectsTermMenu {
  text-align: center;
  line-height: 2em;
}
.view-id-ResearchProjectsTermMenu .views-row {
  display: inline-block;
}
.view-id-ResearchProjectsTermMenu .views-row a {
  color: #999999;
}
.view-id-ResearchProjectsTermMenu .views-row a:hover {
  color: #333333;
}
.view-id-ResearchProjectsTermMenu .views-row a:after {
  content: "";
  padding-right: 10px;
}
.view-id-ResearchProjectsTermMenu .views-row-last {
  float: none;
  clear: left;
}

/* Comp Bio */
.tid-2713 .fa {
  color: #f99325 !important;
  margin-right: 10px;
}

/* Info Extraction */
.tid-2714 .fa {
  color: #3f3f3f !important;
  margin-right: 10px;
}

/* Info Retrieval */
.tid-2715 .fa {
  color: #02bd9e !important;
  margin-right: 10px;
}

/* Knowledge Representation */
.tid-2720 .fa {
  color: #333366 !important;
  margin-right: 10px;
}

/* LTI for Education */
.tid-2721 .fa {
  color: #ff6600 !important;
  margin-right: 10px;
}

/* Machine Translation */
.tid-2716 .fa {
  color: #662e93 !important;
  margin-right: 10px;
}

/* Multimodal Computing */
.tid-2722 .fa {
  color: #660000 !important;
  margin-right: 10px;
}

/* Natural Language */
.tid-2717 .fa {
  color: #e26374 !important;
  margin-right: 10px;
}

/* Speech Processing */
.tid-2718 .fa {
  color: #066452 !important;
  margin-right: 10px;
}

/* Speech Processing */
.tid-2719 .fa {
  color: #6c4f31 !important;
  margin-right: 10px;
}

/* Machine Learning */
.tid-3651 .fa {
  color: #00ffff !important;
  margin-right: 10px;
}

/*Styles for the project landing page */
@media (max-width: 839px) {
  .page-work table, .page-work thead, .page-work tbody, .page-work th, .page-work td, .page-work tr {
    display: block;
  }
}
.page-work td {
  border-bottom: 0px;
}
@media (min-width: 840px) {
  .page-work td {
    width: 33%;
  }
}
@media (max-width: 839px) {
  .page-work td {
    width: 100%;
  }
}
.page-work td .project-nav {
  color: #ffffff;
  height: 255px;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
}
.page-work td .project-nav .project-nav-container {
  height: 255px;
}
.page-work td .project-nav .project-nav-container .project-nav-content {
  z-index: 100;
  padding: 1em;
}
.page-work td .project-nav .project-nav-container .project-nav-content a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3em;
}
.page-work td .project-nav .project-nav-container .project-nav-content a:hover {
  color: #e8e8e8;
}
.page-work td .project-nav .tid-2713 {
  position: relative;
  width: 100%;
  background-color: #faa951;
  background-color: rgba(249, 147, 37, 0.8);
}
.page-work td .project-nav .tid-2714 {
  position: relative;
  width: 100%;
  background-color: #656565;
  background-color: rgba(63, 63, 63, 0.8);
}
.page-work td .project-nav .tid-2715 {
  position: relative;
  width: 100%;
  background-color: #35cab1;
  background-color: rgba(2, 189, 158, 0.8);
}
.page-work td .project-nav .tid-2716 {
  position: relative;
  width: 100%;
  background-color: #8558a9;
  background-color: rgba(102, 46, 147, 0.8);
}
.page-work td .project-nav .tid-2717 {
  position: relative;
  width: 100%;
  background-color: #e88290;
  background-color: rgba(226, 99, 116, 0.8);
}
.page-work td .project-nav .tid-2718 {
  position: relative;
  width: 100%;
  background-color: #388375;
  background-color: rgba(6, 100, 82, 0.8);
}
.page-work td .project-nav .tid-2719 {
  position: relative;
  width: 100%;
  background-color: #89725a;
  background-color: rgba(108, 79, 49, 0.8);
}
.page-work td .project-nav .tid-2720 {
  position: relative;
  width: 100%;
  background-color: #5c5c85;
  background-color: rgba(51, 51, 102, 0.8);
}
.page-work td .project-nav .tid-2721 {
  position: relative;
  width: 100%;
  background-color: #ff8533;
  background-color: rgba(255, 102, 0, 0.8);
}
.page-work td .project-nav .tid-2722 {
  position: relative;
  width: 100%;
  background-color: #853333;
  background-color: rgba(102, 0, 0, 0.8);
}

.section-collaborate .region-blockgroup-collaborate-benefits, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.section-collaborate .region-blockgroup-collaborate-benefits h2.block__title, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit h2.block__title {
  font-weight: bold;
  text-align: center;
}
.section-collaborate .region-blockgroup-collaborate-benefits #block-block-17, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-18, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-19, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-20, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-21, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-22, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-23, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-31, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-17, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-18, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-19, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-20, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-21, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-22, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-23, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-31 {
  display: inline-block;
  margin: 10px;
  text-align: center;
  vertical-align: top;
  max-width: 250px;
}
.section-collaborate .region-blockgroup-collaborate-benefits #block-block-17 img, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-18 img, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-19 img, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-20 img, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-21 img, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-22 img, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-23 img, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-31 img, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-17 img, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-18 img, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-19 img, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-20 img, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-21 img, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-22 img, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-23 img, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-31 img {
  max-width: 250px;
  border-radius: 250px;
}
.section-collaborate .region-blockgroup-collaborate-benefits #block-block-17 .big-number, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-18 .big-number, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-19 .big-number, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-20 .big-number, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-21 .big-number, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-22 .big-number, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-23 .big-number, .section-collaborate .region-blockgroup-collaborate-benefits #block-block-31 .big-number, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-17 .big-number, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-18 .big-number, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-19 .big-number, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-20 .big-number, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-21 .big-number, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-22 .big-number, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-23 .big-number, .section-collaborate .region-blockgroup-collaborate-how-to-work-wit #block-block-31 .big-number {
  color: #ab2c27;
  font-size: 3em;
  font-weight: bold;
}

/*Styles for Course Info and /capstone page */
.caption {
  font-style: italic;
  color: #999999;
}

.field-name-field-image {
  float: left;
  padding: 0 10px 10px 0;
}

.view-display-id-page_1 .views-row {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.view-display-id-page_1 .views-row img {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}

@media (max-width: 767px) {
  .view-display-id-page_1 .views-row img {
    float: none;
    padding-right: 1em;
    padding-bottom: 1em;
    width: 100%;
  }
}
.view-display-id-page_1 .views-row .caption {
  margin-bottom: 10px;
}

.view-display-id-page_1 .views-row .subhead {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.view-display-id-page_1 .views-row h2 {
  line-height: 1.3em;
  margin-bottom: .3em;
  margin-top: .3em;
}

.views-field-last-comment-timestamp {
  margin-top: .7em;
}

/* Controls the Comments section */
.comments_wrapper {
  background-color: #e8e8e8;
  width: 100%;
}
.comments_wrapper .filter-wrapper {
  display: none;
}

.comments_wrapper input[type=text], .comments_wrapper textarea, .comments_wrapper .grippie {
  width: 100%;
}

.comments_container {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 10px 0;
  width: 80%;
}
.comments_container article {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.comments_container article p.submitted {
  font-size: .8em;
  font-style: italic;
  margin-bottom: .5em;
}
.comments_container article p.submitted a {
  font-style: normal;
}

.comments_container h3 {
  margin-top: 0px;
}
.comments_container h3.comment-form {
  margin-top: 1em;
}

.field-name-field-file-attachments {
  margin-bottom: 10px;
}

.comment-add a::after {
  content: "\f103";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
  color: #cccccc;
}

/*Styles to support the sticky footer */
#footer {
  margin-top: 1em;
  border: 1px solid green;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  line-height: auto;
  background-color: #333333;
  color: #ffffff;
  height: 120px;
  display: table-row;
  width: 100%;
  /*min-width: 768px;*/
  font-size: .8em;
}
#footer h2 {
  color: #ffffff;
  margin: 0;
}
#footer div {
  margin-bottom: 0px;
}
#footer div a {
  color: #ffffff;
  text-decoration: none;
}

#block-block-1 {
  max-width: 960px;
  margin: 20px auto;
}

.footer_left {
  float: left;
  margin-left: 30px;
  display: table;
}

.footer_right {
  float: right;
  display: table;
  margin-right: 30px;
}
.footer_right .footer_logo {
  text-align: left;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer_left, .footer_middle, .footer_right {
    width: 100%;
    margin: 10px 10px 10px 0;
    text-align: center;
  }
  .footer_left .footer_logo, .footer_middle .footer_logo, .footer_right .footer_logo {
    text-align: center;
    margin: 0 auto;
    padding-top: 2em;
  }
  .footer_left .footer_logo img, .footer_middle .footer_logo img, .footer_right .footer_logo img {
    padding-left: .5em;
  }
}
#footer p {
  margin: 1em 0;
}

.vegas-loading {
  border-radius: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  height: 32px;
  left: 20px;
  position: fixed;
  top: 20px;
  width: 32px;
  z-index: -5;
}

.vegas-overlay {
  background: transparent url(overlays/01.png);
  opacity: 0.5;
  z-index: -100;
}

.vegas-background {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  max-width: none !important;
  /* counteracts global img modification by twitter bootstrap library */
  z-index: -1000;
}

.vegas-overlay,
.vegas-background {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.front #page-title {
  overflow-x: hidden;
  overflow-y: hidden;
}

.hero {
  padding: 1em 2em;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
}
.hero .field-name-field-call-to-action a {
  display: inline-block;
  text-shadow: 0.05em 0.05em 0.125em #000;
  margin: 0 0.75em 1em 0;
  padding: 0.75em 1.25em;
  background-color: #3f3f3f;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.hero__title {
  margin-top: 0;
  font-weight: bold;
}

/* SMACSS theme rules */
.unem {
  font-size: 0.875em;
  color: #666;
  font-weight: 300;
}

.color-inverse,
.color-inverse a,
.color-inverse h1,
.color-inverse h2 {
  color: #fff;
}

.font-size-xxxxlarge {
  font-size: 2.625rem;
}

.font-size-xxxlarge {
  font-size: 2.25rem;
}

.font-size-xxlarge {
  font-size: 1.8125rem;
}

.font-size-xlarge {
  font-size: 1.625rem;
  font-weight: 400;
}

.font-size-large {
  font-size: 1.4375rem;
}

.font-size-medium {
  font-size: 1.25rem;
}

.font-size-normal {
  font-size: 1rem;
}

.font-size-small {
  font-size: 0.875rem;
}

.font-size-xsmall {
  font-size: 0.75rem;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.font-style-italic {
  font-style: italic;
}

.font-style-normal {
  font-style: normal;
}

.line-height-tight {
  line-height: 1.3;
}

.line-height-normal {
  line-height: 1.5625;
}

.line-height-large {
  line-height: 1.75;
}

.line-height-xlarge {
  line-height: 2;
}

.semantic {
  position: static;
  margin: 0;
  padding: 0;
  color: inherit;
  white-space: normal;
  list-style: none;
  background: transparent;
  vertical-align: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: inherit;
}

q.semantic:before,
q.semantic:after {
  content: '';
}

.semantic > li {
  margin-left: 0;
  padding-left: 0;
}

dl.semantic > dd {
  margin-left: 0;
}

.padding-vertical-small,
.padding-bottom-small {
  padding-bottom: 1em;
}

.padding-vertical-small,
.padding-top-small {
  padding-top: 1em;
}

.padding-vertical-medium,
.padding-bottom-medium {
  padding-bottom: 2em;
}

.padding-vertical-medium,
.padding-top-medium {
  padding-top: 2em;
}

.padding-vertical-large,
.padding-bottom-large {
  padding-bottom: 3em;
}

.padding-vertical-large,
.padding-top-large {
  padding-top: 3em;
}

.margin-top-small,
.margin-vertical-small {
  margin-top: 1em;
}

.margin-bottom-small,
.margin-vertical-small {
  margin-bottom: 1em;
}

.margin-top-medium,
.margin-vertical-medium {
  margin-top: 2em;
}

.margin-bottom-medium,
.margin-vertical-medium {
  margin-bottom: 2em;
}

.margin-top-large,
.margin-vertical-large {
  margin-top: 3em;
}

.margin-bottom-large,
.margin-vertical-large {
  margin-bottom: 3em;
}

.background-color-black {
  background-color: palette(grayscale-0);
}

.background-color-dark-gray {
  background-color: palette(grayscale-10);
}

.background-color-gray {
  background-color: palette(grayscale-15);
}

.background-color-light-gray {
  background-color: palette(grayscale-95);
}

.background-color-red {
  background-color: palette(red-30);
}

.background-color-teal {
  background-color: palette(teal-50);
}

.background-dark-overlay {
  position: relative;
  z-index: 0;
}
.background-dark-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.field-name-field-content-sections > .background-color-black, .field-name-field-content-sections > .background-color-dark-gray, .field-name-field-content-sections > .background-color-gray, .field-name-field-content-sections > .background-color-light-gray, .field-name-field-content-sections > .background-color-red, .field-name-field-content-sections > .background-color-teal {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .field-name-field-content-sections > .background-color-black, .field-name-field-content-sections > .background-color-dark-gray, .field-name-field-content-sections > .background-color-gray, .field-name-field-content-sections > .background-color-light-gray, .field-name-field-content-sections > .background-color-red, .field-name-field-content-sections > .background-color-teal {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .field-name-field-content-sections > .background-color-black, .field-name-field-content-sections > .background-color-dark-gray, .field-name-field-content-sections > .background-color-gray, .field-name-field-content-sections > .background-color-light-gray, .field-name-field-content-sections > .background-color-red, .field-name-field-content-sections > .background-color-teal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
