@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://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. */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:400,400i,500,500i,700,700i');
/**
 * Gridpak Beta SCSS 
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.col {
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

/* 1. 6 Column Grid 0px - 579px 
----------------------------------------------------------------------------- 

Span 1:    15.0%
Span 2:    32.0%
Span 3:    49.0%
Span 4:    66.0%
Span 5:    83.0%
Span 6:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 579px) {
.col {
  width: 100%;
}
/* --- Gridpak variables ---*/
        /*
		$max_columns: 6;
        $padding: 0 1%;
        $gutter_px: 0;
        $gutter_pc: 2%;
        

        
        .row .col:first-child {
            @include span_first;
        }
		*/
  /*
  Add your semantic classnames in alongside their corresponding spans here. e.g.
  
  .span_3,
  .my_semantic_class_name {
      ...
  }
  */
        /*
		.span_1 {
            @include span(1, $gutter_pc, $gutter_px, $padding, $max_columns);
        }
        .span_2 {
            @include span(2, $gutter_pc, $gutter_px, $padding, $max_columns);
        }
        .span_3 {
            @include span(3, $gutter_pc, $gutter_px, $padding, $max_columns);
        }
        .span_4 {
            @include span(4, $gutter_pc, $gutter_px, $padding, $max_columns);
        }
        .span_5 {
            @include span(5, $gutter_pc, $gutter_px, $padding, $max_columns);
        }
        .span_6 {
            @include span_first;
            width:100%;
        }
		*/ }

/* 2. 12 Column Grid 580px - Infinity 
----------------------------------------------------------------------------- 

Span 1:    6.5%
Span 2:    15.0%
Span 3:    23.5%
Span 4:    32.0%
Span 5:    40.5%
Span 6:    49.0%
Span 7:    57.5%
Span 8:    66.0%
Span 9:    74.5%
Span 10:    83.0%
Span 11:    91.5%
Span 12:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 580px) {
.col {
  float: left;
  margin-right: 2%;
  padding: 0 1%;
}
/* --- Gridpak variables ---*/
.row .col:first-child {
  margin-left: 0;
}
.span_1, .span-1 {
  width: 6.5%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_2, .span-2 {
  width: 15%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_3, .span-3 {
  width: 23%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_4, .span-4 {
  width: 32%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_5, .span-5 {
  width: 40.5%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_6, .span-6 {
  width: 49%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_7, .span-7 {
  width: 57.5%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_8, .span-8 {
  width: 66%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_9, .span-9 {
  width: 74.5%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_10, .span-10 {
  width: 83%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_11, .span-11 {
  width: 91.5%;
  border-left-width: 0;
  padding: 0 0;
  margin-right: 2%;
}
.span_12, .span-12 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.first {
  margin-left: 0;
}
.last-col {
  float: right;
  margin-right: 0;
}
}
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* COLUMNS */
/* Transform Transitions */
/* 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 http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://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:
 * - http://www.fontsquirrel.com/fontface
 * - http://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:
 *   http://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: "Roboto", "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  font-weight: 300;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.4;
}
/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
}
/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a:link, a:visited {
  color: #2c76c7;
  font-weight: 500;
}
/* Address `outline` inconsistency between Chrome and other browsers. */
a:active, a:hover, a:focus {
  outline: 0;
}
a:hover, a:focus{
  color: #002b5c;
}
/* hide invisible elements */
.element-invisible {
  display: none;
}
/**
 * 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 http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p, pre {
  margin: 0.75em 0;
}
blockquote {
  /* Also indent the quote on both sides. */
  border-bottom: 1px solid #002b5c;
  border-top: 1px solid #002b5c;
  color: #4b4848;
  margin: 1.5em 30px;
}
.content__wrapper-inner blockquote p {
  font-size: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
  color: #002b5c;
}
/**
 * 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: 2.1em;
  line-height: 1.42857em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.71429em;
  margin-bottom: 0.71429em;
  font-weight: 300;
}
h2 {
  font-size: 1.6em;
  line-height: 0.9375em;
  margin-bottom: 0em;
  margin-top: 1.577em;
  font-weight: 300;
}
/* fix awkward spacing when h2 is first element in node body*/
.node.view-mode-full h2:first-child{
  margin-top: .75em
}
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
  /*color: #6d6e71;*/
  font-weight: 700;
}
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  /*color: #6d6e71;*/
  font-weight: 700;
}
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
  font-weight: 300;
  text-transform: uppercase;
}
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
  font-weight: 300;
  text-transform: uppercase;
}
/* 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. */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #002b5c;
  padding-bottom: -1px;
  margin: 1.5em 0;
}
/* 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: "Roboto", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 1em;
  line-height: 1.6;
}
code {
  color: #012b5d;
}
/* 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 */ }
.main_content li+li {
  margin-top: .5em;
}
/**
 * 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;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  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 thead {
  background: #3b3d3c;
  color: #fff;
}
table tbody tr:nth-child(even) {
  background: #e7e7e7;
}
table tbody tr:nth-child(odd) {
  background: #fff;
}
/* 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: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */

/* make Utility menu visible when admin menu enabled */
.admin-menu #page {
    top: 30px;
}
.wrap, .region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* Containers for grid items and flow items. */
#header, #main, #footer {
  float: left;
  width: 100%;
}

/* Navigation bar */
@media all and (min-width: 580px) {
#main {
  /* Move all the children of #main down to make room. */
  position: relative;
}
#navigation {
  /* Move the navbar up inside #main's padding. */
  position: absolute;
  top: 0;
}
}

/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 580px) and (max-width: 899px) {
/**
   * The layout when there is only one sidebar, the left one.
   */
.section__sidebar-first {
/* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */ }
/**
   * The layout when there is only one sidebar, the right one.
   */
.section__sidebar-second {
/* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */ }
/**
   * 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 .region-sidebar-second {
/* 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. */ }
}

