@charset "UTF-8";
/* ==========================================================================
DEPENDENCIES
    --------------------------------------------------------------------------
    _color.scss
    _mixin.scss
    _common.scss

    TABLE OF CONTENT
    --------------------------------------------------------------------------
    01 Global
    02 Layout
    03 Header
    04 Main Navigation
    05 Home Page
    06 Standard
    07 Footer
    08 Components

00 Imports
================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite_x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading_x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.02em;
  color: #333; }

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6; }

.autocomplete-suggestion.selected {
  background: #f0f0f0; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  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 {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 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 {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -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;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 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-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 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-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  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 {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/*!
 * FullCalendar v2.3.2 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  font-size: 1em; }

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30); }

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30); }

.fc-nonbusiness {
  background: #d7d7d7; }

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New",Courier,monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fc-icon:after {
  position: relative;
  margin: 0 -1em; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
  left: 3%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
  left: -3%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer; }

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle; }

.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear; }

.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.fc-button-group {
  display: inline-block; }

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  margin-left: 0; }

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right; }

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; }

.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0; }

.fc-bg table {
  height: 100%; }

.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; }

.fc th {
  text-align: center; }

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double; }

.fc .fc-row {
  border-style: solid;
  border-width: 0; }

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent; }

.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

.fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0; }

.fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%; }

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px; }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0; }

.fc-scroller {
  overflow-y: scroll;
  overflow-x: hidden; }

.fc-scroller > * {
  position: relative;
  width: 100%;
  overflow: hidden; }

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  background-color: #3a87ad;
  font-weight: 400; }

.fc-event, .fc-event:hover, .ui-widget .fc-event {
  color: #fff;
  text-decoration: none; }

.fc-event.fc-draggable, .fc-event[href] {
  cursor: pointer; }

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed; }

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3; }

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-h-event .fc-resizer {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px; }

.fc-ltr .fc-h-event .fc-start-resizer, .fc-ltr .fc-h-event .fc-start-resizer:after, .fc-ltr .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-end-resizer:after, .fc-rtl .fc-h-event .fc-end-resizer:before {
  right: auto;
  cursor: w-resize; }

.fc-ltr .fc-h-event .fc-end-resizer, .fc-ltr .fc-h-event .fc-end-resizer:after, .fc-ltr .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-start-resizer:after, .fc-rtl .fc-h-event .fc-start-resizer:before {
  left: auto;
  cursor: e-resize; }

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px; }

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: 700; }

.fc-day-grid-event .fc-resizer {
  left: -3px;
  right: -3px;
  width: 7px; }

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  display: none; }

.fc-day-grid .fc-row {
  z-index: 1; }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em; }

.fc .fc-toolbar > * > :first-child {
  margin-left: 0; }

.fc-toolbar h2 {
  margin: 0; }

.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view, .fc-view > table {
  position: relative;
  z-index: 1; }

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-top: 1px;
  padding-bottom: 1em; }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em; }

.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 0 2px; }

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
  padding-top: 2px;
  padding-bottom: 2px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  display: inline-block;
  min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: .3;
  filter: alpha(opacity=30); }

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em; }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  padding-bottom: 1em; }

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: 400; }

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%; }

.fc-time-grid table {
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-bgevent-skeleton, .fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3; }

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4; }

.fc-time-grid .fc-content-skeleton {
  z-index: 5; }

.fc-time-grid .fc-helper-skeleton {
  z-index: 6; }

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0; }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0; }

.fc-time-grid .fc-highlight-container {
  position: relative; }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0; }

.fc-time-grid .fc-bgevent-container, .fc-time-grid .fc-event-container {
  position: relative; }

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1; }

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0; }

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-time-grid-event {
  overflow: hidden; }

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none; }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start); }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0"; }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0; }

.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event .fc-resizer:after {
  content: "="; }

@media print {
  /*!
 * FullCalendar v2.3.2 Print Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
  /*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */
  .fc {
    max-width: 100% !important; }
  /* Global Event Restyling
--------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid; }
  .fc-event .fc-resizer {
    display: none; }
  /* Table & Day-Row Restyling
--------------------------------------------------------------------------------------------------*/
  th,
  td,
  hr,
  thead,
  tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important; }
  /* kill the overlaid, absolutely-positioned common components */
  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-helper-skeleton {
    display: none; }
  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */ }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */ }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */ }
  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
	   making it look more like 3em. for other browers, it will already be this tall */
    height: 1em; }
  /* Undo month-view event limiting. Display all events and hide the "more" links
--------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
  .fc-more {
    display: none !important; }
  .fc tr.fc-limited {
    display: table-row !important; }
  .fc td.fc-limited {
    display: table-cell !important; }
  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */ }
  /* TimeGrid Restyling
--------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important; }
  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-agenda-view .fc-axis {
    display: none; }
  /* don't display the horizontal lines */
  .fc-slats,
  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */ }
  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static; }
  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em; }
  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important; }
  /* TimeGrid *Event* Restyling
--------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important; }
  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important; }
  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "..."; }
  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important; }
  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "..."; }
  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important; }
  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none; }
  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full); }
  /* Vertical Scroller & Containers
--------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important; }
  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important; }
  /* Button Controls
--------------------------------------------------------------------------------------------------*/
  .fc-button-group,
  .fc button {
    display: none;
    /* don't display any button-related controls */ } }

/*! normalize.css v3.0.2 | 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,
menu,
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-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .container:before, .container .wrap:before,
.clearfix:after,
.container:after,
.container .wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .container:after, .container .wrap:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: ""; }
  a[class]:after {
    content: ""; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  script, style {
    display: none; } }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff) format("woff"), url(../fonts/toadOcfmlt9b38dHJxOBGD_j0nMiB9fPhg_k1wdK2h0.woff2) format("woff2"); }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff) format("woff"), url(../fonts/toadOcfmlt9b38dHJxOBGDRVvBvQIc1z78c__uoBcyI.woff2) format("woff2"); }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff) format("woff"), url(../fonts/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format("woff2"); }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format("woff"), url(../fonts/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format("woff2"); }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format("woff"), url(../fonts/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format("woff2"); }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format("woff"), url(../fonts/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format("woff2"); }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff) format("woff"), url(../fonts/toadOcfmlt9b38dHJxOBGClYwVOhDRq2vbpGRTZ7bbs.woff2) format("woff2"); }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff) format("woff"), url(../fonts/toadOcfmlt9b38dHJxOBGFKFh1TDTPrUZWzVp6FtpG8.woff2) format("woff2"); }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff) format("woff"), url(../fonts/toadOcfmlt9b38dHJxOBGCOFnW3Jk0f09zW_Yln67Ac.woff2) format("woff2"); }

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format("woff"), url(../fonts/toadOcfmlt9b38dHJxOBGDovqjS_dXPZszO_XltPdNg.woff2) format("woff2"); }

/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format("woff"), url(../fonts/toadOcfmlt9b38dHJxOBGFxe-GPfKKFmiXaJ_Q0GFr8.woff2) format("woff2"); }

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format("woff"), url(../fonts/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format("woff2"); }

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format("woff"), url(../fonts/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format("woff2"); }

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff) format("woff"), url(../fonts/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format("woff2"); }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?btzihm");
  src: url("../fonts/icomoon.eot?btzihm#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?btzihm") format("truetype"), url("../fonts/icomoon.woff?btzihm") format("woff"), url("../fonts/icomoon.svg?btzihm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.breadcrumbs li:after, .breadcrumbs li .icon-home, .btn:after, .btn-arrow:after, .side-tools a:before,
.side-tools .social-media-share:before, .list-icons .circle:before, .side-nav ul a:before, .accent.accent-tile ul li:before, .related-links .link a:before, .material-select-wrapper:after, .ippt-deadline-stage .input-wrap:after, .pre-enlistment-milestones .line:after, .exit-permit-and-bond .line:after, .medical-review-process .arrow-down:after, .medical-review-process .line.line-head:before, .jwplayer.jw-state-idle .jw-icon-display, .pika-prev,
.pika-next {
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ippt-horizontal:before {
  content: "\e939"; }

.icon-ippt-running:before {
  content: "\e93a"; }

.icon-play_arrow:before {
  content: "\e01b"; }

.icon-arrow_drop_down:before {
  content: "\e201"; }

.icon-arrow-down:before {
  content: "\e601"; }

.icon-calendar:before {
  content: "\e602"; }

.icon-home:before {
  content: "\e604"; }

.icon-feedback:before {
  content: "\e605"; }

.icon-head:before {
  content: "\e606"; }

.icon-heart-line:before {
  content: "\e607"; }

.icon-notification:before {
  content: "\e608"; }

.icon-poll:before {
  content: "\e60a"; }

.icon-print:before {
  content: "\e60b"; }

.icon-social-media:before {
  content: "\e60c"; }

.icon-everysingaporeson:before {
  content: "\e60d"; }

.icon-email:before {
  content: "\e613"; }

.icon-apple:before {
  content: "\e617"; }

.icon-arrow-circle-prev:before {
  content: "\e618"; }

.icon-arrow-circle-next:before {
  content: "\e619"; }

.icon-arrow-small:before {
  content: "\e61f"; }

.icon-eself-update:before {
  content: "\e628"; }

.icon-exit-permit:before {
  content: "\e62a"; }

.icon-exit-permit-home:before {
  content: "\e62b"; }

.icon-flickr:before {
  content: "\e62c"; }

.icon-google:before {
  content: "\e62d"; }

.icon-instagram:before {
  content: "\e630"; }

.icon-restart:before {
  content: "\e639"; }

.icon-search:before {
  content: "\e63a"; }

.icon-facebook:before {
  content: "\e63e"; }

.icon-twitter:before {
  content: "\e63f"; }

.icon-windows:before {
  content: "\e640"; }

.icon-youtube:before {
  content: "\e641"; }

.icon-chevron-right:before {
  content: "\e800"; }

.icon-circle-play:before {
  content: "\e805"; }

.icon-circle-tick:before {
  content: "\e806"; }

.icon-circle-cross:before {
  content: "\e807"; }

.icon-arrow-circle-up:before {
  content: "\e80a"; }

.icon-arrow-circle-down:before {
  content: "\e80b"; }

.icon-image:before {
  content: "\e811"; }

.icon-arrow-bold-prev:before {
  content: "\e901"; }

.icon-arrow-bold-next:before {
  content: "\e902"; }

.icon-bus:before {
  content: "\e903"; }

.icon-car:before {
  content: "\e904"; }

.icon-mrt:before {
  content: "\e905"; }

.icon-map-marker:before {
  content: "\e906"; }

.icon-chevron-left:before {
  content: "\e907"; }

.icon-close:before {
  content: "\e908"; }

.icon-helmet:before {
  content: "\e909"; }

.icon-riffle:before {
  content: "\e90a"; }

.icon-boots:before {
  content: "\e90b"; }

.icon-uniform:before {
  content: "\e90c"; }

.icon-ibv:before {
  content: "\e90d"; }

.icon-field-pack:before {
  content: "\e90e"; }

.icon-popout:before {
  content: "\e90f"; }

.icon-time-clock:before {
  content: "\e910"; }

.icon-medical-screening:before {
  content: "\e912"; }

.icon-ns-registration:before {
  content: "\e913"; }

.icon-psychometric-test:before {
  content: "\e915"; }

.icon-medical-dental:before {
  content: "\e916"; }

.icon-document:before {
  content: "\e917"; }

.icon-medical-review:before {
  content: "\e918"; }

.icon-monthly-allowance:before {
  content: "\e919"; }

.icon-notice:before {
  content: "\e91a"; }

.icon-recreation:before {
  content: "\e91b"; }

.icon-services:before {
  content: "\e91c"; }

.icon-taking-leave:before {
  content: "\e91d"; }

.icon-enquiry:before {
  content: "\e91e"; }

.icon-forms:before {
  content: "\e91f"; }

.icon-insurance:before {
  content: "\e920"; }

.icon-medical-appointment:before {
  content: "\e921"; }

.icon-ippt:before {
  content: "\e922"; }

.icon-link:before {
  content: "\e923"; }

.icon-medical-folder:before {
  content: "\e924"; }

.icon-offenses:before {
  content: "\e925"; }

.icon-payments:before {
  content: "\e926"; }

.icon-rifle:before {
  content: "\e927"; }

.icon-vees:before {
  content: "\e928"; }

.icon-bond:before {
  content: "\e929"; }

.icon-triangle:before {
  content: "\e92a"; }

.icon-deferment-for-study-home:before {
  content: "\e92b"; }

.icon-ns-registration-home:before {
  content: "\e92c"; }

.icon-scdfboots:before {
  content: "\e92d"; }

.icon-scdfgloves:before {
  content: "\e92e"; }

.icon-scdfhelmet:before {
  content: "\e92f"; }

.icon-scdfhood:before {
  content: "\e930"; }

.icon-scdfmask:before {
  content: "\e931"; }

.icon-scdfuniform:before {
  content: "\e932"; }

.icon-pnsfammo:before {
  content: "\e933"; }

.icon-pnsfbaton:before {
  content: "\e934"; }

.icon-pnsfcam:before {
  content: "\e935"; }

.icon-pnsfcuffs:before {
  content: "\e936"; }

.icon-pnsfradio:before {
  content: "\e937"; }

.icon-pnsfrevolver:before {
  content: "\e938"; }

.icon-deferment-for-study:before {
  content: "\e911"; }

.icon-pes:before {
  content: "\e914"; }

.icon-chevron-up:before {
  content: "\e900"; }

.icon-android:before {
  content: "\eac0"; }

/* =======================================================================
01 Global
========================================================================== */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  font: 400 62.5%/normal "Source Sans Pro", sans-serif;
  margin: 0 !important; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6,
address {
  word-break: break-word;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
  color: #0e1531;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }
  h1.border-less:after, h2.border-less:after, h3.border-less:after, h4.border-less:after, h5.border-less:after, h6.border-less:after {
    display: none; }

h1 {
  font-size: 3em; }
  h1:after {
    background: #fdc82d;
    content: '';
    display: block;
    height: 5px;
    margin-top: 10px;
    width: 95px; }

h2 {
  font-size: 2.3em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.8em; }

h5 {
  font-size: 1.6em;
  font-style: italic; }

h6 {
  font-size: 1.5em;
  font-style: italic; }

ol, ul {
  margin: auto;
  padding: 0 0 0 20px;
  color: #02293e; }
  ol li, ul li {
    margin: 0 0 10px; }
  ol p, ul p {
    font-size: 1em;
    margin-bottom: 0;
    color: inherit; }

ol {
  counter-reset: item; }
  ol > li {
    counter-increment: item; }
  ol ol > li {
    display: block; }
    ol ol > li:before {
      content: counters(item, ".") " ";
      margin-left: -20px; }

dl {
  font-size: 1.8em; }

menu, ol, ul {
  margin-bottom: 20px;
  padding: 0 0 0 20px; }
  menu li, ol li, ul li {
    font-size: 1.8em; }
    menu li ul li, ol li ul li, ul li ul li {
      font-size: inherit; }
    menu li a, ol li a, ul li a {
      font-size: inherit; }
    menu li code, menu li kbd, menu li pre, menu li samp, ol li code, ol li kbd, ol li pre, ol li samp, ul li code, ul li kbd, ul li pre, ul li samp {
      font-size: inherit; }

table {
  background-color: #ffffff;
  border: 1px solid #01509d;
  border-collapse: collapse;
  border-radius: 6px;
  border-spacing: 0;
  font-size: 1.5em;
  margin-bottom: 20px;
  min-width: 100%;
  width: 100%; }
  table th, table td {
    padding: 10px 15px;
    border-bottom: 1px solid #ffffff;
    vertical-align: top; }
  table th {
    background: #01509d;
    color: #ffffff;
    padding: 15px;
    border-right: 1px solid #ffffff;
    font-weight: 400; }
  table td {
    border-bottom: 1px solid #01509d;
    border-right: 1px solid #01509d; }
    table td li, table td p {
      color: #02293e !important;
      font-size: 1em; }
  table ul {
    padding: 0 0 0 12px; }
  table a {
    font-size: 1em; }
  table p {
    margin-bottom: 10px !important; }
    table p:only-child {
      margin-bottom: 0 !important; }

code, kbd, pre, samp {
  font-size: 1.8em; }
  code code, code kbd, code pre, code samp, kbd code, kbd kbd, kbd pre, kbd samp, pre code, pre kbd, pre pre, pre samp, samp code, samp kbd, samp pre, samp samp {
    font-size: 1em; }

cite a, p a {
  font-size: inherit; }

img {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  max-width: 100%;
  width: 100%; }

p {
  color: #02293e;
  font-size: 1.8em;
  line-height: 1.6;
  margin: 0 0 1em; }
  p code, p kbd, p pre, p samp {
    font-size: 1em; }

a {
  transition-property: all;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #a86905;
  font-size: 1.8em;
  margin-bottom: 10px;
  text-decoration: none; }

button:focus {
  outline: 0; }

sup {
  z-index: 1; }

[class^="col-"], [class*=" col-"] {
  position: relative;
  margin-bottom: 20px;
  width: 100%; }
  [class^="col-"] div, [class*=" col-"] div {
    font-size: inherit; }

.hidden {
  display: none; }

.mobile-only {
  display: block; }

.no-mobile {
  display: none; }

.no-desktop {
  display: block; }

.intro {
  padding-right: 15px;
  margin: 0;
  width: 100%; }
  .intro:before {
    background: #fdc82d;
    content: '';
    display: block;
    height: 5px;
    margin-bottom: 10px;
    width: 95px; }
  .intro p {
    color: #02293e;
    font: 300 2.2em "Source Sans Pro", sans-serif;
    margin-bottom: 50px !important; }

.center-align {
  text-align: center; }

.pull-left {
  float: left !important;
  margin-right: 15px;
  padding: 0 !important;
  text-align: left; }
  .pull-left img {
    margin-bottom: 0; }

.pull-right {
  float: right !important;
  margin-left: 15px;
  padding: 0 !important;
  text-align: right; }
  .pull-right img {
    margin-bottom: 0; }

.list-indent {
  padding: 0 0 0 20px; }
  .list-indent span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top; }
  .list-indent .num {
    margin-right: 5px; }
  .list-indent .content {
    width: 95%; }

.caption {
  font-size: 0.8em; }

.no-border {
  border-bottom: 0 !important;
  border-top: 0 !important; }

.vh {
  border: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 0; }

.img-responsive {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  width: 100%; }

.required {
  color: #cc0000; }

.note {
  font-size: 0.833em; }

::-ms-clear {
  height: 22px;
  width: 22px; }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #a9a9a9; }
  
#primary-nav, #primary-nav ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  #primary-nav:before, #primary-nav ul:before, #primary-nav:after, #primary-nav ul:after {
    content: '';
    display: table; }
  #primary-nav:after, #primary-nav ul:after {
    clear: both; }

.container {
  height: 100%;
  margin: auto;
  max-width: 960px;
  padding: 0 15px;
  position: relative; }

svg.ripple {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }
  svg.ripple circle {
    fill: #ffffff;
    opacity: 0; }

/* =======================================================================
02 Layout
========================================================================== */
body.active {
  overflow: hidden;
  height: 100%;
  width: 100%; }
  body.active #main:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }

#background,
#videoBg,
.videoBg,
.atmospheric-videos {
  background-size: cover;
  bottom: 0;
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 103%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1000; }
  #background video,
  #videoBg video,
  .videoBg video,
  .atmospheric-videos video {
    vertical-align: baseline;
    min-width: 103%;
    min-height: 100%; }

#main:before {
  transition-property: background;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background: transparent; }

.backstretch {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.breadcrumbs {
  line-height: 1.2;
  margin-top: 20px;
  padding: 0 !important;
  vertical-align: top; }
  .breadcrumbs li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    margin-right: 10px;
    vertical-align: top; }
    .breadcrumbs li a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #ffffff;
      font-size: 1.3em !important;
      margin-bottom: 0;
      text-decoration: none;
      vertical-align: top; }
      .breadcrumbs li a:hover {
        text-decoration: underline; }
    .breadcrumbs li:after {
      display: inline-block;
      *display: inline;
      zoom: 1;
      content: "\e61f";
      height: 8px;
      margin-left: 10px;
      margin-top: 3px;
      padding: 0;
      width: 5px; }
    .breadcrumbs li:last-child {
      font-size: 1.3em;
      font-weight: 700; }
      .breadcrumbs li:last-child:after {
        display: none; }
    .breadcrumbs li .icon-home {
      display: inline-block;
      *display: inline;
      zoom: 1;
      content: "\e604";
      height: 10px;
      font-size: 1.6em !important;
      position: relative;
      top: 0px;
      width: 12px; }

.btn-print {
  display: block;
  font-size: 1.8em;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%; }

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
  width: 100%;
  transition-property: "padding-bottom";
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: "padding-bottom";
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out; }
  .table-wrapper.no-scrollbar {
    border: 0;
    overflow-x: visible;
    overflow-y: visible; }
    .table-wrapper.no-scrollbar p {
      word-break: normal; }
  .table-wrapper table p {
    word-break: normal; }
  .table-wrapper .gradient {
    background: rgba(7, 22, 50, 0.6);
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(left, rgba(7, 22, 50, 0), rgba(7, 22, 50, 0.6));
    /* For Safari */
    background: -o-linear-gradient(right, rgba(7, 22, 50, 0), rgba(7, 22, 50, 0.6));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(7, 22, 50, 0), rgba(7, 22, 50, 0.6));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(7, 22, 50, 0), rgba(7, 22, 50, 0.6));
    /* Standard syntax */
    bottom: 0;
    height: 98%;
    position: absolute;
    right: 0;
    top: 0;
    width: 125px; }
    .table-wrapper .gradient .arrows {
      color: #fdc82d;
      height: 28px;
      font-size: 2.5em;
      position: absolute;
      right: 10px;
      top: 13px;
      width: 30px; }
    .table-wrapper .gradient .icon {
      left: 0;
      position: absolute; }
      .table-wrapper .gradient .icon:last-child {
        left: 10px; }

.prettify-select-wrapper {
  background: #d5d1cb;
  height: 29px;
  line-height: normal;
  padding: 6px 15px;
  position: relative;
  width: 100%; }
  .prettify-select-wrapper select {
    -webkit-appearance: none;
    color: #000000;
    height: 29px;
    font-size: 1.2em !important;
    left: 0;
    opacity: 0;
    padding: 6px 15px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 10; }
  .prettify-select-wrapper option {
    padding: 10px; }
  .prettify-select-wrapper .icon-arrow-drop-down-white {
    background: url(../images/svg/arrow-drop-down-white.svg) no-repeat;
    bottom: 0;
    color: #bdbdbd;
    height: 6px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px; }
  .prettify-select-wrapper .prettify-label {
    display: block;
    font-size: 1.2em !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 5; }

.btn {
  border: 0;
  color: #074a6f;
  font-weight: 700;
  display: block;
  padding: 15px 34px 15px 20px;
  position: relative;
  line-height: 1.25;
  max-width: 180px;
  text-decoration: none !important;
  width: 100%; }
  .btn:after {
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    color: #074a6f;
    content: '\e61e';
    font-size: 1.6em;
    height: 30px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    width: 18px; }
  .btn.btn-yellow {
    background: #fdc82d; }
    .btn.btn-yellow span,
    .btn.btn-yellow .icon {
      color: #074a6f; }
    .btn.btn-yellow .icon {
      font-size: 0.9em; }
  .btn.btn-plain {
    background: #fdc82d;
    padding: 15px;
    text-align: center; }
    .btn.btn-plain:after {
      display: none; }
    .btn.btn-plain span,
    .btn.btn-plain .icon {
      color: #074a6f;
      position: relative; }
    .btn.btn-plain .icon {
      font-size: 0.9em; }
  .btn.btn-plain-dark-blue {
    background: #0e2b63;
    padding: 15px;
    text-align: center; }
    .btn.btn-plain-dark-blue:after {
      display: none; }
    .btn.btn-plain-dark-blue span,
    .btn.btn-plain-dark-blue .icon {
      color: #fdc82d;
      position: relative; }
    .btn.btn-plain-dark-blue .icon {
      font-size: 0.9em; }

.btn-arrow {
  display: block;
  position: relative; }
  .btn-arrow:after {
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    *display: inline;
    zoom: 1;
    bottom: 0;
    content: '\e800';
    color: #153463;
    display: none;
    font-size: 1em;
    height: 22px;
    right: -20px;
    margin: auto;
    position: absolute;
    top: 0; }

.btn-icon-left {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #fdc82d;
  color: #074a6f;
  height: 75px;
  margin-right: 10px;
  max-width: 300px;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  width: 100%; }
  .btn-icon-left:after {
    transition-property: width;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: width;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #f1a005;
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 0;
    z-index: 0; }
  .btn-icon-left:hover:after {
    width: 100%; }
  .btn-icon-left span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    left: 15px;
    position: relative;
    width: 80%;
    vertical-align: top;
    z-index: 1; }
  .btn-icon-left .icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 2em;
    position: relative;
    z-index: 1; }
  .btn-icon-left .icon-forms {
    top: 3px; }

