﻿@charset "UTF-8";
/* ==========================================================================
   Vendor Imports
   ========================================================================== */
/* ====== Bower Imports ====== */
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/* ====== Manual Imports ====== */
/* 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 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.
 */
/* TODO: Commented out because, values are set in typography.scss
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: 0; }

/**
 * 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 */
  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"] {
  -moz-box-sizing: border-box;
       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;
  /* 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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-content .container {
  border: 4px solid #e96b20; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #e96b20; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ANIMATION */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .7; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* OVERRIDES */
.mfp-close {
  opacity: 1;
  font-size: 31px !important; }

.mfp-close:active {
  top: 0; }

/*
 *  Font Awesome 4.3.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('/assets/fonts/fa/fontawesome-webfont.eot?v=4.3.0');
  src: url('/assets/fonts/fa/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/assets/fonts/fa/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/assets/fonts/fa/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/assets/fonts/fa/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/assets/fonts/fa/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }*/

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

/* 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 #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

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

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

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

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

.fa-inverse {
  color: #ffffff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

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

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

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  box-shadow: inset 0 0 5px 5px #222; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a; }

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px; }

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  box-shadow: inset 0 0 15px 3px #222; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  box-shadow: inset 0 0 15px 3px #222; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #333;
  background: #fff; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9); }

/*UtilCarousel Base Style*/
.util-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y; }

.util-carousel .util-wrapper-holder {
  overflow: hidden;
  position: relative;
  width: 100%; }

.util-carousel .util-wrapper {
  *zoom: 1;
  position: relative;
  display: none; }

.util-carousel .util-wrapper:before, .util-carousel .util-wrapper:after {
  display: table;
  content: "";
  line-height: 0; }

.util-carousel .util-wrapper:after {
  clear: both; }

.util-carousel .util-item {
  float: left; }

.dragging, .dragging * {
  cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), move; }

/**/
.util-carousel .util-wrapper, .util-carousel .util-item {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0); }

/*UtilCarousel Defualt Theme*/
.util-theme-default .util-pagination {
  text-align: center;
  margin-top: 10px; }

.util-theme-default .util-page span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #bbb;
  transition: all 0.2s;
  margin: 5px; }

.util-theme-default .util-page {
  display: inline-block;
  cursor: pointer;
  zoom: 1;
  *display: inline; }

.util-theme-default .util-page.active-page span {
  background-color: #555555; }

.util-theme-default .util-page:hover span {
  background-color: #888; }

.util-theme-default .util-navigation {
  text-align: center; }

.util-theme-default .util-prev, .util-theme-default .util-next {
  display: inline-block;
  padding: 4px 8px;
  margin: 5px;
  background-color: #bbbbbb;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.util-theme-default .util-prev:hover, .util-theme-default .util-next:hover {
  background-color: #555555; }

.util-theme-default .util-disable, .util-theme-default .util-disable:hover {
  background-color: #bbbbbb;
  opacity: 0.4;
  cursor: default; }

/*UtilCarousel animations*/
.util-fade-in, .util-flip-in-x, .util-flip-in-y, .util-zoom-in {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.util-fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg) scale(.3);
    transform: perspective(400px) rotateX(90deg) scale(.3);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
    opacity: 1; } }

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg) scale(.3);
    -ms-transform: perspective(400px) rotateX(90deg) scale(.3);
    transform: perspective(400px) rotateX(90deg) scale(.3);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1);
    transform: perspective(400px) rotateX(0deg) scale(1);
    opacity: 1; } }

.util-flip-in-x {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x; }

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg) scale(.3);
    transform: perspective(400px) rotateY(90deg) scale(.3);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
    transform: perspective(400px) rotateY(0deg) scale(1);
    opacity: 1; } }

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg) scale(.3);
    -ms-transform: perspective(400px) rotateY(90deg) scale(.3);
    transform: perspective(400px) rotateY(90deg) scale(.3);
    opacity: 0; }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) rotateY(0deg) scale(1);
    transform: perspective(400px) rotateY(0deg) scale(1);
    opacity: 1; } }

.util-flip-in-y {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y; }

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.util-zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in; }

@font-face {
  font-family: 'util-fontello';
  src: url('font-icon/util-fontello.eot?38368482');
  src: url('font-icon/util-fontello.eot?38368482#iefix') format('embedded-opentype'), url('font-icon/util-fontello.woff?38368482') format('woff'), url('font-icon/util-fontello.ttf?38368482') format('truetype'), url('font-icon/util-fontello.svg?38368482#util-fontello') format('svg');
  font-weight: normal;
  font-style: normal; }

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'util-fontello';
    src: url('font-icon/util-fontello.svg?38368482#util-fontello') format('svg');
  }
}


 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "util-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.icon-note-beamed:before { content: '\e80a'; }
.icon-pinterest:before { content: '\e805'; }
.icon-video:before { content: '\e810'; }
.icon-link:before { content: '\e807'; }
.icon-chat:before { content: '\e811'; }
.icon-left-open:before { content: '\e80b'; }
.icon-right-open:before { content: '\e80c'; }
.icon-left-open-mini:before { content: '\e80d'; }
.icon-right-open-mini:before { content: '\e80e'; }
.icon-search:before { content: '\e806'; }
.icon-right-open-big:before { content: '\e801'; }
.icon-play:before { content: '\e808'; }
.icon-pause:before { content: '\e80f'; }
.icon-vimeo:before { content: '\e809'; }
.icon-twitter:before { content: '\e802'; }
.icon-facebook:before { content: '\e803'; }
.icon-gplus:before { content: '\e804'; }
.icon-left-open-big:before { content: '\e800'; }
*/
/*common style*/
.util-carousel {
  font-family: Open Sans, Arial, Helvetica, sans-serif; }

/*end common*/
.sample-img .item {
  position: relative;
  margin: 5px 10px;
  overflow: hidden; }

.sample-img .meida-holder img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

.sample-img .hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: opacity 0.4s; }

.sample-img .item:hover .hover-content {
  opacity: 1; }

.sample-img .overlay {
  background-color: #000;
  opacity: 0.4;
  height: 100%;
  width: 100%; }

.sample-img .link-contianer {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  text-align: center;
  width: 100%; }

.sample-img .link-contianer a {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  text-decoration: none; }

.sample-img .link-contianer a:hover {
  opacity: 0.8; }

/* .sample-img --- ie8 fix*/
.sample-img .hover-content {
  filter: alpha(opacity=0); }

.sample-img .hover-content .link-contianer {
  -webkit-filter: inherit;
          filter: inherit; }

.sample-img .item:hover .hover-content {
  filter: alpha(opacity=70); }

/*end fix*/
/*team showcase*/
.team-showcase .item {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 5px 10px;
  text-align: center; }

.team-showcase .media-holder img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

.team-showcase .media-holder {
  /*margin-bottom:15px;*/ }

.team-showcase .social-links {
  /*background-color:#fdfdfd;*/
  margin-top: -40px;
  background: #fff;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s; }

.team-showcase .item:hover .social-links {
  opacity: 1; }

.team-showcase .social-links a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  background: #fff;
  color: #555;
  text-decoration: none; }