/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 900px) {
/**
   * The layout when there is only one sidebar, the left one.
   */
.section__sidebar-first {
/* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */ }
/**
   * The layout when there is only one sidebar, the right one.
   */
.section__sidebar-second {
/* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */ }
/**
   * 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. */ }
}
/* Webfonts */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://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.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
div#admin-toolbar.vertical div.admin-tab {
  overflow: visible !important;
}
#admin-toolbar ul.menu li a {
  overflow: visible !important;
}
#admin-toolbar ul.menu li a:hover {
  overflow: visible !important;
  padding: 0px 10px 4px !important;
}
.home-news-slider .flexslider .slides > li:nth-child(odd) .views-field-field-news-date {
  background: #5599e2; /* Old browsers */
  background: -moz-linear-gradient(top, #5599e2 1%, #2d77c7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5599e2), color-stop(100%, #2d77c7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5599e2 1%, #2d77c7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5599e2 1%, #2d77c7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5599e2 1%, #2d77c7 100%); /* IE10+ */
 //background: linear-gradient(to bottom, #fdcaaa 1%, #fdcaaa 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5599e2', endColorstr='#2d77c7', GradientType=0 ); /* IE6-9 */
 color: $white;
  display: block;
  float: right;
 font-weight: $medium;
  height: 100%;
  padding: 40px 4% 0;
  text-align: center;
  text-transform: uppercase;
  width: 18%;
}
.home-news-slider .flexslider .slides > li:nth-child(even) .views-field-field-news-date {
  background: #FDCA01;
  background: -moz-linear-gradient(top, #FDCA01 1%, #E3B601 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FDCA01), color-stop(100%, #E3B601));
  background: -webkit-linear-gradient(top, #FDCA01 1%, #E3B601 100%);
  background: -o-linear-gradient(top, #FDCA01 1%, #E3B601 100%);
  background: -ms-linear-gradient(top, #FDCA01 1%, #E3B601 100%);
  background: linear-gradient(to bottom, #FDCA01 1%, #E3B601 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDCA01', endColorstr='#E3B601', GradientType=0 );
 color: $white;
  display: block;
  float: right;
 font-weight: $medium;
  height: 100%;
  padding: 40px 4% 0;
  text-align: center;
  text-transform: uppercase;
  width: 18%;
}
.field-content.home_event_slider {
  font-size: 12px;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
 @-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
@keyframes fa-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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.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: #fff;
}
/* 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: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before, .fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before, .fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before, .fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before, .fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before, .fa-users:before {
  content: "";
}
.fa-chain:before, .fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before, .fa-scissors:before {
  content: "";
}
.fa-copy:before, .fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before, .fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before, .fa-sort:before {
  content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}
.fa-legal:before, .fa-gavel:before {
  content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before, .fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before, .fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before, .fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before, .fa-usd:before {
  content: "";
}
.fa-rupee:before, .fa-inr:before {
  content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}
.fa-won:before, .fa-krw:before {
  content: "";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before, .fa-car:before {
  content: "";
}
.fa-cab:before, .fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before, .fa-rebel:before {
  content: "";
}
.fa-ge:before, .fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before, .fa-weixin:before {
  content: "";
}
.fa-send:before, .fa-paper-plane:before {
  content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?88671754");
  src: url("../fonts/fontello.eot?88671754#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?88671754") format("woff"), url("../fonts/fontello.ttf?88671754") format("truetype"), url("../fonts/fontello.svg?88671754#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?88671754#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;/* you can be more comfortable with increased icons size *//* font-size: 120%; *//* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
.icon-left-open-big:before {
  content: '\e800';
}
/* '' */
.icon-right-open-big:before {
  content: '\e801';
}
/* '' */
.icon-flickr:before {
  content: '\e802';
}
/* '' */
.icon-blogger:before {
  content: '\e803';
}
/* '' */
.icon-podcast:before {
  content: '\e804';
}
/* '' */
/* Base Styles */
/* *** GENERAL STYLES *** */
#header, #navigation, .region-sidebar-first, .region-sidebar-second, #footer {
  padding: 0 !important;
}
.header ul, .footer ul {
  list-style: none;
  padding-left: 20px;
}
.header a, .footer a {
  color: #fff;
}
/* *** BREADCRUMB STYLES *** */
.front .breadcrumb_wrapper {
  display: none;
}
.breadcrumb_wrapper {
  background: #e7e7e7;
  display: block;
  min-height: 33px;
  position: relative;
}
.breadcrumb-home i {
  font-size: 1.5em;
}
.breadcrumb {
  color: #6d6e71;
  display: none;
  padding: 20px 15px 20px 25px;
  font-size: .8em;
  text-transform: uppercase;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb a {
  color: #6d6e71;
}
.breadcrumb li:last-child {
  color: #002b5c;
  font-weight: 500;
}
/* *** CONTENT AREA LAYOUT STYLES *** */
.content__wrapper {
  background: #6d6e71;
}
.content__wrapper-inner {
  background: #fff;
  color: #4b4848;
  padding: 30px 10px 35px;
}
.content__wrapper-inner p {
  font-size: 17px;
  line-height: 1.4;
}
.content__wrapper-inner ol, .content__wrapper-inner ul {
  padding: 0 0 0 17px;
}
.not-front .main_content {
  margin-bottom: 50px;
}
/* *** DEGREE PROGRAM VIEW STYLES *** */
#block-views-undergraduate-programs-block-1, #block-views-undergraduate-programs-block-2, #block-views-undergraduate-programs-block-3 {
  margin: 30px 0;
}
#block-views-undergraduate-programs-block-1 h2, #block-views-undergraduate-programs-block-2 h2, #block-views-undergraduate-programs-block-3 h2 {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
  padding: 5px 10px;
  text-align: left;
  text-transform: uppercase;
}
#block-views-undergraduate-programs-block-1 a:hover, #block-views-undergraduate-programs-block-2 a:hover, #block-views-undergraduate-programs-block-3 a:hover {
  text-decoration: underline;
}
#block-views-undergraduate-programs-block-1 h2 {
  background: #fdca01;
}
#block-views-undergraduate-programs-block-2 h2 {
  background: #2c76c7;
}
#block-emergency-details {
  align-content: center;
  position: absolute;
  z-index: 999;
  background-color: red;
  opacity: 0.81;
  width: 100%;
  height: 120px;
}
#block-emergency-details p {
  color: #ccc;
  padding: inherit;
}
/* Countdown content type using Nodes in Block */
.countdown-timer {
  z-index:999;
  background-color:#fff;
  line-height:normal !important; }
  .countdown-timer h2 {
    background-clip:border-box;
    color:#fdca01 !important;
    text-decoration:none;
    font-weight:bold !important;
	border:none !important;
	padding:0.12em 0 !important;
	max-width:100% !important;
	text-align:center;	}
  .countdown-timer a {
    color:#002b5c !important;
    text-decoration:underline; }
  .countdown-timer .field-name-field-countdown-timer {
    text-align:center;
    color:#002b5c; }
  .countdown-timer p {
    color:#002b5c !important;
	padding:0 !important;
	font-weight:bold; }
  .is-countdown {
	line-height:auto; }
    .countdown-hours {
	  color:#2C76C7; }
	.countdown-minutes {
	  color:#C6615A; }
	.countdown-seconds {
	  color:#fdca01; }

@media all and (max-width:580px) {
  .countdown-timer h2 {
    font-size:1.4em !important; }
  .countdown-timer p {
	margin:0 !important;
	font-size:.9em !important; }
  .is-countdown {
    font-size:1.25em; }
  .countdown-section {
    padding:5px !important; }
  .countdown-period {
    font-size:.75em; }
}

@media all and (min-width:580px) {
  .countdown-timer h2 {
    font-size:1.4em !important; }
  .countdown-timer p {
	margin:0 !important;
	font-size:1em !important; }
  .is-countdown {
    font-size:1.75em; }
  .countdown-section {
    padding:8px !important; }
  .countdown-period {
    font-size:.75em; }
}

@media all and (min-width:769px) {
  .countdown-timer {
	height:auto;
    min-width:35%;
    width:auto; }
  .countdown-timer h2 {
	padding:5px !important; }
  .countdown-timer p {
	margin:0 !important;
	font-size:1em !important; }
  .is-countdown {
    font-size:2em; }
  .countdown-section {
    padding:8px !important; }
}

@media all and (min-width:850px) {
  .countdown-timer h2 {
    font-size:2em !important;	padding:10px !important; }
  .countdown-timer p {
	margin:2% !important; }
  .is-countdown {
    font-size:2.5em; }
  .countdown-section {
    padding:10px !important; }
}

@media all and (min-width:1200px) {
  .countdown-timer h2 {
    font-size:1.5em !important; }
  .countdown-timer p {
	font-size:1.5em !important; }
  .is-countdown {
    font-size:3em; }
}

#block-views-undergraduate-programs-block-3 h2 {
  background: #c6615a;
}
.undergraduate {
  border-top: 1px solid #002b5c;
  padding: 10px;
}
.undergraduate .views-field-title {
  display: inline-block;
  padding: 10px 0;
}

/* *** WEBFORM STYLES *** */
.node-webform {
  background: #e7e7e7;
  padding: 30px;
}
.node-webform input[type="submit"] {
  background: #4b90db;
  border: none;
  color: #fff;
  font-weight: 300;
  margin: .5em 0;
  padding: 7px 50px;
  text-align: center;
}
.node-webform input[type="submit"]:hover {
  background: #427FC1;
}
.node-webform label.option {
  color: #002b5c;
}
.node-webform label, .node-webform p {
  color: #4b4848;
}
/* *** FOOTER STYLES *** */
.footer {
  background: #002b5c;
  font-size: .9em;
  font-weight: 300;
}
.footer .bottom-spacing {
  margin-bottom: 50px;
}
.footer p {
  margin: 0;
}
.copyright {
  clear: both;
  font-size: .9em;
  text-transform: uppercase;
}
.goog-te-gadget img {
  height: auto;
  width: 50px;
}
/* *** SEARCH BOX STYLES *** */
.block-search {
  margin-bottom: 25px;
}
.form-item-search-block-form .form-text {
  width: 270px;
}
#search-block-form .form-submit {
  background: transparent;
  color: #fdca01;
  border: none;
  font-family: "FontAwesome";
}
.search-toggler {
  display: none;
  float: right;
  color: #fdca01;
  background-color: transparent;
  border: none;
  font-size: 1.2em;
  padding: 22px 10px 22px 5px;
}
/* COMMON STYLES FOR MOBILE SLIDE OUT DRAWER */
body {
  overflow-x: hidden;
}
#page {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section {
  margin-bottom: 30px;
}
section h1 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
section p {
  margin-bottom: 30px;
}
section p:last-child {
  margin-bottom: 0;
}
section:last-child {
  margin-bottom: 0;
}
section.toggle {
  text-align: center;
}
.mask {
  position: fixed;
  top: 0;
  left: -340px;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
}
/* ------------------------------------------------------------ *\
|* Menus
|* ------------------------------------------------------------ */
/* general style for all menus */
nav.menu {
  position: fixed;
  z-index: 20;
  background-color: #002b5c;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.menu a {
  font-weight: 300;
  color: #fff;
}
button.close-menu:focus {
  outline: none;
}
/* ------------------------------------------------------------ *\
|* ColorBox Popup
|* ------------------------------------------------------------ */
#colorbox, #cboxContent, #cboxLoadedContent, #cboxWrapper, .cboxPhoto {
  max-width: 100% !important;
}
#cboxLoadedContent {
  background: none;
}