.side-tools {
  bottom: 15px;
  height: 38px;
  margin: auto;
  position: fixed;
  right: 15px;
  top: auto;
  width: 40px;
  z-index: 20;
  transition-property: bottom;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: bottom;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .side-tools.move-up {
    bottom: 60px; }
  .side-tools button {
    background: #0e2b63;
    border: 0;
    border-radius: 50%;
    display: block;
    height: 38px;
    padding: 0;
    position: relative;
    width: 38px; }
    .side-tools button .box {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      background: #ffffff;
      height: 4px;
      margin: auto;
      width: 4px; }
      .side-tools button .box.top {
        top: -14px; }
      .side-tools button .box.bot {
        top: 14px; }
  .side-tools ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative; }
    .side-tools ul li {
      margin-bottom: 5px; }
    .side-tools ul a {
      margin-bottom: 0; }
  .side-tools a,
  .side-tools .social-media-share {
    transition-property: background-color;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #0e2b63;
    color: #ffffff;
    display: block;
    height: 38px;
    position: relative;
    width: 38px; }
    .side-tools a:before,
    .side-tools .social-media-share:before {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      display: block !important;
      padding: 9px; }
    .side-tools a.hover,
    .side-tools .social-media-share.hover {
      background-color: #239fd9; }
      .side-tools a.hover .options,
      .side-tools .social-media-share.hover .options {
        right: 38px; }
  .side-tools .print {
    display: none; }
    .side-tools .print:before {
      height: 16px;
      width: 16px; }
  .side-tools .options {
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.778em;
    height: inherit;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 130px;
    z-index: -1; }
  .side-tools .social-media-share {
    margin-bottom: 0; }
    .side-tools .social-media-share ul {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */ }
      .side-tools .social-media-share ul:before, .side-tools .social-media-share ul:after {
        content: '';
        display: table; }
      .side-tools .social-media-share ul:after {
        clear: both; }
    .side-tools .social-media-share li {
      float: left;
      vertical-align: top; }
      .side-tools .social-media-share li a {
        font-size: 1.3em;
        padding: 10px; }
    .side-tools .social-media-share .options {
      padding: 0; }
  .side-tools .side-tool {
    display: block;
    margin-bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .side-tools .side-tool a,
    .side-tools .side-tool .social-media-share {
      border-radius: 50%;
      box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12); }
    .side-tools .side-tool .options {
      box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
      background: #ffffff;
      color: #02293e;
      border-radius: 4px;
      padding: 12px 10px;
      right: 43px;
      text-align: right; }
      .side-tools .side-tool .options a {
        background: none;
        box-shadow: 0 0 0 0 transparent;
        color: #02293e; }
  .side-tools .social-media-share .options {
    padding: 0; }
  .side-tools .side-tool-button {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: top;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    top: 0px;
    z-index: 10; }
  .side-tools .side-tool-print {
    display: none; }
  .side-tools .side-tool-share,
  .side-tools .side-tool-poll,
  .side-tools .side-tool-feedback {
    opacity: 0; }

.popup {
  background: #dcdcdc;
  text-align: center; }
  .popup h2 {
    color: #0e1531;
    font-size: 1.8em; }
    .popup h2:after {
      margin: 10px auto 0; }
  .popup p {
    font-size: 1.4em; }
  .popup .share-icon {
    transition-property: background;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #f4f4f4;
    border-radius: 50%;
    height: 40px;
    margin: 0 4px 20px;
    width: 40px; }
    .popup .share-icon:hover {
      background: #394253; }
    .popup .share-icon.facebook {
      background: url(../images/svg/facebook-blue.svg) no-repeat center center #f4f4f4; }
    .popup .share-icon.twitter {
      background: url(../images/svg/twitter-blue.svg) no-repeat center center #f4f4f4; }
    .popup .share-icon.apple {
      background: url(../images/svg/apple-blue.svg) no-repeat center center #f4f4f4; }
    .popup .share-icon.google {
      background: url(../images/svg/google-blue.svg) no-repeat center center #f4f4f4; }
    .popup .share-icon.outlook {
      background: url(../images/svg/windows-blue.svg) no-repeat center center #f4f4f4; }

.align-center {
  text-align: center !important; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.hexagon {
  display: block;
  height: 140px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  .hexagon .icon {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    display: block;
    font-size: 5em;
    height: 50px;
    width: 50px;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.hexagon-in1 {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hexagon-in2 {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background: url(../images/hexagon-gradient.svg) no-repeat center;
  height: 100%;
  width: 100%;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.table-colored {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  margin: 0 !important; }
  .table-colored .head {
    color: #ffffff !important;
    font: 300 2.8em "Montserrat", sans-serif;
    padding: 10px 25px;
    margin-bottom: 0;
    text-transform: uppercase; }
    .table-colored .head:after {
      display: none; }
  .table-colored .col {
    margin-bottom: 0;
    padding: 20px 25px;
    position: relative;
    vertical-align: top; }
    .table-colored .col h3, .table-colored .col p {
      text-align: center; }
    .table-colored .col h3 {
      font-size: 1.6em;
      margin-top: 0; }
      .table-colored .col h3:after {
        display: none; }
    .table-colored .col p {
      font-size: 2.2em; }
  .table-colored div:nth-last-of-type(1) {
    border-right: 0; }
  .table-colored .arrow-list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .table-colored .arrow-list li {
      margin-bottom: 10px; }
    .table-colored .arrow-list a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #ffffff;
      font: 0.933em 'Montserrat', sans-serif;
      margin-bottom: 0;
      position: relative;
      vertical-align: top; }
      .table-colored .arrow-list a:before {
        transition-property: all;
        transition-duration: 0.75s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        /* Safari */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.75s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        border-bottom: 2px solid #ffffff;
        bottom: -5px;
        content: '';
        position: absolute;
        left: 0;
        width: 0%; }
      .table-colored .arrow-list a:hover:before {
        width: 100%; }
  .table-colored .btn {
    margin-bottom: 0 !important; }
    .table-colored .btn.btn-plain-dark-blue, .table-colored .btn.btn-plain-light-blue {
      background: #fdc82d;
      padding: 15px;
      text-align: center; }
      .table-colored .btn.btn-plain-dark-blue:after, .table-colored .btn.btn-plain-light-blue:after {
        display: none; }
      .table-colored .btn.btn-plain-dark-blue span,
      .table-colored .btn.btn-plain-dark-blue .icon, .table-colored .btn.btn-plain-light-blue span,
      .table-colored .btn.btn-plain-light-blue .icon {
        color: #074a6f;
        position: relative; }
      .table-colored .btn.btn-plain-dark-blue .icon, .table-colored .btn.btn-plain-light-blue .icon {
        font-size: 0.9em; }
    .table-colored .btn.btn-plain-yellow {
      background: #0e2b63;
      padding: 15px;
      text-align: center; }
      .table-colored .btn.btn-plain-yellow:after {
        display: none; }
      .table-colored .btn.btn-plain-yellow span,
      .table-colored .btn.btn-plain-yellow .icon {
        color: #fdc82d;
        position: relative; }
      .table-colored .btn.btn-plain-yellow .icon {
        font-size: 0.9em; }
  .table-colored .cta {
    transition-property: opacity;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    display: block;
    font: 700 1.8em "Montserrat", sans-serif;
    opacity: 1;
    text-align: center;
    text-decoration: none; }
    .table-colored .cta:hover {
      opacity: 0.4; }
    .table-colored .cta .icon {
      display: block;
      font-size: 2.222em;
      margin-bottom: 15px; }
    .table-colored .cta .icon-deferment-for-study-home {
      font-size: 2.8em;
      margin: 0 0 2px; }

.table-light-blue .head {
  border-bottom: 1px solid #2a7f9e; }

.table-light-blue .col {
  border-bottom: 1px solid #2a7f9e;
  border-right: 1px solid #2a7f9e; }

.table-dark-blue .head {
  border-bottom: 1px solid #2a4864; }

.table-dark-blue .col {
  border-bottom: 1px solid #2a4864;
  border-right: 1px solid #2a4864; }

.table-yellow .head {
  border-bottom: 1px solid #715400; }

.table-yellow .col {
  border-bottom: 1px solid #715400;
  border-right: 1px solid #715400; }

.list-icons {
  list-style: none;
  padding: 0 0 0 30px; }
  .list-icons li {
    position: relative; }
  .list-icons .circle:before {
    position: absolute;
    left: -30px;
    top: 2px; }
  .list-icons .check:before {
    color: #009933;
    content: "\e806"; }
  .list-icons .cross:before {
    color: #ff6600;
    content: "\e807"; }

.sitemap {
  margin-bottom: 90px;
  font-size: 1.8em !important; }
  .sitemap li {
    font-size: 1em !important;
    margin-bottom: 0; }
    .sitemap li ul {
      font-size: 1em !important; }
      .sitemap li ul ul {
        font-size: 1em !important; }
  .sitemap li {
    list-style: disc;
    margin: 5px 0; }
  .sitemap a {
    font-size: 1em !important; }

.header {
  transition-property: top;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: top;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background: #0e2b63;
  position: relative;
  width: 100%;
  z-index: 1000; }
  .header.no-notification #notification {
    display: none !important; }
  .header.no-notification .icon-notification {
    display: none !important; }
  .header .menu {
    left: 0;
    position: absolute;
    top: 0; }
  .header .icon-notification {
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: none;
    border: 0;
    color: #ffffff;
    font-size: 2.4em;
    height: 45px;
    padding: 13px !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 53px; }
    .header .icon-notification:before {
      width: auto; }
    .header .icon-notification.active {
      background: #fdc82d;
      color: #0e2b63; }
    .header .icon-notification.has-alert {
      color: #fdc82d; }
      .header .icon-notification.has-alert.active {
        color: #0e2b63; }

.main-logo {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  height: 45px;
  margin: 0;
  position: relative; }
  .main-logo:before, .main-logo:after {
    content: '';
    display: table; }
  .main-logo:after {
    clear: both; }
  .main-logo:after {
    display: none; }
  .main-logo a {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/main-logo.png) no-repeat;
    background-size: cover;
    display: block;
    height: 19px;
    width: 51px; }

.gov-cont {
  display: none;
  float: right;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  text-align: right;
  width: 400px; }
  .gov-cont > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    clear: right;
    margin: 0 0 10px; }
    .gov-cont > ul li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-bottom: 0; }
      .gov-cont > ul li:last-child:after {
        content: "";
        padding: 0; }
      .gov-cont > ul li:after {
        color: #666;
        content: " | ";
        font-size: 10px;
        padding: 0 15px; }
      .gov-cont > ul li a {
        color: #000000;
        font-size: 0.667em;
        text-decoration: none; }
  .gov-cont .gov-logo {
    display: block;
    float: right;
    margin: 0;
    width: 175px; }
    .gov-cont .gov-logo:before {
      background: url(../images/singapore-govt-logo.jpg) no-repeat right center;
      content: "";
      display: block;
      height: 33px; }
  .gov-cont .search-bar {
    float: right; }

.search-bar {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .search-bar:before, .search-bar:after {
    content: '';
    display: table; }
  .search-bar:after {
    clear: both; }
  .search-bar input[type="text"] {
    background: #d5d1cb;
    border: 0;
    border-radius: 0;
    float: left;
    font-size: 1.2em !important;
    font-style: italic;
    height: 29px;
    margin-bottom: 0;
    padding: 6px 15px;
    width: 228px; }
  .search-bar input[type="button"] {
    background: url(../images/icon-search.png) no-repeat center center #8f8b84;
    border: 0;
    border-radius: 0;
    float: left;
    height: 29px;
    position: relative;
    width: 27px;
    z-index: 10; }
  .search-bar .material-select-wrapper {
    background: #8f8b84;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    float: left;
    font-size: 1em !important;
    height: 29px;
    line-height: 1;
    width: 145px; }
    .search-bar .material-select-wrapper:after {
      background: url(../images/svg/arrow-drop-down-white.svg) no-repeat;
      bottom: 0;
      content: "";
      display: block;
      height: 6px;
      margin: auto;
      position: absolute;
      right: 10px;
      top: 0;
      width: 8px; }
  .search-bar .material-label {
    font-size: 1.2em;
    line-height: normal;
    text-align: left;
    padding: 7px 15px !important; }
  .search-bar .card-wrapper {
    font-size: 1.2em;
    top: 29px !important;
    overflow-y: visible !important;
    max-height: none;
    width: 172px !important; }
    .search-bar .card-wrapper li {
      width: 100%; }
      .search-bar .card-wrapper li:after {
        display: none; }
  .search-bar .autoSuggest {
    display: none;
    width: 228px;
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 1; }
    .search-bar .autoSuggest .suggestOption {
      display: block;
      text-align: left;
      border-bottom: 1px solid #d5d1cb;
      border-left: 1px solid #d5d1cb;
      border-right: 1px solid #d5d1cb;
      color: #0e2b63;
      margin: 0;
      padding: 6px 15px;
      font-size: 1.5em; }
      .search-bar .autoSuggest .suggestOption.focused, .search-bar .autoSuggest .suggestOption:hover {
        background-color: #0e2b63;
        color: #fff;
        border-left: 1px solid #0e2b63;
        border-right: 1px solid #0e2b63;
        border-bottom: 1px solid #0e2b63;
        cursor: pointer; }
  .search-bar .mobile-regex-text {
    font-size: 0.75em;
    color: #fdc82d; }
  .search-bar .regex-text {
    font-size: 1.4em;
    color: #cc0000;
    text-align: left;
    margin-top: 17px;
    height: 3px;
    width: 250px;
 }

#notification {
  background: #fdc82d;
  display: none;
  font-size: 0.833em;
  padding: 10px 15px;
  position: absolute;
  top: 45px;
  z-index: 10; }
  #notification p {
    margin-bottom: 0; }
  #notification a {
    color: #000000;
    text-decoration: underline; }
  #notification span {
    font-weight: 700; }
    #notification span:after {
      display: inline-block;
      *display: inline;
      zoom: 1;
      content: "|";
      margin: 0 20px; }
  #notification .container {
    padding: 0; }
  #notification .col-12 {
    margin: 0; }

/* =======================================================================
04 Main Navigation / Side Nav
========================================================================== */
.side-nav-wrapper {
  transition-property: bottom;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: bottom;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  color: #0e2b63;
  position: fixed;
  bottom: -600px;
  min-height: 165px;
  z-index: 999;
  width: 320px; }
  .side-nav-wrapper.opened {
    bottom: 50px; }
  .side-nav-wrapper .mCustomScrollBox:after {
    background: #fdc82d;
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, transparent 0%, #fdc82d 100%);
    /* IE10 Consumer Preview */
    background: -moz-linear-gradient(top, transparent 0%, #fdc82d 100%);
    /* Opera */
    background: -o-linear-gradient(top, transparent 0%, #fdc82d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #fdc82d));
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-linear-gradient(top, transparent 0%, #fdc82d 100%);
    /* Webkit (Chrome 11+) */
    background: linear-gradient(to bottom, transparent 0%, #fdc82d 100%);
    /* W3C Markup, IE10 Release Preview */
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    width: 100%;
    z-index: 10; }

.side-nav {
  background: linear-gradient(#fdc82d 0%, #fdc82d 65%);
  display: block;
  position: relative;
  top: 0;
  height: auto;
  min-height: 165px;
  width: 100%; }
  .side-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 5px 0 0;
    position: relative;
    z-index: 5; }
    .side-nav ul li {
      margin-bottom: 0; }
    .side-nav ul a {
      display: block;
      color: #0e2b63;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.833em;
      font-weight: bold;
      padding: 10px 20px 10px 40px;
      position: relative;
      width: 100%;
      margin-bottom: 0; }
      .side-nav ul a:before {
        content: "\e619";
        left: 16px;
        position: absolute;
        top: 12px; }
  .side-nav .active {
    background-color: #fed662; }

.related-topics {
  transition-property: all;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fdc82d;
  border-bottom: 4px solid #fdc82d;
  border: 0;
  border-radius: 50%;
  bottom: 15px;
  color: #0e2b63;
  height: 40px;
  font: 700 1.4em "Montserrat", sans-serif;
  margin-bottom: 0;
  position: fixed;
  left: 15px;
  padding: 0;
  text-decoration: none !important;
  width: 40px;
  z-index: 15; }
  .related-topics.active {
    border-radius: 0;
    background: #dda500;
    border-bottom: 4px solid #0d2f6a;
    left: 0;
    width: 165px;
    z-index: 999; }
    .related-topics.active .icon span {
      background: #0e2b63; }
      .related-topics.active .icon span.top {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0; }
      .related-topics.active .icon span.mid {
        opacity: 0; }
      .related-topics.active .icon span.bot {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0; }
    .related-topics.active .copy {
      right: -10px;
      opacity: 1; }
  .related-topics .copy {
    right: -30px;
    opacity: 0;
    position: relative; }
  .related-topics .icon {
    display: none;
    font-family: "icomoon", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .related-topics .list {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0; }
    .related-topics .list span {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      transition-property: all;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      display: block;
      height: 4px;
      width: 22px; }
      .related-topics .list span:before, .related-topics .list span:after {
        background: #0e2b63;
        bottom: 0;
        content: '';
        display: block;
        height: 4px;
        margin: auto;
        position: absolute;
        top: 0; }
      .related-topics .list span:before {
        left: 0;
        width: 4px; }
      .related-topics .list span:after {
        right: 0;
        width: 15px; }
      .related-topics .list span.top {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -12px; }
      .related-topics .list span.mid {
        opacity: 1; }
      .related-topics .list span.bot {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 12px; }

.overlay {
  display: none; }
  .overlay.appear {
    display: block;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998; }

/* =======================================================================
05 Homepage
========================================================================== */
.hero-banner {
  height: 100%;
  min-height: 580px;
  position: relative; }
  .hero-banner h1 {
    color: #ffffff;
    font-size: 6.6em;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); }
    .hero-banner h1:after {
      display: none; }
  .hero-banner a {
    display: block;
    margin: 0 auto; }
  .hero-banner video {
    display: none; }
  .hero-banner .arrows {
    background: none;
    border: 0;
    color: #ffffff;
    height: 80px;
    font-size: 8em;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 80px; }
    .hero-banner .arrows .icon {
      display: block;
      height: 20px;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .hero-banner .arrows .icon:nth-child(2) {
        top: 10px; }
      .hero-banner .arrows .icon:nth-child(3) {
        top: 20px; }
  .hero-banner .wrap {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 300px;
    text-align: center;
    width: 730px;
    z-index: 5; }

.feature-tiles {
  transition-property: all;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 50px;
  position: relative; }
  .feature-tiles [class^="col-"],
  .feature-tiles [class*=" col-"] {
    float: left;
    padding: 0 5px;
    margin-bottom: 0; }
  .feature-tiles.show-tile:before, .feature-tiles.show-tile:after {
    opacity: 1; }
  .feature-tiles:before {
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1px) skewX(0) skewY(8deg);
    -moz-transform: perspective(1px) skewX(0) skewY(8deg);
    -ms-transform: skewX(0) skewY(8deg);
    transform: perspective(1px) skewX(0) skewY(8deg);
    outline: 1px solid transparent;
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    content: "";
    display: block;
    margin: auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: -80px;
    width: 100%;
    z-index: 1;
    opacity: 0; }
  .feature-tiles:after {
    background: url(../images/svg/hero-banner-accent.svg) no-repeat right top;
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    margin: auto;
    height: 214px;
    left: 0;
    position: absolute;
    top: -170px;
    width: 100%;
    z-index: 0;
    opacity: 0; }
  .feature-tiles h2 {
    position: relative;
    z-index: 5; }
  .feature-tiles h3 {
    font-size: 1.857em;
    margin: 0 0 10px;
    text-transform: none; }
    .feature-tiles h3:after {
      display: none; }
    .feature-tiles h3 .icon {
      display: block;
      margin-bottom: 10px; }
    .feature-tiles h3 .icon-exit-permit-home {
      font-size: 1.3em;
      margin-bottom: 2px; }
  .feature-tiles a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #16254d;
    font-size: 1.4em;
    font-weight: 700;
    height: 100%;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%; }
    .feature-tiles a:hover h3,
    .feature-tiles a:hover span,
    .feature-tiles a:hover .icon {
      transition-property: color;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: color;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      color: #fdc82d; }
    .feature-tiles a:hover h3 .icon {
      color: #ffffff; }
    .feature-tiles a:hover .image {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25); }
      .feature-tiles a:hover .image:after {
        background: rgba(13, 85, 136, 0.8); }
  .feature-tiles .wrap {
    margin: 0 -5px !important; }
  .feature-tiles .tile {
    height: 180px;
    margin-bottom: 10px;
    opacity: 0;
    position: relative;
    top: 150px;
    z-index: 5; }
    .feature-tiles .tile.large {
      height: 290px; }
      .feature-tiles .tile.large .tile-wrap {
        bottom: 40px;
        top: auto; }
      .feature-tiles .tile.large h3 .icon {
        font-size: 4em;
        margin-bottom: 0; }
    .feature-tiles .tile.medium h3 .icon {
      font-size: 1.5em; }
  .feature-tiles .tile-wrap {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 10; }
  .feature-tiles .image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 5; }
    .feature-tiles .image:after {
      transition-property: background;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: background;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      background: rgba(253, 200, 45, 0.8);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 5; }
  .feature-tiles #persona-local-preenlistee a, .feature-tiles #persona-local-parent a, .feature-tiles #persona-overseas-preenlistee a, .feature-tiles #persona-overseas-parent a {
    color: #fdc82d; }
    .feature-tiles #persona-local-preenlistee a h3 .icon, .feature-tiles #persona-local-parent a h3 .icon, .feature-tiles #persona-overseas-preenlistee a h3 .icon, .feature-tiles #persona-overseas-parent a h3 .icon {
      color: #fdc82d; }
    .feature-tiles #persona-local-preenlistee a h3,
    .feature-tiles #persona-local-preenlistee a span,
    .feature-tiles #persona-local-preenlistee a .icon, .feature-tiles #persona-local-parent a h3,
    .feature-tiles #persona-local-parent a span,
    .feature-tiles #persona-local-parent a .icon, .feature-tiles #persona-overseas-preenlistee a h3,
    .feature-tiles #persona-overseas-preenlistee a span,
    .feature-tiles #persona-overseas-preenlistee a .icon, .feature-tiles #persona-overseas-parent a h3,
    .feature-tiles #persona-overseas-parent a span,
    .feature-tiles #persona-overseas-parent a .icon {
      transition-property: color;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: color;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      color: #fdc82d; }
    .feature-tiles #persona-local-preenlistee a:hover h3,
    .feature-tiles #persona-local-preenlistee a:hover span,
    .feature-tiles #persona-local-preenlistee a:hover .icon, .feature-tiles #persona-local-parent a:hover h3,
    .feature-tiles #persona-local-parent a:hover span,
    .feature-tiles #persona-local-parent a:hover .icon, .feature-tiles #persona-overseas-preenlistee a:hover h3,
    .feature-tiles #persona-overseas-preenlistee a:hover span,
    .feature-tiles #persona-overseas-preenlistee a:hover .icon, .feature-tiles #persona-overseas-parent a:hover h3,
    .feature-tiles #persona-overseas-parent a:hover span,
    .feature-tiles #persona-overseas-parent a:hover .icon {
      transition-property: color;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: color;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      color: #16254d; }
    .feature-tiles #persona-local-preenlistee a:hover h3 .icon, .feature-tiles #persona-local-parent a:hover h3 .icon, .feature-tiles #persona-overseas-preenlistee a:hover h3 .icon, .feature-tiles #persona-overseas-parent a:hover h3 .icon {
      color: #16254d; }
    .feature-tiles #persona-local-preenlistee a:hover .image, .feature-tiles #persona-local-parent a:hover .image, .feature-tiles #persona-overseas-preenlistee a:hover .image, .feature-tiles #persona-overseas-parent a:hover .image {
      -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25); }
      .feature-tiles #persona-local-preenlistee a:hover .image:after, .feature-tiles #persona-local-parent a:hover .image:after, .feature-tiles #persona-overseas-preenlistee a:hover .image:after, .feature-tiles #persona-overseas-parent a:hover .image:after {
        background: rgba(253, 200, 45, 0.8); }
    .feature-tiles #persona-local-preenlistee a .image:after, .feature-tiles #persona-local-parent a .image:after, .feature-tiles #persona-overseas-preenlistee a .image:after, .feature-tiles #persona-overseas-parent a .image:after {
      background: rgba(13, 85, 136, 0.8); }
  .feature-tiles #persona-overseas-preenlistee a .image:after, .feature-tiles #persona-overseas-parent a .image:after {
    background: rgba(14, 43, 99, 0.8); }
  .feature-tiles .persona-wrapper {
    position: relative;
    z-index: 2; }
    .feature-tiles .persona-wrapper #persona-local-preenlistee .icon-deferment-for-study {
      position: relative;
      font-size: 1.7em;
      top: -8px;
      margin-bottom: -8px; }
    .feature-tiles .persona-wrapper #persona-local-preenlistee .icon-pes {
      font-size: 3.4em;
      margin-bottom: 10px; }
    .feature-tiles .persona-wrapper #persona-local-parent .icon-pes {
      position: relative;
      font-size: 1.8em; }
    .feature-tiles .persona-wrapper #persona-overseas-parent .icon-pes {
      position: relative;
      font-size: 1.7em; }
    .feature-tiles .persona-wrapper #persona-overseas-parent .icon-medical-screening {
      position: relative;
      font-size: 1.9em; }
  .feature-tiles .persona-profiles {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    position: relative;
    z-index: 10; }
    .feature-tiles .persona-profiles:before, .feature-tiles .persona-profiles:after {
      content: '';
      display: table; }
    .feature-tiles .persona-profiles:after {
      clear: both; }
    .feature-tiles .persona-profiles .persona-reset {
      display: none; }
    .feature-tiles .persona-profiles h1 {
      font-size: 4em; }
      .feature-tiles .persona-profiles h1:after {
        background: none;
        height: 0;
        margin: 0;
        width: 0; }
    .feature-tiles .persona-profiles span {
      font-size: 1.8em;
      vertical-align: top; }
    .feature-tiles .persona-profiles button {
      vertical-align: top;
      font-size: 1.8em;
      border: none;
      text-align: center; }
      .feature-tiles .persona-profiles button.reset-button {
        color: #fff;
        background-color: #a4a4a4;
        padding: 3px;
        border-radius: 50%;
        font-size: 1.2em;
        font-weight: normal;
        width: 20px;
        height: 20px; }
        .feature-tiles .persona-profiles button.reset-button.persona-reset-desktop {
          position: relative; }
        .feature-tiles .persona-profiles button.reset-button i {
          position: relative;
          left: 0; }
    .feature-tiles .persona-profiles .persona-profile-tabs {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      position: relative;
      padding: 20px 0 0; }
      .feature-tiles .persona-profiles .persona-profile-tabs:before, .feature-tiles .persona-profiles .persona-profile-tabs:after {
        content: '';
        display: table; }
      .feature-tiles .persona-profiles .persona-profile-tabs:after {
        clear: both; }
    .feature-tiles .persona-profiles a {
      text-transform: none;
      font-size: 1em;
      text-decoration: none;
      color: #a4a4a4;
      display: inline-block;
      width: 100%;
      height: 100%;
      border: 1px solid #a4a4a4;
      margin: 0 0 15px 0;
      padding: 10px;
      position: relative;
      overflow: visible; }
      .feature-tiles .persona-profiles a:hover, .feature-tiles .persona-profiles a.active {
        background-color: #0e2b63;
        color: #fff;
        border: 1px solid #0e2b63; }
    .feature-tiles .persona-profiles .main-tabs {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      position: relative;
      top: -11px;
      display: inline-block;
      list-style-type: none;
      margin: 0 0 0 20px;
      padding: 0;
      text-align: center; }
      .feature-tiles .persona-profiles .main-tabs:before, .feature-tiles .persona-profiles .main-tabs:after {
        content: '';
        display: table; }
      .feature-tiles .persona-profiles .main-tabs:after {
        clear: both; }
      .feature-tiles .persona-profiles .main-tabs > li > a.active:after {
        content: '';
        position: absolute;
        top: calc(100% + 1px);
        left: 50%;
        margin-left: -8px;
        border-width: 8px;
        border-style: solid;
        border-color: #0e2b63 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
      .feature-tiles .persona-profiles .main-tabs li {
        position: relative;
        display: inline-block;
        margin: 0;
        float: left;
        margin-right: 16px; }
        .feature-tiles .persona-profiles .main-tabs li:last-child {
          margin-right: 0; }
        .feature-tiles .persona-profiles .main-tabs li ul {
          zoom: 1;
          /* For IE 6/7 (trigger hasLayout) */
          padding: 0;
          margin: 0;
          display: none; }
          .feature-tiles .persona-profiles .main-tabs li ul:before, .feature-tiles .persona-profiles .main-tabs li ul:after {
            content: '';
            display: table; }
          .feature-tiles .persona-profiles .main-tabs li ul:after {
            clear: both; }
    .feature-tiles .persona-profiles .persona-reset-desktop {
      position: relative;
      left: 30px; }
  .feature-tiles .personas {
    transition: all 0.5s;
    display: none;
    position: relative; }
  .feature-tiles .not-default .persona-reset {
    display: inline-block; }
  .feature-tiles .appear {
    display: block;
    animation-name: personaTransitionIn;
    animation-duration: 1.3s; }
  .feature-tiles .hidePersona {
    display: none;
    animation-name: personaTransitionOut;
    animation-duration: 1.3s; }

@keyframes personaTransitionIn {
  from {
    opacity: 0;
    top: 50px; }
  to {
    opacity: 1;
    top: 0; } }

@keyframes personaTransitionOut {
  from {
    opacity: 1;
    top: 0; }
  to {
    opacity: 0;
    top: 50px; } }

.tiles {
  padding: 45px 15px 85px;
  position: relative; }
  .tiles [class^="col-"],
  .tiles [class*=" col-"] {
    padding: 0 15px; }
  .tiles .wrap {
    margin: 0 -15px !important; }
  .tiles h2 {
    color: #153463;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8em;
    margin: 30px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 5; }
  .tiles .tile {
    margin-bottom: 20px;
    position: relative;
    z-index: 15; }
    .tiles .tile a {
      background: #fdc82d;
      color: #074a6f;
      display: block;
      height: 135px;
      line-height: 1.25;
      margin-bottom: 0;
      padding: 20px; }
      .tiles .tile a span {
        background: none !important;
        font-size: 1em !important;
        padding: 0 !important;
        position: relative;
        z-index: 1; }
    .tiles .tile img {
      margin-bottom: 0; }
    .tiles .tile .icon {
      display: block;
      font-size: 2em;
      margin-bottom: 10px;
      position: relative; }
    .tiles .tile.no-icon a {
      height: auto; }
    .tiles .tile.date span {
      background: #fdc82d;
      color: #074a6f;
      display: block;
      font-size: 4.8em;
      line-height: 1;
      padding: 26px 20px 4px; }

.accent {
  padding: 50px 0;
  position: relative;
  z-index: 10; }
  .accent:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1px) skewX(0) skewY(-4deg);
    -moz-transform: perspective(1px) skewX(0) skewY(-4deg);
    -ms-transform: skewX(0) skewY(-4deg);
    transform: perspective(1px) skewX(0) skewY(-4deg);
    outline: 1px solid transparent;
    backface-visibility: hidden;
    content: "";
    display: block;
    margin: auto;
    height: 101%;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 0; }
  .accent:last-child {
    margin-bottom: 60px !important; }
  .accent h1,
  .accent h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6em;
    line-height: 1;
    margin: 0 0 20px;
    padding-right: 10px;
    text-transform: uppercase; }
    .accent h1 a,
    .accent h2 a {
      color: #153463;
      font-size: 1em; }
      .accent h1 a:before,
      .accent h2 a:before {
        transition-property: all;
        transition-duration: 0.75s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        /* Safari */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.75s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        border-bottom: 2px solid #074a6f;
        bottom: -5px;
        content: '';
        position: absolute;
        left: 0;
        width: 0%; }
  .accent h1, .accent h2, .accent h3, .accent h4, .accent h5, .accent h6, .accent ul, .accent ol, .accent li {
    color: #ffffff; }
  .accent p {
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 50px; }
    .accent p:last-child {
      margin-bottom: 0; }
    .accent p.l-margin {
      margin-bottom: 25px; }
  .accent .btn {
    margin-bottom: 20px;
    max-width: none; }
  .accent .image {
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1px) skewX(0) skewY(-4deg);
    -moz-transform: perspective(1px) skewX(0) skewY(-4deg);
    -ms-transform: skewX(0) skewY(-4deg);
    transform: perspective(1px) skewX(0) skewY(-4deg);
    outline: 1px solid transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .accent .image:before, .accent .image:after {
      content: "";
      display: none;
      height: 52px;
      position: absolute;
      width: 96%; }
    .accent .image:before {
      top: 0; }
    .accent .image:after {
      bottom: 0; }
    .accent .image .img-skew {
      margin: -20px 0;
      width: 100%;
      -webkit-backface-visibility: hidden;
      -webkit-transform: perspective(1px) skewX(0) skewY(4deg);
      -moz-transform: perspective(1px) skewX(0) skewY(4deg);
      -ms-transform: skewX(0) skewY(4deg);
      transform: perspective(1px) skewX(0) skewY(4deg);
      outline: 1px solid transparent; }
  .accent .accent-background {
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1px) skewX(0) skewY(-4deg);
    -moz-transform: perspective(1px) skewX(0) skewY(-4deg);
    -ms-transform: skewX(0) skewY(-4deg);
    transform: perspective(1px) skewX(0) skewY(-4deg);
    outline: 1px solid transparent;
    background-size: cover;
    background-position: center;
    display: block;
    margin: auto;
    height: 101%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .accent .container,
  .accent .wrap {
    position: relative;
    z-index: 2; }
  .accent.accent-quick-links {
    padding: 60px 0; }
    .accent.accent-quick-links a {
      color: #02293e;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.8em;
      font-weight: bold;
      text-decoration: none; }
      .accent.accent-quick-links a .icon {
        margin-left: 5px; }
    .accent.accent-quick-links .wrap {
      display: block; }
    .accent.accent-quick-links .main-link {
      font-size: 2.2em;
      font-weight: normal; }
    .accent.accent-quick-links .sub-links {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */ }
      .accent.accent-quick-links .sub-links:before, .accent.accent-quick-links .sub-links:after {
        content: '';
        display: table; }
      .accent.accent-quick-links .sub-links:after {
        clear: both; }
      .accent.accent-quick-links .sub-links span {
        float: left;
        width: 100%; }
      .accent.accent-quick-links .sub-links .icon {
        float: left;
        margin-top: 1px;
        margin-left: 0; }
      .accent.accent-quick-links .sub-links .icon-arrow-circle-prev {
        margin-right: 5px; }
      .accent.accent-quick-links .sub-links .icon-arrow-circle-next {
        margin-left: 5px; }
    .accent.accent-quick-links .sub-link-next {
      text-align: right; }
  .accent.accent-dark-blue:after {
    background: #00284e; }
  .accent.accent-light-blue:after {
    background: #0177a4; }
  .accent.accent-yellow:after {
    background: #e3aa04; }
  .accent.accent-yellow h1,
  .accent.accent-yellow h2 {
    color: #02293e; }
    .accent.accent-yellow h1:after,
    .accent.accent-yellow h2:after {
      background: #0e2b63; }
  .accent.accent-yellow p {
    color: #02293e; }
  .accent.accent-blue:after {
    background: #093b7c; }
  .accent.accent-light-grey:after {
    background: #e6e2e2; }
  .accent.accent-light-grey p {
    color: #000000; }
  .accent.accent-deferment {
    height: 100%;
    padding: 0; }
    .accent.accent-deferment:after {
      display: none; }
  .accent.accent-grey {
    padding-bottom: 25px; }
    .accent.accent-grey:after {
      background: #4d5357; }
    .accent.accent-grey p {
      color: #ffffff; }
  .accent.accent-dark-grey:after {
    background: #000; }
  .accent.accent-dark-grey p {
    color: #ffffff; }
  .accent.accent-dark-grey .accent-background {
    opacity: 0.4; }
  .accent.timeline {
    padding: 80px 0; }
    .accent.timeline:before {
      background: url(../images/pattern.jpg) center center repeat-x; }
    .accent.timeline h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.8em;
      position: relative; }
      .accent.timeline h2:after {
        background: url(../images/svg/arrow-right-white.svg) no-repeat;
        content: '';
        display: block;
        height: 16px;
        position: absolute;
        right: -20px;
        top: 2px;
        width: 9px; }
        .accent.timeline h2:after:last-child {
          display: none; }
    .accent.timeline .col-4:last-child h2:after {
      display: none; }
    .accent.timeline .copy h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3.2em; }
      .accent.timeline .copy h2:after {
        display: none; }
    .accent.timeline .time {
      text-align: center; }
    .accent.timeline .circles {
      position: relative; }
      .accent.timeline .circles .circle {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
        -webkit-box-shadow: 0 0 0 7px transparent;
        -moz-box-shadow: 0 0 0 7px transparent;
        box-shadow: 0 0 0 7px transparent;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        background: #fdc82d;
        border: 7px solid #fdc82d;
        border-radius: 50%;
        color: #153463;
        padding: 10px;
        position: absolute;
        justify-content: center;
        /* align horizontal */
        -webkit-justify-content: center;
        /* align horizontal */
        align-items: center;
        /* align vertical */
        -webkit-align-items: center;
        /* align vertical */ }
        .accent.timeline .circles .circle:nth-child(2) {
          top: -330px; }
        .accent.timeline .circles .circle:nth-child(3) {
          top: 330px; }
        .accent.timeline .circles .circle span {
          position: relative; }
  .accent.accent-landing {
    padding: 0 0 20px; }
    .accent.accent-landing:before, .accent.accent-landing:after {
      display: none; }
    .accent.accent-landing:nth-child(odd) .copy {
      padding-top: 80px; }
    .accent.accent-landing:last-child {
      padding-bottom: 55px !important; }
    .accent.accent-landing h2 a:before {
      display: none; }
    .accent.accent-landing h2 a:after {
      bottom: 0;
      color: #153463;
      display: none;
      height: 22px;
      left: auto;
      right: -15px;
      top: 0; }
    .accent.accent-landing h2 a:hover:after {
      right: -25px; }
    .accent.accent-landing p {
      color: #0e2b63;
      margin-bottom: 0; }
    .accent.accent-landing .copy {
      padding-top: 15px; }
  .accent.accent-army-green, .accent.accent-navy-blue, .accent.accent-airforce-blue {
    height: 100%; }
    .accent.accent-army-green p, .accent.accent-navy-blue p, .accent.accent-airforce-blue p {
      line-height: 1.25; }
    .accent.accent-army-green .background, .accent.accent-navy-blue .background, .accent.accent-airforce-blue .background {
      -webkit-backface-visibility: hidden;
      -webkit-transform: perspective(1px) skewX(0) skewY(-4deg);
      -moz-transform: perspective(1px) skewX(0) skewY(-4deg);
      -ms-transform: skewX(0) skewY(-4deg);
      transform: perspective(1px) skewX(0) skewY(-4deg);
      outline: 1px solid transparent;
      bottom: 0;
      display: none;
      height: inherit;
      left: 0;
      overflow: hidden;
      position: absolute;
      width: 100%; }
      .accent.accent-army-green .background img, .accent.accent-navy-blue .background img, .accent.accent-airforce-blue .background img {
        bottom: 0;
        margin: 0;
        position: absolute; }
    .accent.accent-army-green .container, .accent.accent-navy-blue .container, .accent.accent-airforce-blue .container {
      position: relative;
      z-index: 10; }
  .accent.accent-army-green:before {
    background: url(../images/background-accent-army-green.jpg) no-repeat right top #1b211d; }
  .accent.accent-army-green .image-wrapper {
    border: 6px solid #4a504b; }
  .accent.accent-navy-blue:before {
    background: url(../images/background-accent-navy-blue.jpg) no-repeat right top #002335; }
  .accent.accent-navy-blue .image-wrapper {
    border: 6px solid #344e5c; }
  .accent.accent-airforce-blue:before {
    background: url(../images/background-accent-airforce-blue.jpg) no-repeat right top #1e3032; }
  .accent.accent-airforce-blue .image-wrapper {
    border: 6px solid #4b595b; }
  .accent.accent-tile h2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #074a6f;
    font-size: 2.2em;
    margin: 0;
    text-transform: none;
    width: auto; }
    .accent.accent-tile h2:after {
      display: none; }
  .accent.accent-tile p {
    color: #000000;
    line-height: 1.25;
    margin-bottom: 10px; }
  .accent.accent-tile ul {
    list-style: none;
    padding: 0; }
    .accent.accent-tile ul li {
      margin-bottom: 5px; }
      .accent.accent-tile ul li:before {
        display: inline-block;
        *display: inline;
        zoom: 1;
        color: #153463;
        content: '\e619';
        font-size: 0.7em;
        height: 15px;
        margin-right: 5px;
        padding-right: 5px;
        width: 15px; }
      .accent.accent-tile ul li a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 90%;
        margin-bottom: 0; }
    .accent.accent-tile ul a {
      color: #153463;
      font-size: 1em;
      position: relative;
      text-decoration: none;
      vertical-align: top; }
  .accent.accent-tile .tile {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    margin-bottom: 40px; }
    .accent.accent-tile .tile:before, .accent.accent-tile .tile:after {
      content: '';
      display: table; }
    .accent.accent-tile .tile:after {
      clear: both; }
  .accent.accent-tile .tile-detail {
    margin-top: 45px; }
  .accent.accent-tile .image {
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1px) skewX(0) skewY(0);
    -moz-transform: perspective(1px) skewX(0) skewY(0);
    -ms-transform: skewX(0) skewY(0);
    transform: perspective(1px) skewX(0) skewY(0);
    outline: 1px solid transparent;
    display: block;
    margin-bottom: 10px; }
  .accent.accent-bmi {
    margin-bottom: 0 !important;
    padding: 0; }
    .accent.accent-bmi:after {
      background: url(../images/background-accent-bmi.jpg) no-repeat center center;
      background-size: cover;
      height: 100%; }
  .accent.accent-ippt {
    margin-bottom: 0 !important;
    padding: 0; }
    .accent.accent-ippt:after {
      background: url(../images/background-accent-ippt.jpg) no-repeat center center;
      background-size: cover;
      height: 100%; }
  .accent.accent-ippt-deadline {
    margin-bottom: 0 !important;
    padding: 0; }
    .accent.accent-ippt-deadline:after {
      background: url(../images/background-accent-ippt-deadline.jpg) no-repeat center center;
      background-size: cover;
      height: 100%; }
  .accent.accent-uniforms {
    margin-bottom: 0 !important;
    padding: 90px 0 120px; }
    .accent.accent-uniforms:after {
      background: url(../images/background-accent-uniforms.jpg) no-repeat center bottom;
      background-size: cover; }
  .accent.accent-useful-items {
    margin-bottom: 0 !important;
    padding: 90px 0 120px; }
    .accent.accent-useful-items:after {
      background-color: #faece8;
      background-image: url(../images/black-paper.png); }
  .accent.accent-ranks {
    margin-bottom: 0 !important;
    padding: 90px 0; }
    .accent.accent-ranks:before {
      -webkit-backface-visibility: hidden;
      -webkit-transform: perspective(1px) skewX(0) skewY(-4deg);
      -moz-transform: perspective(1px) skewX(0) skewY(-4deg);
      -ms-transform: skewX(0) skewY(-4deg);
      transform: perspective(1px) skewX(0) skewY(-4deg);
      outline: 1px solid transparent;
      background: #000e1b;
      backface-visibility: hidden;
      content: "";
      display: block;
      margin: auto;
      height: 100%;
      left: 0;
      position: absolute;
      top: -1px;
      width: 100%;
      z-index: 0; }
    .accent.accent-ranks:after {
      background: url(../images/ranks/singapore-skyline.png) no-repeat center center;
      bottom: 0;
      height: 520px;
      background-size: cover;
      outline: 0;
      position: absolute;
      top: auto;
      width: 100%; }
  .accent.accent-white:after {
    background: #fff; }
  .accent.accent-white h1,
  .accent.accent-white h2,
  .accent.accent-white p {
    color: #000000; }
  .accent.accent-vocations h2, .accent.accent-vocations h3 {
    position: relative; }
    .accent.accent-vocations h2:after, .accent.accent-vocations h3:after {
      background: #fdc82d none repeat scroll 0 0;
      display: block;
      margin: 15px 0 0;
      content: " ";
      height: 5px;
      width: 95px; }
  .accent.accent-vocations.vocations-grid {
    /*
            a.btn.btn-plain{
                display:inline-block;
                width: auto;
            }
            */ }
    .accent.accent-vocations.vocations-grid .grid-toolbar, .accent.accent-vocations.vocations-grid .grid, .accent.accent-vocations.vocations-grid .popup-html {
      display: none; }
    .accent.accent-vocations.vocations-grid .grid-intro p:last-of-type {
      margin-bottom: 20px; }
    .accent.accent-vocations.vocations-grid .grid-toolbar {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      margin-bottom: 20px; }
      .accent.accent-vocations.vocations-grid .grid-toolbar:before, .accent.accent-vocations.vocations-grid .grid-toolbar:after {
        content: '';
        display: table; }
      .accent.accent-vocations.vocations-grid .grid-toolbar:after {
        clear: both; }
      .accent.accent-vocations.vocations-grid .grid-toolbar .to-intro {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        font-size: 1.6em; }
        .accent.accent-vocations.vocations-grid .grid-toolbar .to-intro .icon {
          padding: 0 1px;
          font-size: 1em;
          position: relative;
          display: inline-block; }
      .accent.accent-vocations.vocations-grid .grid-toolbar .media a {
        max-width: 280px;
        margin: 0 10px 10px 0; }
      .accent.accent-vocations.vocations-grid .grid-toolbar.foot {
        margin-top: 10px; }
        .accent.accent-vocations.vocations-grid .grid-toolbar.foot a {
          color: #fff;
          text-decoration: none;
          display: inline-block; }
        .accent.accent-vocations.vocations-grid .grid-toolbar.foot .to-grid-top {
          font-size: 1.4em;
          display: block;
          text-align: center;
          width: 150px;
          margin: 0 auto; }
          .accent.accent-vocations.vocations-grid .grid-toolbar.foot .to-grid-top .icon, .accent.accent-vocations.vocations-grid .grid-toolbar.foot .to-grid-top span {
            display: block; }
          .accent.accent-vocations.vocations-grid .grid-toolbar.foot .to-grid-top .icon {
            font-size: 2.6em;
            margin-bottom: 10px;
            color: #71a0b2;
            transition-property: color;
            transition-duration: 1s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            /* Safari */
            -webkit-backface-visibility: hidden;
            -webkit-transition-property: color;
            -webkit-transition-duration: 1s;
            -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .accent.accent-vocations.vocations-grid .grid {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      margin-bottom: 50px; }
      .accent.accent-vocations.vocations-grid .grid:before, .accent.accent-vocations.vocations-grid .grid:after {
        content: '';
        display: table; }
      .accent.accent-vocations.vocations-grid .grid:after {
        clear: both; }
      .accent.accent-vocations.vocations-grid .grid h2 {
        color: #a3bdcc;
        font-size: 3.4em;
        zoom: 1;
        /* For IE 6/7 (trigger hasLayout) */ }
        .accent.accent-vocations.vocations-grid .grid h2:after {
          display: none !important; }
        .accent.accent-vocations.vocations-grid .grid h2:before, .accent.accent-vocations.vocations-grid .grid h2:after {
          content: '';
          display: table; }
        .accent.accent-vocations.vocations-grid .grid h2:after {
          clear: both; }
      .accent.accent-vocations.vocations-grid .grid article {
        background-size: cover;
        background-position: center center;
        height: 140px;
        position: relative; }
        .accent.accent-vocations.vocations-grid .grid article:after {
          content: " ";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: url("../images/black-overlay.png") center center no-repeat transparent;
          background-size: cover;
          z-index: 1;
          opacity: 1; }
        .accent.accent-vocations.vocations-grid .grid article > a {
          position: relative;
          display: block;
          height: 100%;
          width: 100%;
          zoom: 1;
          /* For IE 6/7 (trigger hasLayout) */
          padding: 20px 30px;
          text-decoration: none;
          z-index: 10; }
          .accent.accent-vocations.vocations-grid .grid article > a:before, .accent.accent-vocations.vocations-grid .grid article > a:after {
            content: '';
            display: table; }
          .accent.accent-vocations.vocations-grid .grid article > a:after {
            clear: both; }
        .accent.accent-vocations.vocations-grid .grid article h3 {
          margin: 0;
          text-transform: none;
          font-size: 1.3em;
          font-weight: normal; }
          .accent.accent-vocations.vocations-grid .grid article h3:after {
            height: 4px;
            width: 25px; }
        .accent.accent-vocations.vocations-grid .grid article .read-hint {
          display: none; }
  .accent.accent-vocations.vocations-process h2 {
    text-transform: none; }
    .accent.accent-vocations.vocations-process h2:after {
      height: 5px;
      width: 95px; }
  .accent.accent-vocations.vocations-process p {
    margin: 1.6em 0; }
  .accent.accent-vocations.vocations-process ul li {
    color: #222; }
  .accent.accent-vocations.vocations-process .infographic.shareable {
    margin: 25px 0; }
    .accent.accent-vocations.vocations-process .infographic.shareable img {
      transform: none; }

.vocation-vids .fancybox-overlay {
  background: #333; }

.vocation-detail, .popvideo-detail {
  background: none;
  height: 100%;
  margin: auto;
  position: relative;
  width: 100%;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .vocation-detail:before, .vocation-detail:after, .popvideo-detail:before, .popvideo-detail:after {
    content: '';
    display: table; }
  .vocation-detail:after, .popvideo-detail:after {
    clear: both; }
  .vocation-detail .popup-html, .popvideo-detail .popup-html {
    display: block;
    padding-top: 54px !important; }
    .vocation-detail .popup-html .hist-img img, .popvideo-detail .popup-html .hist-img img {
      width: 100%; }
  .vocation-detail .yr-title, .popvideo-detail .yr-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    max-width: 150px; }
  .vocation-detail .voc-title, .popvideo-detail .voc-title {
    color: #ffffff;
    font-size: 2.2em;
    line-height: 1em; }
    .vocation-detail .voc-title:after, .popvideo-detail .voc-title:after {
      background: #fdc82d none repeat scroll 0 0;
      display: block;
      margin: 10px 0 0;
      content: " ";
      height: 5px;
      width: 33px; }
  .vocation-detail p, .popvideo-detail p {
    color: #ffffff;
    margin-top: 0;
    padding: 0;
    font-size: 1.4em; }
    .vocation-detail p:after, .popvideo-detail p:after {
      display: none; }
  .vocation-detail .fancybox-skin, .popvideo-detail .fancybox-skin {
    background: none;
    box-shadow: 0 0 0 transparent; }
  .vocation-detail .jwplayer .jw-display-icon-container, .popvideo-detail .jwplayer .jw-display-icon-container {
    height: 55px !important;
    width: 55px !important;
    border: none !important; }
  .vocation-detail .jwplayer.jw-state-paused .jw-icon-display,
  .vocation-detail .jwplayer.jw-state-buffering .jw-icon-display,
  .vocation-detail .jwplayer.jw-state-error .jw-icon-display,
  .vocation-detail .jwplayer.jw-state-idle .jw-icon-display, .popvideo-detail .jwplayer.jw-state-paused .jw-icon-display,
  .popvideo-detail .jwplayer.jw-state-buffering .jw-icon-display,
  .popvideo-detail .jwplayer.jw-state-error .jw-icon-display,
  .popvideo-detail .jwplayer.jw-state-idle .jw-icon-display {
    color: #fdc82d; }
  .vocation-detail .jw-icon, .popvideo-detail .jw-icon {
    font-size: 1em !important; }
  .vocation-detail .video-container, .popvideo-detail .video-container {
    margin-bottom: 20px; }
  .vocation-detail .close-vocation-detail, .vocation-detail .close-popvideo, .popvideo-detail .close-vocation-detail, .popvideo-detail .close-popvideo {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 300;
    border: none;
    display: block;
    width: 54px;
    height: 54px;
    background: url("../images/icon-thin-close.png") center center no-repeat rgba(14, 43, 99, 0.8); }
    .vocation-detail .close-vocation-detail span, .vocation-detail .close-popvideo span, .popvideo-detail .close-vocation-detail span, .popvideo-detail .close-popvideo span {
      display: none; }

.accent-cols {
  outline: 0;
  padding: 0 !important; }
  .accent-cols:after {
    display: none; }
  .accent-cols h3 {
    color: #fdc82d;
    font-size: 2em;
    position: relative;
    text-transform: uppercase; }
    .accent-cols h3:after {
      background: #ffffff;
      height: 5px;
      width: 28px; }
    .accent-cols h3 a {
      color: inherit;
      font-size: 1em;
      padding-right: 28px;
      text-decoration: none; }
      .accent-cols h3 a:after {
        color: inherit; }
  .accent-cols p {
    line-height: 1.5; }
  .accent-cols .btn-arrow:after {
    bottom: 0;
    height: 25px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .accent-cols .wrap {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    display: block !important; }
    .accent-cols .wrap:before, .accent-cols .wrap:after {
      content: '';
      display: table; }
    .accent-cols .wrap:after {
      clear: both; }
  .accent-cols .accent-col {
    -webkit-box-shadow: 15px 0 25px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 15px 0 25px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 15px 0 25px -5px rgba(0, 0, 0, 0.5);
    float: left;
    margin-bottom: 0;
    min-height: 300px;
    padding: 0 30px;
    position: relative;
    width: 100%; }
    .accent-cols .accent-col:last-child {
      -webkit-box-shadow: 0 0 0 0 #000000;
      -moz-box-shadow: 0 0 0 0 #000000;
      box-shadow: 0 0 0 0 #000000; }
  .accent-cols .accent-orig {
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1px) skewX(0) skewY(-4deg);
    -moz-transform: perspective(1px) skewX(0) skewY(-4deg);
    -ms-transform: skewX(0) skewY(-4deg);
    transform: perspective(1px) skewX(0) skewY(-4deg);
    outline: 1px solid transparent;
    background: #00557d; }
    .accent-cols .accent-orig .accent-wrap {
      display: none; }
    .accent-cols .accent-orig .accent-col {
      -moz-transform: translateZ(0);
      -o-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
      .accent-cols .accent-orig .accent-col .accent-background {
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
  .accent-cols .accent-clone {
    padding-top: 20px;
    position: absolute;
    top: 50px; }
    .accent-cols .accent-clone .accent-col {
      -webkit-box-shadow: 0 0 0 0 #000;
      -moz-box-shadow: 0 0 0 0 #000;
      box-shadow: 0 0 0 0 #000; }
  .accent-cols .accent-background {
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1px) skewX(0) skewY(0);
    -moz-transform: perspective(1px) skewX(0) skewY(0);
    -ms-transform: skewX(0) skewY(0);
    transform: perspective(1px) skewX(0) skewY(0);
    outline: 1px solid transparent;
    outline: 0;
    z-index: -1; }

#videoCont {
  width: 100%; }

.standard-banner {
  background-position: right top;
  color: #ffffff;
  height: 350px;
  position: relative; }
  .standard-banner h1 {
    -webkit-transform: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transition: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 6em;
    font-weight: 700;
    left: 10px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    width: auto; }
    .standard-banner h1:after {
      display: none; }
  .standard-banner .search-bar h1 {
    -webkit-transform: translate(0, 0);
    -moz-transition: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transition: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    top: 0;
    font-size: 2.4em;
    margin-bottom: 10px; }
  .standard-banner .search-bar input[type="text"],
  .standard-banner .search-bar input[type="button"],
  .standard-banner .search-bar .material-select-wrapper {
    background: rgba(0, 0, 0, 0.4); }
  .standard-banner .search-bar input[type="text"],
  .standard-banner .search-bar .keyword {
    font: 700 5em "Montserrat", sans-serif !important;
    height: 75px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 480px; }
  .standard-banner .search-bar input[type="button"] {
    background: url(../images/icon-search-big.png) no-repeat center center rgba(0, 0, 0, 0.4);
    height: 75px;
    width: 75px; }
  .standard-banner .search-bar .material-select-wrapper {
    font-size: 1.8em !important;
    height: 75px;
    padding: 24px 10px;
    width: 180px; }

.diagonal-wrapper,
.page-template-faq-listing {
  transition-property: margin-top;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: margin-top;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background: #ffffff;
  padding-top: 20px;
  position: relative;
  opacity: 1;
  z-index: 10; }
  .diagonal-wrapper:before,
  .page-template-faq-listing:before {
    background: url(../images/svg/standard-banner-accent-white.svg) no-repeat center top;
    top: -169px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .diagonal-wrapper:after,
  .page-template-faq-listing:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1px) skewX(0) skewY(-4deg);
    -moz-transform: perspective(1px) skewX(0) skewY(-4deg);
    -ms-transform: skewX(0) skewY(-4deg);
    transform: perspective(1px) skewX(0) skewY(-4deg);
    outline: 1px solid transparent;
    background: #ffffff;
    bottom: 0;
    content: '';
    display: block;
    height: 75px;
    position: absolute;
    width: 100%;
    z-index: -2; }
  .diagonal-wrapper a,
  .page-template-faq-listing a {
    text-decoration: underline; }
  .diagonal-wrapper.diagonal-home:before,
  .page-template-faq-listing.diagonal-home:before {
    display: none; }
  .diagonal-wrapper .main-article h1, .diagonal-wrapper .main-article h2, .diagonal-wrapper .main-article h3, .diagonal-wrapper .main-article h4, .diagonal-wrapper .main-article h5, .diagonal-wrapper .main-article h6,
  .diagonal-wrapper .child-article h1,
  .diagonal-wrapper .child-article h2,
  .diagonal-wrapper .child-article h3,
  .diagonal-wrapper .child-article h4,
  .diagonal-wrapper .child-article h5,
  .diagonal-wrapper .child-article h6,
  .page-template-faq-listing .main-article h1,
  .page-template-faq-listing .main-article h2,
  .page-template-faq-listing .main-article h3,
  .page-template-faq-listing .main-article h4,
  .page-template-faq-listing .main-article h5,
  .page-template-faq-listing .main-article h6,
  .page-template-faq-listing .child-article h1,
  .page-template-faq-listing .child-article h2,
  .page-template-faq-listing .child-article h3,
  .page-template-faq-listing .child-article h4,
  .page-template-faq-listing .child-article h5,
  .page-template-faq-listing .child-article h6 {
    margin-top: 30px; }
    .diagonal-wrapper .main-article h1:first-child, .diagonal-wrapper .main-article h2:first-child, .diagonal-wrapper .main-article h3:first-child, .diagonal-wrapper .main-article h4:first-child, .diagonal-wrapper .main-article h5:first-child, .diagonal-wrapper .main-article h6:first-child,
    .diagonal-wrapper .child-article h1:first-child,
    .diagonal-wrapper .child-article h2:first-child,
    .diagonal-wrapper .child-article h3:first-child,
    .diagonal-wrapper .child-article h4:first-child,
    .diagonal-wrapper .child-article h5:first-child,
    .diagonal-wrapper .child-article h6:first-child,
    .page-template-faq-listing .main-article h1:first-child,
    .page-template-faq-listing .main-article h2:first-child,
    .page-template-faq-listing .main-article h3:first-child,
    .page-template-faq-listing .main-article h4:first-child,
    .page-template-faq-listing .main-article h5:first-child,
    .page-template-faq-listing .main-article h6:first-child,
    .page-template-faq-listing .child-article h1:first-child,
    .page-template-faq-listing .child-article h2:first-child,
    .page-template-faq-listing .child-article h3:first-child,
    .page-template-faq-listing .child-article h4:first-child,
    .page-template-faq-listing .child-article h5:first-child,
    .page-template-faq-listing .child-article h6:first-child {
      margin-top: 0; }
  .diagonal-wrapper .main-article,
  .page-template-faq-listing .main-article {
    padding-bottom: 20px; }
    .diagonal-wrapper .main-article h1:first-child, .diagonal-wrapper .main-article h1:nth-child(2), .diagonal-wrapper .main-article h2:first-child, .diagonal-wrapper .main-article h2:nth-child(2), .diagonal-wrapper .main-article h3:first-child, .diagonal-wrapper .main-article h3:nth-child(2), .diagonal-wrapper .main-article h4:first-child, .diagonal-wrapper .main-article h4:nth-child(2), .diagonal-wrapper .main-article h5:first-child, .diagonal-wrapper .main-article h5:nth-child(2), .diagonal-wrapper .main-article h6:first-child, .diagonal-wrapper .main-article h6:nth-child(2),
    .page-template-faq-listing .main-article h1:first-child,
    .page-template-faq-listing .main-article h1:nth-child(2),
    .page-template-faq-listing .main-article h2:first-child,
    .page-template-faq-listing .main-article h2:nth-child(2),
    .page-template-faq-listing .main-article h3:first-child,
    .page-template-faq-listing .main-article h3:nth-child(2),
    .page-template-faq-listing .main-article h4:first-child,
    .page-template-faq-listing .main-article h4:nth-child(2),
    .page-template-faq-listing .main-article h5:first-child,
    .page-template-faq-listing .main-article h5:nth-child(2),
    .page-template-faq-listing .main-article h6:first-child,
    .page-template-faq-listing .main-article h6:nth-child(2) {
      margin-top: 0; }
    .diagonal-wrapper .main-article h1 a, .diagonal-wrapper .main-article h2 a, .diagonal-wrapper .main-article h3 a, .diagonal-wrapper .main-article h4 a, .diagonal-wrapper .main-article h5 a, .diagonal-wrapper .main-article h6 a,
    .page-template-faq-listing .main-article h1 a,
    .page-template-faq-listing .main-article h2 a,
    .page-template-faq-listing .main-article h3 a,
    .page-template-faq-listing .main-article h4 a,
    .page-template-faq-listing .main-article h5 a,
    .page-template-faq-listing .main-article h6 a {
      color: inherit !important;
      font-size: inherit !important; }
    .diagonal-wrapper .main-article .intro p,
    .page-template-faq-listing .main-article .intro p {
      padding-top: 20px; }
  .diagonal-wrapper .child-article,
  .page-template-faq-listing .child-article {
    margin-bottom: 40px;
    margin-top: 80px; }
    .diagonal-wrapper .child-article .intro p,
    .page-template-faq-listing .child-article .intro p {
      margin-top: 40px; }

.diagonal-wrapper {
  min-height: 560px; }

.infographic {
  margin: 50px 0; }
  .infographic:nth-child(2) {
    margin: 0 0 50px; }
  .infographic .share-link {
    border: 5px solid #eee;
    display: none;
    position: relative; }
    .infographic .share-link:after {
      background: white;
      background-repeat: repeat-x;
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* IE10 Consumer Preview */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Opera */
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, white));
      /* Webkit (Safari/Chrome 10) */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Webkit (Chrome 11+) */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C Markup, IE10 Release Preview */
      bottom: 0;
      content: '';
      display: block;
      height: 50px;
      position: absolute;
      width: 100%;
      z-index: 10; }
    .infographic .share-link a {
      display: block; }
    .infographic .share-link img {
      margin: 0; }
    .infographic .share-link .icon {
      background: #efefef;
      display: block;
      color: #606060;
      height: 40px;
      position: absolute;
      right: 5px;
      top: 5px;
      width: 40px;
      z-index: 10; }
      .infographic .share-link .icon:before {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        height: 20px;
        width: 20px; }
    .infographic .share-link .title {
      color: #0e1531;
      display: block;
      font-size: 2.4em;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 20px;
      width: 87%; }
      .infographic .share-link .title:after {
        background: #fdc82d;
        content: '';
        display: block;
        height: 5px;
        margin-top: 10px;
        width: 95px; }

#fullcalendar {
  margin-bottom: 20px;
  position: relative; }
  #fullcalendar .table-wrapper {
    overflow: visible; }
    #fullcalendar .table-wrapper:after {
      display: none; }
  #fullcalendar .other-month {
    opacity: 0.3; }

.calendar {
  margin-bottom: 60px;
  padding: 80px 0 !important; }

.event-val {
  display: none; }

.related-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .related-links ul:before, .related-links ul:after {
    content: '';
    display: table; }
  .related-links ul:after {
    clear: both; }

.related-links .link {
  padding: 0; }
  .related-links .link:last-child {
    border-right: 0; }
  .related-links .link a {
    color: #153463;
    display: block;
    height: inherit;
    margin-bottom: 0;
    padding: 15px;
    position: relative; }
    .related-links .link a:before {
      bottom: 0;
      color: #153463;
      content: '\e619';
      display: block;
      font-size: 0.9em;
      height: 16px;
      left: 10px;
      margin: auto;
      position: absolute;
      top: 0;
      width: 16px;
      z-index: 10; }
    .related-links .link a:after {
      transition-property: width;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: width;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      background: #153463;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 0;
      z-index: 0; }
    .related-links .link a span {
      display: block;
      padding-left: 20px;
      position: relative;
      z-index: 10; }

.category-filter {
  margin-top: 40px !important; }
  .category-filter label {
    color: #02293e;
    font: 700 1.5em "Montserrat", sans-serif;
    margin-bottom: 20px; }
  .category-filter .form-group:nth-child(2) {
    float: none; }

.faq-list,
.google-search-list, .watson-search__results, .watson-search__body__results {
  margin-bottom: 120px;
  margin-top: 20px !important;
  position: relative; }
  .faq-list h2,
  .google-search-list h2, .watson-search__results h2, .watson-search__body__results h2 {
    color: #02293e;
    font: 400 2.6em "Montserrat", sans-serif;
    margin-bottom: 0; }
    .faq-list h2:after,
    .google-search-list h2:after, .watson-search__results h2:after, .watson-search__body__results h2:after {
      display: none; }
  .faq-list h3,
  .google-search-list h3, .watson-search__results h3, .watson-search__body__results h3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #02293e;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: normal;
    margin: 0 0 10px;
    position: relative; }
    .faq-list h3:before,
    .google-search-list h3:before, .watson-search__results h3:before, .watson-search__body__results h3:before {
      transition-property: all;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      border-bottom: 2px solid #02293e;
      bottom: -5px;
      content: '';
      position: absolute;
      left: 0;
      width: 0%; }
    .faq-list h3:after,
    .google-search-list h3:after, .watson-search__results h3:after, .watson-search__body__results h3:after {
      display: none; }
    .faq-list h3 .icon,
    .google-search-list h3 .icon, .watson-search__results h3 .icon, .watson-search__body__results h3 .icon {
      margin-left: 10px; }
  .faq-list .s-link,
  .google-search-list .s-link, .watson-search__results .s-link, .watson-search__body__results .s-link {
    font-size: 0.8em;
    padding: 0;
    line-height: 1.2;
    top: -5px;
    color: #035696;
    position: relative;
    text-decoration: none; }
  .faq-list p,
  .google-search-list p, .watson-search__results p, .watson-search__body__results p {
    font-size: 1em;
    margin: 0;
    padding: 15px 0 0; }
  .faq-list ul,
  .google-search-list ul, .watson-search__results ul, .watson-search__body__results ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .faq-list li,
  .google-search-list li, .watson-search__results li, .watson-search__body__results li {
    border-top: 2px solid #fdc82d;
    padding: 20px 0;
    position: relative; }
  .faq-list .none,
  .google-search-list .none, .watson-search__results .none, .watson-search__body__results .none {
    display: none;
    padding: 15px 0; }
    .faq-list .none:after,
    .google-search-list .none:after, .watson-search__results .none:after, .watson-search__body__results .none:after {
      display: none; }

.watson-search__tabs ul, .watson-search__sorter ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px 0; }
  .watson-search__tabs ul:before, .watson-search__sorter ul:before, .watson-search__tabs ul:after, .watson-search__sorter ul:after {
    content: '';
    display: table; }
  .watson-search__tabs ul:after, .watson-search__sorter ul:after {
    clear: both; }
  .watson-search__tabs ul li a, .watson-search__sorter ul li a {
    color: #02293e; }
    .watson-search__tabs ul li a:hover, .watson-search__sorter ul li a:hover, .watson-search__tabs ul li a:focus, .watson-search__sorter ul li a:focus {
      color: #02293e; }
  .watson-search__tabs ul li.active, .watson-search__sorter ul li.active {
    font-weight: bold;
    color: #0e1531;
    border-bottom: 3px solid #0e1531;
    padding-bottom: 7px; }
  .watson-search__tabs ul a, .watson-search__sorter ul a {
    text-decoration: none; }

.inner-search {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  margin-bottom: 10px; }
  .inner-search:before, .inner-search:after {
    content: '';
    display: table; }
  .inner-search:after {
    clear: both; }
  .inner-search input[type="text"] {
    background: white;
    border: 0;
    border-radius: 0;
    float: left;
    font-size: 1.2em !important;
    font-style: italic;
    height: 45px;
    margin-bottom: 0;
    padding: 6px 15px;
    width: calc(100% - 40px); }
  .inner-search #innerSearchBtn.button {
    background: url(../images/icon-search.png) no-repeat center center #0e2b63;
    border: 0;
    border-radius: 0;
    float: left;
    height: 45px;
    position: relative;
    width: 40px;
    z-index: 10; }
    .inner-search #innerSearchBtn.button:hover {
      transition-property: background;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: background;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      background-color: #239fd9; }
  .inner-search .innerSuggest {
    display: none;
    width: 891px;
    background-color: #fff;
    z-index: 1;
    margin-top: 45px;
    position: absolute; }
    .inner-search .innerSuggest .innerSuggestOption {
      display: block;
      text-align: left;
      border-bottom: 1px solid #d5d1cb;
      border-left: 1px solid #d5d1cb;
      border-right: 1px solid #d5d1cb;
      color: #0e2b63;
      margin: 0;
      padding: 6px 15px;
      font-size: 1.5em; }
      .inner-search .innerSuggest .innerSuggestOption.focused, .inner-search .innerSuggest .innerSuggestOption:hover {
        background-color: #0e2b63;
        color: #fff;
        border-left: 1px solid #0e2b63;
        border-right: 1px solid #0e2b63;
        border-bottom: 1px solid #0e2b63;
        cursor: pointer; }
  .inner-search .regex-text {
    font-size: 1.4em;
    color: #cc0000; }

.watson-search .searching-for {
  margin: 0 0 30px 0; }

.watson-search .no-search-text {
  margin: 0 0 30px 0;
  color: red;
  display: none; }

.watson-search .no-search-text {
  margin: 0 0 30px 0;
  color: red;
  display: none; }

.watson-search__tabs li, .watson-search__sorter li {
  display: inline;
  cursor: pointer; }

.watson-search__tabs {
  margin: 0; }
  .watson-search__tabs li {
    float: left;
    padding: 0 20px 10px; }

.watson-search__sorter ul {
  float: right; }
  .watson-search__sorter ul li {
    padding: 0 5px;
    font-size: 18px; }

.watson-search__body {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  margin-bottom: 120px; }
  .watson-search__body:before, .watson-search__body:after {
    content: '';
    display: table; }
  .watson-search__body:after {
    clear: both; }
  .watson-search__body--wrap {
    padding: 0 !important; }
  .watson-search__body__results {
    padding: 0 0 30px 0 !important;
    margin-bottom: 0px;
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out; }
    .watson-search__body__results.waiting:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.8;
      z-index: 2; }
    .watson-search__body__results a {
      text-decoration: none;
      border-bottom: 1px solid #a86905; }
    .watson-search__body__results .no-results {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      display: none; }
      .watson-search__body__results .no-results:before, .watson-search__body__results .no-results:after {
        content: '';
        display: table; }
      .watson-search__body__results .no-results:after {
        clear: both; }
      .watson-search__body__results .no-results p {
        font-size: 1.8em; }
        .watson-search__body__results .no-results p:first-child {
          padding: 0; }
      .watson-search__body__results .no-results ul {
        list-style-type: disc;
        padding-left: 40px; }
      .watson-search__body__results .no-results li {
        border: none;
        padding: 0 0 3px;
        margin: 0;
        font-size: 1.5em; }
      .watson-search__body__results .no-results .trending-searches {
        margin-top: 15px; }
      .watson-search__body__results .no-results .correction, .watson-search__body__results .no-results .trending-searches li span {
        cursor: pointer;
        font-weight: bold; }
        .watson-search__body__results .no-results .correction:hover, .watson-search__body__results .no-results .trending-searches li span:hover {
          text-decoration: underline; }
    .watson-search__body__results__boostlist {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      background-color: #fdc82d;
      color: #0e2b63;
      width: 100%;
      text-align: center;
      margin: 0;
      position: relative; }
      .watson-search__body__results__boostlist:before, .watson-search__body__results__boostlist:after {
        content: '';
        display: table; }
      .watson-search__body__results__boostlist:after {
        clear: both; }
      .watson-search__body__results__boostlist .new-policy-ribbon {
        width: 71px;
        height: 71px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
        .watson-search__body__results__boostlist .new-policy-ribbon span {
          position: absolute;
          top: 13px;
          left: -23px;
          width: 100px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          background-color: #0e2b63;
          color: #fdc82d;
          z-index: 1; }
      .watson-search__body__results__boostlist h3, .watson-search__body__results__boostlist p {
        font-size: 18px; }
      .watson-search__body__results__boostlist h3 {
        margin: 30px 40px 10px; }
      .watson-search__body__results__boostlist p {
        padding: 0 25px;
        margin: 10px 0 10px; }
      .watson-search__body__results__boostlist a {
        display: inline-block;
        text-transform: uppercase;
        border: 1px solid #0e1531;
        color: #0e2b63;
        padding: 10px 20px;
        margin-bottom: 20px; }
        .watson-search__body__results__boostlist a:hover {
          color: #fff;
          background: #0e2b63; }
    .watson-search__body__results .videoResults {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */ }
      .watson-search__body__results .videoResults:before, .watson-search__body__results .videoResults:after {
        content: '';
        display: table; }
      .watson-search__body__results .videoResults:after {
        clear: both; }
      .watson-search__body__results .videoResults img {
        width: 100%;
        height: auto; }
      .watson-search__body__results .videoResults__image, .watson-search__body__results .videoResults__details {
        display: inline-block;
        float: left;
        padding: 0 15px;
        margin: 0;
        display: inline-block;
        max-width: calc(100% / 2); }
    .watson-search__body__results .mapResults {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */ }
      .watson-search__body__results .mapResults:before, .watson-search__body__results .mapResults:after {
        content: '';
        display: table; }
      .watson-search__body__results .mapResults:after {
        clear: both; }
      .watson-search__body__results .mapResults__image {
        text-align: center; }
        .watson-search__body__results .mapResults__image img {
          width: 100%;
          height: 100%;
          max-width: 200px;
          max-height: 200px; }
      .watson-search__body__results .mapResults__details {
        padding: 0; }
        .watson-search__body__results .mapResults__details--title {
          padding: 0;
          margin-bottom: 20px; }
        .watson-search__body__results .mapResults__details--address, .watson-search__body__results .mapResults__details--mrt, .watson-search__body__results .mapResults__details--bus, .watson-search__body__results .mapResults__details--contact {
          zoom: 1;
          /* For IE 6/7 (trigger hasLayout) */
          padding: 0 0 15px 0;
          margin: 0; }
          .watson-search__body__results .mapResults__details--address:before, .watson-search__body__results .mapResults__details--address:after, .watson-search__body__results .mapResults__details--mrt:before, .watson-search__body__results .mapResults__details--mrt:after, .watson-search__body__results .mapResults__details--bus:before, .watson-search__body__results .mapResults__details--bus:after, .watson-search__body__results .mapResults__details--contact:before, .watson-search__body__results .mapResults__details--contact:after {
            content: '';
            display: table; }
          .watson-search__body__results .mapResults__details--address:after, .watson-search__body__results .mapResults__details--mrt:after, .watson-search__body__results .mapResults__details--bus:after, .watson-search__body__results .mapResults__details--contact:after {
            clear: both; }
          .watson-search__body__results .mapResults__details--address .detail-label, .watson-search__body__results .mapResults__details--address .details, .watson-search__body__results .mapResults__details--mrt .detail-label, .watson-search__body__results .mapResults__details--mrt .details, .watson-search__body__results .mapResults__details--bus .detail-label, .watson-search__body__results .mapResults__details--bus .details, .watson-search__body__results .mapResults__details--contact .detail-label, .watson-search__body__results .mapResults__details--contact .details {
            float: left;
            padding: 0;
            margin: 0;
            display: inline-block;
            max-width: calc(100% / 2); }
          .watson-search__body__results .mapResults__details--address .detail-label, .watson-search__body__results .mapResults__details--mrt .detail-label, .watson-search__body__results .mapResults__details--bus .detail-label, .watson-search__body__results .mapResults__details--contact .detail-label {
            font-weight: bold; }
    .watson-search__body__results__pagination {
      text-align: center; }
      .watson-search__body__results__pagination ul {
        zoom: 1;
        /* For IE 6/7 (trigger hasLayout) */
        display: inline-block; }
        .watson-search__body__results__pagination ul:before, .watson-search__body__results__pagination ul:after {
          content: '';
          display: table; }
        .watson-search__body__results__pagination ul:after {
          clear: both; }
        .watson-search__body__results__pagination ul li {
          float: left;
          border: 1px solid #c6c6c6;
          display: inline-block;
          min-width: 30px;
          width: auto;
          height: 30px;
          padding: 2px 5px 5px 5px;
          margin: 0 0 0 -1px;
          position: relative;
          cursor: pointer; }
          .watson-search__body__results__pagination ul li:hover {
            background: #e0e0e0; }
          .watson-search__body__results__pagination ul li:first-child {
            margin: 0; }
          .watson-search__body__results__pagination ul li:last-child {
            border-right: 1px solid #c6c6c6; }
        .watson-search__body__results__pagination ul .active {
          background-color: #c6c6c6; }
  .watson-search__body__moreinfo {
    margin-top: 20px; }
    .watson-search__body__moreinfo .eservices, .watson-search__body__moreinfo .mobileapp, .watson-search__body__moreinfo .trending {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */ }
      .watson-search__body__moreinfo .eservices:before, .watson-search__body__moreinfo .eservices:after, .watson-search__body__moreinfo .mobileapp:before, .watson-search__body__moreinfo .mobileapp:after, .watson-search__body__moreinfo .trending:before, .watson-search__body__moreinfo .trending:after {
        content: '';
        display: table; }
      .watson-search__body__moreinfo .eservices:after, .watson-search__body__moreinfo .mobileapp:after, .watson-search__body__moreinfo .trending:after {
        clear: both; }
    .watson-search__body__moreinfo ul {
      list-style-type: none;
      padding: 0; }
    .watson-search__body__moreinfo .mobileapp__item {
      padding-bottom: 30px;
      text-align: center; }
    .watson-search__body__moreinfo .mobileapp img, .watson-search__body__moreinfo .mobileapp__content--title {
      text-align: center; }
    .watson-search__body__moreinfo .mobileapp img {
      display: block;
      margin: auto;
      width: auto; }
    .watson-search__body__moreinfo .mobileapp__content--links {
      padding: 10px;
      text-align: center;
      background: #fdc82d; }
      .watson-search__body__moreinfo .mobileapp__content--links p {
        font-weight: bold; }
      .watson-search__body__moreinfo .mobileapp__content--links a {
        text-decoration: none;
        font-size: 2.5em;
        color: #02293e; }
        .watson-search__body__moreinfo .mobileapp__content--links a:hover {
          color: #fff; }
        .watson-search__body__moreinfo .mobileapp__content--links a:last-child:after {
          content: '';
          padding: 0; }
      .watson-search__body__moreinfo .mobileapp__content--links ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
      .watson-search__body__moreinfo .mobileapp__content--links li {
        display: inline-block;
        font-size: 1em; }
        .watson-search__body__moreinfo .mobileapp__content--links li:first-child:after {
          content: '|';
          font-size: 1.5em;
          padding: 0 8px;
          position: relative;
          top: -4px; }

.faq-list p {
  padding-left: 0; }

.faq-list li {
  display: none;
  margin-bottom: 0;
  padding-right: 35px; }

.faq-list .description-wrapper {
  display: none; }
  .faq-list .description-wrapper.page-template-faq-listing {
    background: none; }
    .faq-list .description-wrapper.page-template-faq-listing:before, .faq-list .description-wrapper.page-template-faq-listing:after {
      display: none; }
    .faq-list .description-wrapper.page-template-faq-listing table th, .faq-list .description-wrapper.page-template-faq-listing table td {
      min-width: 25%;
      font-size: 0.56em; }
  .faq-list .description-wrapper table td, .faq-list .description-wrapper table th {
    font-size: 1em; }
  .faq-list .description-wrapper ul {
    list-style-type: disc;
    padding: 0 0 0 20px; }
  .faq-list .description-wrapper li {
    color: #000000;
    border-bottom: 0;
    font-size: 1em;
    margin-bottom: 10px;
    padding: 0; }
  .faq-list .description-wrapper p {
    margin-bottom: 10px; }

.faq-list iframe {
  height: 0;
  width: 100%; }

.btn-toggle {
  background: #02293e;
  border: 0;
  border-radius: 50%;
  display: block;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 20px;
  width: 24px; }
  .btn-toggle:before, .btn-toggle:after {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: all;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    content: "";
    display: block;
    height: 2px;
    width: 12px; }
  .btn-toggle:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .btn-toggle.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .btn-toggle.active:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

.google-search-list {
  border-top: 0;
  margin-top: 0; }
  .google-search-list:before {
    display: none; }
  .google-search-list .no-results {
    padding: 15px 15px 15px 0; }
    .google-search-list .no-results:after {
      display: none; }

.legend {
  background: #0e1731;
  border-radius: 4px;
  overflow: hidden; }
  .legend .header-bar {
    background: #16244c;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 16px;
    position: relative; }
    .legend .header-bar h2 {
      color: #ffffff;
      font-size: 1.6em;
      margin: 0; }
      .legend .header-bar h2:after {
        display: none; }
    .legend .header-bar button {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      background: #048cd5;
      border: 0;
      border-radius: 50%;
      display: none;
      height: 20px;
      left: auto;
      right: 20px;
      width: 20px; }
      .legend .header-bar button:before, .legend .header-bar button:after {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition-property: transform;
        transition-duration: 0.75s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        /* Safari */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: transform;
        -webkit-transition-duration: 0.75s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        background: #c2c2c2;
        content: "";
        display: block;
        height: 2px;
        width: 10px; }
      .legend .header-bar button.inactive:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .legend .header-bar button.inactive:after {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg); }
  .legend .wrapper {
    padding: 20px; }
  .legend .pill {
    margin-bottom: 15px; }
    .legend .pill:last-child {
      margin-bottom: 0; }
    .legend .pill:before {
      display: inline-block;
      *display: inline;
      zoom: 1;
      background: #b2b2b2;
      border: 1px solid #f8f9f9;
      border-radius: 50%;
      content: "";
      margin-bottom: 5px;
      margin-right: 10px;
      height: 16px;
      width: 16px; }
    .legend .pill:last-child {
      margin-bottom: 0; }
    .legend .pill.today:before {
      background: #0f1831; }
    .legend .pill.holiday:before {
      background: #caccd0; }
    .legend .pill.bmt:before {
      background: #ff6600; }
    .legend .pill.ptp:before {
      background: #ffca00; }
    .legend .pill.bp:before {
      background: #009933; }
    .legend .pill.pesc:before {
      background: #239fd9; }
    .legend .pill.pese:before {
      background: #71c602; }
    .legend .pill ul {
      padding: 0 0 0 20px; }
      .legend .pill ul li {
        color: #ffffff;
        font-size: 1.3em;
        margin-bottom: 5px; }
    .legend .pill span {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #ffffff;
      font-size: 1.5em;
      margin-top: 0;
      vertical-align: top; }

.disclaimer p {
  font-size: 1.8em;
  margin-bottom: 10px; }

.uniforms h2 {
  font: 900 5.6em "Montserrat", sans-serif;
  opacity: 0.2;
  position: relative;
  width: 405px; }
  .uniforms h2:after {
    display: none; }

.uniforms .uniforms-canvas {
  height: 475px;
  position: relative; }

.uniforms .soldier {
  background: none;
  border: 0;
  left: 50%;
  position: absolute;
  top: -70px;
  z-index: 5; }

.uniforms .navigation {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 6; }
  .uniforms .navigation h3 {
    color: #fdc82d;
    font: 400 1.6em "Montserrat", sans-serif;
    display: none; }
    .uniforms .navigation h3:after {
      display: none; }
  .uniforms .navigation ul {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 0 -15px; }
    .uniforms .navigation ul:before, .uniforms .navigation ul:after {
      content: '';
      display: table; }
    .uniforms .navigation ul:after {
      clear: both; }
    .uniforms .navigation ul li {
      float: left;
      padding: 0 15px;
      width: 16.6667%; }
    .uniforms .navigation ul button {
      background: none;
      border: 0;
      border-top: 3px solid #fdc82d;
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      line-height: 1.25;
      overflow: hidden;
      padding: 15px 0;
      position: relative;
      text-align: left;
      width: 100%; }
    .uniforms .navigation ul span {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 0.833em;
      vertical-align: top;
      width: 60%; }
    .uniforms .navigation ul .icon {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #fdc82d;
      font-size: 2em;
      margin-right: 10px;
      vertical-align: top;
      width: 40px; }

.uniforms .detail {
  height: 370px;
  left: 0;
  margin: auto;
  max-width: 650px;
  position: absolute;
  right: 0;
  top: -10px;
  width: 100%; }
  .uniforms .detail h3 {
    color: #fdc82d;
    font-size: 2.6em; }
    .uniforms .detail h3:after {
      display: none; }
  .uniforms .detail .svg-wrapper {
    left: 0;
    position: relative;
    top: 0;
    z-index: 10; }
    .uniforms .detail .svg-wrapper .pointer {
      height: 28px;
      left: 0;
      position: absolute;
      top: 0;
      width: 150px;
      z-index: 10; }
  .uniforms .detail .feature,
  .uniforms .detail .desc {
    padding: 0; }
  .uniforms .detail .feature {
    visibility: hidden;
    position: relative;
    top: 150px; }
  .uniforms .detail .desc h3,
  .uniforms .detail .desc .scroll-wrap {
    margin-top: 0;
    position: relative;
    top: 150px;
    visibility: hidden; }

.uniforms .svg-wrapper.helmet .pointer {
  left: -70px;
  top: 70px; }

.uniforms .svg-wrapper.rifle .pointer {
  left: -80px;
  top: 160px; }

.uniforms .svg-wrapper.boots .pointer {
  left: -87px;
  top: 285px; }

.uniforms .svg-wrapper.boots .scroll-wrap {
  height: 150px; }

.uniforms .svg-wrapper.uniform .pointer {
  left: -45px;
  top: 135px; }

.uniforms .svg-wrapper.uniform .scroll-wrap {
  height: 190px; }

.uniforms .svg-wrapper.ibv .pointer {
  left: -70px;
  top: 125px; }

.uniforms .svg-wrapper.ibv .scroll-wrap {
  height: 138px; }

.uniforms .svg-wrapper.field-pack .pointer {
  left: -40px;
  top: 105px; }

.uniforms .svg-wrapper.field-pack .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.scdfhelmet .pointer {
  left: -68px;
  top: 83px; }

.uniforms .svg-wrapper.scdfhelmet .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.scdfmask .pointer {
  left: -60px;
  top: 113px; }

.uniforms .svg-wrapper.scdfmask .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.scdfhood .pointer {
  left: -66px;
  top: 91px; }

.uniforms .svg-wrapper.scdfhood .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.scdfuniform .pointer {
  left: -44px;
  top: 142px; }

.uniforms .svg-wrapper.scdfuniform .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.scdfgloves .pointer {
  left: -29px;
  top: 231px; }

.uniforms .svg-wrapper.scdfgloves .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.scdfboots .pointer {
  left: -88px;
  top: 318px; }

.uniforms .svg-wrapper.scdfboots .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.pnsfrevolver .pointer {
  left: -95px;
  top: 174px; }

.uniforms .svg-wrapper.pnsfrevolver .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.pnsfammo .pointer {
  left: -85px;
  top: 185px; }

.uniforms .svg-wrapper.pnsfammo .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.pnsfbaton .pointer {
  left: -40px;
  top: 170px; }

.uniforms .svg-wrapper.pnsfbaton .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.pnsfcuffs .pointer {
  left: -40px;
  top: 170px; }

.uniforms .svg-wrapper.pnsfcuffs .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.pnsfradio .pointer {
  left: -45px;
  top: 122px; }

.uniforms .svg-wrapper.pnsfradio .scroll-wrap {
  height: 170px; }

.uniforms .svg-wrapper.pnsfcam .pointer {
  left: -76px;
  top: 140px; }

.uniforms .svg-wrapper.pnsfcam .scroll-wrap {
  height: 170px; }

.uniforms .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .uniforms .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  right: -20px; }

.uniforms .mCS-minimal-dark.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.uniforms .mCS-minimal-dark.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.5); }

.uniforms .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.2); }

.useful-items h2 {
  color: #02293e;
  font-size: 2.8em;
  text-align: center; }
  .useful-items h2:after {
    display: none; }

.useful-items .bottom .btn-toggle {
  bottom: -30px; }

.useful-items .bottom44 .btn-toggle {
  bottom: 160px; }

.useful-items .bottom33 .btn-toggle {
  bottom: 45px; }

.useful-items .c-bottom-1 .btn-toggle {
  bottom: -30px; }

.useful-items .c-top-1 {
  margin-top: 10px; }

.useful-items .c-top-2 {
  margin-top: 28px; }

.useful-items .btn-toggle {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(2, 41, 62, 0.7);
  border: 1px solid #ffffff;
  bottom: -10px;
  left: 0;
  height: 30px;
  margin: auto;
  top: auto;
  width: 30px;
  z-index: 10; }
  .useful-items .btn-toggle:hover {
    background: rgba(0, 124, 178, 0.7);
    height: 40px;
    width: 40px; }

.useful-items .item img {
  margin-bottom: 0;
  position: relative; }

.google-map {
  height: 390px;
  width: 100%; }
  .google-map * {
    font-size: 1em !important; }
  .google-map label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 3px;
    padding-left: 0;
    vertical-align: top !important; }

.ranks-stage {
  position: relative; }

.rank-detail {
  background: none;
  height: 100%;
  margin: auto;
  position: relative;
  width: 100%; }
  .rank-detail h3, .rank-detail p {
    color: #ffffff;
    font-size: 2.6em;
    margin: 0;
    padding: 0; }
    .rank-detail h3:after, .rank-detail p:after {
      display: none; }
  .rank-detail .fancybox-skin {
    background: none;
    box-shadow: 0 0 0 transparent; }
  .rank-detail .content {
    -webkit-transform: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transition: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    max-width: 470px;
    position: fixed;
    right: 0;
    width: 100%; }
    .rank-detail .content .rank {
      padding: 0; }
  .rank-detail .desc-wrap {
    border-bottom: 3px solid #fdc82d;
    border-top: 3px solid #fdc82d;
    margin-top: 80px;
    margin-bottom: 15px;
    padding: 10px 0; }
  .rank-detail .btn {
    background: none;
    font-size: 1.5em;
    padding: 0;
    text-align: right;
    float: right;
    margin-top: 20px;
    width: auto; }
    .rank-detail .btn:before {
      display: none; }
    .rank-detail .btn span,
    .rank-detail .btn .icon {
      color: #fdc82d; }
  .rank-detail .disclaimer {
    font-size: 1.6em; }

.ranks-canvas {
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10; }
  .ranks-canvas button {
    background: none;
    border: 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    vertical-align: bottom; }
    .ranks-canvas button h3 {
      color: inherit;
      font-size: 3.2em;
      font-weight: 600;
      line-height: 0; }
      .ranks-canvas button h3:after {
        display: none; }
  .ranks-canvas .breadcrumbs {
    color: #fdc82d;
    font: 700 1.6em "Montserrat", sans-serif;
    margin: 20px 20px 0; }
  .ranks-canvas .btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    text-decoration: none; }
    .ranks-canvas .btn:last-child {
      margin-bottom: 0 !important; }
  .ranks-canvas .wrap {
    display: block !important;
    margin: 0; }
  .ranks-canvas .slide-container {
    height: 100%;
    position: relative; }
  .ranks-canvas .slide {
    height: inherit;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%; }
    .ranks-canvas .slide h2 {
      color: #ffffff;
      font-size: 4.0em;
      font-weight: 700;
      margin-bottom: 30px;
      margin-top: 0;
      text-align: center; }
      .ranks-canvas .slide h2:after {
        display: none; }
    .ranks-canvas .slide p {
      color: #ffffff !important;
      font-size: 1.8em;
      line-height: 1.5; }
    .ranks-canvas .slide a {
      text-decoration: none; }
    .ranks-canvas .slide:first-child {
      text-align: left; }
      .ranks-canvas .slide:first-child .btn {
        display: inline-block;
        *display: inline;
        zoom: 1; }
    .ranks-canvas .slide .content {
      left: 0;
      margin: auto;
      padding: 20px;
      width: 100%; }
  .ranks-canvas .navigation {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20; }
    .ranks-canvas .navigation:before, .ranks-canvas .navigation:after {
      content: '';
      display: table; }
    .ranks-canvas .navigation:after {
      clear: both; }
    .ranks-canvas .navigation.active {
      height: 50px; }
    .ranks-canvas .navigation button {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 3.2em;
      font-weight: 700;
      height: 345px;
      margin-bottom: 0;
      position: relative; }
      .ranks-canvas .navigation button .border {
        background: #fdc82d;
        bottom: 0;
        content: '';
        display: block;
        height: 6px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 0; }
      .ranks-canvas .navigation button .text {
        color: #fdc82d;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%; }
      .ranks-canvas .navigation button .image-wrap {
        height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%; }
        .ranks-canvas .navigation button .image-wrap img {
          left: 0;
          margin: 0 auto;
          position: absolute;
          right: 0;
          top: 0; }
        .ranks-canvas .navigation button .image-wrap .heads {
          position: relative;
          top: 100px;
          visibility: hidden; }
      .ranks-canvas .navigation button .glow {
        bottom: auto;
        opacity: 0;
        top: 8px;
        z-index: -1; }
        .ranks-canvas .navigation button .glow img {
          margin: auto; }
  .ranks-canvas .division,
  .ranks-canvas .saf-divisions {
    height: 100%;
    position: relative;
    visibility: hidden; }
  .ranks-canvas .saf-divisions,
  .ranks-canvas .ranks {
    visibility: hidden; }
  .ranks-canvas .saf-divisions {
    position: relative;
    top: 170px;
    width: 100%;
    z-index: 10; }
    .ranks-canvas .saf-divisions h3 {
      margin-top: 20px; }
  .ranks-canvas .division {
    top: 250px; }
    .ranks-canvas .division .content {
      padding: 0 20px; }
  .ranks-canvas .image-wrapper {
    display: block;
    height: 200px;
    margin: 0 auto 15px;
    width: 250px; }
  .ranks-canvas .ranks {
    color: #ffffff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 170px;
    width: 100%;
    z-index: 5; }
    .ranks-canvas .ranks a {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -o-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      color: #ffffff;
      float: left;
      margin: 0 0 15px;
      min-height: 140px;
      padding: 0 15px;
      position: relative;
      text-align: center;
      text-decoration: none;
      vertical-align: top;
      width: 25%; }
      .ranks-canvas .ranks a img {
        margin: auto;
        margin-bottom: 5px; }
      .ranks-canvas .ranks a span {
        display: block; }
      .ranks-canvas .ranks a .title {
        color: #fdc82d;
        font-size: 0.833em; }
      .ranks-canvas .ranks a .abbr {
        font: 700 0.667em "Montserrat", sans-serif; }
        .ranks-canvas .ranks a .abbr.move {
          -webkit-transform: translate(0, -50%);
          -moz-transition: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transition: translate(0, -50%);
          transform: translate(0, -50%);
          position: absolute;
          top: 50%;
          left: 0;
          padding: 0 10px; }
    .ranks-canvas .ranks .row {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */ }
      .ranks-canvas .ranks .row:before, .ranks-canvas .ranks .row:after {
        content: '';
        display: table; }
      .ranks-canvas .ranks .row:after {
        clear: both; }
    .ranks-canvas .ranks .content {
      padding-top: 20px; }
    .ranks-canvas .ranks .label {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 2.4em;
      font-weight: 400;
      padding-top: 10px;
      vertical-align: top; }
    .ranks-canvas .ranks .rank {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 8px;
      vertical-align: top; }
    .ranks-canvas .ranks .elem {
      opacity: 0;
      position: relative;
      top: 100px; }

.accordion {
  margin-bottom: 6px; }
  .accordion:last-child {
    margin-bottom: 40px; }
  .accordion h1:after, .accordion h2:after, .accordion h3:after, .accordion h4:after, .accordion h5:after, .accordion h6:after {
    display: none; }
  .accordion.expandable {
    cursor: pointer; }
  .accordion .accordion-btn {
    right: 25px; }
  .accordion .accordion-title {
    padding: 20px 70px 20px 25px;
    position: relative; }
    .accordion .accordion-title h3 {
      margin: 0;
      font-size: 2em; }
  .accordion .accordion-content {
    overflow: hidden;
    padding: 30px;
    width: 100%; }
    .accordion .accordion-content p {
      padding-top: 0 !important; }

.accordion-yellow .accordion-btn:before, .accordion-yellow .accordion-btn:after {
  background: #fdc82d; }

.accordion-yellow .accordion-title {
  background: #fdc82d; }

.accordion-yellow .accordion-content {
  background: #f5ecd7; }

.accordion-blue .accordion-btn:before, .accordion-blue .accordion-btn:after {
  background: #ffffff; }

.accordion-blue .accordion-title {
  background: #0060a0; }
  .accordion-blue .accordion-title h3 {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 400; }

.accordion-blue .btn-toggle {
  background: none;
  border-radius: 0; }

.accordion-blue .accordion-content {
  background: none; }

.video-widget .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  .video-widget .video-container iframe,
  .video-widget .video-container object,
  .video-widget .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-widget p {
  color: #ffffff;
  font: 400 1.9em/1.5 "Montserrat", sans-serif; }

/* =======================================================================
00 Feedback
========================================================================== */
fieldset {
  margin-top: 20px;
  padding-top: 20px;
  position: relative; }
  fieldset legend {
    color: #02293e;
    font: 700 2em "Montserrat", sans-serif;
    margin-bottom: 10px;
    margin-top: 20px; }
    fieldset legend:before {
      background: #999999;
      content: '';
      display: block;
      height: 1px;
      margin: auto;
      position: absolute;
      top: -10px;
      width: 100%; }

.feedback {
  margin-bottom: 120px; }
  .feedback input[type="text"],
  .feedback input[type="number"],
  .feedback input[type="password"],
  .feedback input[type="email"],
  .feedback textarea {
    padding: 10px 20px; }
  .feedback .google-map-wrap {
    color: #ffffff;
    position: relative; }
    .feedback .google-map-wrap h2 {
      color: inherit;
      font-size: 1.8em;
      margin-bottom: 10px; }
      .feedback .google-map-wrap h2:after {
        display: none; }
    .feedback .google-map-wrap p {
      color: inherit;
      margin-bottom: 0; }
    .feedback .google-map-wrap a {
      color: #fdc82d;
      display: block;
      margin-bottom: 30px; }
  .feedback .google-map-info {
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    position: absolute;
    padding: 30px;
    top: 0;
    width: 290px;
    z-index: 1; }
  .feedback .note {
    line-height: 1; }
    .feedback .note p {
      margin-bottom: 0; }
    .feedback .note .title {
      color: #cc3300;
      font-size: 2em;
      margin-bottom: 5px;
      position: relative; }
      .feedback .note .title:after {
        display: none; }
  .feedback .accordion-title {
    padding-left: 70px; }
    .feedback .accordion-title .icon {
      font-size: 2em;
      left: 15px;
      position: absolute;
      top: 10px; }
  .feedback .material-select-wrapper {
    margin-bottom: 10px; }
  .feedback .character-count {
    font-size: 1.5em; }
    .feedback .character-count input[type="text"] {
      font-size: 1em !important;
      margin: 10px 0 5px 5px;
      width: 80px; }
  .feedback .btn {
    font-size: 1.200em;
    font-weight: 700;
    margin-top: 10px;
    max-width: none;
    width: 100%; }
  .feedback .g-recaptcha {
    margin-bottom: 15px;
    margin-top: 10px; }

.hidden-images {
  z-index: -99999999;
  height: 0;
  width: 0; }

.history-container .twos {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .history-container .twos h2:after {
    display: none; }
  .history-container .twos:before, .history-container .twos:after {
    content: '';
    display: table; }
  .history-container .twos:after {
    clear: both; }
  .history-container .twos .popup-html {
    display: none; }

.history-container h2 {
  color: #02293e;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.history-container .hist-item {
  border-bottom: 5px solid #fdc82d;
  position: relative;
  cursor: pointer; }
  .history-container .hist-item:after {
    background: rgba(0, 0, 0, 0.9);
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    /* IE10 Consumer Preview */
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    /* Opera */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.9)));
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    /* Webkit (Chrome 11+) */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C Markup, IE10 Release Preview */
    display: block;
    content: '';
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px; }

.history-container .yr {
  position: absolute;
  color: #fdc82d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  z-index: 999; }

/* =======================================================================
07 Footer
========================================================================== */
.footer {
  position: relative;
  z-index: 10; }
  .footer nav {
    background: #131f50;
    background: -moz-linear-gradient(45deg, #131f50 0%, #01509d 75%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #131f50), color-stop(75%, #01509d));
    background: -webkit-linear-gradient(45deg, #131f50 0%, #01509d 75%);
    background: -o-linear-gradient(45deg, #131f50 0%, #01509d 75%);
    background: -ms-linear-gradient(45deg, #131f50 0%, #01509d 75%);
    background: linear-gradient(45deg, #131f50 0%, #01509d 75%);
    position: relative;
    z-index: 0; }
    .footer nav:before {
      -webkit-backface-visibility: hidden;
      -webkit-transform: perspective(1px) skewX(0) skewY(-4deg);
      -moz-transform: perspective(1px) skewX(0) skewY(-4deg);
      -ms-transform: skewX(0) skewY(-4deg);
      transform: perspective(1px) skewX(0) skewY(-4deg);
      outline: 1px solid transparent;
      background: #131f50;
      background: -moz-linear-gradient(45deg, #131f50 0%, #01509d 70%);
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #131f50), color-stop(70%, #01509d));
      background: -webkit-linear-gradient(45deg, #131f50 0%, #01509d 70%);
      background: -o-linear-gradient(45deg, #131f50 0%, #01509d 70%);
      background: -ms-linear-gradient(45deg, #131f50 0%, #01509d 70%);
      background: linear-gradient(45deg, #131f50 0%, #01509d 70%);
      content: "";
      display: block;
      margin: -1px auto 0;
      height: 150%;
      left: 0;
      position: absolute;
      top: -61px;
      width: 100%;
      z-index: 0; }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 30px; }
    .footer ul ul {
      padding: 0; }
    .footer ul li {
      line-height: 0;
      margin: 0 0 10px; }
  .footer a {
    color: #394253;
    font-size: 0.667em;
    line-height: normal;
    margin: 0; }
  .footer .foot-lvl1 > li > a {
    color: #fdc82d;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block; }
  .footer .foot-lvl1 a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif; }
  .footer .foot-special {
    margin-top: 25px; }
    .footer .foot-special a {
      color: #ffffff;
      font-family: 'Montserrat', sans-serif; }
  .footer .loner {
    margin-bottom: 30px; }
  .footer .copyright .wrap a {
    font-size: 0.7em; }
  .footer .copyright .container > .wrap > .col-3 a {
    font-size: 1.2em; }

.info-print-img {
  display: none !important; }

.social-media h2 {
  color: #fdc82d;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin: 2px 0 10px;
  text-transform: uppercase; }
  .social-media h2:after {
    display: none; }

.social-media ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .social-media ul li {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .social-media ul li a {
      background: #ffffff;
      color: #239fd9;
      border-radius: 50%;
      display: block;
      font-size: 1.5em;
      height: 44px;
      margin-right: 10px;
      padding: 7px;
      text-align: center;
      width: 44px; }
    .social-media ul li .icon-everysingaporeson {
      border-radius: 10px;
      font-size: 2em;
      line-height: 0.8;
      position: relative;
      top: 5px;
      width: 85px; }

.copyright {
  background: #0e1531;
  padding: 20px 0;
  position: relative;
  z-index: 1; }
  .copyright ul {
    display: block !important;
    margin-bottom: 14px; }
    .copyright ul li {
      color: #a8afb3;
      font-size: 1.2em;
      line-height: 1.25;
      margin-bottom: 0; }
      .copyright ul li a {
        color: #a8afb3;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.833em;
        margin-bottom: 0;
        text-transform: uppercase; }
  .copyright p {
    color: #fdc82d;
    font: 700 1.2em "Montserrat", sans-serif; }
  .copyright .last-update {
    margin-bottom: 0;
    text-align: right; }
    .copyright .last-update p {
      margin-bottom: 0; }

.infographic.shareable {
  position: relative;
  margin-top: 25px; }
  .infographic.shareable .addthis_toolbox {
    position: relative;
    bottom: -40px; }
  .infographic.shareable.special .addthis_toolbox {
    bottom: 0; }
  .infographic.shareable .at-icon-wrapper {
    position: relative; }
    .infographic.shareable .at-icon-wrapper .at-icon {
      position: absolute;
      top: 0;
      left: 0; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 9999; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.cd-top {
  position: fixed;
  display: block;
  z-index: 99999;
  right: 0;
  bottom: 88px;
  visibility: hidden;
  opacity: 0;
  color: #0e1531;
  width: 40px;
  height: 38px;
  text-align: center;
  background-color: transparent; }
  .cd-top:hover.cd-fade-out {
    opacity: 1; }
  .cd-top .icon {
    font-size: 26px;
    color: #0e1531;
    position: relative;
    right: 0;
    background-color: #fdc82d;
    width: 38px;
    height: 38px;
    display: block; }
    .cd-top .icon:before {
      top: 6px;
      position: relative; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .8; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }

.lt-ie10 .bigfoot-footnote__tooltip {
  display: none; }

.footnotes .footnote {
  display: none; }

/* =======================================================================
08 Components
========================================================================== */
#primary-nav {
  position: absolute;
  top: 45px;
  visibility: hidden;
  z-index: 999; }
  #primary-nav > .nav {
    height: 100%;
    overflow-y: auto;
    position: relative;
    width: 250px; }
  #primary-nav h1 {
    font-size: 1.4em;
    float: left;
    margin-left: 15px;
    padding: 5px 0; }
    #primary-nav h1 a {
      color: #ffffff; }
  #primary-nav ul {
    float: right;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0; }
    #primary-nav ul > li {
      opacity: 0;
      top: 40px; }
    #primary-nav ul li {
      float: left;
      margin-bottom: 0; }
    #primary-nav ul a {
      color: #ffffff;
      display: block;
      font-size: 0.778em;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      margin-bottom: 0;
      overflow: hidden;
      padding: 10px;
      position: relative; }
      #primary-nav ul a span {
        position: relative;
        z-index: 5; }
  #primary-nav .container {
    float: none;
    padding: 45px 10px 0; }
  #primary-nav .wrap {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    background: #153463;
    float: left;
    height: 45px;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; }
    #primary-nav .wrap:before, #primary-nav .wrap:after {
      content: '';
      display: table; }
    #primary-nav .wrap:after {
      clear: both; }
  #primary-nav .lvl1 {
    clear: both;
    float: none;
    list-style: none;
    padding: 0;
    position: relative;
    top: 0; }
    #primary-nav .lvl1 li {
      background: #064287;
      border-top: 1px solid #153463;
      float: none;
      position: relative; }
    #primary-nav .lvl1 a {
      padding: 17px 20px; }
  #primary-nav .lvl2 {
    background: #0c1e39;
    display: none;
    float: none;
    margin: 0; }
    #primary-nav .lvl2 li {
      background: none;
      border-top: 1px solid #03080f; }
    #primary-nav .lvl2 a {
      border-bottom: 0;
      padding: 15px 30px; }
      #primary-nav .lvl2 a:after {
        background: url(../images/svg/arrow-right-yellow.svg) no-repeat;
        content: "";
        color: #fdc82d;
        height: 20px;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10px; }
  #primary-nav .icon-notification {
    font-size: 1.3em; }
  #primary-nav .search-bar {
    padding: 10px 12px; }
    #primary-nav .search-bar input[type="text"] {
      font-size: 0.65em !important;
      width: 180px; }
  #primary-nav .autoSuggest {
    display: none;
    width: 180px;
    position: absolute;
    top: calc(100% - 10px);
    background-color: #fff;
    z-index: 1; }
    #primary-nav .autoSuggest .suggestOption {
      display: block;
      text-align: left;
      border-bottom: 1px solid #d5d1cb;
      border-left: 1px solid #d5d1cb;
      border-right: 1px solid #d5d1cb;
      color: #0e2b63;
      margin: 0;
      padding: 6px 15px;
      font-size: 0.7em; }
      #primary-nav .autoSuggest .suggestOption:hover {
        background-color: #0e2b63;
        color: #fff;
        border-left: 1px solid #0e2b63;
        border-right: 1px solid #0e2b63;
        border-bottom: 1px solid #0e2b63;
        cursor: pointer; }

.sub-nav {
  background: none;
  border: 0;
  color: #ffffff;
  display: block;
  height: 47px;
  padding: 20px 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5; }
  .sub-nav.icon-toggle:before, .sub-nav.icon-toggle:after {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #fdc82d;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    position: absolute;
    margin: auto;
    top: 0;
    width: 13px; }
  .sub-nav.icon-toggle:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .sub-nav.icon-toggle.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .sub-nav.icon-toggle.active:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

.menu {
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background: none;
  border: 0;
  height: 45px;
  padding: 8px;
  width: 45px; }
  .menu .line {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    display: block;
    height: 2px;
    margin: 2px auto;
    position: relative;
    top: 0;
    width: 15px; }
  .menu.bottom {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #153463;
    bottom: 15px;
    position: fixed;
    right: 15px;
    z-index: 1; }
    .menu.bottom .line {
      background: #153463; }
  .menu.active {
    background: #064287; }

.mobile-nav {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #153463;
  bottom: 59px;
  display: none;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 15px;
  z-index: 10; }
  .mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0; }
    .mobile-nav ul > li {
      opacity: 0;
      bottom: -20px; }
    .mobile-nav ul li {
      position: relative; }
  .mobile-nav a {
    color: #ffffff;
    display: block;
    margin-bottom: 0; }
  .mobile-nav .lvl1 {
    background: #064287;
    width: 250px; }
    .mobile-nav .lvl1 li {
      border-top: 1px solid #03080f; }
      .mobile-nav .lvl1 li:first-child {
        border-top: 0; }
    .mobile-nav .lvl1 a {
      padding: 10px 50px 10px 20px; }
  .mobile-nav .lvl2 {
    background: #0a3952;
    display: none; }
    .mobile-nav .lvl2 li {
      border-top: 1px solid #03080f; }
      .mobile-nav .lvl2 li:first-child {
        border-top: 0; }
    .mobile-nav .lvl2 a {
      padding: 10px 50px 10px 30px; }

.bigfoot-footnote__button {
  position: relative;
  z-index: 5;
  top: -0.1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding: 0.35em;
  margin: 0 0.1em 0 0.2em;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  background-color: transparent;
  backface-visibility: hidden;
  font-size: 1rem;
  line-height: 0;
  vertical-align: middle;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  width: 8px;
  padding: 0px;
  transition-property: background-color;
  transition-duration: 0.25s; }
  .bigfoot-footnote__button:hover, .bigfoot-footnote__button:focus {
    outline: none;
    color: #a86905; }
  .bigfoot-footnote__button:active {
    color: #a86905; }
  .bigfoot-footnote__button.is-active {
    color: #a86905;
    transition-delay: 0.1s; }
  .bigfoot-footnote__button:after {
    content: '';
    display: table;
    clear: both; }

.bigfoot-footnote__button__circle {
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.25em;
  float: left; }
  .bigfoot-footnote__button__circle:last-child {
    margin-right: 0; }

.bigfoot-footnote__container {
  display: inline-block;
  position: relative;
  text-indent: 0; }

@media not print {
  .footnote-print-only {
    display: none !important; } }

@media print {
  .bigfoot-footnote,
  .bigfoot-footnote__button {
    display: none !important; } }

.bigfoot-footnote {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: 90%;
  margin: 1.969239em 0;
  background: #fafafa;
  opacity: 0;
  border-radius: 0.5em;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  line-height: 0;
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transform: scale(0.1) translateZ(0);
  transform-origin: 50% 0; }
  .bigfoot-footnote.is-positioned-top {
    top: auto;
    bottom: 0; }
  .bigfoot-footnote.is-active {
    transform: scale(1) translateZ(0);
    opacity: 0.97; }
  .bigfoot-footnote.is-bottom-fixed {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    transform: translateY(100%);
    width: 100%;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    border-width: 1px 0 0;
    transition: transform 0.3s ease; }
    .bigfoot-footnote.is-bottom-fixed.is-active {
      transform: translateY(0); }
    .bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper {
      margin: 0 0 0 50%;
      transform: translateX(-50%);
      max-width: 100%; }
    .bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper,
    .bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__content {
      border-radius: 0; }
    .bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__tooltip {
      display: none; }
  .bigfoot-footnote.is-scrollable:after {
    content: '';
    position: absolute;
    bottom: 0.3375em;
    left: 0.3375em;
    z-index: 14;
    display: block;
    height: 0.78125em;
    width: 0.625em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTIgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4iPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgICAgICA8cGF0aCBkPSJNNSwwIEw1LDExLjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsNy41IEw1LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjUsNy41IEw5LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
    background-size: cover;
    opacity: 0.1;
    transition-properties: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease; }
  .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before, .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 12;
    left: 0; }
  .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before {
    top: -1px;
    height: 1.1em;
    border-radius: 0.5em 0.5em 0 0;
    background-image: linear-gradient(to bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%); }
  .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
    bottom: -1px;
    height: 1.2em;
    border-radius: 0 0 0.5em 0.5em;
    background-image: linear-gradient(to top, #fafafa 50%, rgba(250, 250, 250, 0) 100%); }
  .bigfoot-footnote.is-scrollable ::-webkit-scrollbar {
    display: none; }
  .bigfoot-footnote.is-fully-scrolled:after, .bigfoot-footnote.is-fully-scrolled:before {
    opacity: 0;
    transition-delay: 0; }

.bigfoot-footnote__wrapper {
  position: relative;
  z-index: 14;
  width: 22em;
  display: inline-block;
  box-sizing: inherit;
  overflow: hidden;
  margin: 0;
  background-color: #fafafa;
  border-radius: 0.5em;
  line-height: 0; }

.bigfoot-footnote__content {
  position: relative;
  z-index: 8;
  display: inline-block;
  max-height: 15em;
  padding: 1.1em 1.3em 1.2em;
  box-sizing: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fafafa;
  border-radius: 0.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: normal; }
  .bigfoot-footnote__content img {
    max-width: 100%; }
  .bigfoot-footnote__content *:last-child {
    margin-bottom: 0 !important; }
  .bigfoot-footnote__content *:first-child {
    margin-top: 0 !important; }

.bigfoot-footnote__tooltip {
  position: absolute;
  z-index: 12;
  box-sizing: border-box;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  transform: rotate(45deg);
  background: #fafafa;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0; }
  .is-positioned-bottom .bigfoot-footnote__tooltip {
    top: -0.65em; }
  .is-positioned-top .bigfoot-footnote__tooltip {
    bottom: -0.65em; }

.bigfoot-footnote__button {
  position: relative;
  height: 10px;
  width: auto;
  border-radius: 0.475em;
  min-width: 14px;
  margin: 0;
  top: -6px; }
  .bigfoot-footnote__button:after {
    content: attr(data-footnote-number);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #a86905;
    transition: color 0.25s ease; }
  .bigfoot-footnote__button:hover:after, .bigfoot-footnote__button.is-active:after {
    text-decoration: underline; }

.bigfoot-footnote__button__circle {
  display: none; }

.card-container {
  margin: 0 -15px; }

.card {
  padding: 15px; }
  .card .card-wrapper {
    background: #ffffff;
    border-radius: 2px;
    min-height: 100px;
    padding: 15px;
    visibility: hidden; }

.shadow-z0 {
  box-shadow: 0 0 0 0 transparent; }

.shadow-z1, .material-select-wrapper .card-wrapper {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12); }

.shadow-z2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.shadow-z3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.shadow-z4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.shadow-z5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

label {
  cursor: pointer;
  display: block;
  font-size: 1.8em;
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px;
  width: 100%; }
  label.radio:before {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    *display: inline;
    zoom: 1;
    content: "";
    border: 3px solid #fdc82d;
    border-radius: 50%;
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px; }
  label.radio:after {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: transparent;
    content: "";
    border-radius: 50%;
    height: 18px;
    left: 3px;
    margin: auto;
    position: absolute;
    top: 3px;
    width: 18px; }
  label.checkbox:before {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    *display: inline;
    zoom: 1;
    content: "";
    border: 3px solid #fdc82d;
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px; }
  label.checkbox:after {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #01509d;
    color: transparent;
    content: "";
    height: 20px;
    left: 3px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 3px;
    width: 20px; }

input[type="radio"],
input[type="checkbox"] {
  display: none; }

input[type="radio"]:checked + label:after {
  background: #038cd6;
  height: 12px;
  width: 12px; }

input[type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #ffffff;
  opacity: 1; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  font-size: 1.8em;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%; }

textarea {
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  font-size: 1.8em;
  min-height: 150px;
  max-width: 100%;
  padding: 10px;
  width: 100%;
  resize: both; }

.material-select-wrapper {
  background: #ffffff;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  font-size: 1.8em !important;
  position: relative;
  width: 100%;
  z-index: 15; }
  .material-select-wrapper:after {
    bottom: 0;
    content: "\e201";
    display: block;
    font-size: 1.5em;
    height: 28px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0; }
  .material-select-wrapper select {
    height: inherit;
    left: 0;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 10; }
    .material-select-wrapper select.material {
      display: none; }
  .material-select-wrapper .material-label {
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 5; }
  .material-select-wrapper .shadow-z1, .material-select-wrapper .card-wrapper {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12); }
  .material-select-wrapper .card-wrapper {
    background: #ffffff;
    left: 0;
    max-height: 250px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 20; }
    .material-select-wrapper .card-wrapper ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      overflow: hidden; }
      .material-select-wrapper .card-wrapper ul li {
        font-size: 1em;
        margin-bottom: 0;
        opacity: 0;
        position: relative;
        top: 40px; }
    .material-select-wrapper .card-wrapper button {
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      background: none;
      border: 0;
      border-bottom: 1px solid #e0e0e0;
      color: #000000;
      font-size: 0.889em;
      padding: 7px 15px;
      text-align: left;
      width: 100%; }
      .material-select-wrapper .card-wrapper button:hover, .material-select-wrapper .card-wrapper button.active {
        background: #dedede; }

.error {
  border: 1px solid #cc0000 !important; }

.form-section {
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
  margin-top: 20px; }
  .form-section:nth-child(2) {
    margin-top: 0; }
  .form-section:last-child {
    border-bottom: 0; }

.form-group {
  position: relative; }
  .form-group.input-tag label {
    padding: 0; }

.error-msg {
  color: #cc0000;
  display: none;
  font-size: 1.5em !important;
  margin: auto;
  padding: 10px;
  position: relative;
  top: -10px;
  width: 100%; }
  .error-msg.show {
    display: block; }

.error-general {
  color: #cc0000;
  display: none;
  font-size: 1.6em; }
  .error-general:before {
    content: '*'; }
  .error-general.show {
    display: block; }

.calculator-stage {
  margin-bottom: 0;
  padding-bottom: 160px !important;
  padding-top: 65px;
  position: relative;
  z-index: 10; }
  .calculator-stage:after {
    -webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1px) skewX(0) skewY(-4deg);
    -moz-transform: perspective(1px) skewX(0) skewY(-4deg);
    -ms-transform: skewX(0) skewY(-4deg);
    transform: perspective(1px) skewX(0) skewY(-4deg);
    outline: 1px solid transparent;
    background: rgba(1, 1, 1, 0.6);
    content: "";
    display: block;
    margin: auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 14px;
    width: 100%;
    z-index: -1; }
  .calculator-stage h1, .calculator-stage h2, .calculator-stage h3, .calculator-stage h4, .calculator-stage h5, .calculator-stage h6 {
    margin-top: 0; }
  .calculator-stage .slide {
    position: relative;
    top: 0; }

.bmi-calculator-stage .calculator-stage {
  height: 695px; }

.bmi-calculator-stage .measurement-unit {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  border: 1px solid #fdc82d;
  border-radius: 6px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  width: 202px;
  z-index: 0; }
  .bmi-calculator-stage .measurement-unit:before, .bmi-calculator-stage .measurement-unit:after {
    content: '';
    display: table; }
  .bmi-calculator-stage .measurement-unit:after {
    clear: both; }

.bmi-calculator-stage .measure-toggle {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background: transparent;
  border: 0;
  border-right: 1px solid #fdc82d;
  color: #ffffff;
  float: left;
  font-size: 1.2em;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  width: 100px; }
  .bmi-calculator-stage .measure-toggle.active, .bmi-calculator-stage .measure-toggle:hover {
    background: #fdc82d;
    color: #0e2b63; }
  .bmi-calculator-stage .measure-toggle:last-child {
    border-right: 0; }

.bmi-calculator-stage .input-wrap {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  display: block !important;
  font-size: 2.3em;
  margin: 0 -15px 30px; }
  .bmi-calculator-stage .input-wrap:before, .bmi-calculator-stage .input-wrap:after {
    content: '';
    display: table; }
  .bmi-calculator-stage .input-wrap:after {
    clear: both; }
  .bmi-calculator-stage .input-wrap .input {
    border: 5px solid #239fd9;
    -moz-border-image: -moz-linear-gradient(top right, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
    -webkit-border-image: -webkit-linear-gradient(top right, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
    border-image: linear-gradient(to bottom left, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
    border-image-slice: 1;
    background: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 2.174em;
    font-weight: 700;
    outline: 0;
    text-align: center; }
  .bmi-calculator-stage .input-wrap p {
    font-size: 1em; }

.bmi-calculator-stage .btn {
  color: #02273a;
  font-size: 2.3em;
  font-weight: 700;
  max-width: 100%; }

.bmi-calculator-stage .start h2 {
  border-bottom: 6px solid #fdc82d;
  font-size: 4em;
  padding-bottom: 10px; }
  .bmi-calculator-stage .start h2:after {
    display: none; }

.bmi-calculator-stage .results {
  display: none;
  margin-top: 140px;
  text-align: center; }
  .bmi-calculator-stage .results h2 {
    -webkit-transform: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transition: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    font-size: 2.6em;
    text-transform: uppercase;
    width: 100%; }
    .bmi-calculator-stage .results h2:after {
      display: none; }
    .bmi-calculator-stage .results h2 span {
      display: block;
      font-size: 2.769em; }
  .bmi-calculator-stage .results h3 {
    border-bottom: 6px solid #fdc82d;
    color: #ffffff;
    font-size: 4em;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase; }
    .bmi-calculator-stage .results h3:after {
      display: none; }
  .bmi-calculator-stage .results .bmi {
    background: url(../images/bmi-hexagon.png) no-repeat;
    height: 272px;
    margin: auto;
    position: relative;
    width: 236px; }

.bmi-calculator-stage .imperical {
  border: 5px solid #239fd9;
  -moz-border-image: -moz-linear-gradient(top right, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
  -webkit-border-image: -webkit-linear-gradient(top right, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
  border-image: linear-gradient(to bottom left, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
  border-image-slice: 1;
  background: none;
  border-radius: 0;
  color: #ffffff;
  display: none;
  margin-bottom: 11px;
  outline: 0;
  text-align: left; }
  .bmi-calculator-stage .imperical span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 18px 0px;
    vertical-align: top; }
  .bmi-calculator-stage .imperical .input {
    border: 0;
    -moz-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    font-size: 1.8em !important;
    padding: 10px 0 10px 5px;
    text-align: center;
    width: 53px; }
    .bmi-calculator-stage .imperical .input.feet {
      text-align: right;
      width: 35px; }

.ippt-calculator-stage {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  height: auto;
  position: relative; }
  .ippt-calculator-stage:before, .ippt-calculator-stage:after {
    content: '';
    display: table; }
  .ippt-calculator-stage:after {
    clear: both; }
  .ippt-calculator-stage [class^="col-"], .ippt-calculator-stage [class*=" col-"] {
    margin-bottom: 0; }
  .ippt-calculator-stage h2 {
    border-bottom: 6px solid #fdc82d;
    font-size: 3.6em;
    padding-bottom: 10px; }
    .ippt-calculator-stage h2:after {
      display: none; }
  .ippt-calculator-stage p {
    margin-bottom: 10px; }
  .ippt-calculator-stage .chart {
    margin-top: 180px; }
  .ippt-calculator-stage .accent {
    margin-bottom: 0 !important; }
  .ippt-calculator-stage .totalPoints,
  .ippt-calculator-stage .yellow {
    color: #fdc82d; }
  .ippt-calculator-stage .calculator-stage {
    height: 950px;
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px;
    top: -31px; }
    @media screen and (max-aspect-ratio: 13 / 9) {
      .ippt-calculator-stage .calculator-stage {
        height: 1050px !important; } }
    .ippt-calculator-stage .calculator-stage:after {
      top: 18px; }
  .ippt-calculator-stage .material-label {
    color: #ffffff; }
  .ippt-calculator-stage .material-select-wrapper {
    background: none;
    border: 0;
    font-size: 1em !important;
    margin: 0; }
    .ippt-calculator-stage .material-select-wrapper:after {
      color: #ffffff; }
  .ippt-calculator-stage .input-wrap {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    border: 5px solid #239fd9;
    -moz-border-image: -moz-linear-gradient(top right, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
    -webkit-border-image: -webkit-linear-gradient(top right, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
    -border-image: linear-gradient(to bottom left, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
    border-image-slice: 1;
    display: block !important;
    font-size: 1.8em;
    margin: 0 0 30px;
    color: #ffffff;
    position: relative;
    text-align: left; }
    .ippt-calculator-stage .input-wrap:before, .ippt-calculator-stage .input-wrap:after {
      content: '';
      display: table; }
    .ippt-calculator-stage .input-wrap:after {
      clear: both; }
    .ippt-calculator-stage .input-wrap .input {
      display: inline-block;
      *display: inline;
      zoom: 1;
      background: none;
      border: 0;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      margin: 0;
      margin-right: 5px;
      outline: 0;
      padding: 0;
      text-align: right;
      width: 70px; }
    .ippt-calculator-stage .input-wrap .run {
      width: 50px; }
    .ippt-calculator-stage .input-wrap p {
      font-size: 1em; }
  .ippt-calculator-stage .results {
    font-size: 1em;
    padding: 10px;
    text-align: right; }
  .ippt-calculator-stage .ippt-results {
    background: url(../images/ippt-hexagon.png) no-repeat center;
    background-size: contain;
    height: 208px;
    margin: auto;
    position: relative;
    text-align: center;
    max-width: 452px;
    width: 100%;
    z-index: 0; }
    .ippt-calculator-stage .ippt-results h2 {
      transition-property: all;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      border-bottom: 0;
      font-size: 2.6em;
      font-weight: 400;
      margin-bottom: 0;
      padding-top: 140px;
      text-transform: uppercase; }
    .ippt-calculator-stage .ippt-results p {
      transition-property: all;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      display: none;
      top: 50px;
      position: relative;
      opacity: 0; }
    .ippt-calculator-stage .ippt-results.show h2 {
      font-size: 1.6em;
      padding-top: 50px; }
    .ippt-calculator-stage .ippt-results.show p {
      top: 0;
      opacity: 1; }
    .ippt-calculator-stage .ippt-results .result {
      transition-property: color;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: color;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      color: #fdc82d;
      font-weight: 700;
      font-size: 1.875em; }
      .ippt-calculator-stage .ippt-results .result.failed {
        color: #ff6000; }
      .ippt-calculator-stage .ippt-results .result.passed {
        color: #8ffb0f; }
  .ippt-calculator-stage .result-wrap {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px; }

.ippt-deadline-stage h2 {
  border-bottom: 6px solid #fdc82d;
  font-size: 3.6em;
  line-height: 1.25;
  padding-bottom: 10px; }
  .ippt-deadline-stage h2:after {
    display: none; }

.ippt-deadline-stage p {
  font-size: 1.8em;
  margin-bottom: 8px; }

.ippt-deadline-stage .btn {
  color: #02273a;
  font-size: 2.3em;
  font-weight: 700;
  max-width: 100%; }

.ippt-deadline-stage .calculator-stage {
  height: 450px; }
  .ippt-deadline-stage .calculator-stage:after {
    top: 11px; }

.ippt-deadline-stage .input-wrap {
  border: 5px solid #239fd9;
  -moz-border-image: -moz-linear-gradient(top right, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
  -webkit-border-image: -webkit-linear-gradient(top right, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
  border-image: linear-gradient(to bottom left, #002d3c 0%, #074a6f 35%, #239fd9 78%, #47d5f6 96%);
  border-image-slice: 1;
  display: block !important;
  margin: 0 0 30px;
  color: #ffffff;
  position: relative;
  text-align: left; }
  .ippt-deadline-stage .input-wrap:after {
    bottom: 0;
    content: "\e602";
    color: #ffffff;
    font-size: 2.7em;
    height: 27px;
    margin: auto;
    opacity: 0.6;
    position: absolute;
    right: 20px;
    top: 0;
    width: 27px;
    z-index: 0; }
  .ippt-deadline-stage .input-wrap .input {
    background: none;
    border: 0;
    font: 700 2.8em "Montserrat", sans-serif;
    margin: 0;
    outline: 0;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    z-index: 5; }

.ippt-deadline-stage .results {
  display: none;
  margin-top: 210px;
  text-align: center; }
  .ippt-deadline-stage .results p {
    margin-bottom: 10px; }
  .ippt-deadline-stage .results sup,
  .ippt-deadline-stage .results .disclaimer {
    color: #fdc82d; }
  .ippt-deadline-stage .results .disclaimer {
    font-size: 1.4em; }
  .ippt-deadline-stage .results .wrap {
    background: url(../images/ippti-deadline-hexagon.png) no-repeat center center;
    background-size: contain;
    display: block;
    height: 400px;
    margin: 0 auto 20px;
    position: relative;
    max-width: 405px;
    width: 100%; }
  .ippt-deadline-stage .results .copy {
    -webkit-transform: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transition: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 1.75;
    padding: 0px 50px; }
  .ippt-deadline-stage .results .date {
    color: #fdc82d;
    display: block;
    font-size: 3.6em;
    font-weight: 700;
    margin-bottom: 5px; }

.deferment-calculator {
  min-height: 655px;
  position: relative;
  width: 100%; }
  .deferment-calculator .error-message {
    color: #f1a005 !important;
    display: none;
    font-size: 1.4em;
    font-weight: 700;
    font-style: italic; }
  .deferment-calculator .disclaimer {
    font-size: 1.2em; }
  .deferment-calculator .btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    color: #02293e !important;
    font-size: 2em;
    padding: 11px;
    max-width: 218px;
    vertical-align: top;
    width: 100%; }
    .deferment-calculator .btn.btn-plain span,
    .deferment-calculator .btn.btn-plain .icon {
      color: #02293e !important; }
    .deferment-calculator .btn span {
      color: inherit; }
  .deferment-calculator .btn-arrow {
    background: #fdc82d;
    font-size: 2.2em;
    margin-right: 40px !important;
    padding: 12px;
    text-align: center;
    width: 190px; }
    .deferment-calculator .btn-arrow:after {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -o-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 26px 0 25px 22px;
      border-color: transparent transparent transparent #fdc82d;
      position: absolute;
      left: auto;
      right: -22px; }
    .deferment-calculator .btn-arrow:hover:after {
      right: -22px; }
  .deferment-calculator .accent {
    height: 100%;
    min-height: 655px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4; }
    .deferment-calculator .accent:after {
      background: #01509d;
      background-repeat: repeat-x;
      background: -webkit-linear-gradient(left top, #131f51, #01509d);
      /* For Safari */
      background: -o-linear-gradient(bottom right, #131f51, #01509d);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(bottom right, #131f51, #01509d);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to bottom right, #131f51, #01509d);
      /* Standard syntax (must be last) */
      background: #131f50;
      background: -moz-linear-gradient(35deg, #131f51 0%, #01509d 80%);
      background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #131f51), color-stop(80%, #01509d));
      background: -webkit-linear-gradient(35deg, #131f51 0%, #01509d 80%);
      background: -o-linear-gradient(35deg, #131f51 0%, #01509d 80%);
      background: -ms-linear-gradient(35deg, #131f51 0%, #01509d 80%);
      background: linear-gradient(35deg, #131f51 0%, #01509d 80%); }
  .deferment-calculator .accent-deferment {
    overflow: hidden;
    position: relative;
    z-index: 10; }
  .deferment-calculator .slide-container {
    height: 100%;
    position: relative; }
  .deferment-calculator .elem {
    position: relative;
    top: 100px;
    visibility: hidden; }
  .deferment-calculator .slide {
    height: 655px;
    min-height: 655px;
    position: absolute;
    top: 0;
    width: 100%;
    visibility: hidden; }
    .deferment-calculator .slide h2 {
      color: #ffffff;
      font: 400 2.6em "Montserrat", sans-serif;
      margin-bottom: 30px;
      margin-top: 0 !important;
      text-transform: none; }
      .deferment-calculator .slide h2:after {
        width: 170px; }
      .deferment-calculator .slide h2 a {
        font-size: inherit; }
    .deferment-calculator .slide .content {
      outline: 0;
      left: 0;
      margin: auto;
      padding: 130px 20px 20px;
      position: absolute;
      max-width: 740px;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 5; }
      .deferment-calculator .slide .content p {
        color: #ffffff;
        line-height: 1.5;
        margin-bottom: 20px; }
        .deferment-calculator .slide .content p.multiple {
          font-size: 1.8em; }
      .deferment-calculator .slide .content a {
        color: #ffffff;
        text-decoration: underline; }
      .deferment-calculator .slide .content .btn {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: 20px;
        text-decoration: none; }
        .deferment-calculator .slide .content .btn:last-child {
          margin-right: 0; }
    .deferment-calculator .slide:first-child {
      visibility: visible; }
      .deferment-calculator .slide:first-child h2 {
        font: 400 3.8em "Montserrat", sans-serif; }
      .deferment-calculator .slide:first-child p {
        font-size: 2.2em !important;
        margin-bottom: 50px; }
      .deferment-calculator .slide:first-child .elem {
        visibility: visible;
        top: 0; }
    .deferment-calculator .slide:after {
      backface-visibility: hidden;
      background-position: center;
      background-size: cover;
      content: "";
      display: block;
      margin: auto;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
  .deferment-calculator .q01 p, .deferment-calculator .q02 p, .deferment-calculator .q03 p {
    font-size: 2.6em; }
  .deferment-calculator .start p {
    font-size: 2.2em !important; }
  .deferment-calculator .note {
    font-size: 1em; }
    .deferment-calculator .note h2 {
      margin-top: 30px; }
      .deferment-calculator .note h2 a {
        font-size: inherit; }
    .deferment-calculator .note p {
      font-size: 1.8em !important; }
  .deferment-calculator .questions h2,
  .deferment-calculator .results h2 {
    margin-bottom: 50px; }
    .deferment-calculator .questions h2 a,
    .deferment-calculator .results h2 a {
      font-size: inherit; }
  .deferment-calculator .questions li,
  .deferment-calculator .questions p,
  .deferment-calculator .results li,
  .deferment-calculator .results p {
    color: #ffffff;
    text-align: left; }
  .deferment-calculator .questions .restart .icon,
  .deferment-calculator .results .restart .icon {
    transition-property: all;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .deferment-calculator .questions .restart:hover .icon,
  .deferment-calculator .results .restart:hover .icon {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
  .deferment-calculator .option {
    margin-bottom: 30px; }
    .deferment-calculator .option:only-child {
      margin-bottom: 0; }
  .deferment-calculator .question {
    display: block; }
    .deferment-calculator .question .option {
      display: none; }
  .deferment-calculator .result {
    visibility: hidden; }
    .deferment-calculator .result p {
      font-size: 1.8em; }
    .deferment-calculator .result .option {
      display: none; }
    .deferment-calculator .result .btn {
      display: inline-block;
      *display: inline;
      zoom: 1; }
      .deferment-calculator .result .btn .icon {
        display: inline-block;
        *display: inline;
        zoom: 1;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -o-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        color: #153463;
        height: 18px;
        margin-left: 10px;
        margin-top: 2px;
        width: 19px; }
    .deferment-calculator .result .prev {
      color: #fdc82d !important;
      font-size: 1.4em;
      position: relative;
      text-decoration: none !important; }
      .deferment-calculator .result .prev:before {
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        /* Safari */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        border-bottom: 2px solid #153463;
        bottom: -5px;
        content: '';
        position: absolute;
        left: 0;
        width: 0%; }
      .deferment-calculator .result .prev:hover:before {
        border-bottom: 2px solid #fdc82d;
        width: 100%; }
      .deferment-calculator .result .prev .icon {
        display: inline-block;
        *display: inline;
        zoom: 1;
        height: 13px;
        margin-right: 5px;
        position: static;
        width: 13px; }
  .deferment-calculator .form-group {
    color: #ffffff;
    max-width: 600px;
    text-align: left;
    width: 100%; }
  .deferment-calculator input[type="text"] {
    border: 2px solid #fdc82d;
    border-radius: 0;
    background: none;
    color: #ffffff;
    margin-bottom: 20px; }
  .deferment-calculator .material-select-container {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 20px;
    width: 350px; }
  .deferment-calculator .material-select-wrapper {
    border: 2px solid #fdc82d;
    border-radius: 0;
    background: none;
    color: #ffffff; }
    .deferment-calculator .material-select-wrapper:after {
      color: #fdc82d; }
  .deferment-calculator .breadcrumbs {
    outline: 0;
    left: 0;
    margin: 0 auto 60px;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 10;
    width: 100%; }
    .deferment-calculator .breadcrumbs ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .deferment-calculator .breadcrumbs ul li {
        margin-bottom: 0;
        margin-right: 20px; }
        .deferment-calculator .breadcrumbs ul li:after {
          display: none; }
      .deferment-calculator .breadcrumbs ul a {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
        color: #ffffff !important;
        font-size: 1.231em !important;
        padding: 0;
        visibility: hidden;
        top: 0; }
        .deferment-calculator .breadcrumbs ul a:after {
          display: none; }
      .deferment-calculator .breadcrumbs ul .btn {
        margin-top: 0; }
        .deferment-calculator .breadcrumbs ul .btn .icon {
          color: #fdc82d; }
      .deferment-calculator .breadcrumbs ul .crumb {
        border: 2px solid #9eacc3;
        border-radius: 50%;
        height: 14px;
        width: 14px; }
        .deferment-calculator .breadcrumbs ul .crumb.active {
          background: #9eacc3; }
    .deferment-calculator .breadcrumbs .btn-previous {
      color: #fdc82d !important; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }
  .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  z-index: 10; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }
  .mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }
  .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
  .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
  .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

#commandsCanvas {
  width: 1280px;
  height: 100%; }

#commandsSource {
  display: none; }

#fullCommands {
  display: none;
  width: 800px;
  height: auto; }
  #fullCommands .jw-display-icon-container {
    height: 118px !important;
    width: 112px !important; }
  #fullCommands .jwplayer.jw-state-idle .jw-icon-display {
    height: 116px; }

/**
 * Use white shape to cover the banner
 */
.commands-wrapper:before {
  background: url("../images/svg/standard-banner-accent-transparent.svg") no-repeat center top; }

.commands-wrapper a {
  text-decoration: none; }

.commands-widget {
  position: relative;
  z-index: -1; }
  .commands-widget > .container {
    z-index: 2; }

.commands-widget__carousel {
  position: relative;
  z-index: 2; }

.commands-widget__carousel--wrapper .headings {
  padding: 0 20px; }

.commands-widget__carousel--wrapper h2 {
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0; }
  .commands-widget__carousel--wrapper h2:after {
    width: 100%; }

.commands-widget__carousel--wrapper h3 {
  color: #fff;
  margin: 8px 0 0;
  font-size: 10px;
  font-size: 1rem; }
  .commands-widget__carousel--wrapper h3:after {
    display: none; }

.commands-widget__carousel--wrapper .bx-wrapper {
  max-width: inherit !important;
  margin-bottom: 20px; }

.commands-widget__carousel--wrapper .bx-controls {
  text-align: center; }

.commands-widget__carousel--wrapper .bx-pager-item {
  display: inline-block;
  margin-top: 25px; }
  .commands-widget__carousel--wrapper .bx-pager-item a {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: #fdc82d;
    margin: 0 8px;
    transition: none; }
    .commands-widget__carousel--wrapper .bx-pager-item a.active {
      width: 12px;
      height: 12px;
      border: 3px solid #fdc82d;
      background: transparent; }

.commands-widget__carousel--wrapper .sliders {
  margin-top: 25px; }

.commands-widget__carousel--wrapper .slide {
  position: relative;
  width: 250px;
  padding: 0 0 0 20px;
  overflow: hidden; }
  .commands-widget__carousel--wrapper .slide .icon-circle-play {
    font-size: 38px;
    color: #fdc82d; }
  .commands-widget__carousel--wrapper .slide h4 {
    color: #fff;
    margin: 8px 0 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1em; }
    .commands-widget__carousel--wrapper .slide h4:after {
      display: none; }
    .commands-widget__carousel--wrapper .slide h4 span {
      display: block;
      text-transform: initial;
      font-size: 0.9em; }
  .commands-widget__carousel--wrapper .slide a {
    display: block;
    position: relative;
    background: #000;
    margin: 0; }

.commands-widget__carousel--wrapper .thumbnail {
  opacity: 0.5; }
  .commands-widget__carousel--wrapper .thumbnail img {
    margin: 0; }

.commands-widget__carousel--wrapper .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }
  .commands-widget__carousel--wrapper .desc .desc-title {
    display: inline-block;
    vertical-align: middle; }
  .commands-widget__carousel--wrapper .desc:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -3px; }

.commands-widget__carousel--wrapper video {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 3%;
  top: -10px;
  width: auto;
  height: 96%;
  display: none; }

.command-widget__body {
  color: #fff;
  margin-top: 0 !important;
  padding: 0;
  z-index: 1; }
  .command-widget__body.accent {
    -webkit-backface-visibility: initial;
    margin-bottom: 0 !important; }
    .command-widget__body.accent:after {
      background: #2f4b63;
      background-repeat: repeat-x;
      background: -webkit-linear-gradient(left, #242938, #2f4b63);
      /* For Safari */
      background: -o-linear-gradient(right, #242938, #2f4b63);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, #242938, #2f4b63);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, #242938, #2f4b63);
      /* Standard syntax */ }
  .command-widget__body .desktop {
    display: none; }

.command-widget__ui {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  right: 0;
  top: 0;
  bottom: 0; }

.command-widget__sound-control {
  margin-bottom: 25px; }
  .command-widget__sound-control .sound-toggle {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em; }
    .command-widget__sound-control .sound-toggle:hover {
      opacity: .5; }
    .command-widget__sound-control .sound-toggle.soundoff .sound-toggle__icon {
      background-position: 0 bottom;
      opacity: 0.5; }
  .command-widget__sound-control .sound-toggle__icon {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 22px;
    height: 18px;
    margin-right: 3px;
    background: transparent url(../images/icon_commands_sound.png) no-repeat 0 0; }

.command-widget__ui--commands {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .command-widget__ui--commands:before, .command-widget__ui--commands:after {
    content: '';
    display: table; }
  .command-widget__ui--commands:after {
    clear: both; }
  .command-widget__ui--commands .disabled, .command-widget__ui--commands .active {
    opacity: 0.6; }

.command-widget__ui--controls {
  padding: 50px 30px; }
  .command-widget__ui--controls h2 {
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 0; }
    .command-widget__ui--controls h2:after {
      width: 100%; }
  .command-widget__ui--controls h3 {
    color: #fff;
    margin: 8px 0 0;
    font-size: 10px;
    font-size: 1rem; }
    .command-widget__ui--controls h3:after {
      display: none; }
  .command-widget__ui--controls h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 10px 0 0;
    font-size: 5.5px;
    font-size: 0.55rem; }
    .command-widget__ui--controls h4 span {
      display: block;
      line-height: 1.5;
      text-transform: none;
      font-size: 5.5px;
      font-size: 0.55rem; }
    .command-widget__ui--controls h4:after {
      display: none; }
  .command-widget__ui--controls li {
    text-align: center;
    width: 48%;
    margin-bottom: 0; }
    .command-widget__ui--controls li:nth-child(even) {
      float: right; }
    .command-widget__ui--controls li:nth-child(odd) {
      float: left; }
    .command-widget__ui--controls li a {
      display: block;
      padding-bottom: 10px;
      -webkit-backface-visibility: hidden;
      border: transparent 4px solid;
      border-bottom: #fdc82d 4px solid;
      text-decoration: none; }
      .command-widget__ui--controls li a:hover {
        border: #fdc82d 4px solid; }
  .command-widget__ui--controls img {
    display: inline-block;
    max-width: 40px;
    margin: 0; }

.command-widget__viewport {
  position: absolute;
  background: #ccc;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden; }
  .command-widget__viewport .buffering-label {
    display: none;
    position: absolute;
    color: #bbb;
    right: 480px;
    top: 70px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 15px 10px 23px; }
    .command-widget__viewport .buffering-label .icon {
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #46d01b;
      position: absolute;
      left: 14px;
      top: 14px; }

.command-widget__ui--wrapper {
  width: 280px; }
  .command-widget__ui--wrapper .full-run-video {
    margin-top: 5px; }
    .command-widget__ui--wrapper .full-run-video a {
      position: relative;
      display: block;
      margin: 0;
      padding: 10px 15px;
      color: #fff;
      border: #fdc82d 4px solid; }
      .command-widget__ui--wrapper .full-run-video a:hover {
        background: #fdc82d; }
        .command-widget__ui--wrapper .full-run-video a:hover .play-icon {
          background: #fff;
          color: #fdc82d; }
    .command-widget__ui--wrapper .full-run-video .play-icon {
      width: 40px;
      height: 40px;
      background: #fdc82d;
      border-radius: 50%;
      text-align: center;
      display: inline-block;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -20px;
      font-size: 24px;
      color: #222; }
      .command-widget__ui--wrapper .full-run-video .play-icon i {
        line-height: 40px; }
    .command-widget__ui--wrapper .full-run-video .label {
      text-transform: uppercase;
      font-weight: bold; }
    .command-widget__ui--wrapper .full-run-video .filesize {
      display: block;
      font-size: 0.8em; }

@media screen and (max-width: 1023px) {
  .command-widget__body {
    padding: 60px 0; } }

@media screen and (min-width: 768px) {
  .commands-widget__carousel--wrapper .thumbnail img {
    margin: 0;
    width: 100%; }
  .command-widget__viewport .buffering-label {
    right: 380px; }
  .command-widget__viewport {
    background: transparent url("../images/commands_widget_background.jpg") no-repeat 0 0; } }

@media screen and (min-width: 1025px), print {
  .command-widget__body {
    height: 645px;
    margin: 60px 0 0; }
    .command-widget__body .mobile {
      overflow: hidden;
      height: 0; }
    .command-widget__body .desktop {
      display: block; }
    .command-widget__body .container {
      width: 100%;
      max-width: 1280px;
      padding: 0;
      margin-top: -135px;
      height: 740px; }
      .command-widget__body .container:before {
        content: '';
        position: absolute;
        top: -56px;
        width: 100%;
        height: 100px;
        background: #fff;
        z-index: 10;
        backface-visibility: hidden;
        -moz-transform: skewX(0) skewY(-4deg);
        -o-transform: skewX(0) skewY(-4deg);
        -ms-transform: skewX(0) skewY(-4deg);
        -webkit-transform: skewX(0) skewY(-4deg);
        transform: skewX(0) skewY(-4deg); }
      .command-widget__body .container:after {
        content: '';
        position: absolute;
        bottom: -50px;
        width: 100%;
        height: 100px;
        background: #fff;
        z-index: 10;
        backface-visibility: hidden;
        -moz-transform: skewX(0) skewY(-4deg);
        -o-transform: skewX(0) skewY(-4deg);
        -ms-transform: skewX(0) skewY(-4deg);
        -webkit-transform: skewX(0) skewY(-4deg);
        transform: skewX(0) skewY(-4deg); } }

@media screen and (min-width: 1100px) {
  .command-widget__ui {
    right: 130px; }
  .command-widget__viewport .buffering-label {
    right: 480px; } }

.ippt-stations h3 {
  font-size: 1.8em; }
  .ippt-stations h3:after {
    display: none; }

.ippt-stations .col-4:nth-child(1) {
  margin-top: 54px; }

.ippt-stations .col-4:nth-child(2) {
  margin-top: 58px; }

.pre-enlistment-milestones {
  position: relative; }
  .pre-enlistment-milestones ul {
    padding: 0 0 0 20px; }
    .pre-enlistment-milestones ul li {
      margin-bottom: 0; }
  .pre-enlistment-milestones .milestone {
    margin-bottom: 80px;
    position: relative;
    z-index: 5; }
    .pre-enlistment-milestones .milestone a {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #ffffff;
      font-size: 2.2em;
      font-weight: 700;
      margin-bottom: 0;
      text-decoration: none;
      vertical-align: middle;
      width: 45%; }
      .pre-enlistment-milestones .milestone a:after {
        color: #ffffff;
        display: none;
        margin-left: 10px;
        position: relative;
        right: 0; }
    .pre-enlistment-milestones .milestone img {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-bottom: 0;
      margin-right: 10px;
      vertical-align: middle;
      width: 45%; }
  .pre-enlistment-milestones .lines {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .pre-enlistment-milestones .line {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #ffffff;
    height: 2px;
    position: absolute;
    text-align: center; }
    .pre-enlistment-milestones .line:after {
      color: #ffffff;
      content: '\e92a';
      display: block;
      margin-top: -4px; }
  .pre-enlistment-milestones .line12,
  .pre-enlistment-milestones .line34A {
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(25px, rgba(255, 255, 255, 0)), color-stop(50px, #ffffff));
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px); }
  .pre-enlistment-milestones .line34B {
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(25px, rgba(255, 255, 255, 0)), color-stop(50px, #ffffff));
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px);
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px);
    background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 25px, #ffffff 50px); }

.exit-permit-and-bond {
  margin-top: 50px;
  position: relative; }
  .exit-permit-and-bond span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: auto;
    width: 100%; }
  .exit-permit-and-bond p {
    margin-bottom: 0;
    line-height: 1.25; }
  .exit-permit-and-bond a {
    font-weight: 700; }
  .exit-permit-and-bond > .wrap {
    position: relative;
    z-index: 5; }
  .exit-permit-and-bond .age {
    margin-bottom: 40px; }
    .exit-permit-and-bond .age p {
      font-size: 1.6em; }
    .exit-permit-and-bond .age span {
      background: #ffca2c;
      display: block;
      font-size: 1.333em;
      line-height: 1.25;
      padding: 15px;
      text-align: center;
      max-width: 230px;
      width: 100%; }
  .exit-permit-and-bond .duration {
    margin-bottom: 30px; }
    .exit-permit-and-bond .duration span {
      background: #ebebeb;
      display: block;
      margin: auto;
      padding: 15px;
      height: inherit;
      max-width: 230px;
      width: 100%; }
    .exit-permit-and-bond .duration p {
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: 165px; }
    .exit-permit-and-bond .duration .icon {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #08549d;
      font-size: 2.6em;
      margin-right: 5px;
      vertical-align: top;
      width: 27px; }
  .exit-permit-and-bond .result {
    font-size: 0.889em; }
    .exit-permit-and-bond .result.col-l span {
      background: #ebebeb;
      display: block;
      margin: auto;
      padding: 10px;
      text-align: center;
      max-width: 230px;
      width: 100%; }
    .exit-permit-and-bond .result.col-r .wrap {
      background: #f9edc8;
      margin: 0 15px;
      padding-top: 30px; }
    .exit-permit-and-bond .result p {
      margin-bottom: 20px; }
    .exit-permit-and-bond .result img {
      margin: 10px auto 20px; }
    .exit-permit-and-bond .result .col-6 {
      padding: 0 20px; }
  .exit-permit-and-bond .lines {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .exit-permit-and-bond .line {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #464646;
    height: 2px;
    position: absolute;
    text-align: center; }
    .exit-permit-and-bond .line:after {
      color: #464646;
      content: '\e92a';
      display: block;
      font-size: 1em;
      margin-top: -4.1px; }

.medical-review-process ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  z-index: 5; }

.medical-review-process li {
  position: relative; }
  .medical-review-process li > .wrap {
    margin: 0; }
  .medical-review-process li:last-child .wrap.nested {
    margin-bottom: 0; }
  .medical-review-process li ol li, .medical-review-process li ul li {
    font-size: 1em; }

.medical-review-process .wrap.nested {
  margin-bottom: 40px;
  margin-top: 60px; }

.medical-review-process .accordion-title h3 {
  line-height: 1.25; }

.medical-review-process .accordion-content {
  position: relative;
  padding-left: 0;
  padding-right: 0; }

.medical-review-process .icon-wrapper {
  position: absolute;
  z-index: 5; }
  .medical-review-process .icon-wrapper.nested {
    left: 15px; }

.medical-review-process .icon {
  background: #eee;
  border-radius: 50%;
  border: 2px dotted #ccc;
  height: 96px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 96px; }
  .medical-review-process .icon:only-child, .medical-review-process .icon:last-child {
    margin-bottom: 0; }
  .medical-review-process .icon img {
    margin-bottom: 0; }

.medical-review-process .background {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  background: #e1e1e1;
  min-height: 135px;
  margin-left: 6%;
  margin-top: 20px;
  overflow: hidden;
  padding: 15px 0;
  position: relative; }
  .medical-review-process .background:before, .medical-review-process .background:after {
    content: '';
    display: table; }
  .medical-review-process .background:after {
    clear: both; }
  .medical-review-process .background:before {
    content: '';
    left: 7%;
    line-height: 1;
    opacity: 1;
    position: absolute;
    top: -2px; }
  .medical-review-process .background.nested {
    margin-left: 13%; }
    .medical-review-process .background.nested:before {
      left: 13%; }
  .medical-review-process .background h4 {
    color: #02293e;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2222em;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0; }
    .medical-review-process .background h4:only-child {
      margin: 0; }
  .medical-review-process .background p {
    margin-bottom: 1em; }
    .medical-review-process .background p:only-child, .medical-review-process .background p:last-child {
      margin: 0; }

.medical-review-process .arrow-down {
  border-left: 2px dotted #02293e;
  font-weight: 700;
  float: left;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: 6%;
  padding-top: 20px;
  padding-left: 30px;
  position: relative;
  width: 44%; }
  .medical-review-process .arrow-down:after {
    bottom: -20px;
    content: "\e201";
    font-size: 1.8em;
    left: -19px;
    position: absolute; }

.medical-review-process .accordion-item1 .background:before {
  background: url(../images/num-1.svg) no-repeat;
  height: 99px;
  width: 71px; }

.medical-review-process .accordion-item2 .background:before {
  background: url(../images/num-2.svg) no-repeat;
  height: 99px;
  width: 71px; }

.medical-review-process .accordion-item2 .wrap.nested .background:before {
  background: url(../images/num-3.svg) no-repeat;
  height: 99px;
  width: 71px; }

.medical-review-process .accordion-item3 .background:before {
  background: url(../images/num-3.svg) no-repeat;
  height: 99px;
  width: 71px; }

.medical-review-process .accordion-item4 .background:before {
  background: url(../images/num-4.svg) no-repeat;
  height: 99px;
  width: 71px; }

.medical-review-process .lines {
  height: 100%;
  left: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1; }

.medical-review-process .line {
  border: 2px dotted #0e3347;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  left: 10px;
  width: 35px; }
  .medical-review-process .line.line-head {
    border-left: 2px dotted #0e3347;
    border-bottom: 0;
    border-top: 0;
    border-radius: 0; }
    .medical-review-process .line.line-head:before {
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      bottom: 0;
      color: #0e3347;
      content: '\e92a';
      display: block;
      height: 10px;
      left: 4px;
      font-size: 1em;
      margin: auto;
      position: absolute;
      top: 0; }

.medical-review-process .scenario4 .accordion-content {
  padding-bottom: 0; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #0c162d !important; }

.fc-day-grid-container {
  height: auto !important; }

.fc {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 4px;
  overflow: hidden; }
  .fc h2 {
    color: #fdc82d;
    font-weight: 400;
    font-size: 2.2em;
    margin-bottom: 0;
    text-transform: none; }
    .fc h2:after {
      display: none; }
  .fc table {
    background: #16244c;
    border-radius: 0;
    margin-bottom: 0; }
    .fc table tr {
      background: none; }
  .fc .fc-row .fc-bg {
    background: #0e1531 !important;
    border-color: #314651 !important; }
  .fc td.fc-today {
    background: #0f1831 !important; }
  .fc .fc-day-header {
    background: #11397f !important;
    font: 700 1.4em "Monsterrat", sans-serif;
    padding: 4px 0;
    text-transform: uppercase; }
  .fc button {
    height: 25px;
    padding: 0;
    width: 25px; }

.fc-toolbar {
  background: #16244c;
  color: #fdc82d;
  margin-bottom: 0;
  padding: 15px 30px 10px; }

.fc-ltr .fc-basic-view .fc-day-number {
  color: #ffffff;
  font-size: 1.4em;
  padding: 10px;
  text-align: center; }

.fc-day-grid-event {
  cursor: pointer; }
  .fc-day-grid-event .fc-content {
    overflow: visible;
    white-space: normal; }

.fc-button {
  background: none;
  box-shadow: inset 0 0 0 transparent, 0 0 0 transparent;
  border: 0;
  height: 24px;
  outline: 0;
  width: 24px; }
  .fc-button.fc-next-button:before, .fc-button.fc-prev-button:before {
    color: #fdc82d;
    font-family: "icomoon", sans-serif;
    speak: none;
    font-size: 2em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .fc-button.fc-next-button:before {
    content: "\e619"; }
  .fc-button.fc-prev-button:before {
    content: "\e618"; }
  .fc-button span {
    display: none; }

.fc-title {
  display: block;
  font: 700 1.529em/1.25 "Source Sans Pro", sans-serif;
  padding: 5px 8px;
  text-overflow: ellipsis;
  overflow: hidden; }

.fc-day-number.fc-other-month {
  color: #53636c !important;
  opacity: 1; }

.fc-state-default {
  text-shadow: 0 1px 1px transparent; }

.is-selected .pika-button {
  box-shadow: inset 0 0 0 #000; }

.pika-single table abbr {
  cursor: default !important; }

.ln-letters {
  display: none;
  text-align: center; }
  .ln-letters a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    color: #153463;
    font-size: 2.8em;
    float: none;
    margin: 0 2px; }
  .ln-letters a:hover,
  .ln-letters .ln-selected {
    background: none !important;
    color: #c09800; }
  .ln-letters .ln-last {
    border-right: 0; }
  .ln-letters:last-child {
    border-bottom: 0; }

.ln-no-match {
  display: none; }

.jwplayer:hover .jw-display-icon-container {
  background-color: transparent !important;
  background: transparent !important; }

.jwplayer .jw-display-icon-container {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 55px !important;
  width: 55px !important;
  margin: auto !important; }
  .jwplayer .jw-display-icon-container.jw-display-icon-rewind {
    top: -70px; }
  .jwplayer .jw-display-icon-container.jw-display-icon-display {
    top: 20px; }

.jw-background-color {
  background-color: transparent !important; }

.jwplayer.jw-state-idle .jw-icon-display {
  color: #fdc82d; }
  .jwplayer.jw-state-idle .jw-icon-display:before {
    content: "\e805" !important; }

.jw-icon {
  transition-property: opacity;
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #fdc82d !important;
  font-size: 1.5em !important;
  opacity: 1; }
  .jw-icon:hover {
    opacity: 0.4; }
  .jw-icon.jw-off {
    opacity: 0.25; }

.jw-time-tip, .jw-volume-tip, .jw-menu {
  border: 0 !important; }

.jw-text {
  font-size: 1em !important; }

.jw-tab-focus:focus {
  outline: 0 !important; }

.autocomplete-suggestion {
  font-size: 1.4em;
  padding: 5px 10px; }

.pika-select {
  color: #000000; }

.pika-single {
  background: #02293e;
  border: 0;
  border-bottom-color: transparent; }
  .pika-single table {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0; }
    .pika-single table thead {
      color: #999999;
      font: 400 1.2em "Monsterrat", sans-serif; }
    .pika-single table tr:nth-child(even) {
      background: transparent; }
    .pika-single table th {
      background-color: transparent;
      border-right: 0; }
    .pika-single table td {
      border-bottom: 0;
      border-right: 0; }
    .pika-single table abbr[title] {
      border-bottom: 0; }

.pika-lendar {
  width: 205px; }

.is-today .pika-button {
  background: #fdc82d;
  border-radius: 0;
  color: #02293e;
  font-weight: 400; }
  .is-today .pika-button:hover {
    color: #fff; }

.pika-button {
  background: transparent;
  color: #ffffff;
  font-family: "Monsterrat", sans-serif;
  font-size: 0.800em;
  text-align: center; }
  .pika-button:hover {
    background: #0e1531;
    border-radius: 0; }

.pika-prev,
.pika-next {
  background-image: none;
  display: block;
  font-size: 1.5em;
  height: 17px;
  margin: 5px 6px 0;
  opacity: 1;
  text-indent: 0;
  width: 17px; }
  .pika-prev:before,
  .pika-next:before {
    color: #fdc82d; }

.pika-next:before,
.is-rtl .pika-prev:before {
  content: "\e619"; }

.pika-prev:before,
.is-rtl .pika-next:before {
  content: "\e618"; }

.pika-label {
  background: transparent;
  color: #ffffff;
  font: 400 1.6em "Monsterrat", sans-serif;
  text-transform: uppercase; }

.tooltipster-default ul {
  color: #ffffff; }
  .tooltipster-default ul li {
    font-size: 1em; }

.tooltipster-default .tooltipster-content {
  font-family: "Monsterrat", sans-serif; }

.tooltipster-base {
  background: #074a6f;
  border: 1px solid #a4a8ae;
  border-radius: 0;
  max-width: 390px; }
  .tooltipster-base .tooltipster-content {
    font-size: 13px;
    padding: 15px; }
  .tooltipster-base .title {
    display: block;
    font: 700 1.286em "Montserrat", sans-serif;
    text-transform: uppercase; }
  .tooltipster-base .desc {
    font: 1.286em "Source Sans Pro", sans-serif;
    line-height: 1.25; }

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-top: 20px solid;
  bottom: -18px; }

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  bottom: -19px;
  border-top: 20px solid;
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important; }

@-moz-document url-prefix() {
  .exit-permit-and-bond .line:after {
    margin-top: -5px; } }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px; }

.fancybox-overlay-fixed {
  z-index: 9999; }

.fancybox-opened {
  z-index: 99999; }

html.fancybox-margin {
  margin-right: 0; }

.vocation-fancybox {
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  overflow-y: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  top: 0;
  left: 0; }
  .vocation-fancybox.hide {
    display: none !important; }

.vocation-btn {
  position: fixed;
  z-index: 99999;
  top: 42%;
  height: auto;
  width: auto;
  background: transparent;
  border: none;
  font-size: 40px;
  color: #ffffff;
  padding: 0; }
  .vocation-btn.hide {
    display: none !important; }
  .vocation-btn.prev-fan-vocation {
    text-align: left;
    left: 50px; }
    .vocation-btn.prev-fan-vocation span {
      margin-left: 16px; }
  .vocation-btn.next-fan-vocation {
    text-align: right;
    right: 50px; }
    .vocation-btn.next-fan-vocation span {
      margin-right: 16px; }
  .vocation-btn > span {
    font-size: 14px;
    display: block;
    font-family: sans-serif;
    margin-top: 7px;
    line-height: 1.3; }
  .vocation-btn:before {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

/* =========================================================================
    DEPENDENCIES
    ----------------------------------------------------------------------
    _colors.scss
    _mixins.scss

    TABLE OF CONTENT
    ----------------------------------------------------------------------
    01 767px and below (Iphone)
    02 768px and below (Ipad Mini and phone)
    03 1024px and above (Desktop)
    04 Print
========================================================================== */
/* =======================================================================
01 767px and below (Iphone)
========================================================================== */
@media screen and (max-width: 767px) {
  /* ==========================================================================
DEPENDENCIES
	--------------------------------------------------------------------------
	_color.scss
	_mixin.scss
	_common.scss


	TABLE OF CONTENT
	--------------------------------------------------------------------------
	01 Global
	02 Layout
	03 Header
	04 Main Navigation
	05 Home Page
	06 Standard
	07 Footer
	08 Components

	00 Imports
================================================== */
  /* =======================================================================
01 Global
========================================================================== */
  /* =======================================================================
02 Layout
========================================================================== */
  body.hide .header {
    top: -45px !important; }
  body.hide .hero-banner,
  body.hide .standard-banner {
    top: -10px; }
  body.compact .header {
    top: 0 !important; }
  #main {
    margin-top: 45px; }
  .list-indent .content {
    width: 85%; }
  .wrap .full-span {
    width: 100%; }
    .wrap .full-span .col-1 {
      width: 8.333333%; }
    .wrap .full-span .offset-col-1 {
      margin-left: 8.333333%; }
    .wrap .full-span .col-2 {
      width: 16.666667%; }
    .wrap .full-span .offset-col-2 {
      margin-left: 16.666667%; }
    .wrap .full-span .col-3 {
      width: 25%; }
    .wrap .full-span .offset-col-3 {
      margin-left: 25%; }
    .wrap .full-span .col-4 {
      width: 33.333333%; }
    .wrap .full-span .offset-col-4 {
      margin-left: 33.333333%; }
    .wrap .full-span .col-5 {
      width: 41.666667%; }
    .wrap .full-span .offset-col-5 {
      margin-left: 41.666667%; }
    .wrap .full-span .col-6 {
      width: 50%; }
    .wrap .full-span .offset-col-6 {
      margin-left: 50%; }
    .wrap .full-span .col-7 {
      width: 58.333333%; }
    .wrap .full-span .offset-col-7 {
      margin-left: 58.333333%; }
    .wrap .full-span .col-8 {
      width: 66.666667%; }
    .wrap .full-span .offset-col-8 {
      margin-left: 66.666667%; }
    .wrap .full-span .col-9 {
      width: 75%; }
    .wrap .full-span .offset-col-9 {
      margin-left: 75%; }
    .wrap .full-span .col-10 {
      width: 83.333333%; }
    .wrap .full-span .offset-col-10 {
      margin-left: 83.333333%; }
    .wrap .full-span .col-11 {
      width: 91.666667%; }
    .wrap .full-span .offset-col-11 {
      margin-left: 91.666667%; }
    .wrap .full-span .col-12 {
      width: 100%; }
    .wrap .full-span .offset-col-12 {
      margin-left: 100%; }
    .wrap .full-span [class^="col-"],
    .wrap .full-span [class*=" col-"] {
      float: left;
      padding: 0 15px; }
    .wrap .full-span ol, .wrap .full-span ul {
      padding: 0 0 0 20px; }
  .intro {
    margin-bottom: 0;
    padding: 0; }
    .intro:only-child p {
      margin-bottom: 60px !important; }
    .intro p {
      margin-bottom: 30px !important; }
  .side-tools ul li {
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden; }
  .side-tools .side-tool-share,
  .side-tools .side-tool-poll,
  .side-tools .side-tool-feedback {
    visibility: hidden; }
  .table-wrapper {
    white-space: nowrap; }
  .bigfoot-footnote__wrapper {
    white-space: normal; }
  .hexagon {
    width: 170px; }
    .hexagon .icon {
      font-size: 4em;
      height: 80px;
      width: 80px; }
  .breadcrumbs {
    display: none; }
  .table-colored {
    text-align: center; }
    .table-colored .col {
      margin-bottom: 0; }
    .table-colored .arrow-list li:after {
      display: none; }
    .table-colored .arrow-list li:last-child {
      margin: 0; }
    .table-colored .cta {
      margin-bottom: 0;
      text-align: left; }
      .table-colored .cta .icon,
      .table-colored .cta span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        margin-bottom: 0; }
      .table-colored .cta span {
        vertical-align: middle;
        width: 80%; }
  .table-light-blue .head,
  .table-light-blue .col {
    border: 1px solid #2a7f9e;
    border-bottom: 0; }
  .table-dark-blue .head,
  .table-dark-blue .col {
    border: 1px solid #2a4864;
    border-bottom: 0; }
  .table-yellow .head,
  .table-yellow .col {
    border: 1px solid #715400;
    border-bottom: 0; }
  .faq-list .description-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0; }
  .hist-detail {
    position: relative !important;
    left: 0 !important;
    right: 0; }
    .hist-detail .yr-title {
      font-size: 2.4em;
      line-height: 1.2;
      margin-top: 15px; }
    .hist-detail .popup-html {
      padding: 0 10px; }
    .hist-detail .voc-title {
      font-size: 2.4em;
      font-weight: 700;
      margin-bottom: 25px; }
    .hist-detail .close-vocation-detail {
      right: 10px; }
  .history-container .yr {
    font-size: 2.8em;
    left: 20px;
    bottom: 20px; }
  .history-container .twos {
    margin-bottom: 30px; }
    .history-container .twos h2 {
      font-size: 1.8em;
      margin-bottom: 15px; }
  .history-container .hist-item {
    width: 100%;
    float: left;
    height: 175px;
    margin: 0 0 2px;
    background-size: 100%; }
  /* =======================================================================
03 Header
========================================================================== */
  .header {
    position: fixed;
    top: 0; }
  .main-logo:after {
    display: none; }
  #notification p:nth-of-type(1) {
    float: left; }
  /* =======================================================================
04 Main Navigation
========================================================================== */
  .side-nav-wrapper {
    min-height: 100px;
    width: 250px; }
  .side-nav {
    min-height: 100px; }
  /* =======================================================================
05 Homepage
========================================================================== */
  .hero-banner {
    min-height: 480px; }
    .hero-banner .wrap {
      bottom: 0;
      width: auto; }
    .hero-banner h1 {
      font-size: 3.2em; }
  .feature-tiles .persona-reset {
    position: absolute;
    right: 0;
    top: 21px; }
  .feature-tiles .choose {
    display: block; }
  .feature-tiles .persona-profiles .main-tabs {
    width: 100%;
    margin: 0;
    position: static;
    padding: 20px 0; }
    .feature-tiles .persona-profiles .main-tabs li {
      width: calc(50% - 8px); }
      .feature-tiles .persona-profiles .main-tabs li ul {
        width: 100%; }
        .feature-tiles .persona-profiles .main-tabs li ul li {
          width: 100%; }
          .feature-tiles .persona-profiles .main-tabs li ul li a {
            margin: 0 0 5px 0; }
  .feature-tiles .persona-wrapper #persona-local-parent .icon-pes, .feature-tiles .persona-wrapper #persona-overseas-parent .icon-pes {
    top: -15px;
    margin-bottom: -8px; }
  .tiles {
    padding: 20px 15px; }
    .tiles:after {
      top: -100px; }
    .tiles h2 {
      font-size: 3.2em; }
    .tiles .tile {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */ }
      .tiles .tile:before, .tiles .tile:after {
        content: '';
        display: table; }
      .tiles .tile:after {
        clear: both; }
      .tiles .tile a {
        float: left;
        padding: 30px;
        width: 66.6667%; }
      .tiles .tile i {
        display: none; }
      .tiles .tile .image {
        float: left;
        height: 135px;
        width: 33.3333%; }
      .tiles .tile.date a {
        width: 100%; }
  .accent h2 {
    font-size: 2.8em; }
  .accent .btn {
    max-width: none; }
  .accent .image {
    margin-bottom: 20px;
    -webkit-order: 2;
    order: 2; }
  .accent .copy {
    -webkit-order: 1;
    order: 1; }
  .accent.accent-tile .hexagon {
    height: 57px;
    margin: auto;
    width: 49px; }
    .accent.accent-tile .hexagon .icon {
      font-size: 1.5em;
      height: 30px;
      width: 30px; }
  .accent.accent-tile .tile {
    margin-bottom: 20px; }
    .accent.accent-tile .tile:last-child {
      margin-bottom: 0; }
      .accent.accent-tile .tile:last-child ul {
        margin-bottom: 0; }
        .accent.accent-tile .tile:last-child ul li:last-child {
          margin-bottom: 0; }
    .accent.accent-tile .tile .col-4 {
      float: left;
      width: 16.66667%; }
    .accent.accent-tile .tile .col-8 {
      float: left;
      width: 83.33333%; }
  .accent.accent-tile .tile-detail {
    margin-bottom: 0;
    margin-top: 8px;
    padding-left: 15px; }
  .accent.accent-blue .copy {
    padding-top: 40px; }
  .accent.accent-dark-blue .copy {
    padding-top: 70px; }
  .accent.accent-landing {
    padding: 20px 0 40px; }
    .accent.accent-landing:nth-child(odd) .copy {
      -webkit-order: 1;
      order: 1;
      padding-top: 20px; }
    .accent.accent-landing:nth-child(odd) .image {
      -webkit-order: 2;
      order: 2; }
    .accent.accent-landing .wrap {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-box-direction: column-reverse;
      -moz-box-direction: column-reverse;
      -ms-flexbox-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .accent.accent-landing .copy {
      padding-top: 20px; }
  .accent.accent-quick-links .sub-links span {
    width: 90%; }
  .accent.accent-quick-links .sub-link-next .icon {
    float: right; }
  .accent.accent-ranks {
    padding: 50px 0; }
  .accent.accent-uniforms {
    padding: 40px 0; }
    .accent.accent-uniforms:after {
      background: #1d3d4b url(../images/background-accent-uniforms-mobile.jpg) repeat-x top center; }
  /* =======================================================================
06 Standard
========================================================================== */
  .standard-banner {
    height: 150px; }
    .standard-banner h1 {
      -webkit-transform: translate(-50%, -50%);
      -moz-transition: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transition: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      margin: auto;
      position: absolute;
      top: 50%;
      width: 50%;
      font-size: 2.4em;
      padding: 0 15px;
      width: 100%; }
      .standard-banner h1 a {
        padding-right: 30px; }
    .standard-banner .search-bar {
      -webkit-transform: translate(0, -50%);
      -moz-transition: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transition: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      top: 50%;
      left: 0;
      padding: 0 15px;
      z-index: 25; }
      .standard-banner .search-bar h1 {
        padding: 0; }
      .standard-banner .search-bar input[type="text"],
      .standard-banner .search-bar .keyword {
        font-size: 2em !important;
        width: 74%;
        word-break: break-all; }
      .standard-banner .search-bar .material-select-wrapper {
        display: none; }
  .diagonal-wrapper:before {
    top: -155px; }
  .diagonal-wrapper .main-article p:last-child {
    margin-bottom: 40px; }
  .diagonal-wrapper .main-article.minHeight {
    min-height: 500px; }
  .diagonal-wrapper .main-article.full-width .intro p {
    margin-bottom: 40px !important; }
  .diagonal-wrapper .child-article {
    margin-top: 50px; }
  .page-template-faq-listing .table-wrapper {
    white-space: inherit; }
  .ranks-canvas {
    height: 250px; }
    .ranks-canvas .breadcrumbs {
      display: block;
      margin: 20px 5px 10px; }
    .ranks-canvas .slide {
      height: inherit;
      min-height: 205px; }
      .ranks-canvas .slide h2 {
        font-size: 2.2em; }
      .ranks-canvas .slide p {
        font-size: 1.4em; }
      .ranks-canvas .slide .content {
        bottom: 0;
        padding: 5px; }
    .ranks-canvas .navigation button {
      float: left;
      height: 155px;
      width: 33.3333%; }
      .ranks-canvas .navigation button:after {
        width: 90%; }
      .ranks-canvas .navigation button .image-wrap {
        width: 90%; }
        .ranks-canvas .navigation button .image-wrap img {
          max-width: 90px; }
      .ranks-canvas .navigation button .text {
        bottom: 0; }
    .ranks-canvas .saf-divisions {
      top: 102px; }
      .ranks-canvas .saf-divisions h3 {
        margin-top: 10px; }
    .ranks-canvas .division {
      float: left;
      width: 33.3333%; }
      .ranks-canvas .division h3 {
        font-size: 1.6em; }
      .ranks-canvas .division p {
        display: none; }
      .ranks-canvas .division button {
        height: 150px; }
    .ranks-canvas .image-wrapper {
      height: 88px;
      width: 88px; }
    .ranks-canvas .ranks a {
      width: 50%; }
      .ranks-canvas .ranks a img {
        margin: auto;
        width: 75px; }
      .ranks-canvas .ranks a:last-child {
        margin-bottom: 0; }
    .ranks-canvas .ranks .rank,
    .ranks-canvas .ranks .label {
      float: none;
      margin-bottom: 10px;
      width: 100%; }
      .ranks-canvas .ranks .rank:last-child,
      .ranks-canvas .ranks .label:last-child {
        margin-bottom: 0; }
  .rank-detail .desc-wrap {
    margin-top: 0; }
  .rank-detail .content .rank {
    margin: 0 auto;
    width: 40%; }
  .ranks-stage .rank-detail .desc-wrap {
    margin-top: 14px; }
  .ranks-stage .rank-detail .content .rank,
  .ranks-stage .rank-detail .content .desc {
    float: left; }
  .ranks-stage .rank-detail .content .rank {
    padding-right: 15px;
    width: 33.3333%; }
  .ranks-stage .rank-detail .content .desc {
    width: 66.6667%; }
  .uniforms h2 {
    font-size: 2em;
    text-align: center;
    width: 100%; }
  .uniforms .soldier {
    left: auto;
    opacity: 0.5;
    overflow: hidden;
    right: -15px;
    top: 0;
    width: 230px;
    z-index: -1; }
    .uniforms .soldier img {
      max-width: none;
      width: 395px; }
  .uniforms .navigation ul li {
    float: none;
    margin-bottom: 10px;
    width: 60%; }
  .uniforms .navigation ul button {
    padding-top: 10px;
    margin-bottom: 0; }
  .uniforms .navigation ul .icon {
    font-size: 1.4em;
    width: 25px; }
  .uniforms .detail {
    left: 65px;
    right: 30px;
    width: auto;
    visibility: hidden; }
    .uniforms .detail .pointer {
      display: none; }
    .uniforms .detail .feature {
      margin: auto;
      width: 195px; }
      .uniforms .detail .feature img {
        height: 175px;
        width: auto; }
    .uniforms .detail .desc h3 {
      font-size: 2.2em; }
    .uniforms .detail .desc p {
      font-size: 1.4em; }
    .uniforms .detail .desc .scroll-wrap {
      height: 170px;
      overflow: hidden; }
  .accordion .accordion-title h3 {
    padding-right: 25px; }
  .infographic.shareable .image {
    display: none !important; }
  .infographic.shareable .share-link {
    display: block; }
  .infographic.shareable .addthis_toolbox {
    bottom: 0px; }
  .atmospheric-videos {
    display: none; }
  .landing-five .diagonal-wrapper .main-article.full-width .intro p {
    margin-bottom: 0px !important; }
  /* =======================================================================
00 Feedback
========================================================================== */
  .feedback .google-map-info {
    position: relative;
    width: 100%; }
  /* =======================================================================
07 Footer
========================================================================== */
  .footer {
    margin-top: 0;
    text-align: center; }
    .footer nav {
      padding-top: 0;
      padding-bottom: 30px; }
    .footer ul {
      display: none; }
    .footer .foot-lvl1 {
      display: block;
      margin-bottom: 0; }
      .footer .foot-lvl1 > li a {
        font-size: 0.7em; }
    .footer .social-media ul {
      display: block; }
    .footer .col-3 {
      margin-bottom: 10px; }
    .footer .loner {
      margin-bottom: 10px; }
  .copyright {
    padding: 20px 0; }
    .copyright ul {
      display: block; }
    .copyright a {
      font-size: 1em; }
    .copyright .last-update {
      text-align: center; }
  .vocation-btn {
    width: 50px;
    height: 50px;
    bottom: 0;
    top: inherit;
    background: rgba(14, 43, 99, 0.8);
    font-size: 35px; }
    .vocation-btn.prev-fan-vocation {
      left: 0;
      padding-left: 5px; }
    .vocation-btn.next-fan-vocation {
      right: 0;
      padding-right: 5px; }
    .vocation-btn > span {
      display: none; }
  .cd-top {
    border: 0;
    display: block;
    position: fixed;
    bottom: 5px;
    right: 17px; }
    .cd-top .icon {
      margin: 0;
      border-radius: 50%;
      right: -2px;
      border: 0; }
    .cd-top .slide-opt {
      display: none; }
  /* =======================================================================
08 Components
========================================================================== */
  .calculator-stage {
    height: 625px;
    top: -14px; }
    .calculator-stage .slide {
      padding: 0 15px; }
  .bmi-calculator-stage .calculator-stage {
    height: 735px; }
  .bmi-calculator-stage .measurement-unit {
    margin: 0 0 20px; }
  .bmi-calculator-stage .input-wrap {
    padding: 0 15px; }
    .bmi-calculator-stage .input-wrap .col-5:last-child {
      margin-bottom: 0; }
  .bmi-calculator-stage .start h2 {
    font-size: 3em; }
  .bmi-calculator-stage .results {
    margin-top: 180px; }
    .bmi-calculator-stage .results h3 {
      font-size: 3em; }
  .bmi-calculator-stage .imperical {
    text-align: center; }
    .bmi-calculator-stage .imperical .input {
      font-size: 2.174em !important;
      width: 65px; }
  .ippt-calculator-stage .calculator-stage {
    height: 1050px; }
    .ippt-calculator-stage .calculator-stage:after {
      top: 30px; }
  .ippt-calculator-stage .ippt-results {
    height: 120px;
    text-align: center; }
    .ippt-calculator-stage .ippt-results.show h2 {
      padding-top: 2px !important; }
    .ippt-calculator-stage .ippt-results h1, .ippt-calculator-stage .ippt-results h2 {
      padding-right: 0; }
    .ippt-calculator-stage .ippt-results h2 {
      font-size: 1.6em;
      padding-top: 10px !important; }
  .ippt-calculator-stage .input-wrap .age {
    padding: 0 15px; }
  .ippt-calculator-stage .result-wrap {
    -webkit-transform: translate(0, 0);
    -moz-transition: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transition: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 250px;
    margin: auto; }
    .ippt-calculator-stage .result-wrap p {
      font-size: 1.5em;
      margin-top: 40px; }
  .ippt-calculator-stage .results {
    float: left;
    text-align: right;
    width: 40%; }
  .ippt-calculator-stage .col-l {
    float: left;
    width: 60%; }
  .ippt-deadline-stage .calculator-stage {
    top: -12px; }
  .ippt-deadline-stage .results {
    margin-top: 90px; }
    .ippt-deadline-stage .results .wrap {
      background: none;
      height: 270px; }
    .ippt-deadline-stage .results .copy {
      padding: 0 20px; }
  .ippt-deadline-stage .input-wrap .input {
    font-size: 2em; }
  .deferment-calculator {
    min-height: 0; }
    .deferment-calculator .accent {
      min-height: 445px; }
    .deferment-calculator .breadcrumbs {
      display: block;
      left: 20px;
      top: 35px; }
    .deferment-calculator .note .btn {
      margin-top: 0; }
    .deferment-calculator .note p {
      font-size: 1.6em !important; }
    .deferment-calculator .slide:first-child h2 {
      font-size: 3.2em; }
    .deferment-calculator .slide .content {
      padding: 70px 20px 20px; }
      .deferment-calculator .slide .content .btn {
        margin-bottom: 15px; }
    .deferment-calculator .btn {
      padding: 10px; }
    .deferment-calculator .btn-arrow {
      width: 100%; }
    .deferment-calculator .questions h2,
    .deferment-calculator .results h2 {
      font-size: 2.0em;
      line-height: 1.25;
      margin-bottom: 20px; }
    .deferment-calculator .result .btn {
      margin: 0px; }
    .deferment-calculator .material-select-container {
      margin-bottom: 20px;
      width: 100%; }
  .pre-enlistment-milestones .milestone {
    margin-bottom: 40px;
    width: 100%; }
    .pre-enlistment-milestones .milestone a {
      font-weight: 400;
      font-size: 1.6em;
      width: 60%; }
    .pre-enlistment-milestones .milestone img {
      margin-bottom: 10px;
      max-width: 95px;
      width: 100%; }
  .pre-enlistment-milestones .milestone3,
  .pre-enlistment-milestones .milestone4 {
    float: left;
    width: 50%; }
    .pre-enlistment-milestones .milestone3 a,
    .pre-enlistment-milestones .milestone4 a {
      padding: 0 10px;
      width: 100%; }
  .pre-enlistment-milestones .milestone5 {
    clear: both; }
  .pre-enlistment-milestones .line {
    background: #ffffff; }
  .pre-enlistment-milestones .line24 {
    background: none;
    border: 2px solid #ffffff;
    border-top: 0; }
    .pre-enlistment-milestones .line24:after {
      bottom: -10px;
      top: auto; }
  .medical-review-process .accordion-content {
    padding-left: 30px; }
  .medical-review-process .scenario:last-child {
    margin-bottom: 0; }
    .medical-review-process .scenario:last-child .accordion-content {
      padding-bottom: 0; }
  .medical-review-process .background {
    padding: 15px 20px 0 50px; }
    .medical-review-process .background:before {
      display: none; }
    .medical-review-process .background.nested {
      margin-left: 0; }
    .medical-review-process .background h4 {
      font-size: 1em; }
    .medical-review-process .background p {
      font-size: 0.889em; }
  .medical-review-process .icon-wrapper {
    left: -30px; }
    .medical-review-process .icon-wrapper.nested {
      left: -35px; }
  .medical-review-process .icon {
    height: 75px;
    width: 75px; }
  .medical-review-process .wrap.nested {
    margin-bottom: 0;
    padding-left: 65px; }
  .medical-review-process .line.line323A, .medical-review-process .line.line323B, .medical-review-process .line.line423A, .medical-review-process .line.line423B {
    border-bottom: 2px dotted #02293e; }
  .medical-review-process .line.line323B:before, .medical-review-process .line.line423B:before {
    top: 40%; }
  .exit-permit-and-bond .age,
  .exit-permit-and-bond .duration {
    margin-bottom: 40px; }
  .exit-permit-and-bond .result {
    margin-bottom: 60px; }
    .exit-permit-and-bond .result img {
      max-width: 95px; }
    .exit-permit-and-bond .result .wrap {
      margin: 0 auto !important;
      max-width: 550px;
      width: 100%; }
    .exit-permit-and-bond .result .col-6 {
      float: left;
      width: 50%; } }

@media screen and (max-width: 767px) and (min-width: 500px) and (max-width: 767px) {
  .result .col-6 {
    float: left;
    width: 50%; }
  .medical-review-process .wrap.nested {
    padding-left: 100px; } }

@media screen and (max-width: 767px) {
  .fc-title {
    display: none; }
  .fc-day-grid-event .fc-content {
    min-height: 20px; }
  .fc-toolbar {
    padding: 15px; }
  .pika-lendar {
    width: 235px; }
  .pika-prev,
  .pika-next {
    height: 30px;
    margin: 0 6px;
    width: 30px; }
    .pika-prev:before,
    .pika-next:before {
      position: relative;
      top: -2px; }
  .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
  .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1; }
  .tooltipster-base .tooltipster-content {
    font-size: 12px; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .ippt-calculator-stage .calculator-stage {
    height: 930px; }
  .diagonal-wrapper .main-article.minHeight {
    min-height: 400px; } }

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .line:after {
    top: -8px !important; } }

/* =======================================================================
02 768px and below (Ipad Mini and phone)
========================================================================== */
@media screen and (min-width: 768px), print {
  /* ==========================================================================
DEPENDENCIES
	--------------------------------------------------------------------------
	_color.scss
	_mixin.scss
	_common.scss
	_customBootstrap.scss

	TABLE OF CONTENT
	--------------------------------------------------------------------------
	01 Global
	02 Layout
	03 Header
	04 Main Navigation
	05 Home Page
	06 Standard
	07 Footer
	08 Components

00 Imports
================================================== */
  /* =======================================================================
01 Global
========================================================================== */
  .col-1 {
    width: 8.333333%; }
  .offset-col-1 {
    margin-left: 8.333333%; }
  .col-2 {
    width: 16.666667%; }
  .offset-col-2 {
    margin-left: 16.666667%; }
  .col-3 {
    width: 25%; }
  .offset-col-3 {
    margin-left: 25%; }
  .col-4 {
    width: 33.333333%; }
  .offset-col-4 {
    margin-left: 33.333333%; }
  .col-5 {
    width: 41.666667%; }
  .offset-col-5 {
    margin-left: 41.666667%; }
  .col-6 {
    width: 50%; }
  .offset-col-6 {
    margin-left: 50%; }
  .col-7 {
    width: 58.333333%; }
  .offset-col-7 {
    margin-left: 58.333333%; }
  .col-8 {
    width: 66.666667%; }
  .offset-col-8 {
    margin-left: 66.666667%; }
  .col-9 {
    width: 75%; }
  .offset-col-9 {
    margin-left: 75%; }
  .col-10 {
    width: 83.333333%; }
  .offset-col-10 {
    margin-left: 83.333333%; }
  .col-11 {
    width: 91.666667%; }
  .offset-col-11 {
    margin-left: 91.666667%; }
  .col-12 {
    width: 100%; }
  .offset-col-12 {
    margin-left: 100%; }
  [class^="col-"],
  [class*=" col-"] {
    float: left;
    padding: 0 15px; }
  .coln-5 {
    float: left;
    width: 20%; }
  img {
    margin: 0 0 20px;
    width: auto; }
  .mobile-only {
    display: none; }
  .no-mobile {
    display: block; }
  #notification p:nth-of-type(1) {
    float: left; }
  .table-wrapper {
    overflow: visible; }
  /* =======================================================================
02 Layout
========================================================================== */
  section .main-article:only-child {
    margin-bottom: 40px; }
  .container .wrap {
    margin: 0 -15px; }
  .table-colored .arrow-list li:after {
    display: none; }
  .table-colored .arrow-list a {
    text-decoration: underline; }
  .hexagon .icon {
    font-size: 2.5em;
    height: 50px;
    width: 50px; }
  .diagonal-wrapper .main-article.minHeight {
    min-height: 360px; }
  /* =======================================================================
03 Header
========================================================================== */
  .header.mobile > .nav {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    height: 100%;
    margin: auto;
    max-width: 960px; }
    .header.mobile > .nav:before, .header.mobile > .nav:after {
      content: '';
      display: table; }
    .header.mobile > .nav:after {
      clear: both; }
  .header.mobile h1 {
    margin-left: 15px;
    padding: 2px 0; }
  .header.mobile ul {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .header.mobile ul:before, .header.mobile ul:after {
      content: '';
      display: table; }
    .header.mobile ul:after {
      clear: both; }
    .header.mobile ul > li {
      float: left;
      opacity: 1;
      overflow: visible;
      position: relative;
      top: 0; }
    .header.mobile ul a:hover {
      background: #085ab8; }
  .header.mobile .menu,
  .header.mobile .lvl2,
  .header.mobile .lvl3 {
    display: none; }
  .header.mobile .wrap {
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    position: static;
    width: auto; }
  .header.mobile .lvl1 {
    clear: none;
    display: block;
    float: right;
    position: static;
    overflow: visible; }
    .header.mobile .lvl1 > li {
      border-top: none; }
    .header.mobile .lvl1 a {
      padding: 10px 50px 10px 20px; }
  .header.mobile .lvl2 {
    float: none;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 1; }
    .header.mobile .lvl2 li {
      float: none;
      opacity: 0;
      position: relative;
      top: -20px; }
  .header.mobile .lvl3 {
    width: 100%; }
    .header.mobile .lvl3 li a {
      padding-left: 30px; }
  /* =======================================================================
04 Main Navigation / Side Navigatin
========================================================================== */
  /* =======================================================================
05 Homepage
========================================================================== */
  .feature-tiles h3 {
    font-size: 1.571em; }
  .feature-tiles .persona-reset {
    position: absolute;
    right: 0;
    top: 21px; }
  .feature-tiles .choose {
    display: block; }
  .feature-tiles .persona-profiles .main-tabs {
    margin: 0;
    position: static;
    padding: 20px 0; }
    .feature-tiles .persona-profiles .main-tabs li {
      width: 250px; }
      .feature-tiles .persona-profiles .main-tabs li ul {
        width: 100%; }
        .feature-tiles .persona-profiles .main-tabs li ul li {
          width: calc(50% - 8px); }
          .feature-tiles .persona-profiles .main-tabs li ul li a {
            margin: 0; }
  .feature-tiles .persona-wrapper #persona-overseas-parent .icon-medical-screening {
    top: 0px;
    margin-bottom: 6px; }
  .tiles {
    padding: 60px 15px 50px; }
    .tiles:after {
      top: -155px; }
    .tiles .tile .image {
      height: 94px; }
      .tiles .tile .image.big {
        height: 300px; }
    .tiles .tile.date span {
      font-size: 3.2em; }
    .tiles .tile a {
      font-size: 1.6em; }
  .accent {
    padding: 80px 0; }
    .accent .intro {
      padding-left: 8.33333%; }
    .accent.accent-blue .copy {
      padding-top: 0;
      width: 41.66667%; }
    .accent.accent-dark-blue .copy {
      padding-top: 20px;
      width: 41.66667%; }
    .accent.timeline {
      padding: 80px 0 0; }
      .accent.timeline .image {
        -webkit-order: 1;
        order: 1; }
      .accent.timeline .copy {
        -webkit-order: 2;
        order: 2;
        width: 41.66667%; }
      .accent.timeline .circles {
        height: 400px; }
        .accent.timeline .circles .circle {
          height: 110px;
          font-size: 1.3em;
          padding: 10px 0;
          position: absolute;
          width: 110px; }
          .accent.timeline .circles .circle span {
            width: 90px;
            display: block; }
          .accent.timeline .circles .circle:nth-child(2) {
            top: -250px; }
          .accent.timeline .circles .circle:nth-child(3) {
            top: 250px; }
    .accent.accent-landing {
      padding: 20px 0 43px; }
      .accent.accent-landing h2 {
        font-size: 2.6em; }
      .accent.accent-landing .wrap {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        -webkit-box-direction: row;
        -moz-box-direction: row;
        -ms-flexbox-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative; }
      .accent.accent-landing .copy {
        padding-top: 40px; }
      .accent.accent-landing:nth-child(even) {
        padding: 20px 0 5px; }
        .accent.accent-landing:nth-child(even) .copy {
          -webkit-order: 2;
          order: 2;
          padding-top: 40px; }
        .accent.accent-landing:nth-child(even) .image {
          -webkit-order: 1;
          order: 1; }
    .accent.accent-tile {
      padding: 60px 0 40px; }
      .accent.accent-tile:first-child, .accent.accent-tile:nth-child(2) {
        padding-top: 0; }
      .accent.accent-tile .tile {
        float: left;
        margin-bottom: 0;
        padding: 0 15px;
        width: 50%; }
      .accent.accent-tile .tile-detail {
        margin-top: 30px;
        padding-left: 5px; }
    .accent.accent-quick-links .sub-links span {
      width: 85%; }
    .accent.accent-army-green .background, .accent.accent-navy-blue .background, .accent.accent-airforce-blue .background {
      display: block; }
    .accent.accent-vocations.vocations-grid .grid-toolbar {
      padding: 0 20px; }
      .accent.accent-vocations.vocations-grid .grid-toolbar .to-intro {
        margin-bottom: 20px; }
    .accent.accent-vocations.vocations-grid .grid {
      padding: 0 15px; }
      .accent.accent-vocations.vocations-grid .grid article {
        position: relative;
        height: 250px;
        width: 50%;
        float: left;
        opacity: 0;
        top: 150px; }
    .accent.accent-vocations.vocations-process .container .wrap {
      margin: 0;
      max-width: 850px; }
  .vocation-detail .popup-html, .popvideo-detail .popup-html {
    padding-top: 0 !important; }
  .accent-cols .accent-col {
    width: 50%; }
  .hist-detail .yr-title {
    font-size: 1.6em; }
  /* =======================================================================
06 Standard
========================================================================== */
  .standard-banner {
    height: 320px; }
    .standard-banner.short {
      height: 350px; }
  .main-article {
    padding: 0 15px; }
    .main-article.full-width {
      width: 100%; }
      .main-article.full-width .intro {
        padding-left: 8.33333%; }
  .category-filter label {
    margin-bottom: 0; }
  .category-filter .form-group {
    margin-bottom: 10px; }
  .related-links ul {
    border-top: 1px solid #c2c2c2; }
  .related-links .link {
    border-right: 1px solid #c2c2c2; }
  .glossary .prettify-text {
    display: block;
    float: left;
    font-size: 1.8em;
    margin-left: 8.33333%;
    padding: 0 15px;
    text-align: right;
    width: 25%; }
  .glossary .prettify-select-wrapper {
    float: left;
    margin-top: 0;
    padding: 0 15px;
    width: 66.66667%; }
  .glossary .prettify-label {
    top: 5px; }
  .glossary-list {
    padding: 0 15px; }
    .glossary-list p {
      width: 75%; }
  .uniforms .detail {
    height: 750px; }
  .uniforms .navigation ul button {
    text-align: center; }
    .uniforms .navigation ul button .icon {
      margin-bottom: 10px;
      margin-right: 0; }
  .uniforms .navigation ul span {
    width: 100%; }
  .uniforms .detail .pointer {
    display: none; }
  .uniforms .scroll-wrap {
    height: 265px !important; }
  .ranks-canvas h3 {
    margin-bottom: 0; }
  .ranks-canvas .navigation button {
    height: 325px; }
    .ranks-canvas .navigation button .image-wrap {
      left: 0;
      margin: auto;
      right: 0;
      width: 90%; }
      .ranks-canvas .navigation button .image-wrap img {
        max-width: 220px; }
  .ranks-canvas .wrap {
    margin: 0; }
  .ranks-canvas .saf-divisions {
    top: 150px; }
    .ranks-canvas .saf-divisions button {
      overflow: visible; }
  .ranks-canvas .image-wrapper {
    height: 180px;
    width: 100%; }
    .ranks-canvas .image-wrapper img {
      margin: 0 auto 20px; }
  .ranks-canvas .division .content {
    height: 240px;
    padding: 0; }
  .infographic img {
    margin: 35px -20px 50px; }
  .atmospheric-videos {
    display: none; }
  .landing-two .diagonal-wrapper .main-article.full-width .intro p {
    margin-bottom: 0px !important; }
  .history-container .twos {
    margin-bottom: 60px; }
  .history-container .hist-item {
    width: 49.5%;
    float: left;
    height: 280px;
    margin: 0.125%;
    background-size: inherit; }
  .history-container .yr {
    font-size: 3.6em;
    left: 35px;
    bottom: 35px; }
  /* =======================================================================
07 Footer
========================================================================== */
  .footer nav {
    padding: 40px 0 0; }
    .footer nav:before {
      height: 100%; }
  .footer .col {
    float: left;
    padding: 0 15px;
    width: 20%; }
  .copyright ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 20px; }
    .copyright ul li:last-child {
      margin-right: 0; }
  .copyright .container {
    padding: 0; }
  .copyright .col-8 {
    margin-bottom: 0; }
  .vocation-btn.prev-fan-vocation {
    left: 10px; }
  .vocation-btn.next-fan-vocation {
    right: 10px; }
  .vocation-btn > span {
    display: none; }
  .cd-top {
    border: 0;
    border-radius: 50%;
    display: block;
    height: 38px;
    padding: 0;
    width: 38px;
    position: fixed;
    bottom: 5px;
    right: 17px; }
    .cd-top .icon {
      margin: 0;
      border-radius: 50%;
      right: 0;
      border: 0; }
    .cd-top .slide-opt {
      display: none; }
  /* =======================================================================
08 Components
========================================================================== */
  #primary-nav > .nav {
    overflow-y: visible; }
  .menu.mobile {
    display: none; }
  .calculator-stage {
    padding-top: 65px; }
    .calculator-stage:after {
      top: 11px; }
  .ippt-calculator-stage .calculator-stage {
    height: 930px;
    padding-top: 70px;
    top: -36px; }
    .ippt-calculator-stage .calculator-stage:after {
      top: 22px; }
  .ippt-calculator-stage .ippt-results {
    height: 165px; }
    .ippt-calculator-stage .ippt-results h2 {
      padding-top: 40px; }
    .ippt-calculator-stage .ippt-results p {
      font-size: 1.5em; }
    .ippt-calculator-stage .ippt-results.show h2 {
      font-size: 1.3em;
      padding-top: 35px; }
    .ippt-calculator-stage .ippt-results.show p {
      font-size: 1.4em; }
  .ippt-calculator-stage .input-wrap .run {
    width: 38px; }
  .ippt-calculator-stage .input-wrap .col-l {
    width: 41.66667%; }
  .ippt-calculator-stage .input-wrap .col-r {
    width: 58.33333%; }
  .ippt-deadline-stage .calculator-stage {
    height: 570px; }
    .ippt-deadline-stage .calculator-stage:after {
      top: 8px; }
  .ippt-deadline-stage .results {
    margin-top: 190px; }
    .ippt-deadline-stage .results .copy {
      padding: 0 70px; }
  .bmi-calculator-stage .input-wrap .input {
    font-size: 1.5em; }
  .bmi-calculator-stage .results {
    margin-top: 170px; }
    .bmi-calculator-stage .results h3 {
      font-size: 3.5em; }
  .bmi-calculator-stage .imperical span {
    padding: 12px 0px; }
  .bmi-calculator-stage .imperical .input {
    font-size: 1.3em !important;
    width: 35px; }
    .bmi-calculator-stage .imperical .input.feet {
      width: 25px; }
  .deferment-calculator .btn-arrow:after {
    display: block; }
  .deferment-calculator .btn-arrow:hover:after {
    right: -22px; }
  .exit-permit-and-bond .age p {
    font-size: 1.4em; }
  .exit-permit-and-bond .result.col-r .wrap {
    margin: 0; }
  .fc-ltr .fc-basic-view .fc-day-number {
    text-align: left; } 
  .accent.accent-tile ul li:before {
        display: inline-block;
        *display: inline;
        zoom: 1;
        color: #153463;
        content: '\e619';
        font-size: 0.7em;
        height: 15px;
        margin-right: 2.9px;
        padding-right: 5px;
        width: 15px; }
    }

/* ======================================================================
03 1024px and above (Desktop)
========================================================================== */
@media screen and (min-width: 1024px), print {
  /* ==========================================================================
DEPENDENCIES
	--------------------------------------------------------------------------
	_color.scss
	_mixin.scss
	_common.scss


	TABLE OF CONTENT
	--------------------------------------------------------------------------
	01 Global
	02 Layout
	03 Header
	04 Main Navigation
	05 Home Page
	06 Standard
	07 Footer
	08 Components

	00 Imports
================================================== */
  /* =======================================================================
01 Global
========================================================================== */
  [class^="col-"], [class*=" col-"] {
    margin-bottom: 0; }
  .no-desktop {
    display: none; }
  /* =======================================================================
02 Layout
========================================================================== */
  body.hide .header {
    top: -178px !important; }
  body.hide .hero-banner,
  body.hide .standard-banner {
    top: -10px; }
  body.hide .videoBg,
  body.hide #videoBg {
    top: 0; }
  body.compact .header {
    top: -126px !important; }
  body.compact .videoBg,
  body.compact #videoBg {
    top: 49px; }
  a:hover {
    color: #663300; }
  .videoBg,
  #videoBg {
    transition-property: top;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    top: 175px; }
  .videoBg img {
    width: 100%; }
  .side-tools {
    bottom: auto;
    height: 164px;
    top: 224px;
    right: 0; }
    .side-tools button {
      border-radius: 0; }
    .side-tools ul {
      position: static; }
    .side-tools .print {
      display: block; }
    .side-tools a,
    .side-tools .social-media-share {
      background-color: #0e2b63;
      color: #ffffff;
      width: 40px; }
      .side-tools a:hover,
      .side-tools .social-media-share:hover {
        background-color: #239fd9 !important; }
        .side-tools a:hover .options,
        .side-tools .social-media-share:hover .options {
          right: 30px; }
      .side-tools a .options:hover,
      .side-tools .social-media-share .options:hover {
        background: #239fd9; }
    .side-tools .social-media-share .options:hover {
      background: #0e2b63; }
    .side-tools .side-tool-share,
    .side-tools .side-tool-poll,
    .side-tools .side-tool-feedback {
      opacity: 1; }
    .side-tools .side-tool {
      position: static; }
      .side-tools .side-tool a,
      .side-tools .side-tool .social-media-share {
        border-radius: 0;
        box-shadow: 0 0 0 0 transparent;
        color: #ffffff;
        margin-bottom: 4px; }
      .side-tools .side-tool .options {
        box-shadow: 0 0 0 0 transparent;
        background: #0e2b63;
        color: #ffffff;
        border-radius: 0;
        padding: 10px;
        right: -200px;
        text-align: left; }
        .side-tools .side-tool .options a {
          background: none;
          box-shadow: 0 0 0 0 transparent;
          color: #ffffff; }
      .side-tools .side-tool .social-media-share .options {
        padding: 0; }
    .side-tools .side-tool-button {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .side-tools .side-tool-print {
      display: block; }
  .btn-yellow:before,
  .btn-plain:before,
  .btn-plain-dark-blue:before {
    transition-property: width;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: width;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #f1a005;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0; }
  .btn-yellow:hover:before,
  .btn-plain:hover:before,
  .btn-plain-dark-blue:hover:before {
    width: 100%; }
  .btn-yellow span,
  .btn-yellow .icon,
  .btn-plain span,
  .btn-plain .icon,
  .btn-plain-dark-blue span,
  .btn-plain-dark-blue .icon {
    position: relative;
    z-index: 1; }
  .btn-plain-dark-blue:before {
    background: #0e1531; }
  .btn-arrow:after {
    display: block; }
  .btn-arrow:hover:after {
    right: -30px; }
  .block-push {
    opacity: 0;
    margin-top: 1500px; }
  .bannerless {
    padding-top: 55px; }
  .table-colored .arrow-list li:after {
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .table-colored .arrow-list a {
    text-decoration: none; }
  .table-colored .btn.btn-plain-dark-blue, .table-colored .btn.btn-plain-light-blue {
    background: #fdc82d; }
    .table-colored .btn.btn-plain-dark-blue:before, .table-colored .btn.btn-plain-light-blue:before {
      transition-property: width;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: width;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      background: #f1a005;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 0;
      z-index: 0; }
    .table-colored .btn.btn-plain-dark-blue:hover:before, .table-colored .btn.btn-plain-light-blue:hover:before {
      width: 100%; }
  .table-colored .btn.btn-plain-yellow {
    background: #0e2b63; }
    .table-colored .btn.btn-plain-yellow:before {
      transition-property: width;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: width;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      background: #0e1531;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 0;
      z-index: 0; }
    .table-colored .btn.btn-plain-yellow:hover:before {
      width: 100%; }
  .hexagon .icon {
    font-size: 4em;
    height: 80px;
    width: 80px; }
  /* =======================================================================
03 Header
========================================================================== */
  .header {
    transition-property: top;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: top;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: fixed;
    top: -254px; }
    .header .menu {
      display: none; }
    .header .top-nav ul {
      padding-right: 0; }
    .header .icon-notification {
      display: none; }
      .header .icon-notification:hover {
        background: #fdc82d;
        color: #0e2b63 !important; }
  .gov-cont {
    display: block; }
  .main-logo {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    background: #0e1531;
    height: 100%;
    padding: 40px 35px 22px 0;
    position: absolute;
    left: -180%;
    width: 200%; }
    .main-logo:before, .main-logo:after {
      content: '';
      display: table; }
    .main-logo:after {
      clear: both; }
    .main-logo:after {
      background: url(../images/logo-accent.png) no-repeat right top;
      content: '';
      display: block;
      height: 125px;
      margin: auto;
      position: absolute;
      right: -47px;
      top: 0;
      width: 100%; }
    .main-logo a {
      float: right;
      height: 50px;
      position: relative;
      width: 135px;
      z-index: 10; }
 /* .search-regex .main-logo:after {
    zoom: 1.3; }*/
  #notification {
    position: static; }
  .popup .share-icon:hover.facebook {
    background: url(../images/svg/facebook-white.svg) no-repeat center center #394253; }
  .popup .share-icon:hover.twitter {
    background: url(../images/svg/twitter-white.svg) no-repeat center center #394253; }
  .popup .share-icon:hover.apple {
    background: url(../images/svg/apple-white.svg) no-repeat center center #394253; }
  .popup .share-icon:hover.google {
    background: url(../images/svg/google-white.svg) no-repeat center center #394253; }
  .popup .share-icon:hover.outlook {
    background: url(../images/svg/windows-white.svg) no-repeat center center #394253; }
  /* =======================================================================
04 Main Navigation
========================================================================== */
  .side-nav-wrapper {
    transition-property: left;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: left;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    color: #0e2b63;
    position: fixed;
    top: 262px;
    height: 100%;
    min-height: 165px;
    z-index: 999;
    left: -320px;
    width: 320px; }
    .side-nav-wrapper.opened {
      transition-property: left;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: left;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      left: 0px; }
  .side-nav ul a {
    transition-property: background;
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .side-nav ul a:hover {
      background: #fed662; }
  .related-topics {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    background-color: #fdc82d;
    border-radius: 0;
    border-bottom: 4px solid #0d2f6a;
    color: #0e2b63;
    font: 700 1.4em "Montserrat", sans-serif;
    margin-bottom: 0;
    position: fixed;
    top: 427px;
    left: 0;
    padding: 10px 20px;
    text-decoration: none !important;
    width: 165px;
    z-index: 999; }
    .related-topics.active {
      background: #dda500;
      left: 320px; }
      .related-topics.active .copy {
        right: 10px; }
    .related-topics .list {
      display: none; }
    .related-topics .icon {
      display: inline-block;
      *display: inline;
      zoom: 1; }
    .related-topics .copy {
      right: 10px;
      opacity: 1; }
  .overlay {
    display: none; }
    .overlay.appear {
      display: block;
      top: 0;
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 998; }
  /* =======================================================================
05 Homepage
========================================================================== */
  .hero-banner {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: fixed;
    top: 171px;
    width: 100%;
    z-index: 0; }
    .hero-banner h2, .hero-banner .btn {
      opacity: 0; }
    .hero-banner video {
      display: block; }
    .hero-banner .wrap {
      bottom: 32%; }
  .feature-tiles h3 {
    font-size: 1.857em; }
  .feature-tiles .persona-reset {
    position: relative;
    left: 35px;
    top: 2px; }
  .feature-tiles .choose {
    display: inline; }
  .feature-tiles .persona-profiles {
    padding-bottom: 0; }
    .feature-tiles .persona-profiles .main-tabs {
      margin: 0 0 0 20px;
      position: relative;
      padding: 0; }
      .feature-tiles .persona-profiles .main-tabs li {
        width: 250px; }
        .feature-tiles .persona-profiles .main-tabs li ul {
          width: 100%; }
          .feature-tiles .persona-profiles .main-tabs li ul li {
            width: calc(50% - 8px); }
          .feature-tiles .persona-profiles .main-tabs li ul a {
            margin: 0; }
  .feature-tiles .persona-wrapper #persona-overseas-parent .icon-pes {
    top: -16px;
    margin-bottom: -8px; }
  .feature-tiles .persona-wrapper #persona-overseas-parent .icon-medical-screening {
    top: -16px;
    margin-bottom: -13px; }
  .tiles {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 50px;
    padding: 20px 0 70px;
    z-index: 10; }
    .tiles .tile .image {
      height: 126px; }
    .tiles .tile.date {
      height: 260px !important; }
      .tiles .tile.date > span {
        font-size: 4.8em; }
    .tiles .tile a {
      font-size: 1.6em;
      position: relative; }
      .tiles .tile a:after {
        transition-property: width;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        /* Safari */
        -webkit-backface-visibility: hidden;
        -webkit-transition-property: width;
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        background: #f5b702;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 0;
        z-index: 0; }
      .tiles .tile a:hover:after {
        width: 100%; }
  .accent {
    padding: 90px 0; }
    .accent.accent-landing h2 a:after {
      display: block; }
    .accent.accent-landing .copy {
      padding-top: 100px; }
    .accent.accent-landing:nth-child(even) {
      padding-bottom: 0; }
    .accent.accent-tile {
      margin-bottom: 40px; }
      .accent.accent-tile .tile {
        margin-bottom: 20px; }
    .accent.accent-quick-links .sub-links span {
      width: 90%; }
    .accent h1 a,
    .accent h2 a {
      text-decoration: none; }
      .accent h1 a:hover,
      .accent h2 a:hover {
        color: #0264c4; }
        .accent h1 a:hover:after,
        .accent h2 a:hover:after {
          color: #0264c4; }
    .accent.accent-vocations.vocations-grid .grid-toolbar {
      margin-left: 8.33333%;
      padding: 0 15px; }
      .accent.accent-vocations.vocations-grid .grid-toolbar .to-intro:hover span {
        text-decoration: underline; }
      .accent.accent-vocations.vocations-grid .grid-toolbar.foot .to-grid-top:hover .icon {
        color: #fff; }
    .accent.accent-vocations.vocations-grid .grid {
      margin-left: 8.33333%;
      padding: 0 15px; }
      .accent.accent-vocations.vocations-grid .grid.thirds article {
        width: 33%; }
      .accent.accent-vocations.vocations-grid .grid article {
        height: 250px;
        width: 33%; }
        .accent.accent-vocations.vocations-grid .grid article:before, .accent.accent-vocations.vocations-grid .grid article:after {
          transition-property: opacity;
          transition-duration: 1s;
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          /* Safari */
          -webkit-backface-visibility: hidden;
          -webkit-transition-property: opacity;
          -webkit-transition-duration: 1s;
          -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
        .accent.accent-vocations.vocations-grid .grid article:before {
          content: " ";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(253, 200, 45, 0.8);
          z-index: 2;
          opacity: 0; }
        .accent.accent-vocations.vocations-grid .grid article .read-hint {
          transition-property: opacity;
          transition-duration: 1s;
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          /* Safari */
          -webkit-backface-visibility: hidden;
          -webkit-transition-property: opacity;
          -webkit-transition-duration: 1s;
          -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          display: inline-block;
          text-transform: uppercase;
          color: #16254e;
          font-size: 0.8em;
          font-weight: bold;
          margin-top: 14px;
          line-height: 1em;
          opacity: 0; }
        .accent.accent-vocations.vocations-grid .grid article:hover:after {
          opacity: 0; }
        .accent.accent-vocations.vocations-grid .grid article:hover:before {
          opacity: 1; }
        .accent.accent-vocations.vocations-grid .grid article:hover h3 {
          color: #16254e; }
          .accent.accent-vocations.vocations-grid .grid article:hover h3:after {
            height: 3px;
            width: 25px;
            background: #16254e; }
        .accent.accent-vocations.vocations-grid .grid article:hover .read-hint {
          opacity: 1; }
    .accent.accent-vocations.vocations-process .container .wrap {
      float: right; }
  .vocation-vids .fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden; }
  .vocation-detail .voc-title {
    font-size: 2.6em;
    width: 33%;
    float: left; }
    .vocation-detail .voc-title:after {
      margin: 15px 0 0; }
  .vocation-detail .vocation-text {
    width: 66.6%;
    float: right; }
  .vocation-detail .fancybox-skin {
    background: none;
    box-shadow: 0 0 0 transparent; }
  .vocation-detail .jwplayer .jw-display-icon-container {
    height: 70px !important;
    width: 70px !important; }
  .vocation-detail .video-container {
    margin-bottom: 35px; }
  .vocation-detail .close-vocation-detail:hover {
    background: url("../images/icon-thin-close.png") center center no-repeat rgba(253, 200, 45, 0.8); }
  .accent-cols h3 {
    margin-top: 0; }
  .accent-cols .accent-clone {
    top: 30px; }
  .accent-cols .btn-arrow:hover:after {
    left: auto;
    right: -20px; }
  .accent-cols .accent-col {
    width: 25%; }
  .accent {
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: relative;
    top: 150px; }
    .accent.show {
      opacity: 1;
      top: 0; }
      .accent.show.preparation {
        top: 1px; }
    .accent.up {
      top: -150px; }
      .accent.up .image,
      .accent.up .copy {
        top: -150px; }
  .feature-tiles .tile,
  .tiles .tile {
    opacity: 0;
    position: relative;
    top: 150px; }
  /* =======================================================================
06 Standard
========================================================================== */
  .standard-banner {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: fixed;
    top: 174px;
    width: 100%; }
    .standard-banner h1 {
      opacity: 0; }
  .diagonal-wrapper {
    margin-top: 1000px; }
    .diagonal-wrapper .main-article {
      padding-bottom: 0; }
  .main-article {
    padding-top: 20px; }
  .wrap .full-span:last-child {
    margin-bottom: 50px; }
  .category-filter .form-group {
    margin-bottom: 20px; }
  .related-links .link a:before {
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .related-links .link a:hover {
    color: #fdc82d; }
    .related-links .link a:hover:before {
      color: #fdc82d; }
    .related-links .link a:hover:after {
      width: 100%; }
  .faq-list li a:hover h3:before,
  .google-search-list li a:hover h3:before {
    width: 100%; }
  .uniforms .navigation ul button {
    text-align: left; }
    .uniforms .navigation ul button .icon {
      margin-bottom: 0;
      margin-right: 10px; }
  .uniforms .navigation ul span {
    width: 60%; }
  .uniforms .detail .pointer {
    display: block; }
  .uniforms .detail .feature {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .uniforms .detail .feature:before, .uniforms .detail .feature:after {
      content: '';
      display: table; }
    .uniforms .detail .feature:after {
      clear: both; }
    .uniforms .detail .feature img {
      float: right; }
  .uniforms .scroll-wrap {
    height: 300px !important; }
  .ranks-canvas .ranks a img {
    width: 100px; }
  .ranks-canvas .navigation button {
    height: 385px; }
    .ranks-canvas .navigation button .image-wrap img {
      max-width: 270px; }
    .ranks-canvas .navigation button .image-wrap .heads {
      display: block; }
  .ranks-canvas .saf-divisions {
    top: 140px; }
  .ranks-canvas .division .content {
    height: 260px; }
  .ranks-canvas .image-wrapper {
    height: 200px; }
  .atmospheric-videos {
    display: block; }
  .vocation-btn {
    width: 150px; }
    .vocation-btn.prev-fan-vocation {
      left: 50px; }
      .vocation-btn.prev-fan-vocation:before {
        left: 10px; }
      .vocation-btn.prev-fan-vocation:hover {
        color: #fdc82d; }
        .vocation-btn.prev-fan-vocation:hover:before {
          left: 4px;
          font-size: 46px; }
    .vocation-btn.next-fan-vocation {
      right: 50px; }
      .vocation-btn.next-fan-vocation:before {
        left: -10px; }
      .vocation-btn.next-fan-vocation:hover {
        color: #fdc82d; }
        .vocation-btn.next-fan-vocation:hover:before {
          left: -4px;
          font-size: 46px; }
    .vocation-btn:before {
      position: relative; }
    .vocation-btn > span {
      display: block; }
  .cd-top {
    border-radius: 0;
    bottom: 88px;
    right: 0; }
    .cd-top:hover .slide-opt {
      right: 38px; }
    .cd-top:hover .icon {
      background-color: #f1a005; }
    .cd-top .icon {
      border-radius: 0; }
    .cd-top .slide-opt {
      box-shadow: 0 0 0 0 transparent;
      background: #fdc82d;
      color: #0e1531;
      border-radius: 0;
      padding: 10px;
      right: -200px;
      text-align: left;
      display: block;
      transition-property: all;
      transition-duration: 0.75s;
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      -webkit-backface-visibility: hidden;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.75s;
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 0.778em;
      height: inherit;
      padding: 10px;
      position: absolute;
      top: 0;
      width: 122px;
      z-index: -1; }
      .cd-top .slide-opt:hover {
        background-color: #f1a005; }
  .history-container .hist-item:hover:after {
    background: rgba(253, 200, 45, 0.9);
    background-repeat: repeat-x;
    background: -ms-linear-gradient(top, rgba(253, 200, 45, 0.6) 0%, rgba(253, 200, 45, 0.9) 100%);
    /* IE10 Consumer Preview */
    background: -moz-linear-gradient(top, rgba(253, 200, 45, 0.6) 0%, rgba(253, 200, 45, 0.9) 100%);
    /* Opera */
    background: -o-linear-gradient(top, rgba(253, 200, 45, 0.6) 0%, rgba(253, 200, 45, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(253, 200, 45, 0.6)), color-stop(1, rgba(253, 200, 45, 0.9)));
    /* Webkit (Safari/Chrome 10) */
    background: -webkit-linear-gradient(top, rgba(253, 200, 45, 0.6) 0%, rgba(253, 200, 45, 0.9) 100%);
    /* Webkit (Chrome 11+) */
    background: linear-gradient(to bottom, rgba(253, 200, 45, 0.6) 0%, rgba(253, 200, 45, 0.9) 100%);
    /* W3C Markup, IE10 Release Preview */
    height: 100%;
    width: 100%;
    position: absolute; }
  .history-container .hist-item:hover .yr {
    color: #ffffff; }
  /* =======================================================================
00 Feedback
========================================================================== */
  .feedback {
    margin-bottom: 120px; }
  /* =======================================================================
07 Footer
========================================================================== */
  .footer a:hover {
    color: #239fd9; }
  .social-media ul li a:hover {
    color: #ffffff;
    background: #239fd9; }
  /* =======================================================================
08 Components
========================================================================== */
  #primary-nav {
    background: #1e4381;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1e4381 0%, #035696 53%, #1e4381 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1e4381), color-stop(53%, #035696), color-stop(100%, #1e4381));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #1e4381 0%, #035696 53%, #1e4381 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1e4381 0%, #035696 53%, #1e4381 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #1e4381 0%, #035696 53%, #1e4381 100%);
    /* IE10+ */
    background: linear-gradient(to right, #1e4381 0%, #035696 53%, #1e4381 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4381', endColorstr='#1e4381',GradientType=1 );
    /* IE6-9 */
    position: static;
    visibility: visible; }
    #primary-nav > .nav {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      height: 100%;
      left: 0;
      margin: auto;
      max-width: 960px;
      width: 100%; }
      #primary-nav > .nav:before, #primary-nav > .nav:after {
        content: '';
        display: table; }
      #primary-nav > .nav:after {
        clear: both; }
    #primary-nav ul li {
      opacity: 1;
      overflow: visible;
      position: static;
      left: 0;
      top: 0; }
    #primary-nav .search-bar,
    #primary-nav .sub-nav,
    #primary-nav .menu,
    #primary-nav .lvl2 {
      display: none; }
    #primary-nav .wrap {
      -webkit-box-shadow: 0 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 0 transparent;
      box-shadow: 0 0 0 0 transparent;
      position: static;
      width: auto; }
    #primary-nav .lvl1 {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      clear: none;
      display: block;
      float: none;
      position: static;
      overflow: visible; }
      #primary-nav .lvl1:before, #primary-nav .lvl1:after {
        content: '';
        display: table; }
      #primary-nav .lvl1:after {
        clear: both; }
      #primary-nav .lvl1 > li {
        margin-right: 5px !important; }
        #primary-nav .lvl1 > li:last-child {
          margin-right: 0 !important; }
      #primary-nav .lvl1 li {
        background: none;
        border-top: none;
        float: left;
        margin: 0;
        overflow: visible; }
        #primary-nav .lvl1 li.active > a,
        #primary-nav .lvl1 li a.active a:hover,
        #primary-nav .lvl1 li a.hover {
          color: #fdc82d; }
      #primary-nav .lvl1 .active {
        color: #0e2b63; }
    #primary-nav .lvl2 {
      -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.7);
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.7);
      background: #153463;
      float: none;
      position: absolute;
      left: 0;
      width: 275px;
      z-index: 1; }
      #primary-nav .lvl2 li {
        display: block;
        float: none;
        opacity: 1;
        position: relative; }
      #primary-nav .lvl2 a {
        overflow: hidden; }
        #primary-nav .lvl2 a:after {
          display: none; }
        #primary-nav .lvl2 a:hover {
          color: #fdc82d; }
    #primary-nav .icon-notification {
      height: 52px;
      display: block;
      position: static; }
  .menu .tablet {
    display: none; }
  .calculator-stage:after {
    top: 13px; }
  .bmi-calculator-stage .results {
    margin-top: 240px; }
  .bmi-calculator-stage .input-wrap .run {
    width: 50px; }
  .bmi-calculator-stage .input-wrap .input {
    font-size: 1.9em; }
  .bmi-calculator-stage .imperical span {
    padding: 18px 0px; }
  .bmi-calculator-stage .imperical .input {
    font-size: 1.8em !important;
    width: 53px; }
    .bmi-calculator-stage .imperical .input.feet {
      width: 35px; }
  .ippt-calculator-stage .calculator-stage {
    height: 970px;
    top: -31px; }
    .ippt-calculator-stage .calculator-stage:after {
      top: 13px; }
  .ippt-calculator-stage .ippt-results {
    height: 210px; }
    .ippt-calculator-stage .ippt-results.show h2 {
      font-size: 1.6em;
      padding-top: 50px; }
    .ippt-calculator-stage .ippt-results.show p {
      font-size: 1.5em; }
    .ippt-calculator-stage .ippt-results h2 {
      padding-top: 65px; }
  .ippt-calculator-stage .input-wrap .run {
    width: 45px; }
  .ippt-calculator-stage .input-wrap .col-l {
    width: 37%; }
  .ippt-calculator-stage .input-wrap .col-r {
    width: 63%; }
  .ippt-deadline-stage .calculator-stage:after {
    top: 10px; }
  .deferment-calculator {
    height: 100%;
    min-height: 500px; }
    .deferment-calculator .accent {
      min-height: 500px; }
  .pre-enlistment-milestones .milestone a:after {
    display: inline-block; }
  .pre-enlistment-milestones .milestone a:hover {
    color: #fdc82d; }
    .pre-enlistment-milestones .milestone a:hover:after {
      color: #fdc82d;
      right: -10px; }
  .exit-permit-and-bond .age p {
    font-size: 1.6em; }
  .exit-permit-and-bond .result.col-r .wrap {
    margin: 0 15px; }
  .ln-letters {
    display: block; }
  .listNav {
    margin-top: 30px; }
  .bigfoot-footnote__container .bigfoot-footnote__close {
    display: none; } }

@media screen and (min-width: 1280px), print {
  .accent-cols .accent-clone {
    top: 50px; } }

/* ======================================================================
04 Print
========================================================================== */
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

@media print {
  *, *:before, *:after {
    box-sizing: border-box; }
  body {
    font-family: 'Times New Roman', serif; }
  h1, h2, h3, h4, h5, h6, p {
    page-break-inside: avoid; }
  header {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    page-break-inside: avoid; }
  header, .accent, .accent-tile, .tile {
    all: initial; }
  /* tables */
  table {
    background-color: #ffffff;
    border: 1px solid #01509d;
    border-collapse: collapse;
    border-radius: 6px;
    border-spacing: 0;
    font-size: 1.5em;
    margin-bottom: 20px;
    min-width: 100%;
    width: 100%; }
    table th, table td {
      padding: 15px 20px;
      border-bottom: 1px solid #ffffff;
      vertical-align: top; }
    table th {
      background: #01509d;
      color: #ffffff;
      border-right: 1px solid #ffffff;
      font-weight: 400; }
    table td {
      border-bottom: 1px solid #01509d;
      border-right: 1px solid #01509d; }
      table td li, table td p {
        color: #02293e !important;
        font-size: 1em; }
    table ul {
      padding: 0 0 0 20px; }
    table a {
      font-size: 1em; }
    table p {
      margin-bottom: 10px !important; }
      table p:only-child {
        margin-bottom: 0 !important; }
  .container {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
    width: 100%;
    max-width: none; }
    .container:before, .container:after {
      content: '';
      display: table; }
    .container:after {
      clear: both; }
  * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }
  h1, h2, h3, h4, h5, h6 {
    font-size: 16pt !important; }
  p {
    font-size: 11pt !important; }
  .info-print-img {
    display: block !important; }
  /* remove generic wrappers and attributes */
  .btn-icon-left {
    border: 1px solid #fdc82d !important;
    background: none !important; }
  .header,
  #primary-nav,
  #notification,
  #videoBg,
  .side-tools,
  .video-carousel .viewport,
  .video-carousel .bx-controls,
  .bx-clone,
  .breadcrumbs,
  .bx-controls,
  .category-filter,
  .listNav,
  .switch,
  .bmi-sliders,
  .video-carousel,
  .accent-background,
  .footer,
  .related-topics,
  .cd-top {
    display: none !important;
    height: 0;
    opacity: 0; }
  .table-colored {
    width: 100%; }
    .table-colored .head {
      color: #000 !important; }
    .table-colored .arrow-list li:after {
      display: none !important; }
    .table-colored .arrow-list a {
      font-size: 11pt; }
    .table-colored .btn {
      display: none; }
    .table-colored .cta {
      font-size: 11pt; }
  .hero-banner {
    position: relative;
    top: auto;
    opacity: 1 !important;
    min-height: auto; }
    .hero-banner #background, .hero-banner .atmospheric-videos {
      display: none; }
    .hero-banner .arrows, .hero-banner .btn {
      display: none; }
    .hero-banner .wrap {
      bottom: auto;
      position: relative;
      height: auto;
      width: auto;
      text-align: left;
      padding: 15px; }
  .feature-tiles .persona-wrapper {
    display: none; }
  .diagonal-home .feature-tiles {
    display: none; }
  .accordion .accordion-content {
    display: block !important; }
  .medical-review-process .accordion {
    page-break-inside: avoid; }
    .medical-review-process .accordion .accordion-content {
      display: none !important; }
  .hexagon {
    display: inline-block;
    width: auto;
    margin: 0;
    page-break-inside: avoid;
    page-break-before: avoid;
    page-break-after: avoid; }
    .hexagon .icon {
      display: inline-block !important;
      color: #000;
      opacity: 1;
      height: auto;
      width: auto;
      position: relative; }
    .hexagon .hexagon-in1 {
      display: none; }
  .standard-banner {
    border: 1px solid #ffffff;
    page-break-after: avoid !important;
    page-break-before: avoid !important;
    page-break-inside: avoid !important;
    background: none !important;
    height: auto !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
    width: 100% !important;
    position: relative !important; }
    .standard-banner h2 {
      margin-top: 0 !important;
      opacity: 1 !important; }
    .standard-banner h1 {
      font-size: 30px !important;
      margin: 0 !important;
      position: relative !important;
      opacity: 1;
      transform: none;
      left: 0; }
  .video-carousel .bx-wrapper {
    max-width: none !important; }
  .video-carousel .bx-viewport {
    height: auto !important; }
    .video-carousel .bx-viewport button {
      opacity: 1 !important;
      top: 0 !important; }
  .bxSlider {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    padding: 0;
    width: 100% !important; }
    .bxSlider li {
      zoom: 1;
      /* For IE 6/7 (trigger hasLayout) */
      display: block !important;
      float: left !important;
      position: static !important;
      width: 45% !important; }
      .bxSlider li:before, .bxSlider li:after {
        content: '';
        display: table; }
      .bxSlider li:after {
        clear: both; }
  .diagonal-wrapper {
    margin-top: 0 !important;
    min-height: auto;
    padding-top: 0 !important; }
    .diagonal-wrapper .main-article {
      margin-bottom: 0 !important;
      padding: 0 15px;
      margin-left: 0 !important;
      max-width: none; }
      .diagonal-wrapper .main-article h1, .diagonal-wrapper .main-article h2 {
        page-break-before: auto !important;
        page-break-inside: avoid !important; }
      .diagonal-wrapper .main-article ul li, .diagonal-wrapper .main-article ol li {
        font-size: 11pt;
        page-break-before: auto !important;
        page-break-inside: avoid !important; }
      .diagonal-wrapper .main-article p {
        page-break-before: auto !important;
        page-break-inside: avoid !important; }
      .diagonal-wrapper .main-article.minHeight {
        min-height: auto; }
      .diagonal-wrapper .main-article .intro {
        padding: 0; }
        .diagonal-wrapper .main-article .intro p {
          padding: 0; }
      .diagonal-wrapper .main-article .btn-icon-left {
        display: none; }
      .diagonal-wrapper .main-article .infographic.shareable .addthis_toolbox {
        display: none; }
      .diagonal-wrapper .main-article .infographic.shareable img.infographic-img {
        display: inline !important; }
    .diagonal-wrapper .child-article {
      width: 100%;
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 0; }
      .diagonal-wrapper .child-article .btn-icon-left {
        display: none; }
      .diagonal-wrapper .child-article p:last-child {
        margin: 0 !important; }
      .diagonal-wrapper .child-article .infographic.shareable .addthis_toolbox {
        display: none; }
      .diagonal-wrapper .child-article .infographic.shareable img.infographic-img {
        display: inline !important; }
    .diagonal-wrapper:after {
      display: none !important; }
  .legend .pill.today:before {
    border: 1px solid #153463 !important; }
  .legend .pill.holiday:before {
    border: 1px solid #b2b2b2 !important; }
  .legend .pill.bmt:before {
    border: 1px solid #ffe890 !important; }
  .legend .pill.ptp:before {
    border: 1px solid #ffca00 !important; }
  .legend .pill.bp:before {
    border: 1px solid #ffa70f !important; }
  .legend .pill.pes:before {
    border: 1px solid #ff8a33 !important; }
  .accent > .container > .wrap > .col-9 {
    width: 100% !important;
    box-sizing: border-box; }
  .accent .wrap {
    margin-bottom: 30px; }
  .accent .col-5 {
    width: 100%;
    margin: 0; }
    .accent .col-5 p {
      margin-bottom: 10px; }
    .accent .col-5 .btn {
      display: none; }
    .accent .col-5 .video-container {
      display: none; }
  .accent.accent-landing {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */ }
    .accent.accent-landing:before, .accent.accent-landing:after {
      content: '';
      display: table; }
    .accent.accent-landing:after {
      clear: both; }
    .accent.accent-landing .wrap {
      margin-bottom: 20px; }
  .accent.accent-tile .col-8 {
    width: 100%; }
  .accent.accent-tile .tile-detail {
    margin-top: 0; }
    .accent.accent-tile .tile-detail ul li {
      font-size: 11pt; }
  .accent.accent-tile .image {
    transform: none; }
  .accent.accent-tile .tile {
    height: auto !important;
    margin: 0 !important;
    page-break-inside: avoid !important; }
  .accent .image {
    transform: none; }
    .accent .image .img-skew {
      transform: none; }
  .accent.accent-vocations.vocations-grid .grid-toolbar {
    margin-left: 0; }
    .accent.accent-vocations.vocations-grid .grid-toolbar .to-intro, .accent.accent-vocations.vocations-grid .grid-toolbar .media, .accent.accent-vocations.vocations-grid .grid-toolbar .to-grid-top {
      display: none !important; }
  .accent.accent-vocations.vocations-grid .grid {
    margin-left: 0;
    width: 100%; }
    .accent.accent-vocations.vocations-grid .grid article {
      height: auto;
      width: 100% !important; }
      .accent.accent-vocations.vocations-grid .grid article .read-hint {
        display: none; }
  .accent.accent-vocations.vocations-grid .popup-html {
    display: block; }
    .accent.accent-vocations.vocations-grid .popup-html .voc-title {
      margin-bottom: 10px; }
    .accent.accent-vocations.vocations-grid .popup-html .video-container, .accent.accent-vocations.vocations-grid .popup-html .close-vocation-detail, .accent.accent-vocations.vocations-grid .popup-html .close-popvideo {
      display: none !important; }
  .accent.accent-vocations.vocations-process .container .wrap {
    float: left; }
    .accent.accent-vocations.vocations-process .container .wrap .infographic.shareable .addthis_toolbox {
      display: none; }
    .accent.accent-vocations.vocations-process .container .wrap .infographic.shareable img.image.lazy {
      display: inline !important; }
  .accent-cols .accent-orig {
    display: none !important; }
  .accent-cols .accent-clone {
    position: relative;
    top: 0; }
  .accent-cols .accent-col {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px; }
  .tile ul li {
    font-size: 11pt; }
  div.exit-permit-and-bond {
    display: none; }
  div.ippt-stations img {
    display: block !important; }
  img[alt="bmi-formula-kg-m"] {
    display: block !important; }
  div.accordion-content div.col-3,
  div.accordion-content div.col-4,
  div.accordion-content div.col-6,
  div.accordion-content div.col-8,
  div.accordion-content div.col-9,
  div.accordion-content div.col-10 {
    float: left !important;
    padding: 0 15px !important; }
  div.accordion-content div.lines {
    display: none !important; }
  div.exit-permit-and-bond div.col-4,
  div.exit-permit-and-bond div.col-8 {
    float: left !important;
    padding: 0 15px !important; }
  div.deferment-calculator {
    display: none !important; }
  div.legend {
    display: none !important; }
  div#fullcalendar {
    display: block !important;
    height: auto !important; }
    div#fullcalendar table {
      border: 0; }
      div#fullcalendar table .fc-widget-header {
        border-right: 2px solid #000; }
    div#fullcalendar thead {
      border: 0;
      display: table-row-group; }
    div#fullcalendar tbody td {
      border-top: 0; }
    div#fullcalendar tbody .fc-row .fc-content-skeleton {
      border-bottom: 2px solid #000;
      border-right: 2px solid #000; }
      div#fullcalendar tbody .fc-row .fc-content-skeleton tbody tr td {
        padding: 0; }
      div#fullcalendar tbody .fc-row .fc-content-skeleton tbody tr:last-child .fc-event-container .fc-event {
        margin-bottom: 1em; }
    div#fullcalendar .fc-row {
      page-break-inside: avoid; }
    div#fullcalendar .fc-other-month, div#fullcalendar .other-month {
      font-size: 0 !important;
      opacity: 0;
      height: 0 !important;
      padding: 0; }
    div#fullcalendar .fc-other-month {
      overflow: hidden; }
    div#fullcalendar .other-month {
      display: none;
      border: 0; }
  .accent-quick-links {
    display: none !important; }
  .video-widget {
    display: none !important; }
  div.ippt-calculator {
    display: none !important; }
  div.ippt-deadline {
    display: none !important; }
  div.bmi-calculator {
    display: none !important; }
  .commands-widget {
    display: none; }
  .ranks-canvas {
    display: none; }
  .uniforms {
    display: none; }
  .pre-enlistment-milestones {
    display: none; }
  .useful-items-canvas {
    text-align: center; }
    .useful-items-canvas .item {
      display: inline-block !important;
      width: auto !important;
      height: auto !important;
      position: relative !important;
      left: auto !important;
      top: auto !important; }
      .useful-items-canvas .item .btn-toggle {
        display: none; }
  .feedback {
    width: 100%;
    margin-left: 0; }
    .feedback .google-map-info {
      position: relative;
      padding: 0; }
    .feedback .character-count {
      display: none; }
    .feedback .form-group {
      page-break-inside: avoid; }
  .google-map {
    display: none; }
  .faq-list {
    margin: 0 !important; }
    .faq-list .description-wrapper {
      display: block !important; }
    .faq-list .col-4, .faq-list .col-8 {
      width: 100%;
      float: none; }
    .faq-list .col-4 h2 {
      margin-top: 0; }
    .faq-list .content-placeholder {
      margin-top: 30px; }
    .faq-list li {
      margin-bottom: 0; }
      .faq-list li:last-child {
        padding-bottom: 0; }
    .faq-list table {
      page-break-inside: auto; }
      .faq-list table:last-child {
        margin-bottom: 0; }
      .faq-list table thead {
        display: table-row-group; }
    .faq-list tr {
      page-break-after: auto; }
    .faq-list .category > h3 {
      page-break-after: avoid;
      page-break-inside: auto; }
    .faq-list .category > .description-wrapper {
      page-break-before: avoid;
      page-break-inside: auto; } }

/* Bigfoot styles */
.bigfoot-footnote__container .bigfoot-footnote__close {
  position: absolute;
  top: 6px;
  right: 9px;
  z-index: 15; }

.bigfoot-footnote__container .bigfoot-footnote__wrapper .bigfoot-footnote__content {
  max-height: 500px !important; }
  .bigfoot-footnote__container .bigfoot-footnote__wrapper .bigfoot-footnote__content p {
    font-size: 0.84em;
    font-weight: 400;
    text-align: left; }
  .bigfoot-footnote__container .bigfoot-footnote__wrapper .bigfoot-footnote__content h2 {
    font-size: 1.08em;
    color: #0e1531;
    text-align: left; }

.bigfoot-footnote__container .bigfoot-footnote__button {
  min-width: 6px; }
  .bigfoot-footnote__container .bigfoot-footnote__button:after {
    font-size: 11.25px;
    text-decoration: underline; }

.exit-permit-and-bond .bigfoot-footnote__container .bigfoot-footnote__wrapper .bigfoot-footnote__content p {
  font-size: 0.71em; }

.exit-permit-and-bond .bigfoot-footnote__container .bigfoot-footnote__wrapper .bigfoot-footnote__content h2 {
  font-size: 0.9em; }

.table-wrapper .bigfoot-footnote__container .bigfoot-footnote__wrapper .bigfoot-footnote__content p {
  font-size: 15px; }

.table-wrapper .bigfoot-footnote__container .bigfoot-footnote__wrapper .bigfoot-footnote__content h2 {
  font-size: 0.9em; }
  

.menuShow {display: block;} 

 @media (min-width:1024px) {

  #primary-nav {
   	 height:auto !important;
   	 visibility: visible !important;
   	 opacity: 1 !important; 
   }
   #primary-nav .lvl2 li {
    opacity: 1 !important;
   }
	body.active {
	 overflow: visible !important;
	 height: 100% !important;
 	 width: 100% !important;
 	 position: absolute !important;
	}
	body.active #main:before {
		position: relative !important;
	}
	/*.search-regex .main-logo::after {
		width: 19em;
	}*/
	.search-regex .gov-logo:before {
	  height:28px;
    }
    ::-webkit-scrollbar {
    -webkit-appearance: none !important;
     width: 17px !important;
    }
	.menuShow {display: block;} 
 }
    
  /* Smartphone Portrait and Landscape */ 
 @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 768px){ 
      .menuShow {display: block;} 
    
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
     background-image: url(fancybox_sprite.png);
    }
  }
 
  #background, #videoBg, .videoBg, .atmospheric-videos {
    background-size: cover;
    bottom: 0;
    height: auto;
    left: auto;
    min-height: 100%;
    min-width: 103%;
    overflow: hidden;
    position: fixed;
    right: 0px;
    top: 0;
    width: auto;
    z-index: -1000;
}

::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display {
       font-size:inherit;
}
::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display {
       font-size:inherit;
}

/*.jwplayer
{
font-size: inherit;
}*/

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls {
    overflow: hidden !important
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}
