@charset "UTF-8";
/* ==========================================================================
	Variables
========================================================================== */
/* ==========================================================================
	Mixins
========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
	Boilerplate
========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

audio, canvas, img, svg, video {
  vertical-align: middle; }

img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  background: #999;
  color: #fff;
  margin: 0;
  padding: 0.5em; }
  .browsehappy a {
    color: #fff; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/* ==========================================================================
	Typography
========================================================================== */
html {
  font-size: 87.5%;
  line-height: 1.57143em; }

html {
  color: #4e5758; }

body {
  font-family: "proxima-nova", sans-serif;
  position: relative; }

h1, .h1 {
  font-size: 1.71429em;
  line-height: 1.375em;
  font-family: "museo-slab", serif;
  color: #043349;
  margin: 0 auto 0.91667em; }
  @media (min-width: 48em) {
    h1, .h1 {
      font-size: 2.57143em;
      line-height: 1.22222em;
      margin: 0 auto 0.61111em;
      font-weight: 500; } }

h2, .h2, .fieldset-legend {
  font-size: 1.5em;
  line-height: 1.57143em;
  color: #0e5088;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin: 1.57143em auto 0.52381em; }

h3, .h3 {
  font-size: 1.28571em;
  line-height: 1.22222em;
  color: #043349;
  margin: 1.95556em auto 0.48889em; }

h4, .h4 {
  font-size: 1em;
  line-height: 1.57143em;
  color: #043349;
  margin: 2.75em auto 0.39286em; }

p {
  margin: 0 auto 1.57143em; }

a {
  color: #136bb6;
  text-decoration: underline;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  a:hover {
    text-decoration: none;
    color: #439eec; }

.intro {
  font-size: 1.28571em;
  line-height: 1.22222em;
  color: #043349;
  margin: 0 auto 1.22222em; }

.dropcap:first-letter {
  font-family: "museo-slab", serif;
  font-weight: 500;
  color: #fff;
  background: #043349;
  font-size: 1.714em;
  float: left;
  text-align: center;
  padding: 10px 11px;
  margin: 0 4px 0 0;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul, ol {
  color: #4e5758;
  font-style: italic;
  margin: 0 0 1.57143em; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 0; }

.linklist {
  padding: 0;
  list-style: none;
  font-style: normal; }
  .linklist li {
    margin-bottom: 0.78571em; }

blockquote {
  font-size: 1.71429em;
  line-height: 1.375em;
  color: #fff;
  font-family: "museo-slab", serif;
  background: #afccd6;
  border-radius: 4px;
  padding: 1.83333em;
  margin: 0 auto 0.91667em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

hr {
  display: block;
  border: 0;
  border-top: 0.1em solid #c6cdcd;
  height: 0.1em;
  margin: 1.571em 0 1.4714em;
  padding: 0;
  clear: both; }

table {
  width: 100% !important;
  margin: 0 auto 2.35714em;
  border: 0 !important; }

tbody {
  border: none; }

th {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.92857em;
  line-height: 1.69231em;
  padding: 0 1em;
  border: none;
  background: #afccd6; }

td {
  background: #edf4f8;
  font-size: 0.92857em;
  line-height: 1.69231em;
  padding: 10px 1em 11px;
  border-bottom: 1px solid #fff; }

code {
  font-size: 0.92857em;
  line-height: 1.69231em;
  background: #e7eaea;
  padding: 0 5px; }

img {
  margin-bottom: 1.57143em; }

/* ==========================================================================
	Additional Global Classes
========================================================================== */
.number, .bigNumber {
  color: #0083d6;
  font-size: 4.14286em;
  line-height: 1.13793em;
  margin-bottom: 0.18966em; }
  .number sup, .bigNumber sup {
    font-size: 0.55172em;
    line-height: 0.6875em; }

.bigNumber {
  font-size: 6.85714em;
  line-height: 1.14583em;
  margin-bottom: 0.11458em;
  font-family: "museo-slab", serif; }

.grayText {
  font-size: 1.28571em;
  line-height: 1.22222em;
  color: #909d9d; }

.smallPrint {
  font-size: 0.78571em;
  line-height: 2em; }

/* ==========================================================================
	Layout
========================================================================== */
.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 64em) {
    .container {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        content: " ";
        display: block;
        clear: both; } }

.content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  margin-bottom: 3.14286em;
  position: relative; }
  .content:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 48em) {
    .content {
      padding: 0 90px; } }
  @media (min-width: 64em) {
    .content {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      margin-bottom: 4.71429em; }
      .content:after {
        content: " ";
        display: block;
        clear: both; } }

@media (min-width: 48em) {
  .col-left {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%; } }

@media (min-width: 48em) {
  .col-right {
    width: 48.57143%;
    float: right;
    margin-right: 0; } }

@media (min-width: 64em) {
  .col-4 {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%; } }
@media (min-width: 64em) {
  .col-4.last {
    width: 31.42857%;
    float: right;
    margin-right: 0; } }

@media (min-width: 48em) {
  .col-5 {
    width: 40%;
    float: left;
    margin-right: 2.85714%; } }
@media (min-width: 48em) {
  .col-5.last {
    width: 40%;
    float: right;
    margin-right: 0; } }

@media (min-width: 48em) {
  .col-6 {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%; } }
@media (min-width: 48em) {
  .col-6.last {
    width: 48.57143%;
    float: right;
    margin-right: 0; } }

.col-7 {
  margin-bottom: 3.14286em; }
  @media (min-width: 48em) {
    .col-7 {
      width: 57.14286%;
      float: left;
      margin-right: 2.85714%; } }
  @media (min-width: 48em) {
    .col-7.last {
      width: 57.14286%;
      float: right;
      margin-right: 0; } }

.col-8 {
  margin-bottom: 3.14286em; }
  @media (min-width: 64em) {
    .col-8 {
      width: 65.71429%;
      float: left;
      margin-right: 2.85714%;
      margin-bottom: 0; } }
  @media (min-width: 48em) {
    .col-8.last {
      width: 65.71429%;
      float: right;
      margin-right: 0; } }

/* ==========================================================================
	Buttons
========================================================================== */
.button {
  display: inline-block;
  font-size: 0.92857em;
  line-height: 1.69231em;
  color: #909d9d;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #909d9d;
  border-radius: 4px;
  padding: 4px 10px 3px;
  margin: 0.42308em auto 0.67692em;
  position: relative;
  -moz-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  -o-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease; }
  .button:hover {
    color: #4e5758;
    border-color: #4e5758;
    text-decoration: none !important; }

.b-lg {
  font-size: 1.14286em;
  line-height: 1.375em;
  border-width: 3px;
  border-top-width: 0.1875em;
  border-top-style: solid;
  padding-top: 0.84375em;
  border-bottom-width: 0.1875em;
  border-bottom-style: solid;
  padding-bottom: 0.84375em;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0.34375em auto 0.34375em;
  font-weight: 600; }

.b-fill {
  color: #fff;
  background: #909d9d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .b-fill:hover {
    color: #fff;
    background: #4e5758;
    border-color: #4e5758; }

.b-blue {
  color: #0083d6;
  border-color: #0083d6; }
  .b-blue:hover {
    color: #57beff;
    border-color: #57beff; }

.b-bluefill {
  color: white;
  background: #0083d6;
  border-color: #0083d6; }
  .b-bluefill:hover {
    color: #fff;
    background: #57beff;
    border-color: #57beff; }

.b-yellow {
  color: #f7a81b;
  border-color: #f7a81b; }
  .b-yellow:hover {
    color: #ffc940;
    border-color: #ffc940; }

.b-yellowfill {
  color: white;
  background: #f7a81b;
  border-color: #f7a81b; }
  .b-yellowfill:hover {
    color: #fff;
    background: #ffc940;
    border-color: #ffc940; }

.b-orange {
  color: #e5562f;
  border-color: #e5562f; }
  .b-orange:hover {
    color: #fe8d3f;
    border-color: #fe8d3f; }

.b-orangefill {
  color: white;
  background: #e5562f;
  border-color: #e5562f; }
  .b-orangefill:hover {
    color: #fff;
    background: #fe8d3f;
    border-color: #fe8d3f; }

.b-green {
  color: #0d7267;
  border-color: #0d7267; }
  .b-green:hover {
    color: #15b7a5;
    border-color: #15b7a5; }

.b-greenfill {
  color: white;
  background: #0d7267;
  border-color: #0d7267; }
  .b-greenfill:hover {
    color: #fff;
    background: #15b7a5;
    border-color: #15b7a5; }

.b-white {
  color: #fff;
  border-color: #fff; }
  .b-white:hover {
    color: #fff;
    border-color: #fff; }

.b-arrow-right, .b-arrow-se {
  padding-right: 50px; }
  .b-arrow-right:after, .b-arrow-se:after {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 0.725em;
    font-weight: 400;
    position: absolute;
    right: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.b-arrow-se:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 5px;
  bottom: 0px; }

/* ==========================================================================
	Panels
========================================================================== */
.panel {
  border: 2px solid #eeeeee;
  border-radius: 5px;
  padding: 20px;
  margin: 0 auto 1.57143em; }
  .panel h2 {
    font-size: 1.28571em;
    line-height: 1.22222em;
    border-bottom-width: 0.11111em;
    border-bottom-style: solid;
    padding-bottom: 0.5em;
    border-color: #eeeeee;
    margin-bottom: 1.22222em; }
  .panel h3 {
    font-size: 1.14286em;
    line-height: 1.375em;
    border-bottom-width: 0.125em;
    border-bottom-style: solid;
    padding-bottom: 0.5625em;
    border-color: #eeeeee;
    margin-bottom: 1.375em; }
  .panel blockquote {
    background: 0;
    padding: 0;
    color: #4e5758;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .panel ul {
    padding-left: 20px; }
  .panel .courseOptions {
    font-style: normal;
    padding: 0; }

.panelTitle {
  background: #eeeeee;
  width: 105%;
  font-size: 1.28571em;
  line-height: 1.22222em;
  font-family: "proxima-nova", sans-serif;
  margin: -1.22222em -20px 1.22222em;
  padding: 35px 20px 11px;
  color: #4e5758;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 0 0 5px 0;
  position: relative; }
  .panelTitle i.fa {
    position: absolute;
    right: 15px;
    top: 35px; }
  .panelTitle .button {
    font-size: 0.72222em;
    line-height: 1.69231em;
    margin: 0;
    position: absolute;
    bottom: 11px;
    right: 10px; }

.p-gray {
  border-color: #4e5758; }
  .p-gray .panelTitle {
    color: #fff;
    background-color: #4e5758;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.p-blue {
  border-color: #0e5088; }
  .p-blue .panelTitle {
    color: #fff;
    background-color: #0e5088;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.p-orange {
  border-color: #e5562f; }
  .p-orange .panelTitle {
    color: #fff;
    background-color: #e5562f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.p-green {
  border-color: #0d7267; }
  .p-green .panelTitle {
    color: #fff;
    background-color: #0d7267;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.p-nobar .panelTitle {
  background-color: transparent;
  color: #e5562f;
  padding: 35px 0 11px;
  margin: -1.22222em 0 1.22222em;
  border-radius: 0;
  width: auto;
  border-bottom-width: 0.05556em;
  border-bottom-style: solid;
  padding-bottom: 0.55556em;
  border-color: #c6cdcd; }

.p-bluefill {
  background-color: #0e5088;
  border-color: #0e5088; }
  .p-bluefill .panelTitle {
    color: #f7a81b; }
  .p-bluefill .number, .p-bluefill .bigNumber {
    color: #fff; }
  .p-bluefill .smallPrint {
    color: #ccc; }

/* ==========================================================================
	Boxes
========================================================================== */
.box {
  background: #eeeeee;
  padding: 0.78571em 20px;
  margin-bottom: 1.57143em;
  position: relative; }
  .box img {
    margin: 0 0 1.57143em; }
  .box blockquote {
    background: 0;
    padding: 0;
    color: #043349; }

.boxTitle {
  font-size: 1.28571em;
  line-height: 1.22222em;
  color: #0d7267;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0.61111em auto 1.22222em; }

.bx-blue {
  background-color: #edf4f8; }

.bx-video {
  background-color: #fff; }

.bx-video.none {
  display: none; }

.videoWrapper {
  display: none;
  position: relative;
  padding-bottom: 54.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper.active {
  display: block; }

.videoWrapper.active iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 0; }

/* ==========================================================================
	Accordion Panels
========================================================================== */
.accordion {
  margin-bottom: 1.57143em;
  position: relative; }
  .accordion h4 {
    background: #eeeeee;
    text-transform: uppercase;
    padding: 0.19643em 10px;
    margin: 0 -10px 1.17857em;
    border-radius: 2px; }
  .accordion .linklist {
    font-weight: 600; }

.accordionTitle {
  background: #4e5758;
  color: #edf4f8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.14286em;
  line-height: 1.375em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.825em 80px 0.825em 20px;
  margin: 0 auto 0.4125em;
  border-radius: 3px;
  position: relative; }
  .accordionTitle a {
    color: #edf4f8;
    text-decoration: none; }
    .accordionTitle a:hover {
      color: #fff;
      text-decoration: underline; }
  .accordionTitle .button {
    font-size: 0.72222em;
    line-height: 1.69231em;
    color: #ddd;
    border-color: #ddd;
    width: 70px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 10px; }
    .accordionTitle .button:hover {
      color: #fff;
      border-color: #fff;
      text-decoration: none; }

.accordionPanel {
  padding: 0.01em 10px; }
  .accordionPanel td {
    padding: 0.39286em 1em; }

/* ==========================================================================
	Form elements
========================================================================== */
.form-item label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #909d9d; }
  .form-item label .form-required {
    color: #e5562f; }

.form-text {
  border: 1px solid #b9c1c1;
  border-radius: 4px;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.90286em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 0.90286em;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1.56829em;
  width: 100%; }

.selectStyle {
  border: 1px solid #b9c1c1;
  border-radius: 4px;
  background: #fff;
  padding: 0;
  margin-bottom: 1.57143em;
  width: 100%;
  position: relative; }
  .selectStyle:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    background: #eeeeee;
    border-left: 1px solid #b9c1c1;
    padding: 0.75429em 18px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 0;
    right: 0; }
  .selectStyle select {
    padding: 0.77em 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    outline: none; }
  .selectStyle select:focus {
    outline: none; }

:-moz-any(.selectStyle):after {
  background-color: #eeeeee;
  pointer-events: none;
  z-index: 1;
  padding: 0.72286em 18px; }

.form-checkboxes, .form-radios {
  margin-bottom: 1.57143em; }

.form-type-checkbox, .form-type-radio {
  margin: 0.78571em auto; }
  .form-type-checkbox label, .form-type-radio label {
    display: inline;
    font-weight: 400;
    text-transform: none;
    color: inherit;
    padding-left: 3px; }

.form-textarea {
  border: 1px solid #b9c1c1;
  border-radius: 4px;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.71429em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 0.71429em;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1.57143em;
  width: 100%;
  resize: none; }

.form-actions {
  margin-bottom: 1.57143em; }
  .form-actions input {
    display: inline-block;
    font-size: 1.14286em;
    line-height: 1.375em;
    border: none;
    padding: 0.6875em 25px;
    margin: 0 auto 1.375em;
    font-weight: 600;
    color: #fff;
    background: #0083d6;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    position: relative;
    -moz-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    -o-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    -webkit-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease; }
    .form-actions input:hover {
      color: #fff;
      background-color: #70c8ff; }

.form-submit {
  display: inline-block;
  font-size: 1.14286em;
  line-height: 1.375em;
  border: none;
  padding: 0.6875em 25px;
  margin: 0 auto 1.375em;
  font-weight: 600;
  color: #fff;
  background: #0083d6;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  position: relative;
  -moz-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  -o-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease; }
  .form-submit:hover {
    color: #fff;
    background-color: #70c8ff; }

.views-exposed-widgets {
  margin-bottom: 3.14286em; }

.grippie {
  display: none; }

.webform-component-date {
  zoom: 1; }
  .webform-component-date:before, .webform-component-date:after {
    content: "";
    display: table; }
  .webform-component-date:after {
    clear: both; }
  .webform-component-date .webform-container-inline div, .webform-component-date .webform-container-inline div.form-item {
    display: block; }

.webform-datepicker .selectStyle {
  width: 30%;
  margin-right: 10px;
  float: left; }

.views-exposed-form .views-exposed-widget,
.container-inline-date .date-padding,
.container-inline-date .form-item .form-item {
  float: none; }

.container-inline-date .description {
  margin: -1.57143em 0 1.57143em; }

.container-inline-date > .form-item,
.container-inline-date .form-item, .container-inline-date .form-item input {
  display: block;
  width: 100%; }

/* ==========================================================================
	Slider
========================================================================== */
.slider {
  background: #eeeeee;
  margin-bottom: 1.57143em; }
  .slider .controls {
    display: none; }
    @media (min-width: 48em) {
      .slider .controls {
        display: block;
        font-size: 1.71429em;
        line-height: 1.375em;
        position: absolute;
        top: 170px;
        right: 0;
        left: 0;
        z-index: 50; } }
  .slider .flex-direction-nav {
    padding: 0;
    list-style: none;
    font-style: normal;
    text-indent: -9999px; }
  .slider .flex-next, .slider .flex-prev {
    color: #667273;
    text-decoration: none; }
    .slider .flex-next:after, .slider .flex-prev:after {
      display: block;
      content: "\f061";
      font-family: "FontAwesome";
      background: #eeeeee;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 4px 0 0 4px;
      text-indent: 0;
      padding-top: 8px;
      position: absolute;
      top: 0;
      right: 0; }
    .slider .flex-next:hover, .slider .flex-prev:hover {
      color: #0083d6; }
  @media (min-width: 64em) {
    .slider .flex-prev:after {
      display: block;
      content: "\f060";
      right: auto;
      left: 0; } }

.slide {
  height: 308px;
  overflow: hidden;
  background-position: right 3.92857em;
  background-repeat: no-repeat;
  background-size: auto 85%;
  padding-top: 1.57143em; }
  @media (min-width: 48em) {
    .slide {
      height: 396px;
      background-position: right top;
      background-size: auto;
      padding-top: 0; } }

.slideText {
  height: 308px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(20%, #eeeeee), color-stop(100%, rgba(238, 238, 238, 0)));
  background-image: -moz-linear-gradient(left, #eeeeee 20%, rgba(238, 238, 238, 0));
  background-image: -webkit-linear-gradient(left, #eeeeee 20%, rgba(238, 238, 238, 0));
  background-image: linear-gradient(to right, #eeeeee 20%, rgba(238, 238, 238, 0));
  padding: 0 35% 0 15px; }
  @media (min-width: 48em) {
    .slideText {
      height: 396px;
      padding: 0 37% 0 40px; } }
  @media (min-width: 64em) {
    .slideText {
      padding-left: 60px; } }

.slideTitle {
  margin: 0 auto 1.22222em;
  font-family: "proxima-nova", sans-serif; }
  @media (min-width: 48em) {
    .slideTitle {
      padding-top: 2.44444em; } }

.slideName {
  display: inline-block;
  font-size: 0.78571em;
  line-height: 2em;
  background: #f7a81b;
  border-radius: 4px;
  padding: 0.5em 10px;
  margin-bottom: 1em; }
  @media (min-width: 48em) {
    .slideName {
      font-size: 1.14286em;
      line-height: 1.375em;
      padding: 0.34375em 10px;
      margin-bottom: 0.6875em; } }

.slideQuote {
  font-family: "museo-slab", serif;
  font-size: 1.28571em;
  line-height: 1.22222em;
  text-shadow: 1px 1px 2px rgba(238, 238, 238, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 48em) {
    .slideQuote {
      font-size: 2.28571em;
      line-height: 1.375em;
      margin-bottom: 0.6875em; } }

.slideLink {
  text-transform: uppercase;
  font-weight: 600;
  color: #0083d6;
  text-shadow: 1px 1px 2px rgba(238, 238, 238, 0.5); }

/* ==========================================================================
	Quicklinks Bar
========================================================================== */
.quicklinks {
  list-style: none;
  font-style: normal;
  background: #043349;
  border-radius: 4px;
  padding: 1.57143em 30px;
  width: 65%;
  margin: 0 auto 1.57143em;
  zoom: 1; }
  .quicklinks:before, .quicklinks:after {
    content: "";
    display: table; }
  .quicklinks:after {
    clear: both; }
  @media (min-width: 48em) {
    .quicklinks {
      width: auto;
      padding: 1.57143em 20px; } }
  @media (min-width: 64em) {
    .quicklinks {
      width: 70%; } }
  .quicklinks li {
    font-size: 0.85714em;
    line-height: 1.83333em; }
    @media (min-width: 48em) {
      .quicklinks li {
        display: inline-block;
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%;
        font-size: 1em;
        line-height: 1.57143em;
        text-align: center; }
        .quicklinks li:last-child {
          width: 22.85714%;
          float: right;
          margin-right: 0; } }
    @media (min-width: 64em) {
      .quicklinks li {
        text-align: left;
        font-size: 0.92857em;
        line-height: 1.69231em;
        float: none;
        width: auto;
        padding-left: 10px; }
        .quicklinks li:last-child {
          float: none;
          width: auto; } }
  .quicklinks a {
    display: inline-block;
    color: #afccd6;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.45833em 0 0.45833em 30px;
    position: relative; }
    @media (min-width: 48em) {
      .quicklinks a {
        color: #fff;
        padding: 0.91667em 0 0.91667em; } }
    @media (min-width: 64em) {
      .quicklinks a {
        padding: 0 0 0 30px; } }
    .quicklinks a:before {
      color: #fff;
      content: "\f05a";
      font-family: "FontAwesome";
      font-size: 1.71429em;
      line-height: 1.375em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease;
      position: absolute;
      top: 1px;
      left: 0; }
      @media (min-width: 48em) {
        .quicklinks a:before {
          position: relative;
          display: block;
          font-size: 3em;
          line-height: 1.30952em; } }
      @media (min-width: 64em) {
        .quicklinks a:before {
          font-size: 24px;
          position: absolute;
          top: -6px; } }
    .quicklinks a:hover {
      color: #afccd6; }
      .quicklinks a:hover:before {
        color: #afccd6; }
  .quicklinks .apply a:before {
    content: "\f090"; }
  .quicklinks .pay a:before {
    content: "\f155";
    left: 4px; }
  .quicklinks .visit a:before {
    content: "\f041";
    left: 4px; }
  .quicklinks .chat a:before {
    content: "\f086"; }

.col-4 .quicklinks {
  width: 100%; }
  @media (min-width: 64em) {
    .col-4 .quicklinks li {
      display: block;
      font-size: 0.85714em;
      line-height: 1.83333em; }
    .col-4 .quicklinks a {
      padding: 0.45833em 0 0.45833em 30px; }
      .col-4 .quicklinks a:before {
        position: absolute;
        top: 1px;
        left: 0; } }

/* ==========================================================================
	Course Listing
========================================================================== */
.course {
  margin-bottom: 1.57143em;
  padding: 0 15px;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.5em;
  border-color: #909d9d;
  zoom: 1; }
  .course:before, .course:after {
    content: "";
    display: table; }
  .course:after {
    clear: both; }

.courseTitle {
  font-size: 1.57143em;
  line-height: 1.5em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  color: #4e5758;
  margin: 0.25em auto 0.25em; }

.courseDetails {
  font-weight: 600;
  margin: 0 auto 0.39286em;
  padding: 0;
  list-style: none;
  font-style: normal; }
  .courseDetails span {
    color: #e5562f; }
  .courseDetails li {
    display: inline-block;
    margin-right: 15px; }

.orRow td {
  padding: 0 25px;
  font-weight: 600; }

.totalRow td {
  font-weight: 600; }

.noSections {
  color: #e5562f;
  font-weight: 600;
  display: none; }

/* ==========================================================================
	Social Bar
========================================================================== */
.socialBar {
  background: #eeeeee;
  margin-bottom: 1.57143em;
  padding: 3.92857em 15px 0.78571em;
  overflow: hidden; }
  @media (min-width: 48em) {
    .socialBar {
      padding: 3.92857em 40px 0.78571em; } }
  @media (min-width: 64em) {
    .socialBar .container {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
      .socialBar .container:after {
        content: " ";
        display: block;
        clear: both; } }
  .socialBar a {
    color: #0083d6;
    text-decoration: none; }
    .socialBar a:hover {
      color: #70c8ff; }

.socialTitle {
  font-size: 1.71429em;
  line-height: 1.375em;
  font-family: "museo-slab", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.91667em; }
  @media (min-width: 48em) {
    .socialTitle {
      position: relative;
      left: 70px; } }
  .socialTitle a {
    color: #0083d6;
    text-decoration: none; }
    .socialTitle a:hover {
      color: #70c8ff;
      text-decoration: underline; }

.socialIcons {
  list-style: none;
  padding: 0;
  font-style: normal;
  float: left; }
  @media (min-width: 48em) {
    .socialIcons {
      position: relative;
      top: -50px; } }
  .socialIcons li {
    text-indent: -9999px;
    position: relative;
    height: 40px; }
  .socialIcons a {
    color: #eeeeee;
    text-decoration: none; }
    .socialIcons a:before {
      text-indent: 0;
      display: block;
      width: 32px;
      height: 32px;
      background: #b9c1c1;
      border-radius: 50%;
      content: "\f099";
      font-family: "FontAwesome";
      font-size: 1.28571em;
      line-height: 1.22222em;
      text-align: center;
      padding-top: 5px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border: 2px solid #eeeeee;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -moz-transition: background 0.2s ease;
      -o-transition: background 0.2s ease;
      -webkit-transition: background 0.2s ease;
      transition: background 0.2s ease; }
    .socialIcons a:hover {
      color: #eeeeee; }
      .socialIcons a:hover:before {
        background: #70c8ff; }
  .socialIcons .twitter a:before {
    background: #0083d6; }
  .socialIcons .twitter:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 8px solid #0083d6;
    border-bottom: 9px solid transparent;
    position: absolute;
    top: 7px;
    left: 30px;
    z-index: 0; }
  .socialIcons .facebook a:before {
    content: "\f09a"; }
  .socialIcons .youtube a:before {
    content: "\f167"; }

.socialContent {
  padding-left: 50px; }
  @media (min-width: 48em) {
    .socialContent {
      padding-left: 70px; } }

.socialTime {
  color: #909d9d;
  font-family: "museo-slab", serif;
  font-size: 0.85714em;
  line-height: 1.83333em;
  text-transform: uppercase;
  margin-bottom: 0.91667em; }

.socialTweet {
  font-size: 1.28571em;
  line-height: 1.22222em;
  margin-bottom: 0.61111em; }
  @media (min-width: 48em) {
    .socialTweet {
      font-size: 1.42857em;
      line-height: 1.65em;
      margin-bottom: 0.55em; } }

.twitterTools {
  font-style: normal;
  list-style: none;
  padding: 0;
  zoom: 1; }
  .twitterTools:before, .twitterTools:after {
    content: "";
    display: table; }
  .twitterTools:after {
    clear: both; }
  @media (min-width: 48em) {
    .twitterTools {
      position: absolute;
      top: 0;
      right: 0; } }
  .twitterTools li {
    float: left;
    margin-right: 5px; }
  .twitterTools .icon {
    display: block;
    text-indent: -9999px;
    position: relative;
    width: 32px;
    height: 32px; }
    .twitterTools .icon a:before {
      text-indent: 0;
      display: block;
      width: 32px;
      height: 32px;
      content: "\f064";
      font-family: "FontAwesome";
      font-size: 1.14286em;
      line-height: 1.375em;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 12px;
      left: 0; }
  .twitterTools .retweet a:before {
    content: "\f079"; }
  .twitterTools .favorite a:before {
    content: "\f005"; }

/* ==========================================================================
	Date Lists
========================================================================== */
.datelist {
  padding: 0.78571em 20px;
  margin-bottom: 1.57143em;
  position: relative; }
  .datelist a {
    text-decoration: none; }
    .datelist a:hover {
      text-decoration: underline; }

.d-blue {
  background: #edf4f8;
  border-radius: 3px; }

.dateTitle {
  font-size: 1.14286em;
  line-height: 1.375em;
  font-family: "proxima-nova", sans-serif;
  color: #4e5758;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1.22222em auto 0.64706em;
  position: relative;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 0.71429em;
  border-color: #abb5b5;
  padding-right: 90px; }
  .dateTitle .button {
    font-size: 0.76471em;
    line-height: 1.69231em;
    margin: 0;
    letter-spacing: 0;
    position: absolute;
    top: -8px;
    right: 0; }
    .dateTitle .button:hover {
      text-decoration: none; }

.newsList dt {
  font-weight: 600;
  text-transform: uppercase;
  color: #909d9d;
  font-size: 0.85714em;
  line-height: 1.83333em; }
.newsList dd {
  margin: 0 auto 0.6875em;
  font-size: 1.14286em;
  line-height: 1.375em; }

.eventList dt {
  font-size: 1.14286em;
  line-height: 1.375em; }
.eventList dd {
  margin: 0 auto 0.6875em;
  color: #909d9d;
  font-size: 0.85714em;
  line-height: 1.83333em; }

.importantDateList dt {
  font-size: 0.857em;
  font-weight: 600;
  text-transform: uppercase;
  color: #909d9d;
  display: block;
  width: 90px;
  float: left; }
.importantDateList dd {
  margin: 8px auto 0;
  font-size: 0.857em;
  line-height: 1.1;
  color: #105e9f;
  padding: 3px 0 9px 90px;
  border-bottom: 1px solid #b9c1c1; }

/* ==========================================================================
	Internal Navigation Bar & Share Tools
========================================================================== */
.navBar {
  background: #eeeeee;
  margin: 0 auto 5.5em;
  padding: 0.78571em 10px;
  position: relative;
  min-height: 55px;
  zoom: 1; }
  .navBar:before, .navBar:after {
    content: "";
    display: table; }
  .navBar:after {
    clear: both; }
  @media (min-width: 48em) {
    .navBar {
      margin: 0 auto 2.35714em; } }

.navbarTitle {
  font-size: 0.92857em;
  line-height: 1.69231em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin: 0 auto; }
  .navbarTitle a {
    display: block;
    border: 2px solid #0083d6;
    border-radius: 4px;
    color: #0083d6;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.39286em 20px;
    -moz-transition: border-color 0.2s ease, color 0.2s ease;
    -o-transition: border-color 0.2s ease, color 0.2s ease;
    -webkit-transition: border-color 0.2s ease, color 0.2s ease;
    transition: border-color 0.2s ease, color 0.2s ease;
    position: relative; }
    .navbarTitle a:hover {
      border-color: #3db4ff;
      color: #3db4ff; }
    .navbarTitle a:after {
      content: "\f0c9";
      font-family: "FontAwesome";
      font-size: 1.38462em;
      line-height: 1.22222em;
      position: absolute;
      top: 5px;
      right: 7px; }
    .navbarTitle a.open {
      background: #fff; }
  @media (min-width: 48em) {
    .navbarTitle {
      width: 300px;
      float: left; } }

.sectionNav {
  display: none;
  margin: 0;
  padding: 1.57143em 30px;
  list-style: none;
  font-style: normal;
  background: #fff;
  border: 2px solid #0083d6;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 35px;
  left: 1px;
  right: 1px;
  z-index: 100; }
  @media (min-width: 48em) {
    .sectionNav {
      max-width: 298px; } }
  .sectionNav a {
    display: block;
    padding: 0.39286em;
    text-decoration: none;
    position: relative; }
    .sectionNav a:hover {
      color: #043349; }
      .sectionNav a:hover:before {
        content: "\f061";
        font-family: "FontAwesome";
        font-size: 0.71429em;
        line-height: 2.2em;
        position: absolute;
        top: 5px;
        left: -10px; }

.shareButtons {
  margin: 0;
  padding: 10px;
  list-style: none;
  font-style: normal;
  position: absolute;
  top: 57px;
  left: 0;
  right: 0; }
  @media (min-width: 48em) {
    .shareButtons {
      width: 240px;
      top: -10px;
      left: auto;
      right: 0; } }
  .shareButtons li {
    display: block;
    width: 46%;
    float: left;
    margin-right: 4%; }
  .shareButtons .stButton {
    font-size: 14px;
    margin: 0;
    width: 100%; }
  .shareButtons .stLarge {
    display: block;
    background: #c8c8c8;
    background-image: none !important;
    color: #fff;
    width: 100% !important;
    height: auto !important;
    text-align: center;
    padding: 0.39286em 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    .shareButtons .stLarge:before {
      font-family: "FontAwesome";
      font-size: 1.14286em;
      line-height: 1.375em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 5px; }
    .shareButtons .stLarge:hover {
      background: #3db4ff; }
  .shareButtons .like .stLarge:before {
    content: "\f164"; }
  .shareButtons .like .stLarge:after {
    content: "Share"; }
  .shareButtons .tweet .stLarge:before {
    content: "\f099"; }
  .shareButtons .tweet .stLarge:after {
    content: "Tweet"; }

ul li.expanded, ul li.collapsed, ul li.leaf {
  list-style-image: none;
  list-style-type: none;
  padding: 0; }

/* ==========================================================================
	Breadcrumbs
========================================================================== */
.breadcrumbs {
  display: none;
  background: #043349;
  padding: 0.78571em 15px; }
  @media (min-width: 48em) {
    .breadcrumbs {
      display: block; } }
  @media (min-width: 64em) {
    .breadcrumbs {
      margin-bottom: 1.57143em; } }
  .breadcrumbs ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-style: normal;
    max-width: 960px; }
  .breadcrumbs li {
    display: inline;
    margin: 0;
    font-size: 0.78571em;
    line-height: 1em;
    color: #909d9d; }
    .breadcrumbs li:after {
      content: "/";
      padding: 0 3px 0 5px; }
    .breadcrumbs li a {
      color: #fff;
      text-decoration: none; }
      .breadcrumbs li a:hover {
        text-decoration: underline; }
  .breadcrumbs .active a {
    color: #909d9d; }
  .breadcrumbs .active:after {
    display: none; }
  .breadcrumbs.b-gray {
    background: #eeeeee; }
    .breadcrumbs.b-gray li a {
      color: #0e5088;
      font-weight: 600; }
    .breadcrumbs.b-gray .active a {
      color: #909d9d;
      font-weight: 400; }
  .breadcrumbs.b-dkgray {
    background: #4e5758; }
  .breadcrumbs.b-green {
    background: #0d7267; }
  .breadcrumbs.b-ltblue {
    background: #0e5088; }
    .breadcrumbs.b-ltblue li a {
      color: #fff;
      font-weight: 600; }
    .breadcrumbs.b-ltblue .active a {
      color: #909d9d;
      font-weight: 400; }
  .breadcrumbs.b-dimblue {
    background: #1e485c; }
    .breadcrumbs.b-dimblue li a {
      color: #fff;
      font-weight: 600; }
    .breadcrumbs.b-dimblue .active a {
      color: #909d9d;
      font-weight: 400; }
  .breadcrumbs.b-yellow {
    background: #f7a81b; }
    .breadcrumbs.b-yellow .active a {
      color: #4e5758; }
  .breadcrumbs.b-orange {
    background: #e5562f; }
    .breadcrumbs.b-orange li {
      color: #043349; }
    .breadcrumbs.b-orange .active a {
      color: #043349; }

.siteNavigation .breadcrumbs {
  display: block; }

/* ==========================================================================
	Image captions
========================================================================== */
.contentImage {
  position: relative;
  margin: 0 auto 1.57143em; }
  .contentImage img {
    border: none;
    margin: 0;
    width: 100%;
    border-radius: 4px; }
  .contentImage figcaption {
    background: #fff;
    padding: 1.57143em 20px;
    border-radius: 4px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px; }
    .contentImage figcaption h2 {
      margin: 0 auto;
      color: #0e5088;
      font-family: "museo-slab", serif;
      text-transform: none;
      padding-right: 135px; }
    .contentImage figcaption .button {
      position: absolute;
      right: 10px;
      bottom: 10px; }

/* ==========================================================================
	Instagram Photo Bar
========================================================================== */
.photoBar {
  width: 100%;
  height: 264px;
  overflow: hidden;
  background: #043349; }
  @media (min-width: 64em) {
    .photoBar {
      height: 319px; } }

.photoList {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-style: normal;
  width: 1914px;
  zoom: 1; }
  .photoList:before, .photoList:after {
    content: "";
    display: table; }
  .photoList:after {
    clear: both; }
  .photoList li {
    display: block;
    float: left;
    width: 264px;
    height: 264px;
    overflow: hidden;
    position: relative; }
    @media (min-width: 64em) {
      .photoList li {
        height: 319px;
        width: 319px; } }
    .photoList li:hover .photoDesc {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .photoList img {
    position: relative;
    z-index: 0; }

.photoDesc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #e5562f;
  background: rgba(229, 86, 47, 0.8);
  padding: 4.71429em 20px 0;
  color: #fff;
  font-size: 1.28571em;
  line-height: 1.22222em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.photoTime {
  display: block;
  font-size: 0.72222em;
  line-height: 1.69231em;
  font-family: "museo-slab", serif;
  text-transform: uppercase;
  color: #043349; }

/* ==========================================================================
	Stats
========================================================================== */
.stat {
  text-align: center;
  margin-bottom: 1.57143em; }

/* ==========================================================================
	Event Features
========================================================================== */
.eventFeature {
  padding-left: 130px;
  margin-bottom: 1.57143em; }
  .eventFeature img {
    float: left;
    margin-left: -130px; }
  .eventFeature p {
    margin: 0 auto; }

.efDate {
  font-weight: 600;
  text-transform: uppercase;
  color: #909d9d;
  font-size: 0.85714em;
  line-height: 1.83333em;
  margin-bottom: 0; }

.efTitle {
  font-size: 1.42857em;
  line-height: 1.65em;
  margin-bottom: 0; }
  .efTitle a {
    text-decoration: none; }
    .efTitle a:hover {
      text-decoration: underline; }

/* ==========================================================================
	Contact Card
========================================================================== */
.contactCard {
  padding-left: 90px;
  zoom: 1;
  margin-bottom: 1.57143em; }
  .contactCard:before, .contactCard:after {
    content: "";
    display: table; }
  .contactCard:after {
    clear: both; }
  .contactCard img {
    float: left;
    margin-left: -90px;
    max-width: 80px;
    height: auto; }

.contactTitle {
  font-weight: 600;
  font-size: 1.14286em;
  line-height: 1.375em; }

/* ==========================================================================
	Category Lists
========================================================================== */
.categories {
  clear: both;
  background: #eeeeee;
  margin: 4.71429em auto 3.14286em;
  border-radius: 4px;
  padding: 1px 30px;
  clear: both; }
  @media (min-width: 48em) {
    .categories {
      margin: 4.71429em -70px 3.14286em;
      padding: 1px 40px; } }
  @media (min-width: 64em) {
    .categories {
      margin: 4.71429em 0 3.14286em;
      padding: 1px 90px; } }
  .categories .quicklinks {
    position: relative;
    top: -3.14286em; }
    @media (min-width: 64em) {
      .categories .quicklinks {
        width: 85%;
        top: -2.35714em;
        margin-bottom: 4.71429em; } }
  .categories > h1 {
    margin-top: -1.57143em;
    text-align: center;
    clear: both; }

.category {
  margin-bottom: 1.57143em; }
  @media (min-width: 48em) {
    .category {
      padding-left: 240px; } }
  @media (min-width: 64em) {
    .category {
      padding-left: 250px; } }
  .category a {
    text-decoration: none; }
    .category a:hover {
      text-decoration: underline; }
      .category a:hover img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
  .category h3 a {
    color: #0e5088;
    text-decoration: underline; }
    .category h3 a:hover {
      color: #439eec;
      text-decoration: none; }
  .category img {
    margin: 0 0 1.57143em;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    @media (min-width: 48em) {
      .category img {
        margin-left: -240px;
        float: left; } }
    @media (min-width: 64em) {
      .category img {
        margin-left: -250px; } }
  .category p {
    margin-bottom: 0; }

.cat_group {
  margin-bottom: 3.14286em; }

/* ==========================================================================
	Course Search Form
========================================================================== */
.courseSearch {
  border: 2px solid #eeeeee;
  border-radius: 4px;
  padding: 1.57143em;
  margin-bottom: 1.57143em; }
  @media (min-width: 64em) {
    .courseSearch {
      padding: 2.35714em 80px;
      position: relative;
      margin-bottom: 3.14286em; } }
  .courseSearch .webform-component-textfield label {
    font-size: 1.28571em;
    line-height: 1.22222em;
    color: #0d7267;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.78571em 0; }
    @media (min-width: 64em) {
      .courseSearch .webform-component-textfield label {
        width: 170px;
        float: left; } }
  .courseSearch .form-text {
    margin-bottom: 0; }
    @media (min-width: 64em) {
      .courseSearch .form-text {
        width: 480px;
        float: left; } }
  .courseSearch .webform-component-radios {
    width: 500px;
    margin: 0 auto;
    zoom: 1; }
    .courseSearch .webform-component-radios:before, .courseSearch .webform-component-radios:after {
      content: "";
      display: table; }
    .courseSearch .webform-component-radios:after {
      clear: both; }
  .courseSearch .form-type-radio {
    width: 28%;
    float: left;
    margin-left: 3%	}
  .courseSearch .form-actions {
    margin-bottom: 0; }
    @media (min-width: 64em) {
      .courseSearch .form-actions {
        position: absolute;
        right: 80px;
        top: 33px; } }

.advanced-academic-search,
.advanced-training-search {
  display: block;
  font-size: 0.78571em;
  line-height: 2em;
  text-decoration: none; }
  .advanced-academic-search:hover,
  .advanced-training-search:hover {
    text-decoration: underline; }

/* ==========================================================================
	Search Results
========================================================================== */
.gsc-control-cse, .gsc-control-cse * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .gsc-control-cse td, .gsc-control-cse * td {
    padding: 4px 8px; }
  .gsc-control-cse img, .gsc-control-cse * img {
    max-width: none; }
  .gsc-control-cse table, .gsc-control-cse * table {
    margin-bottom: 0; }

/* ==========================================================================
	Alert message
========================================================================== */
.alertBanner {
  background: #afccd6;
  padding: 1.57143em 10px; }
  .alertBanner .content {
    margin-bottom: 0;
    padding: 21px 20px;
    border: 1px solid #909d9d;
    border-radius: 5px; }
    @media (min-width: 48em) {
      .alertBanner .content {
        padding-right: 190px; } }
  .alertBanner h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 1.71429em;
    line-height: 1.375em; }
  .alertBanner a {
    color: #0e5088; }
    .alertBanner a:hover {
      color: #1886e4; }

a.alertClose {
  text-decoration: none; }
  @media (min-width: 48em) {
    a.alertClose {
      color: #fff;
      background: #043349;
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 1.28571em;
      line-height: 1.22222em;
      padding: 22px;
      text-align: center;
      text-transform: uppercase;
      border-radius: 5px;
      -moz-transition: background 0.2s ease;
      -o-transition: background 0.2s ease;
      -webkit-transition: background 0.2s ease;
      transition: background 0.2s ease; }
      a.alertClose i {
        display: block;
        font-size: 2.33333em;
        line-height: 0.52381em;
        margin-bottom: 16px; } }
  a.alertClose:hover {
    text-decoration: underline; }
    @media (min-width: 48em) {
      a.alertClose:hover {
        color: #fff;
        text-decoration: none;
        background: #086692; } }

/* ==========================================================================
	Footer
========================================================================== */
.siteFooter {
  background: #043349;
  color: #fff;
  padding: 1.57143em 10px; }
  @media (min-width: 64em) {
    .siteFooter {
      padding-bottom: 80px; } }

.footerLinks {
  border: 1px solid #4e5758;
  border-radius: 5px;
  padding: 3.14286em 30px 0;
  margin-bottom: 1.57143em;
  position: relative; }
  @media (min-width: 48em) {
    .footerLinks {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3.14286em; }
      .footerLinks:after {
        content: " ";
        display: block;
        clear: both; }
      .footerLinks .col-med {
        width: 48.57143%;
        float: left;
        margin-right: 2.85714%;
        padding-left: 100px; }
        .footerLinks .col-med.last {
          width: 48.57143%;
          float: right;
          margin-right: 0; } }
  @media (min-width: 64em) {
    .footerLinks {
      padding: 3.14286em 40px 0; }
      .footerLinks .col-med, .footerLinks .col-med.last {
        float: none;
        width: auto;
        margin: 0;
        padding: 0; }
      .footerLinks .col-lg {
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%; }
        .footerLinks .col-lg.last {
          width: 22.85714%;
          float: right;
          margin-right: 0; } }
  .footerLinks:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background: url(/images/footericon.png) no-repeat 0 0;
    background-image: url(/images/footericon.svg), none;
    text-indent: -9999px;
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -27px; }
  .footerLinks a {
    color: #afccd6;
    text-decoration: none; }
    .footerLinks a:hover {
      color: #fff;
      text-decoration: underline; }
    .footerLinks a.active, .footerLinks a.active-trail {
      color: #afccd6; }
      .footerLinks a.active:hover, .footerLinks a.active-trail:hover {
        color: #fff; }

.footerTitle {
  color: #f7a81b;
  font-size: 0.92857em;
  line-height: 1.69231em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto; }

.footerList {
  font-size: 0.92857em;
  line-height: 1.69231em;
  margin: 0 auto 1.69231em;
  padding: 0;
  list-style: none;
  font-style: normal; }
  @media (min-width: 48em) {
    .footerList {
      font-size: 1em;
      line-height: 1.57143em; } }

.footerSocial {
  list-style: none;
  padding: 0;
  font-style: normal;
  margin: 0.78571em auto 1.57143em; }
  .footerSocial li {
    display: inline; }
  .footerSocial a {
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    height: 33px;
    width: 40px;
    color: #043349;
    text-decoration: none; }
    .footerSocial a:before {
      text-indent: 0;
      display: block;
      width: 32px;
      height: 32px;
      background-color: #afccd6;
      border-radius: 50%;
      content: "\f099";
      font-family: "FontAwesome";
      font-size: 1.28571em;
      line-height: 1.22222em;
      text-align: center;
      padding-top: 6px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -moz-transform: background-color 0.2s ease;
      -ms-transform: background-color 0.2s ease;
      -webkit-transform: background-color 0.2s ease;
      transform: background-color 0.2s ease; }
    .footerSocial a:hover {
      color: #043349; }
      .footerSocial a:hover:before {
        background-color: #fff; }
  .footerSocial .facebook:before {
    content: "\f09a"; }
  .footerSocial .instagram:before {
    content: "\f16d"; }
  .footerSocial .youtube:before {
    content: "\f167"; }

.copyright {
  padding: 0 30px;
  position: relative; }

.footerLogo a {
  display: block;
  width: 172px;
  height: 44px;
  background: url(/images/footerlogo.png) no-repeat 0 0;
  background-image: url(/images/footerlogo.svg), none;
  text-indent: -9999px;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  @media (min-width: 48em) {
    .footerLogo a {
      width: 112px;
      height: 88px;
      background: url(/images/footerlogo-med.png) no-repeat 0 0;
      background-image: url(/images/footerlogo-med.svg), none;
      margin: 0 auto; } }
  @media (min-width: 64em) {
    .footerLogo a {
      width: 200px;
      height: 43px;
      background: url(/images/footerlogo-lg.png) no-repeat 0 0;
      background-image: url(/images/footerlogo-lg.svg), none; } }
  .footerLogo a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

a.cyberwoven {
  color: #fff;
  text-decoration: none; }
  a.cyberwoven:hover {
    color: #afccd6;
    text-decoration: underline; }

.footerText {
  font-size: 0.92857em;
  line-height: 1.69231em; }
  @media (min-width: 48em) {
    .footerText {
      position: absolute;
      top: 44px;
      left: 60px; }
      .footerText.right {
        left: auto;
        right: 30px; } }
  @media (min-width: 64em) {
    .footerText {
      top: 11px;
      left: 40px; }
      .footerText.right {
        left: auto;
        right: 40px; } }

/* ==========================================================================
	Header
========================================================================== */
.siteHeader {
  position: relative;
  background: #fff; }
  @media (min-width: 48em) {
    .siteHeader {
      height: 110px;
      background: rgba(255, 255, 255, 0.8);
      padding: 0 20px 0 30px; } }
  @media (min-width: 64em) {
    .siteHeader {
      height: 198px;
      padding: 20px 0 0;
      z-index: 1000; } }

.logo {
  font-size: 1em;
  line-height: 1.57143em;
  padding: 1.57143em 0;
  margin-bottom: 0; }
  .logo a {
    display: block;
    width: 180px;
    height: 44px;
    background: url(/images/logo.png) no-repeat 0 center;
    background-image: url(/images/logo.svg), none;
    background-size: 180px 39px;
    text-indent: -9999px;
    margin: 0 auto;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    @media (min-width: 48em) {
      .logo a {
        width: 209px;
        height: 55px;
        background-size: 209px 45px;
        margin: 0; } }
    @media (min-width: 64em) {
      .logo a {
        width: 251px;
        height: 55px;
        background-size: auto;
        position: relative;
        z-index: 10005; } }
    .logo a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }

@media (min-width: 48em) {
  .headerButtons {
    width: 260px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 3; } }
@media (min-width: 64em) {
  .headerButtons {
    width: 200px;
    top: 34px;
    z-index: 10003; } }
.headerButtons.pushBack {
  z-index: 3; }
.headerButtons a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 1.57143em 0;
  width: 50%;
  position: relative;
  zoom: 1; }
  .headerButtons a:before, .headerButtons a:after {
    content: "";
    display: table; }
  .headerButtons a:after {
    clear: both; }
  @media (min-width: 48em) {
    .headerButtons a {
      width: auto;
      padding: 1.57143em 20px;
      border-radius: 4px; } }
.headerButtons .giveLink {
  background: #e5562f;
  float: left; }
  @media (min-width: 64em) {
    .headerButtons .giveLink {
      padding: 0.78571em 20px;
      -moz-transition: background 0.2s ease;
      -o-transition: background 0.2s ease;
      -webkit-transition: background 0.2s ease;
      transition: background 0.2s ease; }
      .headerButtons .giveLink:hover {
        background: #fe8d3f; } }
.headerButtons .menuToggle {
  background: #0083d6;
  float: right; }
  .headerButtons .menuToggle:after {
    display: block;
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 2.57143em;
    line-height: 1.22222em;
    position: absolute;
    top: 12px;
    right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 48em) {
    .headerButtons .menuToggle {
      padding: 1.57143em 65px 1.57143em 20px; } }
  @media (min-width: 64em) {
    .headerButtons .menuToggle {
      display: none; } }
.headerButtons .searchToggle {
  display: none; }
  @media (min-width: 64em) {
    .headerButtons .searchToggle {
      display: block;
      width: 40px;
      height: 40px;
      background: url(/images/icon-search.png) no-repeat 0 0;
      background-image: url(/images/icon-search.svg), none;
      text-align: left;
      font-size: 1px;
      padding: 0;
      -moz-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      position: absolute;
      top: 1px;
      right: 15px; }
      .headerButtons .searchToggle:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; } }

.siteNavigation {
  display: none;
  background: #fff;
  width: 310px;
  position: absolute;
  top: 88px;
  right: -390px;
  z-index: 10000; }
  @media (min-width: 48em) {
    .siteNavigation {
      width: 390px;
      right: -370px;
      top: 20px;
      border-radius: 4px; } }
  @media (min-width: 64em) {
    .siteNavigation {
      display: block !important;
      background: #0083d6;
      border-radius: 0;
      width: auto;
      top: 125px;
      right: 0 !important;
      left: 0; } }
  @media (min-width: 64em) {
    .siteNavigation .breadcrumbs {
      display: none; } }

.menuClose {
  display: block;
  background: #0e5088;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  padding: 1.57143em 55px 1.57143em 15px;
  position: relative; }
  .menuClose:after {
    display: block;
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 2.57143em;
    line-height: 1.22222em;
    position: absolute;
    top: 9px;
    right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .menuClose:hover {
    color: #fff; }
  @media (min-width: 64em) {
    .menuClose {
      display: none; } }

.siteSearch {
  background: #eeeeee;
  padding: 0.78571em 15px;
  position: relative; }
  @media (min-width: 64em) {
    .siteSearch {
      display: none;
      background: transparent;
      padding: 0;
      position: absolute;
      top: -75px;
      right: 0;
      left: 0;
      text-align: right;
      z-index: 10004; } }
  @media (min-width: 64em) {
    .siteSearch .container form {
      width: 580px;
      position: absolute;
      top: 0;
      right: 10px; } }
  .siteSearch label {
    font-family: "museo-slab", serif;
    text-transform: uppercase; }
    @media (min-width: 64em) {
      .siteSearch label {
        display: none; } }
  .siteSearch .form-text {
    padding-right: 40px;
    margin-bottom: 0; }
    @media (min-width: 64em) {
      .siteSearch .form-text {
        width: 580px;
        padding: 1.17857em 20px 1.17857em 50px; } }
  .siteSearch .form-submit {
    border: 0;
    width: 40px;
    height: 40px;
    background: url(/images/icon-search.png) no-repeat 0 0;
    background-image: url(/images/icon-search.svg), none;
    text-indent: -9999px;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: absolute;
    top: 25px;
    right: 5px; }
    @media (min-width: 64em) {
      .siteSearch .form-submit {
        top: 5px;
        left: 5px;
        margin: 0; } }
    .siteSearch .form-submit:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
  .siteSearch .closeSearch {
    display: none; }
    @media (min-width: 64em) {
      .siteSearch .closeSearch {
        display: block;
        color: #4e5758;
        text-decoration: none !important;
        -moz-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
        .siteSearch .closeSearch:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
          opacity: 0.75; } }
    @media (min-width: 64em) {
      .siteSearch .closeSearch:after {
        display: block;
        content: "\f00d";
        font-family: "FontAwesome";
        font-size: 1.14286em;
        line-height: 1.375em;
        position: absolute;
        top: 5px;
        right: 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; } }

.navSocial {
  background: #043349;
  padding: 2.35714em 15px 0.78571em; }
  @media (min-width: 64em) {
    .navSocial {
      display: none; } }

.cover {
  display: none;
  position: absolute;
  top: 88px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #4e5758;
  background: rgba(78, 87, 88, 0.8);
  z-index: 9999; }
  @media (min-width: 48em) {
    .cover {
      top: 0; } }
  @media (min-width: 64em) {
    .cover {
      display: none !important; } }

#admin-menu, #admin-menu .dropdown {
  z-index: 99999;
  font-style: normal; }

.tabs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000; }

/* ==========================================================================
	Main Navigation
========================================================================== */
.mainNavigation > ul {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  font-style: normal; }
  @media (min-width: 64em) {
    .mainNavigation > ul {
      width: 960px;
      margin: 0 auto;
      padding: 0.39286em 0 0.55em; } }
  .mainNavigation > ul ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal; }
  .mainNavigation > ul a {
    display: block;
    color: #0e5088;
    font-family: "museo-slab", serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.78571em 35px 0.78571em 5px;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    @media (min-width: 64em) {
      .mainNavigation > ul a {
        color: #fff;
        font-size: 1.14286em;
        line-height: 1.375em;
        padding: 0.9625em 10px;
        font-weight: 400;
        border-radius: 3px; } }
  .mainNavigation > ul > li {
    border-bottom: 1px solid #c6cdcd;
    position: relative; }
    @media (min-width: 64em) {
      .mainNavigation > ul > li {
        display: inline-block;
        border: none;
        position: static; }
        .mainNavigation > ul > li > a {
          position: relative;
          padding: 0.9625em 15px; }
          .mainNavigation > ul > li > a:after {
            display: block;
            content: "";
            width: 0;
            height: 0;
            border-left: 30px solid transparent;
            border-right: 30px solid transparent;
            border-top: 28px solid transparent;
            border-radius: 3px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -30px;
            z-index: 1; }
            .noDropdown .mainNavigation > ul > li > a:after {
              display: none; }
        .mainNavigation > ul > li.active > a {
          background: #2eaeff; }
        .mainNavigation > ul > li:hover > a {
          background: #f7a81b; }
          .mainNavigation > ul > li:hover > a:after {
            -moz-transition: border-color 0.2s ease 0.2s, bottom 0.3s ease 0.2s;
            -o-transition: border-color 0.2s ease 0.2s, bottom 0.3s ease 0.2s;
            -webkit-transition: border-color 0.2s ease, bottom 0.3s ease;
            -webkit-transition-delay: 0.2s, 0.2s;
            transition: border-color 0.2s ease 0.2s, bottom 0.3s ease 0.2s;
            border-top: 28px solid #f7a81b;
            bottom: -26px; }
        .mainNavigation > ul > li:hover > ul {
          display: block !important;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          top: 58px;
          padding: 2.35714em 3.14286em 1.57143em; } }
    .mainNavigation > ul > li > ul {
      display: none; }
      @media (min-width: 64em) {
        .mainNavigation > ul > li > ul {
          display: block !important;
          background: #fff;
          padding: 0 3.14286em 0;
          margin: 0 auto;
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
          border-radius: 0 0 4px 4px;
          width: 960px;
          border-top: 7px solid #0083d6;
          position: absolute;
          top: -3000px;
          right: 0;
          left: 0;
          overflow: hidden;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -moz-transition: opacity 0.3s 0.1, padding 0.4s ease 0.1s;
          -o-transition: opacity 0.3s 0.1, padding 0.4s ease 0.1s;
          -webkit-transition: opacity 0.3s 0.1, padding 0.4s ease;
          -webkit-transition-delay: 0s, 0.1s;
          transition: opacity 0.3s 0.1, padding 0.4s ease 0.1s; }
          .mainNavigation > ul > li > ul a {
            color: #0e5088;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            .mainNavigation > ul > li > ul a:hover {
              color: #0083d6;
              text-decoration: underline; } }
      @media (min-width: 64em) {
        .mainNavigation > ul > li > ul > li {
          width: 33%;
          display: inline-block;
          margin-bottom: 0.39286em;
          vertical-align: top; } }
      .mainNavigation > ul > li > ul > li > a {
        font-size: 0.92857em;
        line-height: 1.69231em;
        text-transform: none;
        padding: 0.39286em 35px 0.39286em 5px; }
        @media (min-width: 64em) {
          .mainNavigation > ul > li > ul > li > a {
            font-size: 1.14286em;
            line-height: 1.375em;
            padding: 0.39286em 25px 0.39286em 0;
            font-family: "museo-slab", serif; } }
      .mainNavigation > ul > li > ul > li.active > a {
        color: #f7a81b;
        position: relative; }
        .mainNavigation > ul > li > ul > li.active > a:before {
          content: "\f0a9";
          font-family: "FontAwesome";
          font-size: 0.85714em;
          line-height: 1.83333em;
          position: absolute;
          top: 7px;
          left: -9px; }
          @media (min-width: 64em) {
            .mainNavigation > ul > li > ul > li.active > a:before {
              top: 3px;
              left: -20px; } }
    @media (min-width: 64em) {
      .mainNavigation > ul > li.learn:hover > .flyout {
        display: block !important;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        top: 58px;
        padding: 2.35714em 1.57143em 1.57143em; } }

.plus {
  position: absolute;
  top: -2px;
  right: -35px; }
  .plus:before {
    display: block;
    width: 25px;
    height: 25px;
    background: #f7a81b;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 1.28571em;
    line-height: 1.22222em;
    padding-top: 3px;
    color: #000;
    text-align: center;
    border-radius: 3px; }
    @media (min-width: 64em) {
      .plus:before {
        display: none; } }
  .plus.plusOpen:before {
    content: "\f106"; }
  @media (min-width: 64em) {
    .plus {
      display: none !important; } }

@media (min-width: 64em) {
  .headerWrapper {
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    z-index: 1; } }
.headerWrapper > ul {
  margin: 0 0 3.14286em;
  padding: 0 15px;
  list-style: none;
  font-style: normal; }
  @media (min-width: 64em) {
    .headerWrapper > ul {
      margin: 0 auto;
      width: 960px;
      text-align: right;
      padding-right: 220px;
      position: relative;
      z-index: 1; } }
  .headerWrapper > ul ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal; }
  .headerWrapper > ul li {
    border-bottom: 1px solid #c6cdcd;
    position: relative;
    width: auto !important; }
    @media (min-width: 64em) {
      .headerWrapper > ul li {
        border: none;
        display: inline-block; } }
    .headerWrapper > ul li a {
      display: block;
      color: #0e5088;
      font-family: "museo-slab", serif;
      text-decoration: none;
      padding: 0.78571em 35px 0.78571em 5px; }
      @media (min-width: 64em) {
        .headerWrapper > ul li a {
          font-size: 0.85714em;
          line-height: 1.83333em;
          font-family: "proxima-nova", sans-serif;
          font-weight: 600;
          padding: 0.91667em 8px; }
          .headerWrapper > ul li a:hover {
            color: #0083d6;
            text-decoration: underline; } }

/* ==========================================================================
	Navigation Flyouts
========================================================================== */
.flyout {
  background: #fff;
  padding: 0 1.57143em 0;
  width: 960px;
  margin: 0 auto;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: -3000px;
  left: 0;
  right: 0;
  border-top: 7px solid #0083d6;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s 0.1, padding 0.4s ease 0.1s;
  -o-transition: opacity 0.3s 0.1, padding 0.4s ease 0.1s;
  -webkit-transition: opacity 0.3s 0.1, padding 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: opacity 0.3s 0.1, padding 0.4s ease 0.1s; }
  .flyout:after {
    content: " ";
    display: block;
    clear: both; }
  .flyout a {
    color: #0e5088 !important;
    text-decoration: none;
    padding: 0 !important;
    text-transform: none;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .flyout a:hover {
      color: #0083d6 !important;
      text-decoration: underline; }

.flyoutFeatures {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%; }

.flyoutFeature {
  float: left;
  width: 50%;
  padding: 0 20px 0 30px;
  margin-bottom: 1.57143em; }
  .flyoutFeature p {
    font-size: 1.07143em;
    line-height: 1.46667em; }
  .flyoutFeature .more {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 1em;
    line-height: 1.375em; }

.flyoutTitle {
  font-size: 1.5em;
  line-height: 0.91667em;
  font-family: "museo-slab", serif;
  text-transform: none;
  margin: 0 auto;
  position: relative; }
  .flyoutTitle a {
    color: #0e5088 !important;
    text-transform: none !important; }
  .flyoutTitle:before {
    content: "\f19d";
    font-family: "FontAwesome";
    font-size: 0.75em;
    line-height: 1.22222em;
    color: #b9c1c1;
    position: absolute;
    top: 6px;
    left: -28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .flyoutTitle.training:before {
    content: "\f084"; }
  .flyoutTitle.bridgetransfer:before {
    content: "\f018"; }
  .flyoutTitle.business:before {
    content: "\f0b1"; }

.flyoutList {
  border-left: 1px solid #eeeeee;
  width: 31.42857%;
  float: right;
  margin-right: 0;
  padding-left: 22px; }
  .flyoutList dt {
    font-family: "museo-slab", serif; }
    .flyoutList dt a {
      font-size: 1.125em;
      line-height: 1.22222em;
      text-transform: none !important; }
  .flyoutList dd {
    font-size: 0.92857em;
    line-height: 1.69231em;
    margin: 0 auto 0.84615em; }

/* ==========================================================================
	Sticky Navigation
========================================================================== */
.stickyNav {
  background: #f7a81b;
  color: #fff;
  position: relative;
  zoom: 1; }
  .stickyNav:before, .stickyNav:after {
    content: "";
    display: table; }
  .stickyNav:after {
    clear: both; }
  .stickyNav:before {
    display: block;
    width: 54px;
    height: 54px;
    background: url(/images/stickyicon.png) no-repeat 0 0;
    background-image: url(/images/stickyicon.svg), none;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -27px; }
  @media (min-width: 64em) {
    .stickyNav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; } }
  .stickyNav ul {
    margin: 0;
    padding: 1.57143em 0;
    list-style: none;
    font-style: normal;
    zoom: 1; }
    .stickyNav ul:before, .stickyNav ul:after {
      content: "";
      display: table; }
    .stickyNav ul:after {
      clear: both; }
    @media (min-width: 64em) {
      .stickyNav ul {
        max-width: 780px;
        margin: 0 auto;
        padding: 0.94286em 0 0.62857em; } }
  .stickyNav li {
    float: left;
    width: 50%;
    padding-left: 15px; }
    @media (min-width: 64em) {
      .stickyNav li {
        float: none;
        display: inline-block;
        width: auto;
        padding-left: 25px; } }
  .stickyNav a {
    display: block;
    color: #fff;
    font-size: 0.78571em;
    line-height: 2em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.39286em 0;
    position: relative;
    z-index: 1; }
    .stickyNav a:hover {
      color: #fff;
      text-decoration: underline; }
    .stickyNav a.active {
      color: #fff; }

/* ==========================================================================
	Internal Page Styles
========================================================================== */
.pageTitle {
  background: #043349;
  color: #fff;
  font-size: 1.71429em;
  line-height: 1.375em;
  font-family: "museo-slab", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1.375em 15px 0.45833em;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .pageTitle {
      font-size: 2.57143em;
      line-height: 1.22222em;
      padding: 0.91667em 20px 0.30556em; } }
  @media (min-width: 64em) {
    .pageTitle {
      font-size: 3.42857em;
      line-height: 1.14583em;
      padding: 0.6875em 0 0.22917em; } }
  @media (min-width: 64em) {
    .pageTitle span {
      display: block;
      width: 960px;
      margin: 0 auto; } }

.pageHeader {
  margin: 0 -10px; }
  @media (min-width: 48em) {
    .pageHeader {
      margin: 0 -90px; } }
  @media (min-width: 64em) {
    .pageHeader {
      margin: 0; } }

.pageImage {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 64em) {
    .pageImage {
      width: auto;
      margin-bottom: 1.57143em; } }

/* ==========================================================================
	Homepage
========================================================================== */
body.front .eventFeature {
  margin-left: 20px; }
body.front .field-collection-view-links {
  display: none; }

.homeFeatures {
  background: #4e5758;
  margin-bottom: 1.57143em;
  position: relative;
  zoom: 1; }
  .homeFeatures:before, .homeFeatures:after {
    content: "";
    display: table; }
  .homeFeatures:after {
    clear: both; }
  @media (min-width: 64em) {
    .homeFeatures {
      margin-bottom: 3.14286em;
      height: 792px;
      z-index: 0;
      margin-top: -198px; } }
  .homeFeatures .flex-direction-nav {
    position: absolute;
    width: 100%;
    z-index: 9000;
    list-style: none;
    top: 10%; }
    @media (min-width: 48em) {
      .homeFeatures .flex-direction-nav {
        top: 15%; } }
    @media (min-width: 64em) {
      .homeFeatures .flex-direction-nav {
        top: 48%; } }
    .homeFeatures .flex-direction-nav .flex-control-nav {
      position: relative; }
    .homeFeatures .flex-direction-nav a {
      padding: 10px 15px;
      display: block;
      position: absolute;
      text-indent: -9999px; }
      @media (min-width: 48em) {
        .homeFeatures .flex-direction-nav a {
          padding: 18px 26px; } }
      @media (min-width: 64em) {
        .homeFeatures .flex-direction-nav a {
          padding: 25px 32px; } }
  .homeFeatures .flex-next {
    right: 0;
    background: url(/images/next.png) #fff no-repeat center center;
    background-image: url(/images/next.svg), none; }
    @media (min-width: 64em) {
      .homeFeatures .flex-next {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }
        .homeFeatures .flex-next:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; } }
  .homeFeatures .flex-prev {
    left: 0;
    background: url(/images/prev.png) #fff no-repeat center center;
    background-image: url(/images/prev.svg), none; }
    @media (min-width: 64em) {
      .homeFeatures .flex-prev {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }
        .homeFeatures .flex-prev:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; } }

.homeFeature {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 50% auto; }
  @media (min-width: 64em) {
    .homeFeature {
      background-position: center center;
      height: 792px;
      background-size: auto;
      background-size: cover; } }
  @media (min-width: 64em) {
    .homeFeature .container {
      height: 792px; } }
  .homeFeature .quicklinks {
    display: none;
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .homeFeature .quicklinks {
        display: block; } }
    @media (min-width: 64em) {
      .homeFeature .quicklinks {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0; } }

.featureImage {
  margin-bottom: 0; }
  @media (min-width: 64em) {
    .featureImage {
      display: none; } }

.featureText {
  background: #4e5758;
  padding: 1.57143em 20px;
  color: #fff;
  font-family: "museo-slab", serif; }
  .featureText p {
    font-size: 1.28571em;
    line-height: 1.22222em;
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .featureText p {
        font-size: 1.57143em;
        line-height: 1.5em; } }
  @media (min-width: 64em) {
    .featureText {
      background: rgba(78, 87, 88, 0.95);
      border-radius: 5px;
      padding: 1.57143em 30px 1.57143em;
      position: absolute;
      bottom: 60px;
      left: 30px;
      right: 30px; } }

.featureTitle {
  color: #e5562f;
  font-size: 1em;
  line-height: 1.57143em;
  font-family: sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto 0.78571em; }

.featureLink {
  display: block;
  color: #f7a81b;
  font-size: 1.28571em;
  line-height: 1.22222em;
  text-decoration: none;
  margin-bottom: 1.57143em; }
  .featureLink:hover {
    text-decoration: underline;
    color: #ffc940; }
  @media (min-width: 48em) {
    .featureLink {
      font-size: 1.57143em;
      line-height: 1.5em; } }

.featureMore {
  color: #fff;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  border-top: 3px solid #e5562f;
  padding-top: 19px; }
  .featureMore:hover {
    color: #afccd6;
    text-decoration: underline; }

.homeTitle {
  font-size: 1.14286em;
  line-height: 1.375em;
  color: #0e5088;
  text-align: center;
  border-bottom: 2px solid #abb5b5;
  padding-bottom: 42px;
  position: relative; }
  .homeTitle:after {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background: url(/images/homeicon.png) no-repeat 0 0;
    background-image: url(/images/homeicon.svg), none;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -27px; }
  @media (min-width: 48em) {
    .homeTitle {
      font-size: 2em;
      line-height: 1.17857em; } }

.homeSubtitle {
  font-size: 1em;
  line-height: 1.57143em;
  font-weight: 600;
  color: #e5562f;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1.57143em 0; }

.homeThirdHead {
  font-size: 1.14286em;
  line-height: 1.375em;
  font-family: "proxima-nova", sans-serif;
  color: #4e5758;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto 1.375em 20px;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 0.71429em;
  border-color: #abb5b5; }

/* ==========================================================================
	Layout
========================================================================== */
@media (min-width: 64em) {
  body.trainingprogram {
    padding-top: 198px; }
    body.trainingprogram .siteHeader {
      height: 198px; } }

.programTitle {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px; }
  @media (min-width: 48em) {
    .programTitle {
      padding: 0 90px; } }
  @media (min-width: 64em) {
    .programTitle {
      padding: 0; } }
  .programTitle span {
    display: block;
    border-bottom-width: 0.04167em;
    border-bottom-style: solid;
    padding-bottom: 0.1875em;
    border-color: #c6cdcd; }
    @media (min-width: 64em) {
      .programTitle span {
        width: 960px;
        margin: 0 auto; } }

.courseOptions {
  padding: 0 10px;
  margin: 2.35714em auto 0.78571em; }
  @media (min-width: 48em) {
    .courseOptions {
      padding: 0 90px; } }
  @media (min-width: 64em) {
    .courseOptions {
      padding: 0; } }
  .courseOptions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal; }
    @media (min-width: 64em) {
      .courseOptions ul {
        width: 960px;
        margin: 0 auto; } }
  .courseOptions li {
    display: inline-block;
    font-size: 0.92857em;
    line-height: 1.69231em;
    text-transform: uppercase;
    color: #4e5758;
    font-weight: 600;
    position: relative;
    margin-right: 12px;
    padding-left: 22px; }
    .courseOptions li:before {
      display: block;
      content: "\f084";
      font-family: "FontAwesome";
      font-size: 1.38462em;
      line-height: 1.22222em;
      position: absolute;
      top: -1px;
      left: 0; }
    .courseOptions li.training:before {
      content: "\f084"; }
    .courseOptions li.quickjob:before {
      content: "\f017"; }
    .courseOptions li.vaapproved:before {
      content: "\f087"; }
  .courseOptions a {
    color: #4e5758;
    text-decoration: none; }
    .courseOptions a:hover {
      color: #909d9d;
      text-decoration: underline; }

@media (min-width: 30em) {
  .programImage {
    float: right;
    margin: 0 0 1.57143em 30px; } }

/* ==========================================================================
	Section Landing Page
========================================================================== */
@media (min-width: 64em) {
  body.node-type-section-landing-page .sectionHeader, body.node-type-career-guide-page .sectionHeader {
    margin-top: -198px; } }

@media (min-width: 64em) {
  body.node-type-simple-page .sectionTitle {
    margin-top: 0; } }

.sectionHeader .breadcrumbs {
  margin-bottom: 0; }

.sectionImage {
  height: 132px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media (min-width: 48em) {
    .sectionImage {
      height: 220px; } }
  @media (min-width: 64em) {
    .sectionImage {
      height: 660px;
      background-size: auto;
      background-size: cover; } }

.sectionTitle {
  background: #0e5088;
  color: #fff;
  font-weight: 500;
  padding: 0.45833em 10px;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .sectionTitle {
      padding: 0.45833em 15px 0.15278em; } }
  @media (min-width: 64em) {
    .sectionTitle {
      font-size: 6.85714em;
      line-height: 1.14583em;
      padding: 0.40104em 0 0.05729em;
      background: rgba(14, 80, 136, 0.95);
      margin-top: -155px; } }
  .sectionTitle span {
    display: block; }
    @media (min-width: 64em) {
      .sectionTitle span {
        width: 960px;
        margin: 0 auto; } }

.t-green {
  background: #0d7267; }

.t-green-trans {
  background: #0d7267; }
  @media (min-width: 64em) {
    .t-green-trans {
      background: rgba(13, 114, 103, 0.9); } }

.t-yellow {
  background: #f7a81b; }

.t-yellow-trans {
  background: #f7a81b;
  color: #043349; }
  @media (min-width: 64em) {
    .t-yellow-trans {
      background: rgba(247, 168, 27, 0.95); } }

.t-gray {
  background: #4e5758; }

.t-dimblue {
  background: #1e485c; }

.t-orange {
  background: #e5562f; }

/* ==========================================================================
	Academic Program Landing Page
========================================================================== */
@media (min-width: 64em) {
  body.node-type-academic-program .sectionHeader {
    margin-top: -198px; }
    body.node-type-academic-program .sectionHeader.no-image {
      margin-top: 155px; } }
@media (min-width: 64em) {
  body.node-type-academic-program .sectionTitle {
    font-size: 4.28571em;
    line-height: 1.1em; } }

.academicImage {
  height: 132px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media (min-width: 48em) {
    .academicImage {
      height: 220px; } }
  @media (min-width: 64em) {
    .academicImage {
      height: 660px;
      background-size: auto;
      background-size: cover; } }

.academicSubtitle {
  background: #f7a81b;
  color: #043349;
  font-weight: 600;
  font-size: 1.14286em;
  line-height: 1.375em;
  text-transform: none;
  margin: 0 auto;
  padding: 0.42308em 10px; }
  @media (min-width: 48em) {
    .academicSubtitle {
      padding: 1.03125em 15px 0.34375em; } }
  @media (min-width: 64em) {
    .academicSubtitle {
      font-size: 1.28571em;
      line-height: 1.22222em;
      padding: 0.91667em 0 0.30556em;
      background: rgba(247, 168, 27, 0.95); } }
  .academicSubtitle span {
    display: block; }
    @media (min-width: 64em) {
      .academicSubtitle span {
        width: 955px;
        margin: 0 auto; } }
  .academicSubtitle.t-orange {
    background: #e5562f;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* ==========================================================================
	Constituent Page Styles
========================================================================== */
body.constituent .breadcrumbs {
  margin-bottom: 0; }
@media (min-width: 64em) {
  body.constituent {
    padding-top: 188px; }
    body.constituent .siteHeader {
      height: 188px; } }
body.constituent .sectionTitle {
  margin: 0 auto;
  padding: 1.375em 15px 0.45833em; }
  @media (min-width: 48em) {
    body.constituent .sectionTitle {
      font-size: 2.57143em;
      line-height: 1.22222em;
      padding: 0.91667em 20px 0.30556em; } }
  @media (min-width: 64em) {
    body.constituent .sectionTitle {
      font-size: 3.42857em;
      line-height: 1.14583em;
      padding: 0.6875em 0 0.22917em; } }

/* ==========================================================================
	About Landing Page
========================================================================== */
@media (min-width: 64em) {
  body.node-type-about-page .sectionHeader {
    margin-top: -198px; } }

.aboutWhyChoose {
  background: #eeeeee;
  padding: 3.14286em 0 0;
  margin-bottom: 3.14286em; }
  .aboutWhyChoose .quicklinks {
    clear: both;
    position: relative;
    top: 1.57143em; }

@media (min-width: 64em) {
  .aboutCourses {
    padding: 0 80px; } }
.aboutCourses .linklist {
  margin-bottom: 3.14286em;
  zoom: 1; }
  .aboutCourses .linklist:before, .aboutCourses .linklist:after {
    content: "";
    display: table; }
  .aboutCourses .linklist:after {
    clear: both; }
  @media (min-width: 48em) {
    .aboutCourses .linklist li {
      width: 45%;
      float: left;
      margin-right: 5%; } }
.aboutCourses .footnote {
  text-align: center; }

.aboutExplore {
  background: #f7a81b;
  padding: 3.14286em 0 0;
  margin-bottom: 1.57143em; }
  .aboutExplore .content {
    padding-bottom: 1.57143em;
    margin-bottom: 0; }

/* ==========================================================================
	Learn Landing Page
========================================================================== */
@media (min-width: 64em) {
  body.node-type-learn-page .sectionHeader {
    padding-top: 154px; } }

.learnTitle {
  background: #f7a81b;
  color: #fff;
  font-weight: 500;
  padding: 0.45833em 10px;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .learnTitle {
      padding: 0.45833em 15px 0.15278em; } }
  @media (min-width: 64em) {
    .learnTitle {
      font-size: 6.85714em;
      line-height: 1.14583em;
      padding: 0.17188em 0 0.05729em; } }
  .learnTitle span {
    display: block; }
    @media (min-width: 64em) {
      .learnTitle span {
        width: 960px;
        margin: 0 auto; } }

.learnKindOfStudent {
  background: #eeeeee;
  padding: 3.14286em 0 1.57143em;
  margin-bottom: 3.14286em; }
  .learnKindOfStudent .content {
    margin-bottom: 0; }

/* ==========================================================================
	News Listing
========================================================================== */
body.node-type-news-article .sectionTitle,
body.page-news .sectionTitle,
body.page-about-success-stories .sectionTitle,
body.node-type-success-story .sectionTitle {
  margin: 0 auto; }

body.page-news .content .block-system > div,
body.page-about-success-stories .content .block-system .view-content > div {
  display: inline;
  vertical-align: top; }

.newsList {
  margin-bottom: 1.57143em; }

.newsListing {
  margin-bottom: 1.57143em;
  border-radius: 4px;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  @media (min-width: 48em) {
    .newsListing {
      width: 48%;
      padding: 1.57143em 2.5%;
      margin: 0 1% 1.57143em;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 64em) {
    .newsListing {
      width: 31%; } }
  @media (min-width: 64em) {
    .newsListing:hover {
      background-color: #eeeeee; } }
  .newsListing img {
    width: 100%;
    height: auto;
    clear: both; }

.categoryLink {
  float: left; }
  .categoryLink a {
    color: #e5562f;
    font-weight: 600;
    font-size: 0.85714em;
    line-height: 1.83333em;
    text-transform: uppercase;
    text-decoration: none; }
    .categoryLink a:hover {
      color: #f0a08a;
      text-decoration: underline; }

.newsDate {
  float: right;
  color: #909d9d;
  font-weight: 600;
  font-size: 0.85714em;
  line-height: 1.83333em;
  text-transform: uppercase; }

.newsListingTitle {
  font-size: 1.28571em;
  line-height: 1.22222em;
  clear: both; }
  .newsListingTitle a {
    text-decoration: none; }
    .newsListingTitle a:hover {
      text-decoration: underline; }

/* ==========================================================================
	News Listing
========================================================================== */
body.page-events .sectionTitle {
  margin: 0 auto; }

.eventsList {
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.5em;
  border-color: #909d9d;
  margin-bottom: 1.57143em; }

.eventListing {
  margin-bottom: 1.57143em; }
  @media (min-width: 30em) {
    .eventListing {
      padding-left: 80px; } }

.eventDate {
  border: 2px solid #e5562f;
  border-radius: 4px;
  padding: 6px;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 0 1.57143em; }
  @media (min-width: 30em) {
    .eventDate {
      float: left;
      margin-left: -80px; } }
  .eventDate .month {
    display: block;
    font-size: 1em;
    line-height: 1.57143em;
    text-transform: uppercase;
    margin-bottom: -6px; }
  .eventDate .day {
    display: block;
    font-size: 1.71429em;
    line-height: 1.375em; }

.categoryLinks {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-style: normal; }
  .categoryLinks li {
    display: inline; }
  .categoryLinks a {
    display: inline-block;
    background: #eeeeee;
    padding: 0 10px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 0.85714em;
    line-height: 1.83333em;
    text-transform: uppercase;
    text-decoration: none; }
    .categoryLinks a:hover {
      text-decoration: underline; }
  .categoryLinks .importantFlag a {
    background: #e5562f;
    padding: 0 10px;
    color: #fff; }

.eventListingTitle {
  font-size: 1.71429em;
  line-height: 1.375em; }

.eventLabel {
  font-weight: 600;
  text-transform: uppercase;
  color: #909d9d; }

/* ==========================================================================
	Event Detail
========================================================================== */
body.node-type-event .sectionTitle {
  margin-top: 0; }

.eventContent .eventDate {
  margin: 0 20px 20px 0; }

/* ==========================================================================
	Campus Listing
========================================================================== */
body.page-title-campuses .sectionTitle {
  margin: 0 auto; }

.campusDetail {
  margin-bottom: 3.14286em; }
  @media (min-width: 30em) {
    .campusDetail {
      padding-left: 200px; } }
  @media (min-width: 48em) {
    .campusDetail {
      padding-left: 300px; } }
  @media (min-width: 64em) {
    .campusDetail {
      padding-left: 450px; } }
  .campusDetail img {
    border-radius: 4px; }
    @media (min-width: 30em) {
      .campusDetail img {
        width: 180px;
        float: left;
        margin-left: -200px; } }
    @media (min-width: 48em) {
      .campusDetail img {
        width: 280px;
        margin-left: -300px; } }
    @media (min-width: 64em) {
      .campusDetail img {
        width: 410px;
        margin-left: -450px; } }

.campusLabel {
  font-weight: 600;
  text-transform: uppercase;
  color: #909d9d; }

/* ==========================================================================
	Career Detail Page
========================================================================== */
@media (min-width: 64em) {
  body.node-type-career .sectionTitle {
    margin-top: 0;
    font-size: 4.28571em;
    line-height: 1.1em; } }
body.node-type-career .breadcrumbs {
  margin-bottom: 1.57143em; }

.typeOfStudent .panel {
  height: 308px; }

/* ==========================================================================
	Internal Page Styles
========================================================================== */
@media (min-width: 64em) {
  body.node-type-contact-mtc .sectionTitle {
    margin-top: 0; } }

.contentFaqs {
  background: #eeeeee;
  padding: 1.57143em 0; }

/* ==========================================================================
	Faculty Directory
========================================================================== */
body.facultydirectory .breadcrumbs {
  margin-bottom: 0; }

.facultyFilter {
  background: #eeeeee;
  padding: 1.57143em 0;
  margin-bottom: 1.57143em; }
  .facultyFilter h1 {
    padding-bottom: 21px;
    border-bottom: 1px solid #b9c1c1; }

.alphaSort {
  margin: 0 auto 1.57143em;
  padding: 0;
  list-style: none;
  font-style: normal;
  zoom: 1; }
  .alphaSort:before, .alphaSort:after {
    content: "";
    display: table; }
  .alphaSort:after {
    clear: both; }
  .alphaSort li {
    float: left;
    font-size: 1.5em;
    line-height: 1.57143em;
    padding: 0 5px;
    color: #909d9d; }
    .alphaSort li.active a {
      background: #0e5088;
      color: #fff;
      padding: 0 5px; }
  .alphaSort a {
    display: block;
    text-decoration: none;
    border-radius: 3px; }
    .alphaSort a:hover {
      text-decoration: underline; }

.sectionDivider {
  background: #e5562f;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 2.28571em;
  line-height: 1.375em; }
  @media (min-width: 64em) {
    .sectionDivider {
      font-size: 3.42857em;
      line-height: 1.14583em; } }
  .sectionDivider span {
    display: inline-block;
    background: #0e5088;
    padding: 0 10px;
    border-right: 10px solid #fff; }

.facultyListing {
  margin: 0 auto 1.57143em; }
  .facultyListing h1 {
    margin-bottom: 0;
    font-size: 1.71429em;
    line-height: 1.375em; }

@media (min-width: 48em) {
  .facultyDetails {
    padding-left: 200px; } }
@media (min-width: 64em) {
  .facultyDetails {
    padding-left: 340px; } }
.facultyDetails .facultyDepartment {
  padding-bottom: 21px;
  border-bottom: 1px solid #abb5b5; }

.facultyPhoto {
  margin: 0 0 1.57143em;
  max-width: 100px; }
  @media (min-width: 48em) {
    .facultyPhoto {
      max-width: 180px;
      float: left;
      margin-left: -200px; } }
  @media (min-width: 64em) {
    .facultyPhoto {
      max-width: 300px;
      margin-left: -340px; } }

.facultyDepartment {
  color: #e5562f;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 0.85714em;
  line-height: 1.83333em;
  font-weight: 700;
  letter-spacing: 1px; }

.facultyPhone {
  font-weight: 700;
  margin: 0 auto; }

.facultyEmail {
  margin: 0 auto; }

/* ==========================================================================
	/staff-contacts
========================================================================== */
body.page-title-staff-contacts #mainContent img {
  float: left;
  margin-right: 20px; }

/* ==========================================================================
	Inquiry Form Style Overrides - /inquiry-form
========================================================================== */
.inquiry-form, #IWDF-page-26 {
  width: 100% !important; }

.inquiry-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal; }
.inquiry-form label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #909d9d; }
.inquiry-form input[type="text"] {
  border: 1px solid #b9c1c1;
  border-radius: 4px;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.90286em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 0.90286em;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1.56829em;
  width: 100%; }
.inquiry-form .left-buttons, .inquiry-form .right-buttons {
  display: none; }
.inquiry-form .middle-buttons .cancel {
  display: none; }
.inquiry-form .middle-buttons .submit {
  display: inline-block;
  font-size: 1.14286em;
  line-height: 1.375em;
  border: none;
  padding: 0.6875em 25px;
  margin: 0 auto 1.375em;
  font-weight: 600;
  color: #fff;
  background: #0083d6;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  position: relative;
  -moz-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  -o-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease; }
  .inquiry-form .middle-buttons .submit:hover {
    color: #fff;
    background-color: #70c8ff; }
.inquiry-form .legend {
  font-size: 0.85714em;
  line-height: 1.83333em;
  margin: 0 0 1.83333em;
  color: #e5562f; }
.inquiry-form .dynamic-form-required span {
  color: #e5562f; }

/*!
 *  Font Awesome 4.1.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("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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; }

.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: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #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-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 {
  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-square:before,
.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-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: ""; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
@media print {
  /* ==========================================================================
      Print - Normalize
  ========================================================================== */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

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

  @page {
    margin-top: 2cm;
    margin-bottom: 2cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  /* ==========================================================================
      Print - Custom
  ========================================================================== */ }