@media all and (min-width: 580px) {

.breadcrumb {
  display: block;
}
.content__wrapper-inner {
  padding: 30px 35px 40px;
}
}

@media all and (min-width: 768px) {
.undergraduate .view-content {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
}

@media all and (min-width: 960px) {

.search-toggler {
  display: block;
}
.content__wrapper {
  background: url(../images/bg.jpg) center center no-repeat #e7e7e7;
  background-attachment: fixed;
}
.content__wrapper-inner {
  padding: 30px 20px 35px 25px;
}
}

@media all and (min-width: 1060px) {
.search-toggler {
  padding: 22px 12px;
}
}
/* Component (SMACSS module) rules */
/* Sidebar Styles */

/* Remove top margin if H2 is the first element in sidebar */
.sidebar h2:first-child{
  margin-top: 0px;
}
.sidebar .block-menu-block,
.sidebar .block{
    margin-bottom: 2em;
}

.sidebar-first__side-nav-toggler {
  background-color: #e7e7e7;
  border: none;
  color: #002b5c;
  display: block;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-size: .8em;
  margin-bottom: 20px;
  padding: 10px;
}
.sidebar-first__side-nav-toggler i {
  margin-left: 15px;
}
.section__sidebar-first {
  margin: 0;
  width: 100%;
}
.region-sidebar-first {
  display: none;
  margin-bottom: 2em !important;
}
.section__sidebar-second a.button, .section__sidebar-second button.button {
  line-height: 1;
  margin: 0 auto 1em;
  padding: 10px;
  width: 100%;
}
.section__sidebar-second .sidebar-second__tl {
  clear: both;
  margin-bottom: 40px;
}
.section__sidebar-second .sidebar-second__tl h3 {
  background: #2c76c7;
  color: #fff;
  font-size: 1em;
  font-weight: 100;
  margin-bottom: .5em;
  padding: 1em 5px;
  text-align: center;
  text-transform: uppercase;
}
.section__sidebar-second .sidebar-second__tl ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.section__sidebar-second .sidebar-second__tl ul li {
  margin: 5px 0;
}
.section__sidebar-second .sidebar-second__br {
  position: relative;
}
.section__sidebar-second .sidebar-second__br img {
  width: 100%;
}
.section__sidebar-second .sidebar-second__br span {
  bottom: 6px;
  position: absolute;
}

@media all and (max-width: 579px) {
.section__sidebar-second {
  clear: both;
}
}

@media all and (min-width: 580px) {
.section__sidebar-second {
  width: 100%;
}
.section__sidebar-second .sidebar-second__tl {
  float: left;
  margin-right: 2%;
  width: 49%;
}
.section__sidebar-second .sidebar-second__br {
  float: right;
  margin-right: 0;
  width: 49%;
}
}

@media all and (min-width: 960px) {
/* SECONDARY NAVIGATION STYLES */
.sidebar-first__side-nav-toggler {
  display: none;
}
.section__sidebar-first {
  margin: auto;
  width: 23.5%;
}
.region-sidebar-first {
  display: block;
  margin-bottom: 1em;
}
.section__sidebar-second {
  width: 23.5%;
}
.section__sidebar-second .sidebar-second__tl {
  float: none;
  margin-right: auto;
  width: 100%;
}
.section__sidebar-second .sidebar-second__tl h3 {
  width: 110%;
}
.section__sidebar-second .sidebar-second__br {
  float: none;
  margin-right: 0;
  width: 100%;
}
}
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/* Box-Size ALL the things */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:visited {
  text-decoration: none;
}
/**
 * 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;
}
.floatLeft {
  float: left !important;
}
.floatRight {
  float: right !important;
}
/**
 * Accessibility features.
 */
/* element-invisible as defined by http://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: 5px 5px;
  /*  background: #fdca01; */
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0px;
}
/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
  width: 168px;
}
/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}
/* The name of the website. */
.header__site-name {
  margin: 0;
  font-size: 2.1em;
  line-height: 1.42857em;
}
/* 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: 0;
}
h1.page__title {
  line-height: 1em;
  margin: 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;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-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;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-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. */
/**
 * Menus.
 */
/*
.menu__item.is-leaf {
  list-style-image: inline-image("menu-leaf.png");
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *list-style-image: image-url("menu-leaf.png");
  }
  list-style-type: square;
}
.menu__item.is-expanded {
  list-style-image: inline-image("menu-expanded.png");
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *list-style-image: image-url("menu-expanded.png");
  }
  list-style-type: circle;
}
.menu__item.is-collapsed {
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {}
  list-style-type: disc;
}
*/
/**
 * Marker.
 */
/* The "new" or "updated" marker. */
.new, .update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}
/**
 * jQUERY CALENDAR
 */
#datepicker {
  float: left;
  margin-bottom: 35px;
  margin-right: 20px;
  width: 100%;
}
.ui-widget {
  font-family: "Roboto", Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
.ui-icon {
  width: 19px;
  height: 19px;
}
.ui-widget-header .ui-icon {
  /*background-image: url(../../../../../../../themes/ciu2015/images/arrow-circles.png);*/
  background-image: url(../images/arrow-circles.png);
}
.ui-icon-circle-triangle-w {
  background-position: left center;
}
.ui-icon-circle-triangle-e {
  background-position: right center;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 0 none;
  background-color: transparent;
  background-image: none;
}
.ui-datepicker {
  background: #e7e7e7;
  border: 0 none;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding: 0;
}
.ui-datepicker .ui-datepicker-header {
  background: #6d6e71;
  color: #fff;
  border: 0 none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 10px 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 2.7em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker-calendar {
  border: 0 none;
  color: #002b5c;
  width: 92%;
  margin: .5em 4% 1em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #002b5c !important;
  background: transparent !important;
  border: 0 none !important;
  text-align: center;
  font-size: .9em;
}
.ui-datepicker-current-day {
  background: #fdca01;
  border-radius: 50%;
}
/**
 * jQUERY CALENDAR SELECTORS
 */
.selectors {
  clear: both;
  position: relative;
}
.selectors label {
  display: none;
}
.selectors select, .selectors input {
  color: #002b5c;
  font-size: 1.1em;
  font-weight: 400;
  width: 100%;
}
.selectors input#calendar-search {
  background: #fff 97% center no-repeat url(../images/mag-glass.png);
  border: 1px solid #8e9097;
  padding: 3% 10% 3% 3%;
}
.selectors input.search-submit {
  background: #6d6e71;
  border: none;
  color: #fff;
  padding: 11px 20px;
  margin-top: 30px;
  float: right;
  width: 48%;
}
.selectors input.search-submit:hover {
  background: #002b5c;
}
#searchform {
  margin-top: 1em;
}
#searchform select {
  margin-top: 30px;
  color: #002b5c;
  border-radius: 0;
  background: #fff 97% center no-repeat url(../images/down-arrow-circle.png);
  border: 1px solid #8e9097;
  padding: 10px 15px;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
 #searchform select::-ms-expand {
 display: none;
}
.lt-ie9 #searchform select {
  background: #fff;
}
.calSearchBlock {
  position: relative;
}
/**
 *  CALENDAR EVENTS
 */