.team-showcase .social-links a:hover {
  background-color: #eee; }

.team-showcase .detail-container {
  padding: 18px 15px 10px;
  position: relative;
  background-color: #fff; }

.team-showcase .detail-title {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 12px;
  color: #666; }

.team-showcase .detail-subtitle {
  font-size: 12px;
  line-height: 1em;
  color: #999;
  margin-bottom: 10px; }

.team-showcase .detail-container p {
  color: #666;
  font-size: 13px;
  text-align: left;
  line-height: 1.6em; }

/*.team-showcase ie8 fix*/
.team-showcase .social-links {
  filter: alpha(opacity=0); }

.team-showcase .item:hover .social-links {
  filter: alpha(opacity=100); }

/*end fix*/
.top-nav-box {
  padding-top: 40px;
  background: #fff; }

.top-nav-box .item {
  margin: 5px 10px; }

.top-nav-box a {
  text-decoration: none; }

.top-nav-box a span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  padding: 10px 5px;
  color: #555;
  text-transform: uppercase; }

.top-nav-box a:hover span {
  color: #888; }

.top-nav-box a img {
  width: 100%;
  border: none; }

.top-nav-box .util-page span {
  width: 6px;
  height: 6px;
  margin: 4px; }

.top-nav-box .util-navigation {
  position: absolute;
  top: 0px;
  right: 10px; }

.top-nav-box .util-pagination {
  position: absolute;
  top: 0;
  right: 75px; }

.top-nav-box .util-navigation .util-prev, .top-nav-box .util-navigation .util-next {
  background: none;
  color: #666;
  border: 1px solid #aaa;
  padding: 2px 5px;
  margin-right: 0; }

.top-nav-box .util-navigation .util-prev:hover, .top-nav-box .util-navigation .util-next:hover {
  border: 1px solid #777;
  color: #333; }

.normal-imglist {
  padding: 0 40px; }

.normal-imglist .item {
  margin: 5px; }

.normal-imglist .item a {
  display: block;
  border: 4px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.normal-imglist .item a img {
  border: none;
  width: 100%;
  vertical-align: middle; }

.normal-imglist .util-next, .normal-imglist .util-prev {
  position: absolute;
  top: 50%;
  line-height: 50px;
  width: 40px;
  margin: 0;
  margin-top: -25px;
  padding: 0;
  background-color: transparent;
  font-size: 28px;
  color: #777; }

.normal-imglist .util-next:hover, .normal-imglist .util-prev:hover {
  background-color: transparent; }

.normal-imglist .util-next {
  right: 0; }

.normal-imglist .util-prev {
  left: 0; }

.logo-showcase .util-item a img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: alpha(Opacity=100);
  opacity: 1;
  transition: opacity 0.3s;
  border-radius: 4px; }

.logo-showcase .item {
  background-color: #fff; }

.logo-showcase .item:hover a img {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  opacity: .6;
  border-radius: 4px; }

.logo-showcase .item {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  margin: 5px; }

/*logo showcase gray theme*/
.logo-showcase-gray .util-item a img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  opacity: .6;
  transition: opacity 0.3s; }

.logo-showcase-gray .item:hover a img {
  -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: alpha(Opacity=100);
  opacity: 1; }

.logo-showcase .item {
  margin: 5px; }

/*fullwidth style*/
.fullwidth .meida-holder img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

.fullwidth .item {
  position: relative;
  overflow: hidden; }

.fullwidth .meida-holder {
  position: relative;
  top: 0;
  transition: top 0.4s; }

.fullwidth .item:hover .meida-holder {
  top: -50px; }

.fullwidth .hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.fullwidth .overlay {
  background-color: #000;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s; }

.fullwidth .item:hover .overlay {
  opacity: 0.5; }

.fullwidth .link-contianer {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  text-align: center;
  width: 100%;
  z-index: 2; }

.fullwidth .link-contianer a {
  display: inline-block;
  margin: 0 8px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 22px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  text-decoration: none; }

.fullwidth .item:hover .link-contianer a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.fullwidth .item:hover .link-contianer a {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.fullwidth .item .detail-container {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  background: #fff;
  padding: 14px 20px 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.fullwidth .item .detail-container h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #444;
  font-weight: 600;
  text-align: center; }

.fullwidth .item .detail-container p {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 22px;
  color: #777;
  text-align: center; }

.fullwidth .item:hover .detail-container {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px); }

.fullwidth .util-prev, .fullwidth .util-next {
  background: #4986E7;
  font-size: 14px;
  padding: 5px; }

.fullwidth .util-prev:hover, .fullwidth .util-next:hover {
  background: #5491F2; }

.fullwidth .util-prev:active, .fullwidth .util-next:active {
  background: #3C79DA; }

/*.fullwidth fix ie8*/
.fullwidth .hover-content {
  filter: alpha(opacity=0); }

.fullwidth .hover-content .link-contianer, .fullwidth .hover-content .detail-container {
  -webkit-filter: inherit;
          filter: inherit; }

.fullwidth .item:hover .hover-content {
  filter: alpha(opacity=100); }

.fullwidth .item:hover .hover-content .overlay {
  filter: alpha(opacity=50); }

/*end fix*/
.testimonial .item {
  margin: 3px; }

.testimonial-content {
  padding: 20px;
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  font-size: 13px;
  line-height: 1.7em;
  border-radius: 3px;
  position: relative; }

.testimonial-arrow {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAANCAYAAAHaoq71AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU9JREFUeNpiuHv3rvV/KGAA4a9fv4LZAAHEABO9d+/ef0awCAMDiGAECCCwMpAoDHz79g2sBaYKAwAEEMPPnz//owMGKIYDoFMkwYJAhgBUAO4UmEQSjA0QQDCBjv94wPPnz1FNAOFnz56hKPr37x/IqmoUk5ExULIEpOjx48f/0eUAAgglIHCBHz9+gGzQBOt48eIFXsVAhU3IHlT9/v07LoX/MdwMFGxAV/j06VMUd6N7Dq7wy5cvIFM5cSoG4SdPnsCCrBAjNNAF0GMNGQMEGEwy+9GjR////v37n1zw58+f/w8fPgS5KB6b/6Z++PCBZEPfvXsHMnAKXu8BFUSDbAa5gBD4/fv3/wcPHoAMDSIq3KAWTH779i1OQ9+8eQMycCIu/TgNhhruef/+/f+/fv2CGwhig8SAci749OI1GMmC3levXv0HYSC7hxg9AMbpvGCGEsu8AAAAAElFTkSuQmCC);
  width: 20px;
  height: 12px; }

.testimonial-user {
  margin-top: 20px;
  min-height: 50px; }

.testimonial-user-thumb {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  float: left;
  margin-right: 15px; }

.testimonial-user-name {
  font-size: 14px;
  line-height: 26px;
  color: #555; }

.testimonial-user-meta {
  font-size: 12px;
  line-height: 18px;
  color: #888; }

.testimonial-user-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.testimonial .util-page span {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  margin: 5px 2px; }

.testimonial .util-page.active-page span {
  background-color: #555555;
  width: 25px; }

.portfolio-list .item {
  margin: 5px 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.portfolio-list .meida-holder > img {
  width: 100%;
  border: none;
  vertical-align: middle; }

.portfolio-list .meida-holder {
  position: relative;
  overflow: hidden; }

.portfolio-list .hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s; }

.portfolio-list .item:hover .hover-content {
  opacity: 1; }

.portfolio-list .detail-container {
  background-color: #fff;
  padding: 15px 20px 5px 20px;
  border-top: none; }

.portfolio-list .link-contianer {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  text-align: center;
  width: 100%;
  z-index: 2;
  opacity: 0.9; }

.portfolio-list .link-contianer a {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-size: 22px;
  width: 32px;
  line-height: 32px;
  text-decoration: none; }

.portfolio-list .detail-container h4 {
  line-height: 1em;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0; }

.portfolio-list .detail-container h4 a {
  color: #666; }

.portfolio-list .detail-container h4 a:hover {
  color: #444; }

.portfolio-list .detail-container p {
  line-height: 1em;
  font-size: 12px;
  color: #999;
  margin: 0 0 10px 0; }

/* ==========================================================================
   Base Imports
   ========================================================================== */
/* Variables
   ========================================================================== */
/* ====== Image Path ====== */
/* ====== Typography ====== */
/* Fonts */
/* Text Colors */
/* Base */
/* Headings */
/* Links */
/* ====== Spacing ====== */
/* ====== Background Colors ====== */
/* Base */
/* ====== Border Colors ====== */
/* ====== BRAND COLORS ====== */
/* Mixins
   ========================================================================== */
/* ====== Retina Images ====== */
/* ====== General PX to EM Converter ====== */
/*
Example usage...

@include rem(font-size, 16px);
@include rem(margin, 0 0 30px);

Which would generate the rem and px version as a fallback for IE 8 and so on.
*/
/* Grid
   ========================================================================== */
/* ====== Susy Settings ====== */
/* Master Grid Settings */
/* ====== SASS MQ Settings ====== */
/* ==========================================================================
   Element Imports
   ========================================================================== */
/* Fonts
   ========================================================================== */
/* TODO: Remove comment for launch.  Connections Academy needs to sign up for account for tracking.
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=aaf9f193-92e2-44b7-8ec5-6f86f11dbbc3");
*/
/*@font-face {
  font-family: "Museo Sans W03_300";
  src: url("/assets/fonts/f2cf6cf9-9ec6-4945-a525-f5873d143c2a.eot?#iefix");
  src: url("/assets/fonts/f2cf6cf9-9ec6-4945-a525-f5873d143c2a.eot?#iefix") format("eot"), url("/assets/fonts/ea9b8ac3-ff16-4387-a473-32a6a617329f.woff") format("woff"), url("/assets/fonts/353acc2c-88f2-4de3-83eb-6cc2c9b05af1.ttf") format("truetype"), url("/assets/fonts/0ede1b31-d0aa-4645-8dfd-6dabfc46f004.svg#0ede1b31-d0aa-4645-8dfd-6dabfc46f004") format("svg"); }

@font-face {
  font-family: "Museo Sans W03_500";
  src: url("/assets/fonts/e6c8dd64-2c03-43f2-ba95-996f168bc701.eot?#iefix");
  src: url("/assets/fonts/e6c8dd64-2c03-43f2-ba95-996f168bc701.eot?#iefix") format("eot"), url("/assets/fonts/2a0dda39-dc44-4540-9f6b-2cc54a9eefc1.woff") format("woff"), url("/assets/fonts/9af1bf81-cfac-4104-899d-e70ab97ce71c.ttf") format("truetype"), url("/assets/fonts/fd5642a0-bcd3-4af7-84c4-5e8b87fa04eb.svg#fd5642a0-bcd3-4af7-84c4-5e8b87fa04eb") format("svg"); }

@font-face {
  font-family: "Museo Sans W03_700";
  src: url("/assets/fonts/1c070cdb-18d8-440e-be9d-2448fa3930c4.eot?#iefix");
  src: url("/assets/fonts/1c070cdb-18d8-440e-be9d-2448fa3930c4.eot?#iefix") format("eot"), url("/assets/fonts/f3c7f613-9728-4ed6-a383-1c8519b215d2.woff") format("woff"), url("/assets/fonts/c21bf502-6b58-4bf0-9ddd-169929c263e7.ttf") format("truetype"), url("/assets/fonts/b1bba468-817a-4cfd-891e-18fc989e7e5b.svg#b1bba468-817a-4cfd-891e-18fc989e7e5b") format("svg"); }*/

/* General
   ========================================================================== */
html {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

*, *:before, *:after {
  -moz-box-sizing: inherit;
       box-sizing: inherit; }

body {
  background-color: #CDCDCD; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

video {
  display: block; }

/* ====== Container Settings ====== */
.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  background-color: #fff; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.container-small {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 10px; }
  .container-small:after {
    content: " ";
    display: block;
    clear: both; }

/* ========== Show / Hide Tablet ========== */
@media (max-width: 47.9275em) {
  .hide-xs {
    display: none !important; } }

@media (max-width: 47.9275em) {
  .show-xs {
    display: block !important; } }

/* ========== Image ========== */
.image-default {
  width: initial !important; }
  @media (max-width: 47.9275em) {
    .image-default {
      width: 100%; } }

.pos-neg-right {
  position: absolute;
  right: -15%;
  top: 0; }
  @media (max-width: 47.9275em) {
    .pos-neg-right {
      position: relative;
      right: initial;
      top: initial; } }

#loader {
  display: none; }

/* ========== Links ========== */
.link__toggle {
  display: block;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0; }
  .link__toggle:after {
    content: "\f067";
    font: 10px/1 FontAwesome;
    padding-left: 8px;
    padding-left: 0.5rem; }
  .link__toggle.close:after {
    content: "\f068";
    font: 10px/1 FontAwesome;
    padding-left: 8px;
    padding-left: 0.5rem; }

.link__arrow {
  display: inline-block;
  font-family: "Museo Sans W03_700"; }
  /*.link__arrow:after {
    content: url('/assets/images/theme/bg-pixel-arrow-orange.png');
    padding-left: 8px;
    padding-left: 0.5rem; }*/

.link__btn {
  color: #fff;
  font-family: "Museo Sans W03_700";
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #d86018;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: inline-block;
  border-radius: 4px;
  border: none; }
  .link__btn:hover {
    color: #fff;
    background-color: #c44405; }

/* ========== Content Styling ========== */
.content-gray {
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 50px 20px 35px 20px;
  padding: 3.125rem 1.25rem 2.1875rem 1.25rem;
  background-color: #f5f5f5;
  position: relative; }
  .content-gray__arrow {
    width: 0;
    height: 0;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0; }
    @media (max-width: 47.9275em) {
      .content-gray__arrow {
        margin-left: -12px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #fff; } }

/* Typography
   ========================================================================== */
/* ====== Base ====== */
html {
  font-size: 16px;
  font-size: 1rem; }

body {
  color: #000;
  font-family: "Museo Sans W03_300", sans-serif;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Museo Sans W03_500", sans-serif;
  margin: 0; }

h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3 {
  font-size: 25px;
  font-size: 1.5625rem; }

h4 {
  font-size: 20px;
  font-size: 1.25rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

p {
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  line-height: 24px;
  line-height: 1.5rem; }

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

b {
  font-family: "Museo Sans W03_700";
  font-weight: normal; }

blockquote {
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0; }
  blockquote cite {
    font-style: normal; }

/* ====== Responsive Font Global Settings ====== */
@media screen and (max-width: 500px) {
  html {
    font-size: 13px; } }

@media screen and (min-width: 501px) {
  html {
    font-size: 13px; } }

@media screen and (min-width: 600px) {
  html {
    font-size: 13.5px; } }

@media screen and (min-width: 700px) {
  html {
    font-size: 14px; } }

@media screen and (min-width: 800px) {
  html {
    font-size: 14.5px; } }

@media screen and (min-width: 900px) {
  html {
    font-size: 15px; } }

@media screen and (min-width: 1000px) {
  html {
    font-size: 16px; } }

/* Forms
   ========================================================================== */
.global-header__top__search, .global-header__top__search--mobile {
  display: inline-block; }
  @media (max-width: 47.9275em) {
    .global-header__top__search, .global-header__top__search--mobile {
      width: 100%;
      padding: 3px 10px 15px;
      padding: 0.1875rem 0.625rem 0.9375rem;
      background: #fff;
      border-bottom: solid 5px #c0c0c0;
      display: block; } }
  .global-header__top__search input[type="text"], .global-header__top__search--mobile input[type="text"] {
    padding: 5px 7px;
    border: none; }
  .global-header__top__search input[type="submit"], .global-header__top__search--mobile input[type="submit"] {
    padding: 5px 7px;
    border: none;
    outline: none; }
  .global-header__top__search__wrapper, .global-header__top__search--mobile__wrapper {
    border: solid 1px #000; }
    @media (max-width: 47.9275em) {
      .global-header__top__search__wrapper, .global-header__top__search--mobile__wrapper {
        width: 100%;
        border-radius: 3px;
        position: relative;
        display: block;
        margin-top: 10px;
        padding: 5px; } }
    @media (max-width: 47.9275em) {
      .global-header__top__search__wrapper input[type="text"], .global-header__top__search--mobile__wrapper input[type="text"] {
        width: 100%;
        padding: 5px; } }
    @media (max-width: 47.9275em) {
      .global-header__top__search__wrapper button[type="submit"], .global-header__top__search--mobile__wrapper button[type="submit"] {
        color: #000;
        font-size: 18px;
        font-size: 1.125rem;
        position: absolute;
        z-index: 1000;
        right: 3px;
        top: 3px; } }
    .global-header__top__search__wrapper button, .global-header__top__search--mobile__wrapper button {
      border: none;
      border-left: solid 1px #c0c0c0;
      outline: none;
      background: none; }

/* ========== General Forms ========== */
select {
  width: 100%;
  color: #706c6c;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  height: 46px;
  height: 2.875rem;
  /*background: url('/assets/images/theme/frm-select-arrow.png') no-repeat 96% center #fff;*/
  background: transparent\9;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  padding-left: 12px;
  padding-left: 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select:focus {
    outline: none; }

@-moz-document url-prefix() {
  select {
    background-image: none; } }

select::-ms-expand {
  display: none; }

input[type=date] {
  height: 46px;
  height: 2.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  padding-left: 12px;
  padding-left: 0.75rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  input[type=date]:focus {
    outline: none; }

.form input {
  font-size: 16px;
  font-size: 1rem;
  height: 46px;
  height: 2.875rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  outline: none; }
.form button {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Museo Sans W03_700";
  background-color: #d86018;
  height: 47px;
  height: 2.9375rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  border-radius: 3px;
  border: none;
  outline: none; }

.placeholder {
  color: #aaa; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  fieldset label {
    font-family: "Museo Sans W03_500";
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    display: inline-block; }
    fieldset label span {
      color: #d86018; }
  fieldset input {
    width: 100%;
    height: 43px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #c6c6c6;
    padding-left: 10px;
    padding-left: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    border-radius: 3px;
    outline: none; }
  fieldset button {
    color: #fff;
    font-family: "Museo Sans W03_700";
    font-size: 23px;
    font-size: 1.4375rem;
    background-color: #d86018;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    display: inline-block;
    border-radius: 4px;
    display: block;
    border: 0; }
    fieldset button:hover {
      color: #fff;
      background-color: #c44405; }
    @media (max-width: 47.9275em) {
      fieldset button {
        margin-top: 0;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; } }
  fieldset ::-webkit-input-placeholder {
    font-style: italic; }
  fieldset :-moz-placeholder {
    font-style: italic; }
  fieldset ::-moz-placeholder {
    font-style: italic; }
  fieldset :-ms-input-placeholder {
    font-style: italic; }

/* Buttons
   ========================================================================== */
/* Lists
   ========================================================================== */
/* ====== Default ====== */
ul {
  list-style-type: disc;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  padding-left: 40px;
  padding-left: 2.5rem; }
  ul.is-inline > li {
    display: inline-block; }

ol {
  list-style-type: decimal;
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  padding-left: 40px;
  padding-left: 2.5rem; }

/* ====== Variations ====== */
ul.no-bullet {
  list-style: none; }
ul.ul-flush {
  padding-left: 20px;
  padding-left: 1.25rem; }
ul.ul-blank {
  list-style-type: none;
  padding-left: 0; }

ol.ol-flush {
  padding-left: 22px;
  padding-left: 1.375rem; }

/* ==========================================================================
   Component Imports
   ========================================================================== */
/* Global Header
   ========================================================================== */
/* ====== Layout ====== */
.global-header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

.global-header__top {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .global-header__top__search--mobile {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }

.global-header__nav--desktop {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

/* ====== Style ====== */
.global-header__top {
  padding: 20px 0 0 0;
  padding: 1.25rem 0 0 0; }
  @media (max-width: 47.9275em) {
    .global-header__top {
      float: none;
      padding: 0;
      background: #2f2f2f;
      position: relative;
      min-height: 85px; } }
  .global-header__top__logo {
    margin: 0 auto;
    width: 228px;
    height: 85px; }
    @media (max-width: 47.9275em) {
      .global-header__top__logo {
        margin: 0;
        padding: 10px 20px;
        padding: 0.625rem 1.25rem; } }
    .global-header__top__logo img {
      max-width: 100%; }
  .global-header__top__toggle {
    height: 100%;
    color: #fff;
    font-size: 41px;
    font-size: 2.5625rem;
    text-align: center;
    text-decoration: none;
    background: #d86018;
    padding: 16px 25px;
    padding: 1rem 1.5625rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
    @media (min-width: 47.9375em) {
      .global-header__top__toggle {
        display: none; } }
    .global-header__top__toggle:after {
      display: block;
      content: 'Menu';
      font-size: 16px;
      font-size: 1rem;
      text-decoration: none; }
    .global-header__top__toggle:hover {
      background: #aa4c13; }
  .global-header__top__info {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
    right: 10px;
    top: 13px; }
    @media (max-width: 65.615em) {
      .global-header__top__info {
        right: 10px;
        top: 13px; } }
    @media (max-width: 47.9275em) {
      .global-header__top__info {
        display: none; } }
    .global-header__top__info li {
      margin: 0;
      padding: 0;
      border-right: solid 1px black;
      float: left; }
      .global-header__top__info li:last-child {
        border-right: none; }
        .global-header__top__info li:last-child a {
          padding-right: 0; }
      .global-header__top__info li a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0 10px;
        padding: 0 0.625rem;
        display: inline-block; }
  .global-header__top__search {
    position: absolute;
    right: 10px;
    top: 50px;
    border: 1px solid #000;
    background-color: #FFF; }
    @media (max-width: 65.615em) {
      .global-header__top__search {
        right: 10px;
        top: 44px; } }
    @media (max-width: 47.9275em) {
      .global-header__top__search {
        display: none; } }

.global-header__nav {
  clear: both;
  text-align: center;
  background: #d86018; }
  @media (max-width: 47.9275em) {
    .global-header__nav {
      text-align: left;
      background: #fff;
      color: #000;
      border-left: solid 1px #eee;
      box-shadow: none !important; } }

.global-header__nav__wrapper {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999; }

.global-header__nav__list {
  display: inline-block;
  position: relative;
  text-align: center; }
  .global-header__nav__list a {
    display: block;
    position: relative;
    font-family: "Museo Sans W03_700";
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px;
    padding: 0.625rem 1.5625rem; }
    @media (max-width: 61.875em) {
      .global-header__nav__list a {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 10px 15px;
        padding: 0.625rem 0.9375rem; } }
    @media (max-width: 47.9275em) {
      .global-header__nav__list a:hover {
        box-shadow: none !important; } }
  .global-header__nav__list__sub {
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(10, 10, 10, 0.2);
    -webkit-transform: translateX(-125px);
        -ms-transform: translateX(-125px);
            transform: translateX(-125px); }
    @media (min-width: 47.9375em) {
      .global-header__nav__list__sub:before {
        z-index: 2000;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -10px;
        margin-left: -0.625rem;
        border: solid 10px transparent;
        border-top-color: #d86018; } }
    .global-header__nav__list__sub.open {
      display: block; }
    .global-header__nav__list__sub__items {
      margin: 0;
      padding: 10px 20px;
      padding: 0.625rem 1.25rem; }
      .global-header__nav__list__sub__items ul {
        display: inline-block; }
      .global-header__nav__list__sub__items li {
        display: block;
        list-style-type: none;
        border-bottom: solid 1px #eee;
        padding: 10px 0;
        padding: 0.625rem 0; }
        .global-header__nav__list__sub__items li:last-child {
          border-bottom: none; }
        .global-header__nav__list__sub__items li a {
          font-size: 14px;
          font-size: 0.875rem;
          color: #000;
          text-align: left;
          margin: 0;
          padding: 0 0 0 10px;
          padding: 0 0 0 0.625rem; }
          /*.global-header__nav__list__sub__items li a:after {
            content: url('/assets/images/theme/bg-pixel-arrow-orange.png');
            padding-left: 8px; }
            @media (max-width: 47.9275em) {
              .global-header__nav__list__sub__items li a:after {
                content: url('/assets/images/theme/bg-pixel-arrow.png'); } }*/

#sidr {
  display: none; }

@media (max-width: 47.9275em) {
  .sidr, .sidr.right {
    border-bottom: none; } }
@media (max-width: 47.9275em) {
  .sidr ul, .sidr.right ul {
    border: none;
    float: left; } }
@media (max-width: 47.9275em) {
  .sidr ul li, .sidr.right ul li {
    float: left;
    width: 100%; } }
@media (max-width: 47.9275em) {
  .sidr ul li:hover, .sidr.right ul li:hover {
    box-shadow: none !important; } }
@media (max-width: 47.9275em) {
  .sidr ul li:hover > a, .sidr.right ul li:hover > a {
    box-shadow: none !important; } }
.sidr .global-header__nav__list:last-of-type, .sidr.right .global-header__nav__list:last-of-type {
  border-bottom: solid 2px #d86018; }
@media (max-width: 47.9275em) {
  .sidr .global-header__nav__list > a:after, .sidr.right .global-header__nav__list > a:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-weight: normal;
    position: absolute;
    right: 30px;
    top: 10px; } }
@media (max-width: 47.9275em) {
  .sidr .global-header__nav__list.open > a:after, .sidr.right .global-header__nav__list.open > a:after {
    content: '\f068'; } }
@media (max-width: 47.9275em) {
  .sidr li, .sidr.right li {
    position: relative;
    border: none;
    border-bottom: solid 1px #eee; } }
@media (max-width: 47.9275em) {
  .sidr li a, .sidr.right li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 50px 12px 15px;
    padding: 0.75rem 3.125rem 0.75rem 0.9375rem;
    line-height: 1.2;
    text-transform: uppercase; } }
.sidr li li a, .sidr.right li li a {
  text-transform: none;
  font-family: "Museo Sans W03_500";
  padding-left: 30px; }
.sidr .global-header__nav__callout, .sidr.right .global-header__nav__callout {
  border-bottom: solid 4px #c0c0c0; }
  .sidr .global-header__nav__callout p, .sidr.right .global-header__nav__callout p {
    font-family: "Museo Sans W03_700";
    text-align: center; }
    .sidr .global-header__nav__callout p:first-of-type, .sidr.right .global-header__nav__callout p:first-of-type {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 0; }
  .sidr .global-header__nav__callout__telephone, .sidr.right .global-header__nav__callout__telephone {
    font-size: 24px;
    font-size: 1.5rem; }
.sidr .global-header__nav__callout__list, .sidr.right .global-header__nav__callout__list {
  margin: 0; }
  .sidr .global-header__nav__callout__list li, .sidr.right .global-header__nav__callout__list li {
    border-top: solid 1px #eee; }
    .sidr .global-header__nav__callout__list li a:after, .sidr.right .global-header__nav__callout__list li a:after {
      display: inline;
      /*content: url('/assets/images/theme/bg-pixel-arrow.png');*/
      padding-left: 8px; }

.mobile-nav-header {
  padding: 42px 0 27px 10px;
  padding: 2.625rem 0 1.6875rem 0.625rem;
  height: 82px;
  background: #d86018;
  padding-top: 40px;
  padding-left: 10px; }
  .mobile-nav-header .title-mobile {
    margin: 0;
    padding: 0;
    font-size: 45px;
    font-size: 2.8125rem;
    font-weight: bold;
    background: none !important;
    color: #fff;
    box-shadow: none; }
  .mobile-nav-header .nav-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff; }
    .mobile-nav-header .nav-toggle:hover {
      cursor: pointer; }

/* Global Sidebar
   ========================================================================== */
/* ====== Layout ====== */
.sidebar {
  width: 32.02614%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

/* ====== Styling ====== */
.sidebar {
  margin-right: 0;
  padding: 0 20px 30px 20px;
  padding: 0 1.25rem 1.875rem 1.25rem; }
  @media (max-width: 47.9275em) {
    .sidebar {
      display: none; } }
  .sidebar p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .sidebar h5 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .sidebar a {
    color: #c6531a; }

.sidebar__nav {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem; }
  .sidebar__nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar__nav__title {
    color: #000;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 5px; }
  .sidebar__nav__menu {
    font-family: "Museo Sans W03_500"; }
    .sidebar__nav__menu a {
      color: #000;
      text-decoration: none; }
      .sidebar__nav__menu a:hover {
        color: #d86018; }
    .sidebar__nav__menu > li {
      padding: 6px 3px 6px 15px;
      padding: 0.375rem 0.1875rem 0.375rem 0.9375rem;
      border-top: solid 2px #eaeaea; }
      .sidebar__nav__menu > li:last-child {
        border-bottom: solid 2px #eaeaea; }
      .sidebar__nav__menu > li > a {
        font-size: 17px;
        font-size: 1.0625rem; }
        .sidebar__nav__menu > li > a.selected {
          font-family: "Museo Sans W03_700"; }
    .sidebar__nav__menu ul li {
      padding: 7px 0 7px 25px;
      padding: 0.4375rem 0 0.4375rem 1.5625rem; }
      .sidebar__nav__menu ul li:last-child {
        padding-bottom: 0; }
      .sidebar__nav__menu ul li a.selected {
        color: #d86018;
        font-family: "Museo Sans W03_700"; }
    .sidebar__nav__menu ul ul li {
      padding: 7px 0 7px 25px;
      padding: 0.4375rem 0 0.4375rem 1.5625rem; }
      .sidebar__nav__menu ul ul li:last-child {
        padding-bottom: 2px; }
      .sidebar__nav__menu ul ul li a {
        font-size: 14px;
        font-size: 0.875rem;
        /*background-image: url("/assets/images/theme/btn-menu-triangle-arrow.png");*/
        padding-left: 10px;
        padding-left: 0.625rem;
        background-position: left center;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .sidebar__nav__menu ul ul li a {
            /*background-image: url("/assets/images/theme/btn-menu-triangle-arrow@2x.png");*/
            background-size: 5px 9px; } }

.sidebar__request-info {
  border-bottom: 4px solid #d86018;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem; }
  .sidebar__request-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; }
  .sidebar__request-info p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    .sidebar__request-info p.confirmation {
      font-family: "Museo Sans W03_700";
      font-size: 16px;
      font-size: 1rem;
      color: #d86018; }

.content-form__legend {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .content-form__legend span {
    color: #d86018; }
.content-form fieldset label {
  color: #706c6c;
  font-size: 15px;
  font-size: 0.9375rem; }
.content-form fieldset input {
  height: 34px;
  font-size: 13px;
  font-size: 0.8125rem; }
.content-form fieldset button {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Museo Sans W03_500"; }

.sidebar__nav__top {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }
  .sidebar__nav__top h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
  .sidebar__nav__top span {
    color: #d86018;
    font-family: "Museo Sans W03_700";
    font-size: 17px;
    font-size: 1.0625rem;
    display: block; }
.sidebar__nav__bottom {
  margin-top: 15px;
  margin-top: 0.9375rem; }
  .sidebar__nav__bottom h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }

.sidebar__search__menu li {
  padding: 1px 0;
  padding: 0.0625rem 0; }
  .sidebar__search__menu li:first-child {
    padding-bottom: 8px;
    padding-bottom: 0.5rem; }
  .sidebar__search__menu li:last-child {
    padding-top: 8px;
    padding-top: 0.5rem; }
  .sidebar__search__menu li a {
    color: #000; }
    .sidebar__search__menu li a:hover {
      color: #d86018; }

/* Global Content
   ========================================================================== */
/* ====== Layout ====== */
/* Site Inner Section Wrapper */
.wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  @media (max-width: 47.9275em) {
    .wrapper {
      padding: 10px;
      padding: 0.625rem; } }

/* Right Content Section Wrapper */
.main {
  width: 66.01307%;
  float: right;
  
  margin-right: 0;
  
   }
  @media (max-width: 47.9275em) {
    .main {
      -moz-box-sizing: ;
      box-sizing: ;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      
       } }

/* Main Page Content Section */
.content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .content article {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }

/* Module Sections */
.content-top {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

.content-bottom {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

/* ====== Base Styling ====== */
/* ====== Styling ====== */
.content {
  padding: 0 0 50px 0;
  padding: 0 0 3.125rem 0; }
  .content article {
    position: relative;
    padding: 0 170px 0px 40px;
    padding: 0 10.625rem 0rem 2.5rem; }
    @media (max-width: 47.9275em) {
      .content article {
        padding: 0px; } }
    .content article h1 {
      margin: 0 0 15px 0;
      margin: 0 0 0.9375rem 0; }
    .content article h2, .content article h3, .content article h4, .content article h5, .content article h6 {
      margin: 0 0 5px 0;
      margin: 0 0 0.3125rem 0; }
    .content article ul {
      padding-left: 70px;
      padding-left: 4.375rem; }
      .content article ul li {
        padding-top: 10px;
        padding-top: 0.625rem;
        line-height: 24px;
        line-height: 1.5rem; }
        .content article ul li:first-child {
          padding-top: 0; }
        .content article ul li p {
          margin: 0; }
    .content article blockquote {
      font-family: "Museo Sans W03_700"; }
      .content article blockquote p {
        margin-bottom: 8px;
        margin-bottom: 0.5rem; }
      .content article blockquote cite {
        font-family: "Museo Sans W03_300"; }
        .content article blockquote cite:before {
          content: "— "; }
    .content article img {
      width: 100%;
      height: auto;
      margin: 0 0 30px 0;
      margin: 0 0 1.875rem 0; }
    .content article div {
      position: relative; }
  .content .section-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .content .subsection-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; }
  .content .sub-header {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Museo Sans W03_300";
    font-weight: 300;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }

/* Global Footer
   ========================================================================== */
/* ====== Layout ====== */
.footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

.footer__page {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .footer__page .footer__col {
    width: 18%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .footer__page .footer__col {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  .footer__page .footer__accreditation {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    @media (max-width: 47.9275em) {
      .footer__page .footer__accreditation {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

/* ====== Styling ====== */
.footer__page {
  border-top: solid 5px #d86018;
  padding: 30px 40px 0;
  padding: 1.875rem 2.5rem 0; }
  @media (max-width: 47.9275em) {
    .footer__page {
      border-top-color: #fed141;
      padding: 0;
      background: #d86018; } }

.footer__col {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }
  @media (max-width: 47.9275em) {
    .footer__col {
      float: none;
      padding-bottom: 0;
      border-bottom: solid 1px #994411;
      box-shadow: 0px 1px 0px #dd7334; } }
  .footer__col ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 47.9275em) {
      .footer__col ul {
        display: none;
        padding: 0 20px;
        padding: 0 1.25rem; } }
  .footer__col a {
    color: #000;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-family: "Museo Sans W03_500";
    text-decoration: none; }
    .footer__col a:hover {
      color: #000;
      text-decoration: underline; }
  .footer__col h4 {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
    @media (max-width: 47.9275em) {
      .footer__col h4 {
        color: #fff;
        padding: 20px;
        padding: 1.25rem;
        margin-bottom: 0; } }
    @media (max-width: 47.9275em) {
      .footer__col h4:hover {
        color: #f2f2f2;
        cursor: pointer;
        background: none; } }
    @media (max-width: 47.9275em) {
      .footer__col h4:after {
        content: '\f067';
        font-weight: normal;
        font-family: 'FontAwesome';
        position: absolute;
        right: 30px; } }
  @media (max-width: 47.9275em) {
    .footer__col ul.open {
      display: block;
      padding: 0; }
      .footer__col ul.open li {
        background-color: #fff;
        border-bottom: 1px solid #DEDEDE;
        padding: 10px 18px;
        padding: 0.625rem 1.125rem; }
        /*.footer__col ul.open li a:after {
          content: url('/assets/images/theme/bg-pixel-arrow.png');
          padding-left: 8px; }*/
    .footer__col h4.open:after {
      content: '\f068'; } }

@media (max-width: 47.9275em) {
  .social__col {
    background: #fff;
    text-align: center;
    padding-top: 15px;
    border: none;
    box-shadow: none; } }
.social__col p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 10px;
  margin-top: 0.625rem; }
  @media (max-width: 47.9275em) {
    .social__col p {
      text-align: center;
      padding: 20px 0 0;
      padding: 1.25rem 0 0;
      background: #fff;
      border-bottom: none;
      box-shadow: none; } }
@media (max-width: 47.9275em) {
  .social__col h4 {
    display: none; } }
.social__col .fa {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 0 5px;
  padding: 0 0.3125rem; }
  @media (max-width: 47.9275em) {
    .social__col .fa {
      padding: 0 8px;
      padding: 0 0.5rem;
      font-size: 62px;
      font-size: 3.875rem; } }
  .social__col .fa:hover {
    opacity: .8; }
.social__col .social__blog {
  font-family: 'FontAwesome'; }
  @media (max-width: 47.9275em) {
    .social__col .social__blog {
      border: 1px solid #B6B6B6;
      border-width: 1px 0;
      padding: 20px 0;
      margin-top: 5px;
      display: block;
      font-size: 20px;
      font-size: 1.25rem; } }
  .social__col .social__blog:after {
    content: "\f0da";
    margin-left: 6px; }

.footer__accreditation {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background: #fff; }
  @media (max-width: 47.9275em) {
    .footer__accreditation {
      padding: 0 0 20px 20px;
      padding: 0 0 1.25rem 1.25rem; } }
  .footer__accreditation img {
    float: left;
    padding-right: 15px;
    padding-right: 0.9375rem; }
  .footer__accreditation p {
    line-height: 18px;
    line-height: 1.125rem;
    margin: 0; }
    .footer__accreditation p:first-of-type {
      padding-top: 16px;
      padding-top: 1rem; }
      @media (max-width: 47.9275em) {
        .footer__accreditation p:first-of-type {
          padding-top: 24px;
          padding-top: 1.5rem; } }
  .footer__accreditation a {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    font-size: 0.9375rem; }
    .footer__accreditation a:hover {
      color: #d86018;
      text-decoration: underline; }
  .footer__accreditation .fa {
    vertical-align: bottom; }

.footer__btm {
  clear: both; }
  @media (max-width: 47.9275em) {
    .footer__btm {
      padding: 25px 0 0;
      padding: 1.5625rem 0 0; } }

.footer__tag {
  color: #fff;
  background: #d86018;
  padding: 10px 120px;
  padding: 0.625rem 7.5rem;
  overflow: hidden; }
  @media (max-width: 47.9275em) {
    .footer__tag {
      padding: 20px;
      padding: 1.25rem; } }

.footer__meta {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  font-size: 11px;
  font-size: 0.6875rem; }
  .footer__meta a {
    color: #000;
    font-family: "Museo Sans W03_300";
    border-right: solid 1px #000;
    text-decoration: none;
    padding: 0 7px;
    padding: 0 0.4375rem; }
    .footer__meta a:last-child {
      border: none; }
    .footer__meta a:hover {
      text-decoration: underline; }

@media (max-width: 47.9275em) {
  .footer__copy {
    display: block;
    margin: 10px 0; } }

/* Global Breadcrumb
   ========================================================================== */
/* ====== Layout ====== */
.breadcrumb {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

/* ====== Styling ====== */
.breadcrumb {
  padding-left: 33.98693%; }
  .breadcrumb ul {
    list-style: none;
    padding: 30px 0 40px 0;
    padding: 1.875rem 0 2.5rem 0;
    display: inline-block;
    margin: 0; }
    .breadcrumb ul li {
      float: left;
      margin-left: 10px;
      margin-left: 0.625rem; }
      .breadcrumb ul li:first-child {
        margin-left: 0; }
      .breadcrumb ul li:last-child {
        color: #d86018; }
      .breadcrumb ul li a {
        color: #706c6c;
        display: inline-block; }
        .breadcrumb ul li a:hover {
          color: #000; }
        .breadcrumb ul li a:after {
          content: ">";
          display: inline-block;
          margin-left: 10px;
          margin-left: 0.625rem; }

/* ==========================================================================
   Module Imports
   ========================================================================== */
/* Module Base Setting
   ========================================================================== */
/* ====== Layout ====== */
.mod {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .mod__content {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
  .mod__video {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
    
    float: right;
    margin-right: 0; }

/* ====== Styling ====== */
.mod {
  border-top: 15px solid #d86018;
  margin-top: 65px;
  margin-top: 4.0625rem; }
  .mod__content {
    margin-top: 45px;
    margin-top: 2.8125rem; }
    .mod__content__title {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .mod__content p {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .mod__content a {
      font-size: 18px;
      font-size: 1.125rem; }

.content-video__caption {
  padding: 10px 0;
  padding: 0.625rem 0; }

/* Blog Module
   ========================================================================== */
/* ====== Layout ====== */
.blog-content-callout {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .blog-content-callout__image {
    width: 32.02614%;
    float: left;
    
    margin-right: 1.96078%;
    
    
    float: right;
    margin-right: 0; }
    @media (max-width: 47.9275em) {
      .blog-content-callout__image {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  .blog-content-callout__content {
    width: 66.01307%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .blog-content-callout__content {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

/* ====== Styling ====== */
.blog-content-callout {
  border-top: 13px solid #d86018;
  margin: 100px 0 0 0;
  margin: 6.25rem 0 0 0;
  padding: 50px 35px 0 35px;
  padding: 3.125rem 2.1875rem 0 2.1875rem; }
  .blog-content-callout__image {
    margin-top: -110px;
    margin-top: -6.875rem; }
    @media (max-width: 47.9275em) {
      .blog-content-callout__image {
        margin-top: 0;
        margin-bottom: 20px;
        margin-bottom: 1.25rem; } }
    .blog-content-callout__image img {
      border-radius: 400px; }
      @media (max-width: 47.9275em) {
        .blog-content-callout__image img {
          width: 100%;
          height: auto;
          border-radius: 0; } }
  .blog-content-callout__content h2 {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .blog-content-callout__content a {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Museo Sans W03_700";
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    display: block; }
    /*.blog-content-callout__content a:after {
      content: url('/assets/images/theme/bg-pixel-arrow-orange.png');
      padding-left: 10px; }*/

/* Teen Module
   ========================================================================== */
/* ====== Layout ====== */
.callout-teen {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .callout-teen__inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }

/* ====== Styling ====== */
.callout-teen {
  margin: 90px 0 0 0;
  margin: 5.625rem 0 0 0;
  border-top: 10px solid #d86018;
  background-color: #1e1e1e; }
  @media (max-width: 47.9275em) {
    .callout-teen {
      border-top: none;
      background-color: transparent;
      margin: 40px 0 0 0;
      margin: 2.5rem 0 0 0; } }
  .callout-teen__inner {
    width: calc(100% + 30px);
    margin: 0 0 0 -30px;
    margin: 0 0 0 -1.875rem;
    padding: 20px 0 30px 30px;
    padding: 1.25rem 0 1.875rem 1.875rem;
    /*background: url('/assets/images/theme/callout/bg-callout.png');*/
    position: relative; }
    @media (max-width: 47.9275em) {
      .callout-teen__inner {
        width: 100%;
        background: transparent;
        padding: 0;
        margin: 0; } }
  .callout-teen__logo {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .callout-teen__teen {
    position: absolute;
    right: 40px;
    top: -50px; }
  .callout-teen__mobile {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .callout-teen h2 {
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
    @media (max-width: 47.9275em) {
      .callout-teen h2 {
        color: #000; } }
  .callout-teen p {
    color: #fff;
    padding-right: 32.02614%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    @media (max-width: 47.9275em) {
      .callout-teen p {
        color: #000;
        padding-right: 0; } }

/* Find a School Sidebar Module
   ========================================================================== */
/* ====== Layout ====== */
/* ====== Styling ====== */
.sidebar__find-school {
  background-color: #d86018;
  color: #000;
  padding: 20px 20px 40px;
  padding: 1.25rem 1.25rem 2.5rem;
  position: relative;
  margin-left: -20px;
  margin-left: -1.25rem;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-clip: padding-box; }
  .sidebar__find-school a {
    color: #000;
    text-decoration: underline; }
  .sidebar__find-school .form {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .sidebar__find-school button {
    background-color: #88482D; }
  .sidebar__find-school footer {
    font-family: "Museo Sans W03_700";
    font-size: 12px;
    font-size: 0.75rem; }
    .sidebar__find-school footer a {
      display: block; }

.sidebar-schools-results {
  margin-left: -20px;
  margin-left: -1.25rem;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 30px; }
  .sidebar-schools-results h3, .sidebar-schools-results h4, .sidebar-schools-results h5 {
    font-family: "Museo Sans W03_300"; }
  .sidebar-schools-results h5 {
    padding: 45px 0 0 45px;
    padding: 2.8125rem 0 0 2.8125rem; }
  .sidebar-schools-results__item {
    border-top: 1px solid #757575;
    background-color: #F5F5F5;
    padding: 0;
    position: relative;
    width: 95%; }
    .sidebar-schools-results__item:first-child {
      border-top: none; }
      .sidebar-schools-results__item:first-child:before {
        width: 0;
        height: 0;
        content: " ";
        margin-left: -12px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #fff;
        position: absolute;
        right: 50%;
        left: 50%;
        top: 0; }
    @media (max-width: 47.9275em) {
      .sidebar-schools-results__item__left {
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; } }
    .sidebar-schools-results__item__wrapper {
      padding: 35px 0;
      padding: 2.1875rem 0; }
      .sidebar-schools-results__item__wrapper.color-orange:before {
        background-color: #d86018; }
      .sidebar-schools-results__item__wrapper.color-orange h3 {
        color: #c6531a; }
      .sidebar-schools-results__item__wrapper.color-orange h4:before {
        background-color: #c6531a; }
      .sidebar-schools-results__item__wrapper.color-orange button {
        background-color: #d86018; }
      .sidebar-schools-results__item__wrapper.color-orange a {
        color: #c6531a; }
        .sidebar-schools-results__item__wrapper.color-orange a:after {
          /*content: url("/assets/images/theme/bg-pixel-arrow-orange.png");*/
          padding-left: 0.5rem; }
      .sidebar-schools-results__item__wrapper.color-aqua:before {
        background-color: #2694a9; }
      .sidebar-schools-results__item__wrapper.color-aqua h3 {
        color: #2694a9; }
      .sidebar-schools-results__item__wrapper.color-aqua h4:before {
        background-color: #2694a9; }
      .sidebar-schools-results__item__wrapper.color-aqua button {
        background-color: #2694a9; }
      .sidebar-schools-results__item__wrapper.color-aqua a {
        color: #2694a9; }
        .sidebar-schools-results__item__wrapper.color-aqua a:after {
          /*content: url("/assets/images/theme/bg-pixel-arrow-aqua.png");*/
          padding-left: 0.5rem; }
      .sidebar-schools-results__item__wrapper.color-dark-gray:before {
        background-color: #706c6c; }
      .sidebar-schools-results__item__wrapper.color-dark-gray h3 {
        color: #706c6c; }
      .sidebar-schools-results__item__wrapper.color-dark-gray h4:before {
        background-color: #706c6c; }
      .sidebar-schools-results__item__wrapper.color-dark-gray button {
        background-color: #706c6c; }
      .sidebar-schools-results__item__wrapper.color-dark-gray a {
        color: #706c6c; }
        .sidebar-schools-results__item__wrapper.color-dark-gray a:after {
          /*content: url("/assets/images/theme/bg-pixel-arrow-gray.png");*/
          padding-left: 0.5rem; }
      .sidebar-schools-results__item__wrapper.color-green:before {
        background-color: #1c9d43; }
      .sidebar-schools-results__item__wrapper.color-green h3 {
        color: #1c9d43; }
      .sidebar-schools-results__item__wrapper.color-green h4:before {
        background-color: #1c9d43; }
      .sidebar-schools-results__item__wrapper.color-green button {
        background-color: #1c9d43; }
      .sidebar-schools-results__item__wrapper.color-green a {
        color: #1c9d43; }
        .sidebar-schools-results__item__wrapper.color-green a:after {
          /*content: url("/assets/images/theme/bg-pixel-arrow-aqua.png");*/
          padding-left: 0.5rem; }
      .sidebar-schools-results__item__wrapper:before {
        width: 15px;
        height: 240px;
        border-radius: 3px;
        margin-right: 25px;
        margin-right: 1.5625rem;
        content: " ";
        float: left; }
        @media (max-width: 47.9275em) {
          .sidebar-schools-results__item__wrapper:before {
            height: 190px; } }
      .sidebar-schools-results__item__wrapper h3 {
        font-size: 21px;
        font-size: 1.3125rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
      .sidebar-schools-results__item__wrapper h4 {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 5px;
        margin-bottom: 0.3125rem; }
        .sidebar-schools-results__item__wrapper h4:before {
          content: " ";
          display: inline-block;
          height: 13px;
          width: 13px;
          margin-right: 5px;
          margin-right: 0.3125rem; }
      .sidebar-schools-results__item__wrapper p {
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
      .sidebar-schools-results__item__wrapper button {
        color: #fff;
        font-family: "Museo Sans W03_700";
        font-size: 23px;
        font-size: 1.4375rem;
        padding: 10px 16px;
        padding: 0.625rem 1rem;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem;
        display: block;
        border-radius: 4px;
        border: none; }
      .sidebar-schools-results__item__wrapper a {
        font-family: "Museo Sans W03_700";
        margin-bottom: 7px;
        margin-bottom: 0.4375rem;
        display: inline-block; }

/* Sidebar Content Event
   ========================================================================== */
/* ====== Styling ====== */
.sidebar__callout-event {
  border-bottom: 4px solid #d86018;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  left: -20px;
  left: -1.25rem; }
  .sidebar__callout-event-hero {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }

/* Sidebar Explore Program Guide
   ========================================================================== */
/* ====== Layout ====== */
/* ====== Styling ====== */
.sidebar-explore-guide {
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 0 0px 45px 30px;
  padding: 0 0rem 2.8125rem 1.875rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  position: relative;
  border-bottom: 5px solid #d86018; }
  .sidebar-explore-guide h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  @media (max-width: 47.9275em) {
    .sidebar-explore-guide {
      padding: 0;
      border-top: 1px solid #000;
      margin-top: 45px;
      margin-top: 2.8125rem; } }
  .sidebar-explore-guide__img {
    z-index: 20;
    position: absolute;
    right: 0; }
  .sidebar-explore-guide .link__arrow {
    display: block;
    margin-top: 15px;
    margin-top: 0.9375rem; }

/* Find an Event Sidebar Module
   ========================================================================== */
/* ====== Layout ====== */
/* ====== Styling ====== */
.sidebar-find-event {
  margin: 55px 0 40px -20px;
  margin: 3.4375rem 0 2.5rem -1.25rem;
  padding: 0 30px 0 30px;
  padding: 0 1.875rem 0 1.875rem;
  position: relative; }
  .sidebar-find-event__border {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
    
    border-top: 5px solid #d86018;
    position: absolute;
    z-index: 2;
    bottom: -25px;
    left: 0; }
  .sidebar-find-event__image {
    width: 100%; }
    .sidebar-find-event__image--right {
      position: absolute;
      right: 0;
      top: -50px;
      z-index: 10; }
  .sidebar-find-event__content {
    width: 100%;
    margin-top: 25px;
    margin-top: 1.5625rem; }

/* Content Callout Module
   ========================================================================== */
/* ====== Layout ====== */
.content-callout {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .content-callout__content {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .content-callout__content {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  .content-callout__video {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
    
    float: right;
    margin-right: 0; }
    @media (max-width: 47.9275em) {
      .content-callout__video {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  .content-callout__img {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
    
    float: right;
    margin-right: 0; }
    @media (max-width: 47.9275em) {
      .content-callout__img {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

/* ====== Styling ====== */
.content-callout {
  border-top: 15px solid #d86018;
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding: 0 30px 0 30px;
  padding: 0 1.875rem 0 1.875rem; }
  @media (max-width: 47.9275em) {
    .content-callout {
      padding: 0;
      margin-top: 45px;
      margin-top: 2.8125rem; } }
  .content-callout__content {
    margin-top: 45px;
    margin-top: 2.8125rem; }
    @media (max-width: 47.9275em) {
      .content-callout__content {
        margin-top: 30px;
        margin-top: 1.875rem; } }
    .content-callout__content__title {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .content-callout__content p {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .content-callout__content a {
      font-size: 18px;
      font-size: 1.125rem; }
  .content-callout__video {
    padding-top: 20px;
    padding-top: 1.25rem; }
    @media (max-width: 47.9275em) {
      .content-callout__video {
        padding-top: 0; } }
    .content-callout__video h3 {
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 8px;
      margin-bottom: 0.5rem; }
      @media (max-width: 47.9275em) {
        .content-callout__video h3 {
          margin-bottom: 10px;
          margin-bottom: 0.625rem; } }
    .content-callout__video figure figcaption {
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 5px;
      margin-top: 0.3125rem; }
      @media (max-width: 47.9275em) {
        .content-callout__video figure figcaption {
          font-size: 16px;
          font-size: 1rem;
          margin-top: 10px;
          margin-top: 0.625rem; } }
    .content-callout__video--big .content-video {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; }
    .content-callout__video a {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 30px 0;
      margin: 1.875rem 0; }
  .content-callout__no-pad-right {
    padding-right: 0; }

/* Content Request Module
   ========================================================================== */
/* ====== Layout ====== */
.content-request {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .content-request__border {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
  .content-request__content {
    width: 74.5098%;
    float: left;
    
    margin-right: 1.96078%;
    
    
    float: right;
    margin-right: 0; }
    @media (max-width: 47.9275em) {
      .content-request__content {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

/* ====== Styling ====== */
.content-request {
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 0 30px 0 30px;
  padding: 0 1.875rem 0 1.875rem;
  position: relative; }
  @media (max-width: 47.9275em) {
    .content-request {
      padding: 0;
      margin-top: 0; } }
  .content-request__border {
    border-top: 15px solid #d86018;
    position: absolute;
    z-index: 2;
    top: -15px;
    left: 0; }
    @media (max-width: 47.9275em) {
      .content-request__border {
        display: none; } }
  .content-request__image {
    position: absolute;
    z-index: 1;
    left: -22px;
    top: -4px; }
    @media (max-width: 47.9275em) {
      .content-request__image {
        display: none; } }
  .content-request__content {
    margin-top: 45px;
    margin-top: 2.8125rem; }
    @media (max-width: 47.9275em) {
      .content-request__content {
        margin-top: 30px;
        margin-top: 1.875rem; } }
    .content-request__content__title {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .content-request__content p {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .content-request__content__required {
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
      .content-request__content__required span {
        color: #d86018; }
    .content-request__content__form fieldset {
      border: none;
      margin: 0;
      padding: 0; }
      .content-request__content__form fieldset label {
        font-family: "Museo Sans W03_500";
        margin-bottom: 5px;
        margin-bottom: 0.3125rem;
        display: inline-block; }
        .content-request__content__form fieldset label span {
          color: #d86018; }
      .content-request__content__form fieldset input {
        width: 100%;
        height: 43px;
        font-size: 16px;
        font-size: 1rem;
        border: 1px solid #c6c6c6;
        padding-left: 10px;
        padding-left: 0.625rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
        border-radius: 3px;
        outline: none; }
      .content-request__content__form fieldset button {
        color: #fff;
        font-family: "Museo Sans W03_700";
        font-size: 23px;
        font-size: 1.4375rem;
        background-color: #d86018;
        padding: 8px 16px;
        padding: 0.5rem 1rem;
        margin-top: 22px;
        margin-top: 1.375rem;
        display: inline-block;
        border-radius: 4px;
        display: block;
        border: 0; }
        .content-request__content__form fieldset button:hover {
          color: #fff;
          background-color: #d86018; }
        @media (max-width: 47.9275em) {
          .content-request__content__form fieldset button {
            margin-top: 0;
            margin-bottom: 15px;
            margin-bottom: 0.9375rem; } }
    .content-request__content__form ::-webkit-input-placeholder {
      font-style: italic; }
    .content-request__content__form :-moz-placeholder {
      font-style: italic; }
    .content-request__content__form ::-moz-placeholder {
      font-style: italic; }
    .content-request__content__form :-ms-input-placeholder {
      font-style: italic; }
    .content-request__content__form__col-1 {
      width: 32.02614%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .content-request__content__form__col-1 {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }
    .content-request__content__form__col-2 {
      width: 32.02614%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .content-request__content__form__col-2 {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
          
          margin-bottom: 10px;
          margin-bottom: 0.625rem; } }
    .content-request__content__form__col-2-3 {
      padding-right: 33.98693%;
      width: 66.01307%;
      float: left;
      
      margin-right: 1.96078%;
      
      
      float: right;
      margin-right: 0; }
      @media (max-width: 47.9275em) {
        .content-request__content__form__col-2-3 {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
          
          padding-right: 0; } }
    .content-request__content__form__col-3 {
      width: 32.02614%;
      float: left;
      
      margin-right: 1.96078%;
      
      
      float: right;
      margin-right: 0; }
      @media (max-width: 47.9275em) {
        .content-request__content__form__col-3 {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }

/* Content enroll Module
   ========================================================================== */
/* ====== Layout ====== */
.content-enroll {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .content-enroll__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .content-enroll__content__link {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      
       }

/* ====== Styling ====== */
.content-enroll {
  border-top: 15px solid #d86018;
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 0 30px 0 30px;
  padding: 0 1.875rem 0 1.875rem;
  position: relative; }
  @media (max-width: 47.9275em) {
    .content-enroll {
      padding: 0;
      border-top: 1px solid #000;
      margin-top: 45px;
      margin-top: 2.8125rem; } }
  .content-enroll__content {
    margin-top: 45px;
    margin-top: 2.8125rem; }
    @media (max-width: 47.9275em) {
      .content-enroll__content {
        margin-top: 30px;
        margin-top: 1.875rem; } }
    .content-enroll__content__title {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .content-enroll__content__subsection-title {
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
    .content-enroll__content p {
      margin-bottom: 25px;
      margin-bottom: 1.5625rem; }
    .content-enroll__content__link {
      text-align: right;
      font-size: 20px;
      font-size: 1.25rem;
      padding-right: 80px;
      padding-right: 5rem;
      margin-bottom: 30px;
      margin-bottom: 1.875rem; }
      @media (max-width: 47.9275em) {
        .content-enroll__content__link {
          text-align: left;
          padding-right: 0; } }
    .content-enroll__content input {
      font-size: 16px;
      font-size: 1rem;
      height: 46px;
      height: 2.875rem;
      padding-left: 10px;
      padding-left: 0.625rem;
      border: 1px solid #c7c7c7;
      border-radius: 3px;
      outline: none; }
    .content-enroll__content button {
      color: #fff;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "Museo Sans W03_700";
      background-color: #d86018;
      height: 47px;
      height: 2.9375rem;
      padding: 0 10px;
      padding: 0 0.625rem;
      border-radius: 3px;
      border: none;
      outline: none; }

/* Content Find a school Module
   ========================================================================== */
/* ====== Layout ====== */
.content-find-school {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .content-find-school__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
  .content-find-school__form--link {
    width: 49.01961%;
    float: right;
    
    margin-right: 0;
    
     }
  .content-find-school__form .content-form {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 62.49em) {
      .content-find-school__form .content-form {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

/* ====== Styling ====== */
.content-find-school {
  border-top: 15px solid #d86018;
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  position: relative; }
  .content-find-school h2 {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .content-find-school.flush {
    margin-top: 0; }
  .content-find-school .link__arrow {
    color: #e96a2e; }
    @media (max-width: 47.9275em) {
      .content-find-school .link__arrow {
        color: #000;
        text-decoration: underline; } }
    @media (max-width: 47.9275em) {
      .content-find-school .link__arrow:after {
        content: none; } }
  @media (max-width: 47.9275em) {
    .content-find-school {
      background-color: #d86018; } }
  @media (max-width: 47.9275em) {
    .content-find-school {
      border-top: 1px solid #000;
      margin-top: 45px;
      margin-top: 2.8125rem; } }
  .content-find-school__content {
    margin-top: 45px;
    margin-top: 2.8125rem; }
  .content-find-school__form {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem; }
    .content-find-school__form input {
      font-size: 16px;
      font-size: 1rem;
      height: 46px;
      height: 2.875rem;
      padding-left: 10px;
      padding-left: 0.625rem;
      border: 1px solid #c7c7c7;
      border-radius: 3px;
      outline: none; }
    .content-find-school__form button {
      color: #fff;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "Museo Sans W03_700";
      background-color: #d86018;
      height: 47px;
      height: 2.9375rem;
      padding: 0 10px;
      padding: 0 0.625rem;
      border-radius: 3px;
      border: none;
      outline: none; }
      @media (max-width: 47.9275em) {
        .content-find-school__form button {
          background-color: #884829;
          margin-bottom: 20px;
          margin-bottom: 1.25rem; } }
    @media (max-width: 62.49em) {
      .content-find-school__form .content-form {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
        
        margin-bottom: 40px;
        margin-bottom: 2.5rem; } }

/* Content Callout Module
   ========================================================================== */
/* ====== Layout ====== */
.content-explore-guide {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .content-explore-guide__content {
    width: 66.01307%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .content-explore-guide__content {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  .content-explore-guide__img {
    width: 23.52941%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .content-explore-guide__img {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  @media (max-width: 39.99em) {
    .content-explore-guide {
      display: none; } }

.content-explore-guide-mobile {
  display: none; }
  .content-explore-guide-mobile__content {
    width: 66.01307%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .content-explore-guide-mobile__content {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  .content-explore-guide-mobile__img {
    width: 23.52941%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .content-explore-guide-mobile__img {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  @media (max-width: 39.99em) {
    .content-explore-guide-mobile {
      display: block;
      -moz-box-sizing: ;
      box-sizing: ;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      
       } }

/* ====== Styling ====== */
.content-explore-guide {
  border-top: 15px solid #d86018;
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding: 45px 30px 0 30px;
  padding: 2.8125rem 1.875rem 0 1.875rem; }
  @media (max-width: 47.9275em) {
    .content-explore-guide {
      padding: 0;
      border-top: 1px solid #000;
      margin-top: 60px;
      margin-top: 3.75rem; } }
  .content-explore-guide__img {
    margin-left: -45px;
    margin-left: -2.8125rem; }
  .content-explore-guide .link__btn {
    float: left; }
    @media (max-width: 62.49em) {
      .content-explore-guide .link__btn {
        float: none; } }
    @media (max-width: 39.99em) {
      .content-explore-guide .link__btn {
        display: none; } }
  .content-explore-guide .link__arrow {
    float: right; }
    @media (max-width: 62.49em) {
      .content-explore-guide .link__arrow {
        float: none;
        display: block;
        margin-top: 10px;
        margin-top: 0.625rem; } }
  @media (max-width: 39.99em) {
    .content-explore-guide {
      padding-top: 45px;
      padding-top: 2.8125rem; }
      .content-explore-guide__content p {
        margin-bottom: 0; } }

.content-callout__content {
  margin-top: 45px;
  margin-top: 2.8125rem; }
  @media (max-width: 47.9275em) {
    .content-callout__content {
      margin-top: 30px;
      margin-top: 1.875rem;
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 20px;
      margin-bottom: 1.25rem; } }
  .content-callout__content p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .content-callout__content a {
    font-size: 18px;
    font-size: 1.125rem; }

.content-callout__mobile {
  display: none; }
  @media (max-width: 39.99em) {
    .content-callout__mobile {
      display: block;
      width: 80%;
      text-align: center; } }

.content-explore-guide-mobile {
  border-top: 15px solid #d86018;
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding: 45px 30px 0 30px;
  padding: 2.8125rem 1.875rem 0 1.875rem; }

/* Find an Event Module
   ========================================================================== */
/* ====== Layout ====== */
.content-find-event {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .content-find-event__border {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
  .content-find-event__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
    
    padding-left: 25.4902%;
     }
    @media (max-width: 61.865em) {
      .content-find-event__content {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
        
        padding-left: 0%;
         } }
  .content-find-event__link {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
    
    padding-left: 25.4902%;
     }
    @media (max-width: 61.865em) {
      .content-find-event__link {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 57.51634%;
        float: left;
        
        margin-right: 1.96078%;
        
        
        padding-left: 0%;
         } }
    @media (max-width: 39.99em) {
      .content-find-event__link {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        
        margin-right: 4%;
        
        
        padding-left: 0%;
         } }

.mobile-find-event__image {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

/* ====== Styling ====== */
.content-find-event {
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 0 30px 0 30px;
  padding: 0 1.875rem 0 1.875rem;
  position: relative; }
  .content-find-event__border {
    border-top: 15px solid #d86018;
    position: absolute;
    z-index: 2;
    top: -15px;
    left: 0; }
    @media (max-width: 47.9275em) {
      .content-find-event__border {
        display: none; } }
  .content-find-event__image {
    position: absolute;
    z-index: 1;
    left: -22px;
    top: -4px; }
    @media (max-width: 61.865em) {
      .content-find-event__image {
        display: none; } }
    .content-find-event__image--right {
      position: absolute;
      right: 10px;
      right: 0.625rem;
      top: -50px;
      z-index: 10; }
      @media (max-width: 61.865em) {
        .content-find-event__image--right {
          display: none; } }
  .content-find-event__content {
    margin-top: 45px;
    margin-top: 2.8125rem; }
    @media (max-width: 61.865em) {
      .content-find-event__content {
        margin-top: 30px;
        margin-top: 1.875rem; } }
    .content-find-event__content p {
      max-width: 55%; }
      @media (max-width: 61.865em) {
        .content-find-event__content p {
          max-width: 80%; } }
  .content-find-event__form {
    display: inline-block; }
    .content-find-event__form label {
      display: block;
      font-family: "Museo Sans W03_500";
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
    .content-find-event__form input {
      font-size: 16px;
      font-size: 1rem;
      height: 46px;
      height: 2.875rem;
      padding-left: 10px;
      padding-left: 0.625rem;
      border: 1px solid #c7c7c7;
      border-radius: 3px;
      outline: none; }
    .content-find-event__form button {
      color: #fff;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "Museo Sans W03_700";
      background-color: #d86018;
      height: 47px;
      height: 2.9375rem;
      padding: 0 10px;
      padding: 0 0.625rem;
      border-radius: 3px;
      border: none;
      outline: none; }
  @media (max-width: 39.99em) {
    .content-find-event__link {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; } }

/* Content 404 Not Found
   ========================================================================== */
/* ====== Layout ====== */
.content-not-found {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .content-not-found__wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }

/* ====== Styling ====== */
.content-not-found {
  background-size: contain;
  padding: 40px 0 0 30px;
  padding: 2.5rem 0 0 1.875rem; }
  .content-not-found__wrapper {
    padding-right: 57.51634%;
    /*background-image: url('/assets/images/fpo/404/fpo-404.png');*/
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media (max-width: 70em) {
      .content-not-found__wrapper {
        background-size: 350px auto; } }
    @media (max-width: 47.9275em) {
      .content-not-found__wrapper {
        background-position: center bottom;
        padding-bottom: 240px;
        padding-right: 0; } }
    @media (max-width: 28.75em) {
      .content-not-found__wrapper {
        background-size: 100% auto; } }
    .content-not-found__wrapper .content-form {
      position: relative;
      margin-bottom: 30px;
      margin-bottom: 1.875rem;
      padding-right: 54px; }
      @media (max-width: 47.9275em) {
        .content-not-found__wrapper .content-form {
          padding-right: 45px; } }
      .content-not-found__wrapper .content-form label {
        display: block;
        margin-bottom: 5px;
        margin-bottom: 0.3125rem; }
      .content-not-found__wrapper .content-form input {
        width: 100%;
        font-size: 16px;
        font-size: 1rem;
        height: 46px;
        height: 2.875rem;
        padding-left: 10px;
        padding-left: 0.625rem;
        border: 1px solid #c7c7c7;
        border-radius: 3px;
        outline: none; }
      .content-not-found__wrapper .content-form button {
        color: #fff;
        font-size: 20px;
        font-size: 1.25rem;
        font-family: "Museo Sans W03_700";
        background-color: #d86018;
        height: 47px;
        height: 2.9375rem;
        padding: 0 10px;
        padding: 0 0.625rem;
        border-radius: 3px;
        border: none;
        outline: none;
        position: absolute;
        right: 0;
        bottom: 0; }
        @media (max-width: 47.9275em) {
          .content-not-found__wrapper .content-form button {
            background-color: #884829; } }

/* Content  Carousel
   ========================================================================== */
/* ====== Layout ====== */
.content-gallery-carousel {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

.content-slider {
  width: 91.50327%;
  float: left;
  
  margin-right: 1.96078%;
  
   }
  @media (max-width: 47.9275em) {
    .content-slider {
      -moz-box-sizing: ;
      box-sizing: ;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      
       } }

@media (max-width: 47.9275em) {
  .content-slider-playlist {
    display: none !important; } }

/* ====== Styling ====== */
.content-gallery-carousel {
  border-top: 15px solid #d86018;
  padding: 25px 0;
  padding: 1.5625rem 0; }
  .content-gallery-carousel h3 {
    padding-left: 36px;
    padding-left: 2.25rem; }
  .content-gallery-carousel__desc {
    margin-bottom: 0;
    font-family: "Museo Sans W03_500"; }

.content-slider {
  padding: 25px;
  padding: 1.5625rem; }
  .content-slider .util-wrapper-holder {
    overflow-x: hidden;
    overflow-y: visible; }
  .content-slider__item {
    margin: 0 15px;
    margin: 0 0.9375rem; }
    .content-slider__item.selected {
      border-color: #d86018; }
    .content-slider__item a {
      display: block; }
      .content-slider__item a:hover .content-slider__item__content {
        display: block; }
      .content-slider__item a img {
        width: 100%; }
    .content-slider__item__content {
      display: none;
      position: absolute;
      bottom: 0; }
  .content-slider .util-navigation div {
    width: auto;
    color: #000;
    font-size: 60px;
    font-size: 3.75rem; }

#viewSlider .content-slider__item img {
  width: 100%;
  height: auto;
  border: 3px solid #f5f5f5;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

/* Testimonial Quote Module
   ========================================================================== */
/* ====== Layout ====== */
.content-testimonial {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .content-testimonial__border {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
  .content-testimonial__content {
    width: 91.50327%;
    float: left;
    
    margin-right: 1.96078%;
    
    
    padding-left: 25.4902%;
     }
    @media (max-width: 60.9375em) {
      .content-testimonial__content {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 83.00654%;
        float: left;
        
        margin-right: 1.96078%;
        
        
        padding-left: 33.98693%;
         } }
    @media (max-width: 47.9275em) {
      .content-testimonial__content {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
        
        padding-left: 0%;
         } }
  .content-testimonial__desc {
    float: right;
    margin-right: 0;
    
    padding-right: 8.49673%; }
    @media (max-width: 47.9275em) {
      .content-testimonial__desc {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
        
        padding-left: 0%;
         } }

.mobile-find-event__image {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

/* ====== Styling ====== */
.content-testimonial {
  border-top: 15px solid #d86018;
  margin: 65px 0 50px;
  margin: 4.0625rem 0 3.125rem;
  padding: 0 30px 0 30px;
  padding: 0 1.875rem 0 1.875rem;
  position: relative; }
  @media (max-width: 47.9275em) {
    .content-testimonial {
      padding: 0;
      margin-top: 45px;
      margin-top: 2.8125rem; } }
  .content-testimonial__border {
    border-top: 15px solid #d86018;
    position: absolute;
    z-index: 2;
    top: -15px;
    left: 0; }
    @media (max-width: 47.9275em) {
      .content-testimonial__border {
        display: none; } }
  .content-testimonial__image {
    position: absolute;
    z-index: 1;
    left: -27px;
    top: 0; }
    @media (max-width: 47.9275em) {
      .content-testimonial__image {
        display: none; } }
    .content-testimonial__image--right {
      position: absolute;
      right: 0;
      top: -50px;
      z-index: 10; }
      @media (max-width: 47.9275em) {
        .content-testimonial__image--right {
          display: none; } }
  .content-testimonial__content {
    margin-top: 75px;
    margin-top: 4.6875rem;
    position: relative; }
    .content-testimonial__content p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem;
      padding-left: 30px;
      padding-left: 1.875rem; }
      @media (max-width: 47.9275em) {
        .content-testimonial__content p {
          padding: 0 60px;
          padding: 0 3.75rem;
          text-align: center; } }
    .content-testimonial__content:before {
      /*content: url(/assets/images/theme/quote-left.png);*/
      position: absolute;
      top: -60px; }
    .content-testimonial__content:after {
      /*content: url(/assets/images/theme/quote-right.png);*/
      bottom: 30px;
      position: absolute;
      right: -75px; }
    @media (max-width: 47.9275em) {
      .content-testimonial__content {
        margin-top: 30px;
        margin-top: 1.875rem; }
        .content-testimonial__content:before {
          /*content: url(/assets/images/theme/quote-left-m.png);*/
          position: absolute;
          top: 0px; }
        .content-testimonial__content:after {
          /*content: url(/assets/images/theme/quote-right-m.png);*/
          bottom: 0;
          position: absolute;
          right: 0; } }
  .content-testimonial__desc {
    font-size: 16px;
    font-size: 1rem; }
    .content-testimonial__desc h4 {
      font-size: 20px;
      font-size: 1.25rem; }
      .content-testimonial__desc h4:before {
        content: '- ';
        margin-left: -15px;
        margin-left: -0.9375rem; }
    @media (max-width: 47.9275em) {
      .content-testimonial__desc {
        text-align: center; } }

/* Content enroll Module
   ========================================================================== */
/* ====== Layout ====== */
.mobile-page-menu {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

/* ====== Styling ====== */
.mobile-page-menu {
  margin: 10px 0;
  margin: 0.625rem 0; }
  .mobile-page-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .mobile-page-menu ul li {
      width: 100%;
      background-color: #dbdbdb;
      padding: 16px;
      padding: 1rem;
      border-bottom: 1px solid #9c9c9c; }
      .mobile-page-menu ul li:first-child {
        border-top: 1px solid #9c9c9c; }
      .mobile-page-menu ul li a {
        color: #000;
        font-size: 18px;
        font-size: 1.125rem;
        display: inline-block; }
        .mobile-page-menu ul li a:after {
          /*content: url('/assets/images/theme/bg-pixel-arrow.png');*/
          padding-left: 8px;
          padding-left: 0.5rem; }

/* ==========================================================================
   Page Imports
   ========================================================================== */
/* Global Content
   ========================================================================== */
/* ====== Layout ====== */
/* Site Inner Section Wrapper */
.student-filters {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .student-filters__grade {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .student-filters__grade {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  .student-filters__interest {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
    
    float: right;
    margin-right: 0; }
    @media (max-width: 47.9275em) {
      .student-filters__interest {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

.student-slider {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

/* ====== Base Styling ====== */
.student-filters {
  background-color: #f5f5f5;
  border-bottom: 15px solid #d86018;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative; }
  .student-filters__grade__label, .student-filters__interest__label {
    display: block;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    font-family: "Museo Sans W03_700"; }
  .student-filters__grade .es-dropdown {
    z-index: 100; }
  @media (max-width: 47.9275em) {
    .student-filters__grade {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; } }
  .student-filters__arrow {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 16px solid #d86018;
    position: absolute;
    bottom: -30px;
    left: 5%; }

.student-slider {
  padding: 25px;
  padding: 1.5625rem; }
  .student-slider .util-wrapper-holder {
    overflow-x: hidden;
    overflow-y: visible; }
  .student-slider__item {
    margin: 8px;
    margin: 0.5rem;
    border: 3px solid #f5f5f5; }
    .student-slider__item.selected {
      border-color: #d86018; }
    .student-slider__item a {
      display: block; }
      .student-slider__item a:hover .student-slider__item__content {
        display: block; }
      .student-slider__item a img {
        width: 100%; }
    .student-slider__item__content {
      display: none;
      position: absolute;
      bottom: 0; }
  .student-slider .util-navigation div {
    width: auto;
    color: #000;
    font-size: 60px;
    font-size: 3.75rem; }

/* Global Content
   ========================================================================== */
/* ====== Layout ====== */
.student-grid {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .student-grid__item {
    width: 23.52941%;
    float: left;
    
    
    
     }
    .student-grid__item:nth-child(4n+1) {
      
      
      margin-left: 0;
      margin-right: -100%;
      
      
      clear: both;
      margin-left: 0; }
    .student-grid__item:nth-child(4n+2) {
      
      
      margin-left: 25.4902%;
      margin-right: -100%;
      
      
      clear: none; }
    .student-grid__item:nth-child(4n+3) {
      
      
      margin-left: 50.98039%;
      margin-right: -100%;
      
      
      clear: none; }
    .student-grid__item:nth-child(4n+4) {
      
      
      margin-left: 76.47059%;
      margin-right: -100%;
      
      
      clear: none; }
    @media (max-width: 47.9275em) {
      .student-grid__item {
        width: 49.01961%;
        float: left;
        
        
        
         }
        .student-grid__item:nth-child(2n+1) {
          
          
          margin-left: 0;
          margin-right: -100%;
          
          
          clear: both;
          margin-left: 0; }
        .student-grid__item:nth-child(2n+2) {
          
          
          margin-left: 50.98039%;
          margin-right: -100%;
          
          
          clear: none; } }

/* ====== Base Styling ====== */
.student-grid {
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 50px 20px 35px 20px;
  padding: 3.125rem 1.25rem 2.1875rem 1.25rem;
  background-color: #f5f5f5;
  position: relative; }
  .student-grid:before {
    width: 0;
    height: 0;
    content: " ";
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0; }
  .student-grid__item {
    background-color: #fff;
    border: 1px solid #dedddd;
    padding: 10px 10px 15px 10px;
    padding: 0.625rem 0.625rem 0.9375rem 0.625rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    .student-grid__item figure {
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
      @media (max-width: 47.9275em) {
        .student-grid__item figure img {
          width: 100%;
          height: auto; } }
    .student-grid__item h3 {
      font-size: 22px;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
    .student-grid__item ul {
      padding-left: 18px;
      padding-left: 1.125rem;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
      .student-grid__item ul li {
        padding: 0;
        line-height: 18px;
        line-height: 1.125rem; }
        .student-grid__item ul li a {
          color: #706c6c;
          font-size: 12px; }
          .student-grid__item ul li a:hover {
            color: #000; }
    .student-grid__item > a {
      font-family: "Museo Sans W03_700"; }
      .student-grid__item > a:after {
        /*content: url('/assets/images/theme/bg-pixel-arrow-orange.png');*/
        padding-left: 8px; }

/* Courses Page
   ========================================================================== */
/* ====== Layout ====== */
.courses__listings {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .courses__listings__expanded {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }

.callout-teen {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

/* ====== Styling ====== */
.courses__search {
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }
  .courses__search h3 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .courses__search p {
    width: 60%;
    margin-bottom: 4px;
    margin-bottom: 0.25rem; }
    @media (max-width: 47.9275em) {
      .courses__search p {
        width: 100%; } }
  .courses__search strong {
    display: block;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }

.courses__listings h1 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
.courses__listings h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
.courses__listings__courses li a {
  color: #000; }
.courses__listings .flush {
  list-style: none;
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
  padding: 0; }
  .courses__listings .flush > li {
    padding: 4px 0;
    padding: 0.25rem 0; }
    .courses__listings .flush > li > a:before {
      color: #d86018;
      content: "\f067";
      font: 12px/1 FontAwesome;
      padding-right: 8px;
      padding-right: 0.5rem; }
    .courses__listings .flush > li > a.open:before {
      content: "\f068"; }
.courses__listings .loader {
  margin: 1.25rem 0;
  background: #FFF; }
  .courses__listings .loader img {
    margin: 0 auto;
    padding: 5px; }

.courses__listings__expanded {
  margin: 20px 0;
  margin: 1.25rem 0;
  padding: 50px 20px 20px 20px;
  padding: 3.125rem 1.25rem 1.25rem 1.25rem;
  background-color: #fff;
  position: relative;
  display: none; }
  .courses__listings__expanded__arrow {
    width: 0;
    height: 0;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #F5F5F5;
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0; }
  .courses__listings__expanded__close {
    position: absolute;
    right: 25px;
    top: 15px; }
    .courses__listings__expanded__close:before {
      color: #de2a26;
      content: "\f00d";
      font: 30px/1 FontAwesome; }
      @media (max-width: 47.9275em) {
        .courses__listings__expanded__close:before {
          font: 20px/1 FontAwesome; } }
  .courses__listings__expanded h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Museo Sans W03_300";
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .courses__listings__expanded__grades {
    display: inline-block;
    padding-right: 20px;
    padding-right: 1.25rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
  .courses__listings__expanded__credits {
    display: inline-block;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
  .courses__listings__expanded h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .courses__listings__expanded__details {
    padding-left: 15px;
    padding-left: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .courses__listings__expanded > p {
    margin-bottom: 20px; }
  .courses__listings__expanded__sub-listings li a {
    color: #d86018; }
  .courses__listings__expanded__sub-listings__content {
    margin: 10px 0 0 18px;
    margin: 0.625rem 0 0 1.125rem;
    display: none; }
    .courses__listings__expanded__sub-listings__content.open {
      display: block; }
    .courses__listings__expanded__sub-listings__content p {
      margin: 0; }

.open .courses__listings__expanded {
  display: block; }

/* Search Page
   ========================================================================== */
/* ====== Layout ====== */
.search-results {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .search-results__tools {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
  .search-results__wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
  .search-results__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }

/* ====== Styling ====== */
.search-results {
  padding: 0 25px;
  padding: 0 1.5625rem; }
  .search-results h1 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .search-results h2 {
    font-family: "Museo Sans W03_300";
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }

.search-results__tools__label {
  font-family: "Museo Sans W03_700";
  margin-right: 6px;
  margin-right: 0.375rem; }
.search-results__tools a {
  color: #000;
  display: inline-block; }
  .search-results__tools a.selected {
    color: #d86018;
    font-family: "Museo Sans W03_700"; }
.search-results__tools__divider {
  margin: 0 10px;
  margin: 0 0.625rem;
  display: inline-block; }

.search-results__wrapper {
  background-color: #F5F5F5;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 50px 25px 10px 25px;
  padding: 3.125rem 1.5625rem 0.625rem 1.5625rem;
  position: relative; }
  .search-results__wrapper:before {
    width: 0;
    height: 0;
    content: " ";
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0; }
.search-results__item {
  border-top: 1px solid #757575;
  padding-top: 30px;
  padding-top: 1.875rem; }
  .search-results__item:first-child {
    border-top: none;
    padding-top: 0; }
  .search-results__item h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; }
  .search-results__item a {
    display: block;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; }
  .search-results__item p {
    width: 74.5098%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
.search-results__highlight {
  background-color: #e2aa00; }

/* Global Content
   ========================================================================== */
/* ====== Layout ====== */
.main-school {
  width: 66.01307%;
  float: left;
  
  margin-right: 1.96078%;
  
   }
  @media (max-width: 47.9275em) {
    .main-school {
      -moz-box-sizing: ;
      box-sizing: ;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      
       } }

.school-home-sidebar {
  width: 32.02614%;
  float: right;
  
  margin-right: 0;
  
   }
  @media (max-width: 47.9275em) {
    .school-home-sidebar {
      -moz-box-sizing: ;
      box-sizing: ;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      
       } }

.school-home-news {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .school-home-news__callout {
    width: 30%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .school-home-news__callout {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

/* ====== Base Styling ====== */
.main-school {
  background-color: #F5F5F5;
  margin-top: 50px;
  margin-top: 3.125rem; }
  @media (max-width: 47.9275em) {
    .main-school {
      background-color: transparent;
      margin-top: 0; } }
  .main-school article {
    padding-right: 100px;
    padding-right: 6.25rem; }
    @media (max-width: 47.9275em) {
      .main-school article {
        padding: 0; } }

.school-home-sidebar {
  margin-top: 50px;
  margin-top: 3.125rem; }

.school-home-news {
  padding: 60px 40px;
  padding: 3.75rem 2.5rem; }
  @media (max-width: 47.9275em) {
    .school-home-news {
      padding: 60px 0;
      padding: 3.75rem 0; } }
  .school-home-news h1 {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
    @media (max-width: 47.9275em) {
      .school-home-news h1 {
        font-size: 25px;
        font-size: 1.5625rem; } }
    .school-home-news h1 span {
      font-size: 14px;
      font-size: 0.875rem; }
      @media (max-width: 47.9275em) {
        .school-home-news h1 span {
          display: none; } }
  @media (max-width: 47.9275em) {
    .school-home-news__callout {
      border-bottom: 1px solid #626262;
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .school-home-news__callout h3 {
    color: #d86018;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .school-home-news__synop {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }

.school-home__callout {
  padding: 18px 20px 18px 100px;
  padding-left: 100px;
  /*background: url('/assets/images/theme/icon-gradhat.png') no-repeat 25px center;*/
  border: 1px solid #e96b20;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }
.school-home__side-callout {
  border-bottom: 3px solid #e96b20;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media (max-width: 47.9275em) {
    .school-home__side-callout {
      border-bottom: none; } }
.school-home__side-callout-desc {
  padding-top: 15px;
  padding-top: 0.9375rem;
  max-width: 400px; }
.school-home__side-content {
  padding-right: 20px;
  padding-right: 1.25rem; }

/*.school-home__billboard {
  background: url('/assets/images/theme/bb-bg_school-home.png') repeat-x; }*/
  @media (max-width: 47.9275em) {
    .school-home__billboard {
      background-image: none; } }
  .school-home__billboard-slide {
    min-height: 400px;
    position: relative;
    padding-top: 10%;
    min-width: 100%; }
    @media (max-width: 61.875em) {
      .school-home__billboard-slide {
        min-height: 260px;
        padding-top: 5%; } }
    @media (max-width: 47.9275em) {
      .school-home__billboard-slide {
        padding-top: 20px; } }
    .school-home__billboard-slide img {
      position: absolute;
      top: 50%;
      margin-top: -185px; }
      @media (max-width: 61.875em) {
        .school-home__billboard-slide img {
          width: 50%;
          margin-top: 0;
          top: 0; } }
      @media (max-width: 47.9275em) {
        .school-home__billboard-slide img {
          width: 100%;
          position: relative;
          margin: 0 auto 20px auto;
          top: 0; } }
  .school-home__billboard-slide-copy {
    background-color: #d86018;
    padding: 20px 20px 20px 400px; }
    @media (max-width: 61.875em) {
      .school-home__billboard-slide-copy {
        padding: 20px 20px 20px 53%; } }
    @media (max-width: 47.9275em) {
      .school-home__billboard-slide-copy {
        background-color: transparent;
        padding: 0; } }

/* School Page
   ========================================================================== */
/* ====== Layout ====== */
.school-search {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .school-search__filter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .school-search__filter__dropdown {
      width: 49.01961%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .school-search__filter__dropdown {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }

.schools-results {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .schools-results__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .schools-results__item__wrapper {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      
       }
    .schools-results__item__left {
      width: 49.01961%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .schools-results__item__left {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 83.00654%;
          float: left;
          
          margin-right: 1.96078%;
          
          
          float: right;
          margin-right: 0; } }
    .schools-results__item__right {
      width: 32.02614%;
      float: left;
      
      margin-right: 1.96078%;
      
      
      float: right;
      margin-right: 0; }
      @media (max-width: 47.9275em) {
        .schools-results__item__right {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 83.00654%;
          float: left;
          
          margin-right: 1.96078%;
          
          
          float: right;
          margin-right: 0; } }

.schools-no-results {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

.schools-international {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .schools-international__pic {
    width: 23.52941%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .schools-international__pic {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  .schools-international__desc {
    width: 74.5098%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .schools-international__desc {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

/* ====== Styling ====== */
.school-search__filter {
  border-top: 15px solid #d86018;
  padding: 50px 5%;
  padding: 3.125rem 5%; }
  .school-search__filter h2 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .school-search__filter span {
    display: inline-block; }
  .school-search__filter__label {
    float: left;
    margin: 15px 15px 0 0;
    margin: 0.9375rem 0.9375rem 0 0; }
    @media (max-width: 47.9275em) {
      .school-search__filter__label {
        margin: 0 0 10px 0;
        margin: 0 0 0.625rem 0; } }
  .school-search__filter__dropdown {
    float: left; }

.schools-results {
  background-color: #F5F5F5;
  position: relative; }
  .schools-results:before {
    width: 0;
    height: 0;
    content: " ";
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0; }
  .schools-results__title-divider {
    font-family: "Museo Sans W03_300";
    padding: 60px 25px 10px;
    padding: 3.75rem 1.5625rem 0.625rem;
    color: #706c6c; }
  .schools-results__item {
    border-top: 1px solid #757575;
    padding: 0 25px;
    padding: 0 1.5625rem;
    position: relative;
    clear: both; }
    .schools-results__item:first-child {
      border-top: none; }
    @media (max-width: 47.9275em) {
      .schools-results__item__left {
        margin-bottom: 15px;
        margin-bottom: 0.9375rem; } }
    .schools-results__item__wrapper {
      margin: 45px 0;
      margin: 2.8125rem 0; }
      .schools-results__item__wrapper.color-orange:before {
        background-color: #d86018; }
      .schools-results__item__wrapper.color-orange h3 {
        color: #d86018; }
      .schools-results__item__wrapper.color-orange button {
        background-color: #d86018; }
      .schools-results__item__wrapper.color-orange a {
        color: #e96a2e; }
        .schools-results__item__wrapper.color-orange a:after {
          /*content: url("/assets/images/theme/bg-pixel-arrow-orange.png");*/
          padding-left: 0.5rem; }
      .schools-results__item__wrapper.color-aqua:before {
        background-color: #2694a9; }
      .schools-results__item__wrapper.color-aqua h3 {
        color: #2694a9; }
      .schools-results__item__wrapper.color-aqua button {
        background-color: #2694a9; }
      .schools-results__item__wrapper.color-aqua a {
        color: #2694a9; }
        .schools-results__item__wrapper.color-aqua a:after {
          /*content: url("/assets/images/theme/bg-pixel-arrow-aqua.png");*/
          padding-left: 0.5rem; }
      .schools-results__item__wrapper.color-dark-gray:before {
        background-color: #706c6c; }
      .schools-results__item__wrapper.color-dark-gray h3 {
        color: #706c6c; }
      .schools-results__item__wrapper.color-dark-gray button {
        background-color: #706c6c; }
      .schools-results__item__wrapper.color-dark-gray a {
        color: #706c6c; }
        .schools-results__item__wrapper.color-dark-gray a:after {
          /*content: url("/assets/images/theme/bg-pixel-arrow-gray.png");*/
          padding-left: 0.5rem; }
      .schools-results__item__wrapper.color-green:before {
        background-color: #1c9d43; }
      .schools-results__item__wrapper.color-green h3 {
        color: #1c9d43; }
      .schools-results__item__wrapper.color-green button {
        background-color: #1c9d43; }
      .schools-results__item__wrapper.color-green a {
        color: #1c9d43; }
        .schools-results__item__wrapper.color-green a:after {
          /*content: url("/assets/images/theme/bg-pixel-arrow-green.png");*/
          padding-left: 0.5rem; }
      .schools-results__item__wrapper:before {
        width: 35px;
        height: 130px;
        border-radius: 3px;
        margin-right: 25px;
        margin-right: 1.5625rem;
        content: " ";
        float: left; }
        @media (max-width: 47.9275em) {
          .schools-results__item__wrapper:before {
            height: 190px;
            -moz-box-sizing: ;
            box-sizing: ;
            width: 10.45752%;
            float: left;
            
            margin-right: 1.88679%;
            
             } }
      .schools-results__item__wrapper h3 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
      .schools-results__item__wrapper h4 {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 5px;
        margin-bottom: 0.3125rem; }
      .schools-results__item__wrapper p {
        margin: 0; }
      .schools-results__item__wrapper button {
        color: #fff;
        font-family: "Museo Sans W03_700";
        font-size: 23px;
        font-size: 1.4375rem;
        padding: 10px 16px;
        padding: 0.625rem 1rem;
        margin-bottom: 15px;
        margin-bottom: 0.9375rem;
        display: block;
        border-radius: 4px;
        border: none; }
      .schools-results__item__wrapper a {
        font-family: "Museo Sans W03_700";
        margin-bottom: 7px;
        margin-bottom: 0.4375rem;
        display: inline-block; }

.schools-no-results {
  padding: 0 5%; }

.schools-international {
  position: relative;
  margin: 20px 0;
  margin: 1.25rem 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }
  .schools-international__pic {
    margin: 0; }
  .schools-international__desc {
    padding: 0 20px 0 40px;
    padding: 0 1.25rem 0 2.5rem; }
    @media (max-width: 47.9275em) {
      .schools-international__desc {
        margin-top: 20px;
        margin-top: 1.25rem;
        padding: 0; } }
    .schools-international__desc h3 {
      margin: 0 0 10px 0;
      margin: 0 0 0.625rem 0; }
    .schools-international__desc a.link__arrow {
      font-size: 20px;
      font-size: 1.25rem;
      color: #2694a9; }
      .schools-international__desc a.link__arrow:after {
        content: url('/assets/images/theme/bg-pixel-arrow-aqua.png'); }

/* Contact Pages
   ========================================================================== */
/* ====== Layout ====== */
.contact-teachers-parents-search {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .contact-teachers-parents-search__filter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .contact-teachers-parents-search__filter__dropdown {
      width: 49.01961%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .contact-teachers-parents-search__filter__dropdown {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
          
          color: red; } }

.contact-teachers-parents-results {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .contact-teachers-parents-results__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .contact-teachers-parents-results__item__pic {
      width: 23.52941%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .contact-teachers-parents-results__item__pic {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 40.52288%;
          float: left;
          
          margin-right: 1.96078%;
          
           } }
    .contact-teachers-parents-results__item__head {
      width: 74.5098%;
      float: left;
      
      margin-right: 1.96078%;
      
      
      float: right;
      margin-right: 0; }
      @media (max-width: 47.9275em) {
        .contact-teachers-parents-results__item__head {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 57.51634%;
          float: left;
          
          margin-right: 1.96078%;
          
          
          float: right;
          margin-right: 0; } }
    .contact-teachers-parents-results__item__desc {
      width: 74.5098%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .contact-teachers-parents-results__item__desc {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }
    .contact-teachers-parents-results__item__list {
      width: 49.01961%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .contact-teachers-parents-results__item__list {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }

/* ====== Styling ====== */
.disclaimer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-style: italic;
  text-indent: -5px;
  text-indent: -0.3125rem;
  padding-left: 5px;
  padding-left: 0.3125rem; }

.contact-teachers-parents-search__filter {
  padding: 0 5% 25px 5%;
  padding: 0 5% 1.5625rem 5%; }
  @media (max-width: 47.9275em) {
    .contact-teachers-parents-search__filter {
      padding: 0 0 25px 0;
      padding: 0 0 1.5625rem 0; } }
  .contact-teachers-parents-search__filter h2 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .contact-teachers-parents-search__filter span {
    display: inline-block; }
  .contact-teachers-parents-search__filter__label {
    float: left;
    margin: 15px 15px 0 0;
    margin: 0.9375rem 0.9375rem 0 0; }
    @media (max-width: 47.9275em) {
      .contact-teachers-parents-search__filter__label {
        margin: 0 0 10px 0;
        margin: 0 0 0.625rem 0; } }
  .contact-teachers-parents-search__filter__dropdown {
    float: left; }

.contact-teachers-parents-results__item {
  border-top: 1px solid #757575;
  padding: 40px 0 20px 0;
  padding: 2.5rem 0 1.25rem 0;
  position: relative;
  clear: both; }
  .contact-teachers-parents-results__item:first-of-type {
    border-top: none; }
  .contact-teachers-parents-results__item h3 {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    @media (max-width: 47.9275em) {
      .contact-teachers-parents-results__item h3 {
        font-size: 22px;
        font-size: 1.375rem; } }
    .contact-teachers-parents-results__item h3:first-child {
      margin-bottom: 0; }
  @media (max-width: 47.9275em) {
    .contact-teachers-parents-results__item h4 {
      font-size: 18px;
      font-size: 1.125rem; } }
  .contact-teachers-parents-results__item h4:last-child {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    @media (max-width: 47.9275em) {
      .contact-teachers-parents-results__item h4:last-child {
        margin-top: 10px;
        margin-top: 0.625rem; } }
  .contact-teachers-parents-results__item img {
    padding: 0; }
  @media (max-width: 62.49em) {
    .contact-teachers-parents-results__item__head {
      padding-left: 20px;
      padding-left: 1.25rem; } }
  @media (max-width: 47.9275em) {
    .contact-teachers-parents-results__item__head {
      margin-top: 10px;
      margin-top: 0.625rem;
      padding-left: 10px;
      padding-left: 0.625rem; } }
  .contact-teachers-parents-results__item__desc {
    margin: 10px 0 0 0;
    margin: 0.625rem 0 0 0;
    float: right; }
    @media (max-width: 62.49em) {
      .contact-teachers-parents-results__item__desc {
        padding-left: 20px;
        padding-left: 1.25rem; } }
    @media (max-width: 47.9275em) {
      .contact-teachers-parents-results__item__desc {
        padding-left: 10px;
        padding-left: 0.625rem; } }
    .contact-teachers-parents-results__item__desc .read__more {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }
  .contact-teachers-parents-results__item__list {
    float: left; }
    .contact-teachers-parents-results__item__list:last-child {
      margin: 0 0 15px 0;
      margin: 0 0 0.9375rem 0; }
    .contact-teachers-parents-results__item__list ul {
      margin: 0;
      padding-left: 15px;
      padding-left: 0.9375rem;
      line-height: 24px;
      line-height: 1.5rem; }

/* Events Pages
   ========================================================================== */
/* ====== Variables ====== */
/* ====== Layout ====== */
.events-info-session {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .events-info-session__pic {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .events-info-session__pic {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }
  .events-info-session__desc {
    width: 49.01961%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .events-info-session__desc {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

.events-search {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .events-search__fields {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .events-search__fields__state {
      width: 40.52288%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .events-search__fields__state {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }
    .events-search__fields__date {
      width: 49.01961%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .events-search__fields__date {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }
      .events-search__fields__date__from {
        width: 40.52288%;
        float: left;
        
        margin-right: 1.96078%;
        
         }
        .events-search__fields__date__from--local {
          width: 40.52288%;
          float: left;
          
          margin-right: 1.96078%;
          
           }
      .events-search__fields__date__to {
        width: 40.52288%;
        float: left;
        
        margin-right: 1.96078%;
        
         }
        .events-search__fields__date__to--local {
          width: 40.52288%;
          float: left;
          
          margin-right: 1.96078%;
          
           }
      .events-search__fields__date__submit {
        width: 6.53595%;
        float: left;
        
        margin-right: 1.96078%;
        
         }
        @media (max-width: 47.9275em) {
          .events-search__fields__date__submit {
            -moz-box-sizing: ;
            box-sizing: ;
            width: 15.03268%;
            float: left;
            
            margin-right: 1.96078%;
            
             } }
  .events-search__filter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .events-search__filter__wrapper--local {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      
       }
    .events-search__filter__category {
      width: 15.03268%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 62.49em) {
        .events-search__filter__category {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 23.52941%;
          float: left;
          
          margin-right: 1.96078%;
          
           } }
      @media (max-width: 47.9275em) {
        .events-search__filter__category {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }
      @media (max-width: 47.9275em) {
        .events-search__filter__category__icon {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 15.03268%;
          float: left;
          
          margin-right: 1.96078%;
          
           } }
      @media (max-width: 47.9275em) {
        .events-search__filter__category__label {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 83.00654%;
          float: left;
          
          margin-right: 1.96078%;
          
           } }

.events-results {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .events-results__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .events-results__item__date {
      width: 23.52941%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .events-results__item__date {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }
    .events-results__item__desc {
      width: 74.5098%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .events-results__item__desc {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }
      .events-results__item__desc__details {
        width: 49.01961%;
        float: left;
        
        margin-right: 1.96078%;
        
        
        float: right;
        margin-right: 0; }
        @media (max-width: 47.9275em) {
          .events-results__item__desc__details {
            -moz-box-sizing: ;
            box-sizing: ;
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
            
             } }
      .events-results__item__desc__additional-info {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         }
    .events-results__item__register {
      width: 74.5098%;
      float: left;
      
      margin-right: 1.96078%;
      
      
      float: right;
      margin-right: 0; }
      @media (max-width: 47.9275em) {
        .events-results__item__register {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
          
          float: right;
          margin-right: 0; } }

/* ====== Styling ====== */
.events-info-session {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 0 20px 0 40px;
  padding: 0 1.25rem 0 2.5rem; }
  @media (max-width: 47.9275em) {
    .events-info-session {
      padding: 0; } }
  .events-info-session h2 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .events-info-session__pic {
    margin: 0;
    padding-right: 20px;
    padding-right: 1.25rem; }
    @media (max-width: 47.9275em) {
      .events-info-session__pic {
        padding: 0 0 20px 0;
        padding: 0 0 1.25rem 0; } }
  .events-info-session__desc {
    margin: 0;
    padding-left: 20px;
    padding-left: 1.25rem; }
    @media (max-width: 47.9275em) {
      .events-info-session__desc {
        padding-left: 0; } }

.events-search h2 {
  padding-left: 40px;
  padding-left: 2.5rem; }
  @media (max-width: 47.9275em) {
    .events-search h2 {
      padding-left: 0; } }
.events-search__fields {
  position: relative;
  padding: 20px 10px 40px 40px;
  padding: 1.25rem 0.625rem 2.5rem 2.5rem; }
  @media (max-width: 47.9275em) {
    .events-search__fields {
      padding: 20px 0;
      padding: 1.25rem 0; } }
  .events-search__fields label {
    font-family: "Museo Sans W03_700";
    font-size: 16px;
    font-size: 1rem;
    color: #7a7676; }
  .events-search__fields__state {
    margin: 0; }
  .events-search__fields__date {
    margin: 0; }
    .events-search__fields__date input {
      width: 100%;
      padding: 10px 16px;
      padding: 0.625rem 1rem; }
    .events-search__fields__date__header {
      font-family: "Museo Sans W03_700";
      font-size: 16px;
      font-size: 1rem;
      color: #7a7676;
      margin: 0; }
      @media (max-width: 47.9275em) {
        .events-search__fields__date__header {
          color: #fff;
          margin: 20px 0;
          margin: 1.25rem 0;
          padding: 20px;
          padding: 1.25rem;
          background: #d86018; } }
      .events-search__fields__date__header p {
        margin: 0;
        position: relative;
        padding-bottom: 10px;
        padding-bottom: 0.625rem; }
		@media (max-width: 47.9275em) {
			.events-search__fields__date__header p {
				font-size: 24px;
				font-size: 1.5rem;
				padding: 0;
			}
		}
        @media (max-width: 47.9275em) {
            .events-search__fields__date__header p:after {
            content: '\f067';
            font-weight: normal;
            font-family: 'FontAwesome';
            position: absolute;
            right: 0; } } 
        .events-search__fields__date__header p a {
          font-size: 14px;
          font-size: 0.875rem;
          padding-left: 15px;
          padding-left: 0.9375rem; }
      @media (max-width: 47.9275em) {
        .events-search__fields__date__header.close p:after {
          content: '\f068'; } }
    .events-search__fields__date__wrap.close {
      display: block !important; }
    .events-search__fields__date__from {
      margin: 0;
      padding-left: 15px;
      padding-left: 0.9375rem; }
      .events-search__fields__date__from--local {
        margin: 0;
        padding-right: 8px;
        padding-right: 0.5rem; }
        @media (max-width: 47.9275em) {
          .events-search__fields__date__from--local {
            padding: 0 15px 0 10px;
            padding: 0 0.9375rem 0 0.625rem; } }
      @media (max-width: 47.9275em) {
        .events-search__fields__date__from {
          padding: 0 15px 0 10px;
          padding: 0 0.9375rem 0 0.625rem; } }
    .events-search__fields__date__to {
      margin: 0;
      padding-left: 15px;
      padding-left: 0.9375rem; }
      .events-search__fields__date__to--local {
        margin: 0;
        padding-left: 8px;
        padding-left: 0.5rem; }
        @media (max-width: 47.9275em) {
          .events-search__fields__date__to--local {
            padding: 0 15px 0 10px;
            padding: 0 0.9375rem 0 0.625rem; } }
      @media (max-width: 47.9275em) {
        .events-search__fields__date__to {
          padding: 0 15px 0 10px;
          padding: 0 0.9375rem 0 0.625rem; } }
    .events-search__fields__date__submit button {
      margin: 17px 0 0 15px;
      margin: 1.0625rem 0 0 0.9375rem; }
      @media (max-width: 47.9275em) {
        .events-search__fields__date__submit button {
          margin: 20px 10px 0 0;
          margin: 1.25rem 0.625rem 0 0; } }
    .events-search__fields__date__submit a {
      padding: 30px 10px 0 15px;
      padding: 1.875rem 0.625rem 0 0.9375rem; }
.events-search__filter__header {
  font-family: "Museo Sans W03_700";
  font-size: 16px;
  font-size: 1rem;
  color: #7a7676;
  margin: 0; }
  @media (max-width: 47.9275em) {
    .events-search__filter__header {
      color: #fff;
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      padding: 20px;
      padding: 1.25rem;
      background: #d86018; } }
  .events-search__filter__header p {
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    padding-bottom: 0.625rem; }
@media (max-width: 47.9275em) {
	.events-search__filter__header p {
		font-size: 24px;
		font-size: 1.5rem;
		padding: 0;
	}
}
        @media (max-width: 47.9275em) {
          .events-search__filter__header p:after {
            content: '\f067';
            font-weight: normal;
            font-family: 'FontAwesome';
            position: absolute;
            right: 0; } }
    .events-search__filter__header p a {
      font-size: 14px;
      font-size: 0.875rem;
      padding-left: 15px;
      padding-left: 0.9375rem; }
  @media (max-width: 47.9275em) {
    .events-search__filter__header.close p:after {
      content: '\f068'; } }
.events-search__filter__wrap.close {
  display: block !important; }
.events-search__filter__wrap__clear {
  padding: 10px;
  padding: 0.625rem;
  margin: 15px 10px;
  margin: 0.9375rem 0.625rem; }
.events-search__filter__wrapper--local {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }
.events-search__filter__category {
  margin-right: 5px;
  margin-right: 0.3125rem;
  min-height: 140px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  cursor: pointer; }
  @media (max-width: 47.9275em) {
    .events-search__filter__category {
      position: relative;
      min-height: 0;
      margin: 5px 0;
      margin: 0.3125rem 0; } }
  .events-search__filter__category__label {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Museo Sans W03_700";
    padding: 10px 5px;
    padding: 0.625rem 0.3125rem; }
    @media (max-width: 47.9275em) {
      .events-search__filter__category__label {
        font-size: 20px;
        font-size: 1.25rem;
        font-family: "Museo Sans W03_500";
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .events-search__filter__category__label label {
      display: inline-block;
      padding-left: 15px;
      padding-left: 0.9375rem;
      text-indent: -15px;
      text-indent: -0.9375rem; }
      @media (max-width: 47.9275em) {
        .events-search__filter__category__label label {
          display: block;
          padding-left: 25px;
          padding-left: 1.5625rem;
          text-indent: 0; } }
    .events-search__filter__category__label input {
      height: 10px;
      width: 10px;
      margin: 2px 20px 0 -15px;
      margin: 0.125rem 1.25rem 0 -0.9375rem; }
      @media (max-width: 47.9275em) {
        .events-search__filter__category__label input {
          position: absolute;
          right: 0;
          height: 15px;
          width: 15px;
          margin: 2px 0 0 0;
          margin: 0.125rem 0 0 0; } }
  .events-search__filter__category__icon {
    padding: 5px;
    padding: 0.3125rem; }
    .events-search__filter__category__icon img {
      display: block;
      margin: 0 auto; }
      @media (max-width: 47.9275em) {
        .events-search__filter__category__icon img {
          width: 75%; } }
  .events-search__filter__category p {
    text-indent: -5px;
    text-indent: -0.3125rem;
    padding-left: 5px;
    padding-left: 0.3125rem; }
  .events-search__filter__category input {
    float: left; }

.events-results {
  padding-bottom: 0; }
  .events-results.content-gray {
    padding: 40px 0px 20px 10px;
    padding: 2.5rem 0rem 1.25rem 0.625rem; }
  .events-results__item {
    border-top: 1px solid #757575;
    padding: 40px 0 20px 0;
    padding: 2.5rem 0 1.25rem 0;
    position: relative;
    clear: both; }
    .events-results__item:first-of-type {
      border-top: none;
      padding-top: 15px;
      padding-top: 0.9375rem; }
      @media (max-width: 47.9275em) {
        .events-results__item:first-of-type {
          padding-top: 0; } }
    .events-results__item p {
      margin: 0; }
    .events-results__item__date {
      text-align: center; }
      @media (max-width: 47.9275em) {
        .events-results__item__date {
          text-align: left; } }
      .events-results__item__date__icon {
        width: 74px;
        height: 74px;
        border-radius: 50%;
        margin: 0 auto 15px auto;
        margin: 0 auto 0.9375rem auto;
        padding: 10px;
        padding: 0.625rem; }
        .events-results__item__date__icon img {
          width: 54px;
          height: 54px;
          display: block; }
      .events-results__item__date h3 {
        padding-bottom: 5px;
        padding-bottom: 0.3125rem; }
    .events-results__item__desc {
      margin: 0;
      float: right; }
      .events-results__item__desc h3 {
        padding-bottom: 20px;
        padding-bottom: 1.25rem; }
        @media (max-width: 47.9275em) {
          .events-results__item__desc h3 {
            padding: 20px 0;
            padding: 1.25rem 0; } }
      .events-results__item__desc p:last-of-type {
        padding-bottom: 15px;
        padding-bottom: 0.9375rem; }
      .events-results__item__desc__mobile-icon {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem; }
        .events-results__item__desc__mobile-icon img {
          width: 40px;
          width: 2.5rem;
          height: 40px;
          height: 2.5rem;
          margin-right: 8px;
          margin-right: 0.5rem;
          float: left; }
        .events-results__item__desc__mobile-icon p {
          font-family: "Museo Sans W03_700";
          padding-top: 8px;
          padding-top: 0.5rem; }
      .events-results__item__desc__details {
        float: left; }
    .events-results__item__register {
      margin-top: 10px;
      margin-top: 0.625rem; }
      @media (max-width: 47.9275em) {
        .events-results__item__register {
          margin-bottom: 10px;
          margin-bottom: 0.625rem; } }

/* ====== Colors ====== */
@media (max-width: 47.9275em) {
  .enrollment {
    padding: 0 10px;
    padding: 0 0.625rem; } }
.enrollment .events-search__filter__category {
  border-color: #c6c6c6; }
  @media (max-width: 47.9275em) {
    .enrollment .events-search__filter__category {
      border-color: #e2a811; } }
.enrollment .events-search__filter__category__icon {
  background: #e2a811; }
.enrollment .events-results__item__date__icon {
  background: #e2a811; }
.enrollment .events-results__item__desc__mobile-icon {
  color: #e2a811; }

@media (max-width: 47.9275em) {
  .info {
    padding: 0 10px;
    padding: 0 0.625rem; } }
.info .events-search__filter__category {
  border-color: #c6c6c6; }
  @media (max-width: 47.9275em) {
    .info .events-search__filter__category {
      border-color: #a2bf4c; } }
.info .events-search__filter__category__icon {
  background: #a2bf4c; }
.info .events-results__item__date__icon {
  background: #a2bf4c; }
.info .events-results__item__desc__mobile-icon {
  color: #a2bf4c; }

@media (max-width: 47.9275em) {
  .parent {
    padding: 0 10px;
    padding: 0 0.625rem; } }
.parent .events-search__filter__category {
  border-color: #c6c6c6; }
  @media (max-width: 47.9275em) {
    .parent .events-search__filter__category {
      border-color: #009ada; } }
.parent .events-search__filter__category__icon {
  background: #009ada; }
.parent .events-results__item__date__icon {
  background: #009ada; }
.parent .events-results__item__desc__mobile-icon {
  color: #009ada; }

@media (max-width: 47.9275em) {
  .online {
    padding: 0 10px;
    padding: 0 0.625rem; } }
.online .events-search__filter__category {
  border-color: #c6c6c6; }
  @media (max-width: 47.9275em) {
    .online .events-search__filter__category {
      border-color: #ca006c; } }
.online .events-search__filter__category__icon {
  background: #ca006c; }
.online .events-results__item__date__icon {
  background: #ca006c; }
.online .events-results__item__desc__mobile-icon {
  color: #ca006c; }

@media (max-width: 47.9275em) {
  .social {
    padding: 0 10px;
    padding: 0 0.625rem; } }
.social .events-search__filter__category {
  border-color: #c6c6c6; }
  @media (max-width: 47.9275em) {
    .social .events-search__filter__category {
      border-color: #2cafa4; } }
.social .events-search__filter__category__icon {
  background: #2cafa4; }
.social .events-results__item__date__icon {
  background: #2cafa4; }
.social .events-results__item__desc__mobile-icon {
  color: #2cafa4; }

@media (max-width: 47.9275em) {
  .booth {
    padding: 0 10px;
    padding: 0 0.625rem; } }
.booth .events-search__filter__category {
  border-color: #c6c6c6; }
  @media (max-width: 47.9275em) {
    .booth .events-search__filter__category {
      border-color: #00467f; } }
.booth .events-search__filter__category__icon {
  background: #00467f; }
.booth .events-results__item__date__icon {
  background: #00467f; }
.booth .events-results__item__desc__mobile-icon {
  color: #00467f; }

@media (max-width: 47.9275em) {
  .conservatory {
    padding: 0 10px;
    padding: 0 0.625rem; } }
.conservatory .events-search__filter__category {
  border-color: #c6c6c6; }
  @media (max-width: 47.9275em) {
    .conservatory .events-search__filter__category {
      border-color: #706c6c; } }
.conservatory .events-search__filter__category__icon {
  background: #706c6c; }
.conservatory .events-results__item__date__icon {
  background: #706c6c; }
.conservatory .events-results__item__desc__mobile-icon {
  color: #706c6c; }

@media (max-width: 47.9275em) {
  .unselected {
    padding: 0 10px;
    padding: 0 0.625rem; } }
.unselected .events-search__filter__category {
  border-color: #c6c6c6; }
.unselected .events-search__filter__category__icon {
  opacity: .2; }
  @media (max-width: 47.9275em) {
    .unselected .events-search__filter__category__icon {
      opacity: 1;
      background: #c6c6c6; } }

/* Home Pagee   ========================================================================== */
/* ====== Layout ====== */
.home-video {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .home-video__video {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .home-video__video__text {
      width: 57.51634%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 62.49em) {
        .home-video__video__text {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 74.5098%;
          float: left;
          
          margin-right: 1.96078%;
          
           } }
      @media (max-width: 47.9275em) {
        .home-video__video__text {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }

.home-search {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

.home-search-arrow {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

.home-search-results {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .home-search-results__header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
  .home-search-results__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .home-search-results__item__no-results {
      width: 74.5098%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .home-search-results__item__no-results {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }
    .home-search-results__item__type {
      width: 15.03268%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
    .home-search-results__item__name {
      width: 49.01961%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .home-search-results__item__name {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 83.00654%;
          float: left;
          
          margin-right: 1.96078%;
          
           } }
    .home-search-results__item__info {
      width: 32.02614%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .home-search-results__item__info {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 83.00654%;
          float: left;
          
          margin-right: 1.96078%;
          
           } }

.home-highlights {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .home-highlights__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    
     }
    .home-highlights__item__box {
      width: 49.01961%;
      float: left;
      
      margin-right: 1.96078%;
      
       }
      @media (max-width: 47.9275em) {
        .home-highlights__item__box {
          -moz-box-sizing: ;
          box-sizing: ;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          
           } }

.home-news {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }
  .home-news__item {
    width: 32.02614%;
    float: left;
    
    margin-right: 1.96078%;
    
     }
    @media (max-width: 47.9275em) {
      .home-news__item {
        -moz-box-sizing: ;
        box-sizing: ;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        
         } }

/* ====== Styling ====== */
body.home .global-header {
  position: relative;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.8); }

.home-scroll-btn {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 50%;
  left: 50%;
  bottom: 30px;
  z-index: 100;
  margin-left: -25px;
  background: #626262;
  border-radius: 50%;
  text-align: center; }
  @media (max-width: 47.9275em) {
    .home-scroll-btn {
      display: none; } }
  .home-scroll-btn:hover {
    background: #88482D; }
  .home-scroll-btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff; }

.home-video {
  margin-top: -147px; }
  @media (max-width: 47.9275em) {
    .home-video {
      margin-top: 0; } }
  .home-video video {
    height: 100% !important;
    width: 100% !important; }
  .home-video__video {
    position: relative;
    min-height: 500px;
    min-height: 31.25rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 47.9275em) {
      .home-video__video video {
        display: none; } }
    .home-video__video__text {
      text-align: center;
      padding: 15px 15px 20px 15px;
      padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
      position: absolute;
      top: 60%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.6); }
      .home-video__video__text h2 {
        font-size: 64px;
        font-size: 4rem; }
        @media (max-width: 47.9275em) {
          .home-video__video__text h2 {
            font-size: 50px;
            font-size: 3.125rem; } }
      .home-video__video__text h3 {
        color: #484848;
        font-size: 40px;
        font-size: 2.5rem; }
      .home-video__video__text p {
        font-size: 20px;
        font-size: 1.25rem;
        font-family: "Museo Sans W03_700";
        margin-bottom: 0;
        padding-top: 10px;
        padding-top: 0.625rem; }
        @media (max-width: 47.9275em) {
          .home-video__video__text p {
            font-size: 24px;
            font-size: 1.5rem; } }

.home-search {
  position: relative;
  background: #d86018;
  padding: 30px;
  padding: 1.875rem; }
  .home-search p {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Museo Sans W03_700";
    text-align: center;
    color: #fff;
    margin: 0; }
  .home-search .form {
    text-align: center;
    margin-top: 20px;
    margin-top: 1.25rem; }

.home-search-arrow {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  .home-search-arrow .arrow {
    width: 0;
    height: 0;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #d86018;
    position: absolute;
    top: 0;
    right: 50%;
    left: 50%; }
    @media (max-width: 47.9275em) {
      .home-search-arrow .arrow {
        margin-left: -12px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #d86018; } }

.home-search-results {
  padding: 35px 75px;
  padding: 2.1875rem 4.6875rem; }
  @media (max-width: 62.49em) {
    .home-search-results {
      padding: 35px 30px;
      padding: 2.1875rem 1.875rem; } }
  @media (max-width: 47.9275em) {
    .home-search-results {
      padding: 35px 5px;
      padding: 2.1875rem 0.3125rem; } }
  .home-search-results__header h2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem; }
  .home-search-results__item {
    margin: 0;
    padding: 30px 0 0 0;
    padding: 1.875rem 0 0 0;
    border-top: 1px solid #626262; }
    @media (max-width: 47.9275em) {
      .home-search-results__item {
        padding: 30px 0;
        padding: 1.875rem 0; } }
    .home-search-results__item__no-results {
      padding-left: 30px;
      padding-left: 1.875rem; }
      @media (max-width: 62.49em) {
        .home-search-results__item__no-results {
          padding-left: 0; } }
      @media (max-width: 47.9275em) {
        .home-search-results__item__no-results {
          padding-left: 0; } }
      @media (max-width: 47.9275em) {
        .home-search-results__item__no-results p {
          margin: 0; } }
    .home-search-results__item__type {
      position: relative;
      margin: 0; }
      .home-search-results__item__type__bar {
        width: 35px;
        height: 125px;
        border-radius: 4px;
        margin: 0 10px 0 15px;
        margin: 0 0.625rem 0 0.9375rem; }
        @media (max-width: 62.49em) {
          .home-search-results__item__type__bar {
            margin: 0 10px 0 0;
            margin: 0 0.625rem 0 0; } }
        @media (max-width: 47.9275em) {
          .home-search-results__item__type__bar {
            height: 240px;
            margin: 0 10px 0 0;
            margin: 0 0.625rem 0 0; } }
        @media (max-width: 47.9275em) {
          .home-search-results__item__type__bar.float__left {
            float: right; } }
      .home-search-results__item__type h3 {
        font-size: 18px;
        font-size: 1.125rem;
        font-family: "Museo Sans W03_500";
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 60px;
        -webkit-transform: translatey(-50%);
            -ms-transform: translatey(-50%);
                transform: translatey(-50%); }
        @media (max-width: 62.49em) {
          .home-search-results__item__type h3 {
            left: 45px; } }
    .home-search-results__item__name {
      margin: 0;
      padding: 0 30px;
      padding: 0 1.875rem; }
      @media (max-width: 47.9275em) {
        .home-search-results__item__name {
          float: right;
          padding: 0; } }
      .home-search-results__item__name h3 {
        font-size: 24px;
        font-size: 1.5rem;
        padding-bottom: 10px;
        padding-bottom: 0.625rem; }
      .home-search-results__item__name h4 {
        font-size: 16px;
        font-size: 1rem;
        padding-bottom: 5px;
        padding-bottom: 0.3125rem; }
      .home-search-results__item__name p {
        font-size: 16px;
        font-size: 1rem; }
        @media (max-width: 47.9275em) {
          .home-search-results__item__name p {
            margin-bottom: 15px;
            margin-bottom: 0.9375rem; } }
    .home-search-results__item__info {
      margin: 0; }
      @media (max-width: 47.9275em) {
        .home-search-results__item__info {
          float: right; } }
      .home-search-results__item__info p {
        font-size: 20px;
        font-size: 1.25rem;
        font-family: "Museo Sans W03_700";
        margin: 0;
        padding-bottom: 5px;
        padding-bottom: 0.3125rem; }
        @media (max-width: 47.9275em) {
          .home-search-results__item__info p {
            padding: 5px 0 15px 0;
            padding: 0.3125rem 0 0.9375rem 0; } }
      .home-search-results__item__info button {
        font-size: 22px;
        font-size: 1.375rem; }
    .home-search-results__item.color-orange .home-search-results__item__type h3 {
      color: #d86018; }
    .home-search-results__item.color-orange .home-search-results__item__type__bar {
      background: #d86018; }
    .home-search-results__item.color-orange .home-search-results__item__name h3 {
      color: #d86018; }
    .home-search-results__item.color-orange .home-search-results__item__name .fa {
      color: #d86018; }
    .home-search-results__item.color-orange .home-search-results__item__info button {
      background: #d86018; }
    .home-search-results__item.color-orange .home-search-results__item__info .link__arrow {
      color: #d86018; }
      /*.home-search-results__item.color-orange .home-search-results__item__info .link__arrow:after {
        content: url('/assets/images/theme/bg-pixel-arrow-orange.png'); }*/
    .home-search-results__item.color-green .home-search-results__item__type h3 {
      color: #1c9d43; }
    .home-search-results__item.color-green .home-search-results__item__type__bar {
      background: #1c9d43; }
    .home-search-results__item.color-green .home-search-results__item__name h3 {
      color: #1c9d43; }
    .home-search-results__item.color-green .home-search-results__item__name .fa {
      color: #1c9d43; }
    .home-search-results__item.color-green .home-search-results__item__info button {
      background: #1c9d43; }
    .home-search-results__item.color-green .home-search-results__item__info .link__arrow {
      color: #1c9d43; }
      /*.home-search-results__item.color-green .home-search-results__item__info .link__arrow:after {
        content: url('/assets/images/theme/bg-pixel-arrow-green.png'); }*/
    .home-search-results__item.color-aqua .home-search-results__item__type h3 {
      color: #2694a9; }
    .home-search-results__item.color-aqua .home-search-results__item__type__bar {
      background: #2694a9; }
    .home-search-results__item.color-aqua .home-search-results__item__name h3 {
      color: #2694a9; }
    .home-search-results__item.color-aqua .home-search-results__item__name .fa {
      color: #2694a9; }
    .home-search-results__item.color-aqua .home-search-results__item__info button {
      background: #2694a9; }
    .home-search-results__item.color-aqua .home-search-results__item__info .link__arrow {
      color: #2694a9; }
      /*.home-search-results__item.color-aqua .home-search-results__item__info .link__arrow:after {
        content: url('/assets/images/theme/bg-pixel-arrow-aqua.png'); }*/
    .home-search-results__item.color-gray .home-search-results__item__type h3 {
      color: #706c6c; }
    .home-search-results__item.color-gray .home-search-results__item__type__bar {
      background: #706c6c; }
    .home-search-results__item.color-gray .home-search-results__item__name h3 {
      color: #706c6c; }
    .home-search-results__item.color-gray .home-search-results__item__name .fa {
      color: #706c6c; }
    .home-search-results__item.color-gray .home-search-results__item__info button {
      background: #706c6c; }
    .home-search-results__item.color-gray .home-search-results__item__info .link__arrow {
      color: #706c6c; }
      /*.home-search-results__item.color-gray .home-search-results__item__info .link__arrow:after {
        content: url('/assets/images/theme/bg-pixel-arrow-gray.png'); }*/

.home-highlights__item {
  position: relative;
  min-height: 400px;
  min-height: 25rem;
  border-top: 5px solid #626262;
  margin: 0;
  padding: 0; }
  @media (max-width: 47.9275em) {
    .home-highlights__item {
      height: auto;
      min-height: 100px;
      border: none; } }
  @media (max-width: 47.9275em) {
    .home-highlights__item:first-of-type {
      border-top: solid 5px #fed141; } }
  .home-highlights__item.background-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 47.9275em) {
      .home-highlights__item.background-img {
        background-size: 0%; } }
  .home-highlights__item__box {
    min-height: 400px;
    min-height: 25rem;
    position: relative;
    margin: 0; }
    @media (max-width: 47.9275em) {
      .home-highlights__item__box {
        height: auto;
        min-height: 100px; } }
    .home-highlights__item__box h2 {
      font-size: 40px;
      font-size: 2.5rem;
      padding-bottom: 15px;
      padding-bottom: 0.9375rem; }
      @media (max-width: 47.9275em) {
        .home-highlights__item__box h2 {
          font-size: 30px;
          font-size: 1.875rem; } }
    .home-highlights__item__box p {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "Museo Sans W03_500"; }
    .home-highlights__item__box img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 47.9275em) {
        .home-highlights__item__box img {
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: translate(0%);
              -ms-transform: translate(0%);
                  transform: translate(0%);
          margin: 0 auto; } }
    @media (max-width: 47.9275em) {
      .home-highlights__item__box.float__right {
        float: none; } }
    .home-highlights__item__box.float__center {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 47.9275em) {
        .home-highlights__item__box.float__center {
          position: relative;
          left: 0;
          -webkit-transform: translateX(0%);
              -ms-transform: translateX(0%);
                  transform: translateX(0%); } }
    .home-highlights__item__box__text {
      text-align: center;
      padding: 0 30px;
      padding: 0 1.875rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.7); }
      @media (max-width: 47.9275em) {
        .home-highlights__item__box__text {
          position: relative;
          top: 0;
          -webkit-transform: translate(0%);
              -ms-transform: translate(0%);
                  transform: translate(0%);
          padding: 30px 0;
          padding: 1.875rem 0; } }
      .home-highlights__item__box__text.box-padding {
        padding: 30px 45px;
        padding: 1.875rem 2.8125rem; }
        @media (max-width: 47.9275em) {
          .home-highlights__item__box__text.box-padding {
            padding: 30px 0;
            padding: 1.875rem 0; } }
    .home-highlights__item__box__caption {
      position: absolute;
      bottom: 0;
      padding: 30px 45px;
      padding: 1.875rem 2.8125rem; }
      .home-highlights__item__box__caption h3 {
        font-size: 20px;
        font-size: 1.25rem;
        padding-bottom: 0; }
      .home-highlights__item__box__caption p {
        font-size: 16px;
        font-size: 1rem; }

.home-news {
  padding: 60px 40px 40px 40px;
  padding: 3.75rem 2.5rem 2.5rem 2.5rem; }
  @media (max-width: 47.9275em) {
    .home-news {
      padding: 60px 5px 10px 5px;
      padding: 3.75rem 0.3125rem 0.625rem 0.3125rem; } }
  .home-news h2 {
    font-size: 40px;
    font-size: 2.5rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    @media (max-width: 47.9275em) {
      .home-news h2 {
        font-size: 30px;
        font-size: 1.875rem;
        padding-bottom: 0; } }
    .home-news h2 .link__arrow {
      font-size: 16px;
      font-size: 1rem; }
      @media (max-width: 47.9275em) {
        .home-news h2 .link__arrow {
          display: block;
          font-size: 20px;
          font-size: 1.25rem;
          padding: 10px 0;
          padding: 0.625rem 0; } }
  .home-news h3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem; }
  .home-news__item {
    position: relative;
    margin: 0;
    padding: 10px;
    padding: 0.625rem; }
    @media (max-width: 47.9275em) {
      .home-news__item {
        padding: 25px 0;
        padding: 1.5625rem 0;
        border-top: 1px solid #626262; } }
    .home-news__item:first-of-type {
      padding-left: 0;
      padding-right: 20px;
      padding-right: 1.25rem; }
      @media (max-width: 47.9275em) {
        .home-news__item:first-of-type {
          border-top: none; } }
    .home-news__item:last-of-type {
      padding-right: 0;
      padding-left: 20px;
      padding-left: 1.25rem; }
      @media (max-width: 47.9275em) {
        .home-news__item:last-of-type {
          padding-left: 0; } }
    @media (max-width: 47.9275em) {
      .home-news__item .link__arrow {
        font-size: 20px;
        font-size: 1.25rem; } }

/* ==========================================================================
   Helper Imports
   ========================================================================== */
.show-xs {
  display: none; }

.uline {
  text-decoration: underline !important; }

.icon-fb {
  color: #3b5998; }

.icon-tw {
  color: #55acee; }

.icon-pt {
  color: #bd071d; }

.icon-yt {
  color: #e52d27; }

.icon-gp {
  color: #dd4b39; }

.arrow-down {
  width: 0px;
  height: 0px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #d86018;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -14px; }

#js-isMobile {
  height: 0;
  width: 1000px; }
  @media (max-width: 47.9275em) {
    #js-isMobile {
      width: 10px; } }

/* Positioning
   ========================================================================== */
/* ====== Generic Grid ====== */
/* Grid Columns */
.grid__12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  
   }

.grid__11 {
  width: 91.50327%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__10 {
  width: 83.00654%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__9 {
  width: 74.5098%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__8 {
  width: 66.01307%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__7 {
  width: 57.51634%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__6 {
  width: 49.01961%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__5 {
  width: 40.52288%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__4 {
  width: 32.02614%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__3 {
  width: 23.52941%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__2 {
  width: 15.03268%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

.grid__1 {
  width: 6.53595%;
  float: left;
  
  margin-right: 1.96078%;
  
   }

/* Last Grid Item */
.grid__11.last, .grid__10.last, .grid__9.last, .grid__8.last, .grid__7.last, .grid__6.last, .grid__5.last, .grid__4.last, .grid__3.last, .grid__2.last, .grid__1.last {
  float: right;
  margin-right: 0; }

/* ====== Generic Floats ====== */
.float__left {
  float: left; }

.float__right {
  float: right; }

/* ====== Generic Spacing ====== */
.gen-spacing-full {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.gen-spacing-half {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

/* ====== Generic Article Spacing ====== */
.article-pad-both {
  padding: 0 170px 0px 40px;
  padding: 0 10.625rem 0rem 2.5rem; }
  @media (max-width: 47.9275em) {
    .article-pad-both {
      padding: 0; } }

.article-pad-left {
  padding-left: 40px;
  padding-left: 2.5rem; }
  @media (max-width: 47.9275em) {
    .article-pad-left {
      padding-left: 0; } }

.article-pad-right {
  padding-right: 170px;
  padding-right: 10.625rem; }
  @media (max-width: 47.9275em) {
    .article-pad-right {
      padding-right: 0; } }

/* Dropdown jQuery Plugin CSS
   ========================================================================== */
.es-dropdown {
  position: relative;
  display: block;
  z-index: 99;
  -webkit-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px; }
  .es-dropdown > span {
    color: #646464;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-style: italic;
    background: #fff;
    display: block;
    padding: 0 0 0 20px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .es-dropdown > span:active {
      -webkit-transform: rotateX(60deg);
      -ms-transform: rotateX(60deg);
      transform: rotateX(60deg); }
  .es-dropdown > span:after {
    color: #fff;
    content: '\f0d7';
    background-color: #d86018;
    font: normal normal normal 24px/1 FontAwesome;
    padding: 5px 15px;
    border-radius: 2px;
    position: absolute;
    right: 6px;
    top: 5px; }
  .es-dropdown.es-active > span:after {
    content: '\f0d8'; }
  .es-dropdown ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    display: block;
    top: 0px; }
    .es-dropdown ul li {
      width: 100%;
      display: block;
      position: absolute;
      padding: 0; }
      .es-dropdown ul li:first-child span {
        border-radius: 3px 3px 0 0; }
      .es-dropdown ul li:last-child span {
        border-radius: 0 0 3px 3px; }
      .es-dropdown ul li span {
        width: 100%;
        background: #fff;
        line-height: 46px;
        padding: 0 0 0 25px;
        display: block;
        color: #bcbcbc;
        cursor: pointer;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }

/* Select fallback styling */
.es-select {
  position: relative;
  display: block;
  border: 1px solid #ddd; }

.es-active.es-dropdown ul li span {
  color: #646464;
  border: 1px solid #C7C7C7; }
  .es-active.es-dropdown ul li span:hover {
    background: #d86018;
    color: #fff; }

/* Tooltipster Themes
   ========================================================================== */
.tooltip-ca {
  background: #000;
  color: #fff; }
  .tooltip-ca .tooltipster-content {
    font-family: "Museo Sans W03_700";
    font-size: 24px;
    line-height: 30px;
    padding: 25px 50px; }
    @media (max-width: 47.9275em) {
      .tooltip-ca .tooltipster-content {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 30px; } }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 14px solid transparent !important;
  border-right: 14px solid transparent !important;
  border-bottom: 14px solid;
  top: -13px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 15px solid transparent !important;
  border-right: 15px solid transparent !important;
  border-bottom: 15px solid;
  top: -13px; }

.read__more {
  max-height: 45px;
  max-height: 2.8125rem;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(1, 0, 0, 1); }
  .read__more.close {
    max-height: 2000px;
    max-height: 125rem; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
	.tooltipster-default .tooltipster-content {
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 16px;
		padding: 8px 10px;
		overflow: hidden;
	}

	/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
	.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
		/* border-color: ... !important; */
	}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}

	.tooltipster-base .tooltipster-content {
		overflow: hidden;
	}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

	.tooltipster-arrow span, .tooltipster-arrow-border {
		display: block;
		width: 0;
		height: 0;
		position: absolute;
	}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
	right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade-show {
	-ms-opacity: 1;
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -webkit-transform;
	-ms-transition-property: -webkit-transform;
	-o-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -webkit-transform;
	-ms-transition-property: -webkit-transform;
	-o-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
}

.tooltipster-swing-show {
	-ms-opacity: 1;
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-ms-transition-property: top;
	-o-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

	.tooltipster-fall.tooltipster-dying {
		-webkit-transition-property: all;
		-moz-transition-property: all;
		-ms-transition-property: all;
		-o-transition-property: all;
		transition-property: all;
		top: 0 !important;
		-ms-opacity: 0;
		opacity: 0;
	}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-ms-transition-property: left;
	-o-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

	.tooltipster-slide.tooltipster-dying {
		-webkit-transition-property: all;
		-moz-transition-property: all;
		-ms-transition-property: all;
		-o-transition-property: all;
		transition-property: all;
		left: 0 !important;
		-ms-opacity: 0;
		opacity: 0;
	}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	-ms-opacity: 0.5;
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