ul.calendar-events {
  list-style: none;
  padding: 0 !important;
}
ul.calendar-events li {
  margin-bottom: 2em;
}
ul.calendar-events li .date {
  color: #fff;
  background: #002b5c;
  margin: auto;
  padding: 1% 15px;
  text-transform: uppercase;
}
ul.calendar-events li h3 {
  color: #000;
  margin: 20px 10px 0 10px;
}
ul.calendar-events li p {
  margin: .5em 10px;
}
/**
 *  Calendar & Upcoming Events
 */
.calendar-events-list .views-field-field-ical-date {
  background-color: #002b5c;
  color: #fff;
  margin: auto;
  padding: 1% 15px;
  text-transform: uppercase;
}
.calendar-events-list .views-field-title {
  color: #2c2c2c;
  font-size: 1.1em;
  font-weight: bold;
  margin: 5px 10px 0 10px;
}
.calendar-events-list .views-field-body p {
  margin: 0 10px .5em;
  font-size: 1em;
}
.calendar-events-list .views-row {
  margin-bottom: 25px;
}
.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a {
  font-size: 1em;
  margin: 0 7px;
}
.view .date-nav-wrapper .pager {
  list-style-type: none;
}
.calendar-display ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.calendar-display .date-nav {
  padding-bottom: 0;
}
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
  /* .calendar-calendar .month-view .full td.single-day { */
  background: #74a5d7;
  height: 2.5em;
  overflow: hidden;
}
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
  height: 2.5em;
}
/**
 * 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;
}
/* Buttons used by contrib modules like Media. */
button {
  background-color: #2c76c7;
  border: 0;
  color: #fff;
  display: block;
  font-weight: 300;
  margin: 0 auto 1em;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
button:hover {
  background-color: #639ddd;
}
a.button, button.button {
  color: #fff;
  display: block;
  font-weight: 300;
  margin: 2.5em auto 1em;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  background-color: #2c76c7;
}
a.button:hover, button.button:hover {
  background-color: #639ddd;
}
a.btn-red, button.btn-red {
  background-color: #c6615a;
}
a.btn-red:hover, button.btn-red:hover {
  background-color: #da9793;
}
a.btn-blue, button.btn-blue {
  background-color: #2c76c7;
}
a.btn-blue:hover, button.btn-blue:hover {
  background-color: #639ddd;
}
a.btn-yellow, button.btn-yellow {
  background-color: #fdca01;
  color: #002b5c;
}
a.btn-yellow:hover, button.btn-yellow:hover {
  background-color: #feda4c;
}
a.btn-small, button.btn-small {
  padding: 5px;
  width: 85%;
}
a.btn-big, button.btn-big {
  padding: 22px 10px;
}
/* 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
 */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
/* LTR */ }
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
/* LTR */ }
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}
/**
 * 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?1443634800');
}
/**
 * Presidential Communications & News Page Styles
 *
 */

.presidential-communications-publications .views-row {
  float: left;
  margin: 1em;
  width: 40%;
}
.presidential-communications-publications img {
  width: 90% !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.news-page-teasers .views-row p {
  font-size: 1em;
  line-height: 1.4;
}
.news-page-teasers .views-row, .presidential-communications-news .views-row {
  background-color: #ccc;
  border-radius: 3px;
  margin: 5px;
  padding: 1em;
  text-align: center;
}


.news-page-teasers .views-field-title, .news-page-teasers .views-field-field-featured-image, .presidential-communications-news .views-field-title, .presidential-communications-news .views-field-field-featured-image {
  text-align: center;
  margin: .5em auto;
}
.presidential-communications-video .views-row {
  float: left;
  margin: 1em;
  text-align: center;
}
.presidential-communications-video iframe {
  height: auto !important;
  width: auto !important;
}
/**
 * Homepage Styles
 *
 *
 */
.front .main_content {
  width: 100%;
}
.front .call-to-action {
  display: none;
}
.front .flickr-slider {
  display: none;
}
.front video {
  height: auto;
  object-fit: fill;
  width: 100%;
}
h2.pane-title {
  margin: 1em 0;
  text-align: center;
  font-size: 2em;
  padding: 0 20px;
}
.study_ciu_box {
  background: #e7e7e7;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.study_ciu_box .darken {
  background: #002b5c;
  line-height: 0;
}
.study_ciu_box .darken:hover img {
  opacity: .7;
}
.study_ciu_box h2 {
  font-size: 1.6em;
  margin: 15px;
  text-transform: none;
}
.study_ciu_box h2 a, .study_ciu_box h2 a:visited{
  color: #002b5c;
}
.study_ciu_box p {
  display: none;
  font-size: .9em;
  line-height: 1.4;
  margin-top: 0;
  padding: 0 16px;
}
.study_ciu_box a.view-more {
  background: #fcfcfc;
  background: rgba(255,255,255,.5);
  border: 1px solid #002b5c;
  color: #002b5c;
  display: none;
  font-weight: 300;
  margin: 0 auto 1em;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 85%;
}


.study_ciu_box a.view-more:hover {
  background: #002b5c;
  color: #fff;
}
.closer_look_box {
  margin-bottom: 1em;
  position: relative;
}
.closer_look_box a {
  background-color: #002b5c;
  display: block;
  float: left;
  width: 100%;
}
.closer_look_box a:hover img {
  opacity: .7;
}
.closer_look_box img {
  float: left;
}
span.blue, span.lt-blue, span.red, span.yellow, span.gray, span.gold {
  color: #fff;
  display: block;
  line-height: 1;
  opacity: .8;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
span.blue {
  background: #002b5c;
}
span.lt-blue {
  background: #2c76c7;
}
span.red {
  background: #c6615a;
}
span.yellow {
  background: #fdca01;
}
span.gray {
  background: #858b8a;
}
span.gold {
  background: #ba8b00;
}
.closer_look span {
  bottom: 0;
  font-size: 1.25em;
  position: absolute;
  z-index: 3;
}
.faculty-page-content td {
  float: left;
  width: 100%;
}
.faculty-page-content td img {
  max-width: inherit;
}

@media all and (min-width: 580px) {
/* Wrapping link for logo. */
.header__logo {
  /*    padding: 49px 8px; */
  top: 7px;
}
/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
  width: auto;
}
.main_content a.button, .main_content button.button {
  width: 65%;
}
#datepicker {
  width: 38.8%;
}
.selectors {
  clear: none;
}
#searchform {
  margin-top: 24px;
}
.front .content__wrapper-inner {
  max-width: 100%;
  padding: 0;
}
.pane-block-61, .pane-block-51 {
  padding: 0px 35px 40px;
}
#block-block-66 {
  /* bottom: 4%;
    /* position: absolute; */
  background: #ffd24f;
/*  margin-bottom: 40px; */
  width: 100%;
  z-index: 2;
}
.study_ciu_box p, .study_ciu_box a.view-more {
  display: block;
}
.closer_look_box {
  margin-bottom: 0;
}
.faculty-page-content td {
  float: none;
  width: inherit;
}
.faculty-page-content td img {
  margin-right: 20px;
}
.news-page-teasers .views-row, .presidential-communications-news .views-row {
  float:left;
  height: 30em;
  width: 30%;
}
}

@media all and (min-width: 960px) {
.header__logo {
  left: 10px;
}
}
/* *** MENU STYLES *** */
.header__region {
  margin-left: 12px;
}
.header__menu-utility {
  background-color: #fff;
  padding: 5px 10px;
  float: left;
  width: 100%;
}
span.ext {
  display: none;
}
.menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 !important;
/* The active item in a Drupal menu. */ }
.menu li {
  display: inline-block;
}
.menu a.active {
  color: #000;
}
.menu__item {
  display: inline-block;
}
.menu__item a {
/* background: $dkgrey;
    border-radius: 50%;
    color: $white;
    padding: 1px; */ }
.region-social-media {
  text-align: center;
}
.region-social-media .menu__item {
  margin-right: 4px;
}
.region-social-media .menu__item a {
  /*      background: #6d6e71;
      display: inline-block; */
  border-radius: 5px;
  color: #002b5c;
  font-size: .8em;
  height: 28px;
  padding: 3px;
  position: relative;
  width: 28px;
}
/*      .region-social-media .menu__item a:hover {
        background: #002b5c; } */
.region-social-media .menu__item a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.region-social-media .menu__item.first a {
  color: #fff;
  background-color: #C6615A;
}
.menu-utility__utility-desktop {
  float: left;
  display: none;
  margin: 0 10px 0 0;
}
.menu-utility__utility-desktop li {
  display: inline;
  margin: 3px 4px 3px 0;
  padding: 0;
}
.menu-utility__utility-desktop li:last-child {
  margin-right: 0;
}
.menu-utility__utility-desktop li:last-child:before {
  content: "|";
  padding-right: 7px;
}
.menu-utility__utility-desktop a {
  color: #002b5c;
  font-family: "Roboto", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: .8em;
  font-weight: 500;
}
.push-menu-right .menu-utility__utility-mobile {
  border-top: 1px solid #8e9097;
  color: #fff;
  float: left;
  font-size: .8em;
  padding-top: 10px;
  width: 100%;
}
.push-menu-right .menu-utility__utility-mobile li {
  border: none;
  float: left;
  width: 50%;
}
.push-menu-right .menu-utility__utility-mobile li a, .push-menu-right .menu-utility__utility-mobile li .nolink {
  display: block;
  padding: 14px 8px 14px 12px;
  font-size: 13px;
  font-weight: 700;
}
.push-menu-right .menu-utility__utility-mobile li:nth-last-child(-n+2) {
  border-top: 1px solid #8e9097;
}
.push-menu-right .menu-primary__main-menu {
  border: 0px solid transparent;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase;
  width: 100%;
}
.push-menu-right .menu-primary__main-menu li {
  border: 0 solid transparent;
}
.push-menu-right .menu-primary__main-menu li a {
  padding: 12px 10px 12px 12px;
}
.push-menu-right .menu-primary__main-menu li a.active, .push-menu-right .menu-primary__main-menu li a:hover {
  color: #fff;
}
.header__menu-primary {
  background: #002b5c;
  float: left;
  padding: 0 10px;
  height: 70px;
  width: 100%;
}
.menu-primary {
  position: relative;
}
.menu-primary__main-block {
  padding: 25px 10px 25px 15px;
}
.nav-toggler {
  background: transparent;
  border: none;
  color: white;
  float: right;
  line-height: 4.3em;
  text-transform: uppercase;
}
.nav-toggler.close-menu {
  display: block;
  float: left;
  line-height: normal;
  margin: 0 0 40px 10px;
  text-align: left;
  width: 100%;
}
/* MOBILE SLIDE OUT DRAWER */
nav.push-menu-right {
  top: 0;
  width: 340px;
  height: 100%;
}
nav.push-menu-right li {
  display: block;
  text-align: left;
  border-bottom: solid 1px #3184a1;
  border-top: solid 1px #b5dbe9;
}
nav.push-menu-right li:first-child {
  border-top: none;
}
nav.push-menu-right li:last-child {
  border-bottom: none;
}
nav.push-menu-right a {
  display: block;
  padding: 10px;
  font-size: 17px;
}
nav.push-menu-right {
  right: -340px;
}
body.pmr-open nav.push-menu-right {
  overflow-y: scroll;
  right: -20px;
}
body.pmr-open #page {
  left: -340px;
}
/* SECONDARY NAVIGATION STYLES */
.section__sidebar-first .menu-level-2 ul li {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0 10px 13px;
  width: 100%;
}
.section__sidebar-first .menu-level-2 ul li a {
  color: #002b5c;
}
.section__sidebar-first .menu-level-2 ul li a.active {
  color: #2c76c7;
  font-weight: 500;
}
.section__sidebar-first .menu-level-2 ul li a.active:before{
  content: "\00bb \00a0";
}
.section__sidebar-first .menu-level-2 ul li ul {
  display: none;
}
.section__sidebar-first .menu-level-2 ul li.first {
  border-top: 1px solid #e7e7e7;
}
.section__sidebar-first .menu-level-2 ul li.active ul {
  background: #ffde7d;
  display: block;
  font-size: 15px;
  line-height: 1em;
  margin-top: 10px;
}
.section__sidebar-first .menu-level-2 ul li.active ul li {
  border: none;
  display: block;
  padding: 10px 5px 10px 18px;
}
.section__sidebar-first .menu-level-2 ul li.active ul li a {
  color: #000;
}
.footer__menu-wrap {
  color: #fff;
  display: inline-block;
  padding: 60px 30px 50px;
}
.footer__menu li {
  border-bottom: 1px solid #8e9097;
  display: block;
  padding: 13px 0;
}
.footer__menu li:first-child {
  padding-top: 0;
}
.footer__menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.footer__menu a {
  color: #fff;
  display: inline-block;
}
.footer__menu a {
  display: block;
}

@media all and (min-width: 580px) {
.header__menu-utility {
  padding: 5px 10px 0;
  height: 37px;
}
.header__menu-primary {
  padding: 0 15px;
}
.menu-primary__main-menu li.last {
  float: none;
}
body.pmr-open nav.push-menu-right {
  right: 0px;
}
.region-social-media {
  float: right;
  padding-right: 10px;
}
.footer__menu #block-menu-menu-footer-menu {
  float: none;
}
.footer__menu ul {
  -webkit-column-count: 2;
  -khtml-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -khtml-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}
.footer__menu li {
  border-bottom: 1px solid #8e9097;
  padding: 13px 0;
}
.footer__menu li:first-child {
  padding-top: 13px;
}
.footer__menu li:last-child {
  float: none;
  padding-bottom: 13px;
}
.footer__menu li:nth-child(4) {
  border-bottom: 0 solid transparent;
}
.footer__menu-wrap {
  display: block;
  min-height: 330px;
  padding: 60px 7px;
}
.footer .bottom-spacing {
  margin-bottom: 30px;
}
}

@media all and (min-width: 1060px) {
.menu-utility__utility-desktop {
  display: block;
}
.menu-utility__utility-mobile {
  display: none;
}
.nav-toggler {
  display: none !important;
}
.push-menu-right {
  background-color: transparent !important;
  float: right;
  padding: 0;
  position: relative !important;
  right: 0 !important;
  left: 0;
  width: 75% !important;
}
.push-menu-right .menu-primary__main-menu {
  display: block;
  float: right;
  margin: 0;
  width: auto;
}
.push-menu-right .menu-primary__main-menu li {
  display: inline-block;
}
.push-menu-right .menu-primary__main-menu li a {
  padding: 23px 11px 20px;
}
.push-menu-right .menu-primary__main-menu li a.active-trail, .push-menu-right .menu-primary__main-menu li a:hover {
  border-bottom: 3px solid #fdca01;
}
.push-menu-right .menu-primary__main-menu li a.active-trail {
  background-color: #6d6e71;
}
.header__region {
  display: block;
  max-height: 70px;
  right: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  z-index: 500;
  background: #002b5c;
  padding: 19px 0 19px;
  -webkit-transition: right 1s ease-in-out;
  -moz-transition: right 1s ease-in-out;
  -o-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out;
}
.search-visible {
  right: 0;
  -webkit-transition: right 1s ease;
  -moz-transition: right 1s ease;
  -o-transition: right 1s ease;
  transition: right 1s ease;
}
.block-search {
  margin: 0;
}
#search-block-form {
  margin-left: 10px;
}
#search-block-form .form-text {
  font-weight: 300;
  padding: 3px 15px;
  width: 94%;
}
#search-block-form .form-submit {
  float: right;
  font-size: 1.1em;
  line-height: 1.55em;
  padding-right: 2px 12px;
}
.section__sidebar-first .menu-level-2 ul li.active ul {
  background-color: rgba(255, 210, 79, 0.7);
  width: 115%;
}
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  /*  background: #fff; */
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  zoom: 1;
}

@media all and (min-width:400px) {
.flexslider {
  margin: 0 0 60px;
}
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 0px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 0px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
  background:rgb(0,42,91,.8) !important;
  border-radius:1em;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px;
}
}
.photo-set-id {
  display: none;
}
.flickr-slider .flexslider .slides > li {
  margin: 0 5px;
  position: relative;
  width: 320px !important;
  height: auto;
  max-height: 213px;
}
.flickr-slider .flex-direction-nav a {
  background: #000;
  color: #fff;
  height: 100%;
  margin: 0;
  opacity: .7;
  text-shadow: none;
  top: 0;
  width: 50px;
}
.flickr-slider .flex-direction-nav {
  display: block;
}
.flickr-slider .flex-direction-nav a:before, .flickr-slider .flex-direction-nav a.flex-next:before {
  font-family: "FontAwesome";
  padding: 16px;
  position: relative;
  top: 35%;
}
.flickr-slider .flex-direction-nav a:before {
  content: '\f104';
}
.flickr-slider .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flickr-slider .flexslider {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 7px 0 0 0;
}
.flickr-slider .flexslider .slides li p {
  background: #000;
  bottom: 0;
  color: #fff;
  display: none;
  line-height: 17px;
  font-size: .8em;
  margin-bottom: 0;
  opacity: .65;
  padding: 10px;
  position: absolute;
  width: 100%;
}

@media all and (min-width: 768px) {
.flickr-slider .flex-direction-nav {
  display: block;
}
}
.flex-direction-nav a {
  background: transparent !important;
  text-indent: 0;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
}
.flex-direction-nav a:before {
  content: '\f104';
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
/* {max-width: 100%} /* the usual RWD shebang */
.video-js {
  background-color: transparent !important;
  width: auto !important;
  /* override the plugin's inline dims to let vids scale fluidly */
  height: auto !important;
}
.video-js video {
  position: relative !important;
}
/* The video should expand to force the height of the containing div.
One in-flow element is good. As long as everything else in the container
div stays `position: absolute` we're okay */
.video-js .vjs-big-play-button {
  display: none !important;
}
.homepage_slider {
  background: #1d4c81;
  float: left;
  position: relative;
  width: 100%;
}
.homepage_slider .slide_desc {
  display: block;
  padding: 1em;
}
.homepage_slider .flexslider {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  height: auto !important
}
.homepage_slider .flexslider .flex-control-nav {
  bottom: 0;
  display: none;
  z-index: 2;
}
.homepage_slider .flexslider .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.5);
}
.homepage_slider .flexslider .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.9);
}
.homepage_slider .flexslider .flex-direction-nav a {
  background: #000;
  display: block;
  height: 90px;
  opacity: .7;
  top: 14%;
  width: 30px;
}
.homepage_slider .flexslider .flex-direction-nav a:before {
  padding: 30px 3px;
}
.homepage_slider .flexslider .flex-direction-nav a.flex-prev:before {
  content: '\f104';
}
.homepage_slider .flexslider .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.homepage_slider .flexslider .flex-direction-nav a.flex-prev {
  left: 0;
}
.homepage_slider .flexslider .flex-direction-nav a.flex-next {
  right: 0;
}
@media all and (min-width: 900px) {
	.wwwLanding .homepage_slider .flex-next {
		margin-right:24%;
	}
}
/* target slider content with class .homepage-slider (NOT .homepage_slider) to prevent style conflicts with CTAs */
.homepage-slider a {
  color: #fff;
}
.homepage-slider h2, .homepage-slider p {
  color: #fff;
  text-align: center;
}
.homepage-slider .views-field-title {
  display: block;
  text-align: center;
}
.homepage-slider h2 {
  border-bottom: 1px #fff solid;
  display: block;
  font-size: 3em;
  font-weight: 100;
  line-height: 1;
  margin: 0 auto;
  max-width: 345px;
  padding: 0 0 .25em;
  position: relative;
  text-transform: uppercase;
}
.homepage_slider p {
  line-height: 1.6;
  font-size: 1em;
  padding: .5em 0;
  width: 100%;
}
.homepage-slider .play-circle-o {
  color: #fff;
  display: block;
  margin: 10px auto;
  font-size: 3em;
  opacity: .7;
  text-align: center;
}
.pane-calendarparserwidget, .pane-views-news-block-3 {
  background: center top repeat url(../images/cta-bg.jpg) #8e9097;
  padding: .5em 0 2em 0;
}
.home_event_slider.flexslider, .home-news-slider .flexslider {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 25px;
}
.home_event_slider.flexslider .flex-viewport, .home-news-slider .flexslider .flex-viewport {
  z-index: 5;
}
.home_event_slider.flexslider .slides, .home-news-slider .flexslider .slides {
  padding: 0;
}
.home_event_slider.flexslider .slides > li, .home-news-slider .flexslider .slides > li {
  background: #fff;
  height: 120px;
  margin: 0;
  padding: 0;
  max-width: 45%;
  overflow: hidden;
}
.home_event_slider.flexslider .slides > li:last-child, .home-news-slider .flexslider .slides > li:last-child {
  margin-right: 0;
}
.home_event_slider.flexslider .slides > li:nth-last-child(2), .home-news-slider .flexslider .slides > li:nth-last-child(2) {
  margin-left: 10px;
}
.home_event_slider.flexslider .slides > li a, .home-news-slider .flexslider .slides > li a {
  display: block;
  height: 100%;
}
.home_event_slider.flexslider .slides > li .date, .home_event_slider.flexslider .slides > li .views-field-field-news-date, .home-news-slider .flexslider .slides > li .date, .home-news-slider .flexslider .slides > li .views-field-field-news-date {
  background: #5599e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5599e2 1%, #2d77c7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5599e2), color-stop(100%, #2d77c7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5599e2 1%, #2d77c7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5599e2 1%, #2d77c7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5599e2 1%, #2d77c7 100%);
        /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5599e2', endColorstr='#2d77c7', GradientType=0 );
  /* IE6-9 */
  color: #fff;
  display: block;
  float: right;
  font-weight: 500;
  height: 100%;
  padding: 40px 4% 0;
  text-align: center;
  text-transform: uppercase;
  width: 18%;
}
.home_event_slider.flexslider .slides > li h3, .home_event_slider.flexslider .slides > li p, .home_event_slider.flexslider .slides > li .news-slider-title, .home-news-slider .flexslider .slides > li h3, .home-news-slider .flexslider .slides > li p, .home-news-slider .flexslider .slides > li .news-slider-title {
  float: left;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0 15px;
  width: 80%;
}
.home_event_slider.flexslider .slides > li h3, .home_event_slider.flexslider .slides > li .news-slider-title, .home-news-slider .flexslider .slides > li h3, .home-news-slider .flexslider .slides > li .news-slider-title {
  padding: 20px 15px 15px 15px;
}
.home_event_slider.flexslider .slides > li p, .home-news-slider .flexslider .slides > li p {
  display: none;
  line-height: 1.3;
  padding: 0px 15px 20px 15px;
}
.home_event_slider.flexslider .slides .slide_desc, .home-news-slider .flexslider .slides .slide_desc {
  display: block;
}
.home_event_slider.flexslider ul.flex-direction-nav, .home-news-slider .flexslider ul.flex-direction-nav {
  left: 0;
  margin: 0 auto;
  max-width: 70px;
  padding: 20px 0 !important;
  position: relative;
  top: 20px;
}
.home_event_slider.flexslider .flex-direction-nav a, .home-news-slider .flexslider .flex-direction-nav a {
  background: transparent;
  display: block !important;
  opacity: 1 !important;
  text-indent: 0;
}
.home_event_slider.flexslider:hover .flex-prev, .home-news-slider .flexslider:hover .flex-prev {
  left: 0px;
}
.home_event_slider.flexslider:hover .flex-next, .home-news-slider .flexslider:hover .flex-next {
  right: 0px;
}
.more-link {
  margin: 0 auto;
  max-width: 875px;
  text-align: right;
  padding: 10px 25px;
}
.news-slider .flexslider {
  box-shadow: none;
}
.news-slider .flexslider .slides li img {
  margin-bottom: 20px;
  width: auto;
}
.view-news table tbody tr {
  background: none;
  text-align: center;
  font-size: .9em;
}
.view-news .views-slideshow-pager-fields img {
  max-height: 40px;
  max-width: 40px;
}
.view-news .views-slideshow-pager-fields > div {
  padding-left: 0;
}

@media all and (min-width: 580px) {
.homepage_slider h2 {
  font-size: 4em;
  max-width: 80%;
}
.homepage_slider .flexslider .flex-direction-nav a {
  top: 30%;
}
.home_event_slider.flexslider .slides > li p, .home-news-slider .flexslider .slides > li p {
  display: block;
}
.news-slider .flexslider .slides li img {
  margin-right: 20px;
  float: left;
}
}

@media all and (min-width: 768px) {
.home_event_slider.flexslider, .home-news-slider .flexslider {
  width: 92%;
  max-width: 1200px;
  padding: 0 39px;
  position: relative;
}
.home_event_slider.flexslider .slides > li, .home-news-slider .flexslider .slides > li {
  margin-right: 0px;
}
.home_event_slider.flexslider .end, .home-news-slider .flexslider .end {
  margin-left: -15px;
}
.home_event_slider.flexslider ul.flex-direction-nav, .home-news-slider .flexslider ul.flex-direction-nav {
  position: absolute;
  top: 35%;
  max-width: none;
  width: 100%;
}
.home_event_slider.flexslider ul.flex-direction-nav .flex-prev, .home-news-slider .flexslider ul.flex-direction-nav .flex-prev {
  left: 2%;
}
.home_event_slider.flexslider ul.flex-direction-nav .flex-prev:hover, .home-news-slider .flexslider ul.flex-direction-nav .flex-prev:hover {
  left: 0%;
}
.home_event_slider.flexslider ul.flex-direction-nav .flex-next, .home-news-slider .flexslider ul.flex-direction-nav .flex-next {
  right: 2%;
}
.home_event_slider.flexslider ul.flex-direction-nav .flex-next:hover, .home-news-slider .flexslider ul.flex-direction-nav .flex-next:hover {
  right: 0%;
}
}

@media all and (min-width: 769px) {
.homepage_slider {
  background: transparent;
}
.homepage_slider .flexslider .flex-control-nav {
  display: block;
}
.homepage_slider h2 {
  font-size: 7em;
  max-width: 570px;
  padding-top: 14%;
}
.homepage_slider p {
  margin: .75em auto;
  font-size: 1.45em !important;
  max-width: 800px;
}
.homepage_slider li:hover .slide_desc {
  opacity: .8;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}
.homepage_slider .slide_desc {
  background: #002b5c;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
}
}

/*! Tablesaw - v1.0.5 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}
.tablesaw {
  border-collapse: collapse;
  width: 100%;
}
/* Structure */
.tablesaw {
  border: 0;
  padding: 0;
}
.tablesaw th, .tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em;
}
.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}
/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}
.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
/* Show the table cells as a block level element */
.tablesaw-stack td, .tablesaw-stack th {
  text-align: left;
  display: block;
}
.tablesaw-stack tr {
  clear: both;
  display: table-row;
}
/* Make the label elements a percentage width */
.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
  padding: 0 .6em 0 0;
  width: 40%;
  display: inline-block;
}
/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
.tablesaw-stack th .tablesaw-cell-label-top, .tablesaw-stack td .tablesaw-cell-label-top {
  display: block;
  padding: .4em 0;
  margin: .4em 0;
}
.tablesaw-cell-label {
  display: block;
}
/* Avoid double strokes when stacked */
.tablesaw-stack tbody th.group {
  margin-top: -1px;
}
/* Avoid double strokes when stacked */
.tablesaw-stack th.group b.tablesaw-cell-label {
  display: none !important;
}
}

@media (max-width: 39.9375em) {
.tablesaw-stack thead td, .tablesaw-stack thead th {
  display: none;
}
.tablesaw-stack tbody td, .tablesaw-stack tbody th {
  clear: left;
  float: left;
  width: 100%;
}
.tablesaw-cell-label {
  vertical-align: top;
}
.tablesaw-cell-content {
  max-width: 57%;
  display: inline-block;
}
.tablesaw-stack td:empty, .tablesaw-stack th:empty {
  display: none;
}
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
.tablesaw-stack tr {
  display: table-row;
}
/* Show the table header rows */
.tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
  display: table-cell;
  margin: 0;
}
/* Hide the labels in each cell */
.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
  display: none !important;
}
}
/**
 * Person content type
 *
 * Fixes group-right and group-middle
 */
.node-person .group-right {
  float: none;
  margin-right: 10%;
  width: auto;
}
.node-person .group-middle {
  float: right;
  margin-left: 5%;
  margin-right: 10%;
  text-align: center;
  width: 25%;
}
.group-middle {
  padding-left: 10px;
  width: 70%;
  float: left;
}


/* ------------------------------------------------------------ *\
|* Front Page Components [rjh]
|* mobile first
|* ------------------------------------------------------------ */

/* Call To Action (CTA) Styles */
.homepage_slider a.cta__icon-link .cta__text {
  left: auto !important;
}
.front .cta__block-links {
  padding: 0 15px;
  background: #ffd24f;
}
a.cta__icon-link {
  background: #ffd24f;
  color: #002b5c;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  padding: .5em 15px;
  margin-bottom: 0;
  text-align: left;
  text-transform: uppercase;
  border-bottom: dotted #002b5c 1px;
}
a.cta__icon-link i {
  font-size: 1.5em;
  margin-right: 20px;
  text-align: center;
  width: 25px;
}
a.cta__icon-link .cta__text {
  position: relative;
  top: -3px;
}
a.cta__icon-link:hover {
  /* Permalink: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.slider_cta{
  background: #ffd24f;
}
.sidebar .menu__item.cta{
  background: #ffd24f;
}

/* CBS FACTS */
.cbsFacts {
  padding: 2em 0;
  border-top: 2px solid #ffd24f;
}
.cbsFacts p {
  margin: 0 0 0.75em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  color: #003f7b;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 1em;
  border-bottom: 2px solid #ffd24f;
}
.cbsFacts p .emph {
  font-size: 3em;
  line-height: 1em;
  font-weight: 600;
  color: #003f7b;
  display: block;
}

/* ------------------------------------------------------------ *\
|* News Views and Tiles [rjh]
|* 
|* ------------------------------------------------------------ */
/* FRONT PAGE TILES */
.pane-views-news-block-inthenews {
  background: center top repeat url(../images/cta-bg.jpg) #8e9097;
  padding: .5em 0 2em 0;
}
.news-tiles div.news-item.col {
  position: relative;
  margin-bottom: 1em;
}
.news-tiles img {
  width: 100%;
  max-width: 100%;
}
.news-tiles .news-item .img-caption-wrapper h4, .news-tiles .news-item .img-caption-wrapper h5 {
  position: absolute;
  font-size: 1em;
  top: 80%;
  left: 20%;
  transform: translate(-20%, -80%);
  color: #fff;
  background: rgb(0, 43, 92);
  background: rgba(0,43,92,.8);
  padding: 5px 15px;
  line-height: 1.2;
}
.news-tiles .news-item .img-caption-wrapper h4 a, .news-tiles .news-item .img-caption-wrapper h4 a:visited, .news-tiles .news-item .img-caption-wrapper h5 a, .news-tiles .news-item .img-caption-wrapper h5 a:visited {
  color: #fff;
}
.news-tiles .news-item .img-caption-wrapper h4:hover, .news-tiles .news-item .img-caption-wrapper h5:hover {
  box-shadow: inset 9999px 9999px rgba(0,0,0,.30);
}
.news-tiles .col:nth-child(3n+3) {
  float: right;
  margin-right: 0 !important;
}
.news-tiles .more-link {
  background: #fafafa;
  text-align: center;
  max-width: 180px;
  clear: both;
  margin-top: 1em;
}
/* NEWS PAGE SLIDER */
.optionset-news-slider{
  margin-bottom: 0px;
}
.optionset-news-slider{
  background: #002b5c;
  color: #dfdfdf;

}
.optionset-news-slider a, .optionset-news-slider a:visited{
  color: #fff;
}
.optionset-news-slider h2{
    position: absolute;
    font-size: 2em;
    top: 85%;
    left: 20%;
    transform: translate(-20%,-80%);
    color: #fff !important;
    background: rgb(0,43,92);
    background: rgba(0,43,92,.8);
    padding: 5px 15px;
    line-height: 1.2;
}

@media all and (min-width: 580px) {
/* the block containing CTAs on the front page */
#block-block-66 {
  float: left;
  position: relative;
}
.front .cta__block-links {
  padding: 1em 15px;
}
.front a.cta__icon-link {
  border-bottom: none;
  display: inline-block;
  font-size: 1em;
  text-align: center;
}
.front a.cta__icon-link i,  .front a.cta__icon-link span {
  display: block;
  text-align: center;
  margin: 0 auto .5em auto;
  line-height: normal;
}
.cbsFacts {
  border-top: none;
}
.cbsFacts p {
  margin-bottom: 0;
  border-bottom: none !important;
}
}

@media all and (min-width: 768px) {
.homepage_slider a.cta__icon-link {
  padding: 1.5em 15px;
}
.front a.cta__icon-link {
  font-size: 1.25em;
}
.cbsFacts p {
  font-size: 1.5rem;
}
}

@media all and (min-width: 960px) {
.front a.cta__icon-link {
  font-size: 1.5em;
}
.front a.cta__icon-link i,  .front a.cta__icon-link span {
  display: inline;
  text-align: left;
}
}

/* ------------------------------------------------------------ *\
|* Sidebar CTA Block [rjh]
|* ------------------------------------------------------------ */
.region-sidebar-first .call-to-action {
  /*background: center top repeat url(../images/cta-bg.jpg) #8e9097;*/
  padding: 0 0 0 0;
  margin: 0 0 1em 0;
}
.region-sidebar-first a.cta__icon-link {
  width: 100%;
  padding: .75em 15px .25em 15px;
  text-align: left;
}
.region-sidebar-first a.cta__icon-link:last-child {
  border-bottom: none;
}

/* ------------------------------------------------------------ *\
|* WEBFORM RFI SHORT FORM Styles  [rjh]
|* ------------------------------------------------------------ */

    .homepage-slider-form .node-webform{
      background: transparent;
    }
    .homepage-slider-form  {
      width: 100%;
/*      max-width: 400px;
      margin-left: auto;
      margin-right: auto; /* mess up mobile size -austin */
    }
    .homepage-slider-form  .form-item{
      margin: .5em 0 .75em 0;
    }
    .homepage-slider-form  label{
      color: #333;
      font-weight: normal;
      line-height: 1;
      padding-bottom: .15em;
    }
    .homepage-slider-form   .form-item-submitted-sms-opt-in-Y label.option{
      color:#333;
      font-size: 85%;
    }
    .homepage-slider-form  input, 
    .homepage-slider-form .webform-component-select select{
      width: 100%;
      padding: .25em;
      color: #555;
    }
    .homepage-slider-form  .form-type-checkbox input{
      width: auto;
    }
    /* SMS OPT IN = webform-component--field-71353642 */
    .homepage-slider-form  .webform-component--field-71353642 .form-item{
      margin-top: .75em;
      margin-bottom: 0px;
    }
    .homepage-slider-form  .webform-component--field-71353642 .form-item .description{
      margin-top: -.5em;
      margin-left: 1.25em;
    }
    .homepage-slider-form  .form-actions{
      margin-top: 1.5em;
    }
    .homepage-slider-form  input[type="submit"]{
      text-transform: uppercase;
      letter-spacing: 1;
      padding: .75em 2em;
    }
    .homepage-slider-form  .webform-component--firstname,
    .homepage-slider-form  .webform-component--lastname{
      display: inline-block;
      width: 48%;
    }
    .homepage-slider-form  .webform-component--lastname{
      margin-left: 2%;
    }
    .homepage-slider-form  .webform-component--lastname label{
      display: none;
    }
.webform-rfishort-sidebar{
  
}
.webform-rfishort-sidebar .form-item{
  margin: 1em 0;
}
.webform-rfishort-sidebar .form-item input,
.webform-rfishort-sidebar .form-item select{
  border: 1px solid #ccc;
  padding: 5px;
}
.webform-rfishort-sidebar .webform-component--firstname{
  margin-bottom: 0px;
}
.webform-rfishort-sidebar .webform-component--lastname{
  margin-top: .5em;
}
.webform-rfishort-sidebar .webform-component--field-71353642{
  line-height: normal;
  font-size: .75em;
}
.webform-rfishort-sidebar .webform-component--field-71353642 .description{
  margin-top: -1em;
}
.webform-rfishort-sidebar .form-submit{
  background: #2c76c7;
  border: none;
  color: #fff;
  display:block;
  font-weight: 300;
  margin: 1em auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 85%;
  max-width: 200px;
}
.webform-rfishort-sidebar .form-submit:hover {
  background: #002b5c;
  color: #fff;
}

/* ------------------------------------------------------------ *\
|* homepage-slider webform styles  [austin]
|* ------------------------------------------------------------ */
#block-views-homepage-slider-block {
	float:left;
}
.homepage-slider-form {
	float:left;
	background-color:rgb(0,42,91);
	background-color:rgba(0,42,91);
	color:#ffd24f;
	padding:1% 10%;
	height:100%;
}
.homepage-slider-form label, .homepage-slider-form .form-item-submitted-sms-opt-in-Y label.option {
	color:#ffd24f;
}
.homepage-slider-form .form-item {
	margin:0 0 .5em;
}
.homepage-slider-form h2 {
	font-size:1.25em;
	font-weight:400;
	text-align:center;
	padding:0;
	color:#ffd24f;
}
@media all and (min-width: 900px){
	.homepage-slider-form {
		float:right;
		position:absolute;
		margin:0 76%;
		z-index:99;
		border-radius:5px;
		padding:1%;
		width:24%;
		height:530px;
	}
}
@media all and (min-width: 1235px){
	.homepage-slider-form {
		height:100%;
	}
}
/* ------------------------------------------------------------ *\
|* Degree Program Content & Views  [rjh]
|* ------------------------------------------------------------ */
.view-grouping-header{
  display:none;
}
.view-degree-programs .item-list h3{
  color: #002b5c;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
}
.view-degree-programs .item-list ul{
}
.view-degree-programs .item-list a, .view-degree-programs .item-list a:visited{
  color: #2c76c7;
  font-weight: normal;
}
.view-degree-programs .item-list a:hover, .view-degree-programs .item-list a:focus{
  border-bottom: 1px solid #002b5c;
}

/* ------------------------------------------------------------ *\
|* UTILITY Classes  [rjh]
|* ------------------------------------------------------------ */
.content__wrapper .clearfix{
  clear:both !important;
}
.bg-ciugold {
  background: #ffd24f;
}
.bg-ciublue{
  background: #002b5c;
  color: #dedede;
}
.bg-graylt{
  background-color: #efefef;
  padding: .5em 15px;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}
.capitalize{
  text-transform: capitalize;
}
.uppercase{
  text-transform: uppercase;
}



/* easy multi-column regions on bigger devices */
@media all and (min-width: 760px){
  .col-2{
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px; 
  }
  .col-3{
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px;
  }
  .col-4{
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
  }
}
@media all and (min-width: 960px){
  .col-4{
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px;
  }
}
/**
 * @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;
}
}
/* Responsive vimeo iframes */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* ------------------------------------------------------------ *\
|* President's Page Styles
|* ------------------------------------------------------------ */
.page-president .content__wrapper-inner {
	padding:0;
}
.page-president .main_content {
	margin:0;
	padding:0;
}
.page-president .inside {
	margin:0 !important;
}
.page-president .pane-block-266 {
	line-height:0;
}
.page-president .panel-col-first {
	background-color:#e7e7e7;
}
.page-president .panel-col-first p {
	margin:0 .75em .5em;
}
.page-president .panel-col {
	padding-left:.5em;
}
.page-president .panel-col-last {
	padding:.5em;
}
.page-president .panel-col-last .menu__item {
	background:#ffd24f;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:10px 0 10px 13px;
	width:100%;
}
.page-president .menu__item a {
	color:#002b5c;
}
.page-president .views-row {
	margin-bottom:1em;
}
.page-president .read-more {
	font-weight:100;
}