  @charset "UTF-8";
/* Breakpoint */
/*
 *  Set font-size independant of the font mixin
 *
 *  usage:
 *    p{
 *      @include font-size(16);
 *    }
 */
/*
 * Font
 *
 * h3{ @include font('Open Sans',16,$white,0); }
 *
 */
/* Floatblock */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700|Roboto+Condensed:700|Roboto:100,100i,300,400,500,700,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/_resources/fonts/glyphicons-halflings-regular.eot");
  src: url("/_resources/fonts/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("/_resources/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/_resources/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/_resources/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/_resources/fonts/glyphicons-halflings-regular.svg") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

form {
  margin: 0 0 30px 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
	width: 5%;}

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000000; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000000;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: block;
  padding: 20px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background: #cc0000;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block;
    margin: 0; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      display: block;
      padding: 20px 30px;
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0;
      color: #000000;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      text-decoration: underline; }
      .nav-tabs > li > a:hover {
        background: #cc0000;
        color: #fff; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      background: #cc0000;
      color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      border-radius: 0;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.media {
  margin: 20px 0 40px 0; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }
  @media screen and (max-width: 50rem) {
    .media-body {
      width: 100%; } }

.media-object {
  display: block;
  max-width: 165px; }
  @media screen and (max-width: 50rem) {
    .media-object {
      max-width: 100%; } }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 30px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }
  @media screen and (max-width: 50rem) {
    .media-left,
    .media-right,
    .media-body {
      display: block;
      padding: 2em 0 0 0; } }

.media-top {
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.panel {
  margin-bottom: 20px;
  background-color: #fff; }

.panel-body {
  padding: 20px 0 30px 0; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin: 0; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    display: block;
    padding: 5px 0 10px 0;
    color: #000000;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }
    .panel-title > a:hover,
    .panel-title > small:hover,
    .panel-title > .small:hover,
    .panel-title > small > a:hover,
    .panel-title > .small > a:hover {
      text-decoration: none; }

.panel-title > button,
  .panel-title > small > button,
  .panel-title > .small > button {
    display: block;
    padding: 5px 0 10px 0;
    color: #000000;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }
    .panel-title > button:hover,
    .panel-title > small > button:hover,
    .panel-title > .small > button:hover {
      text-decoration: none; }

.panel-footer {
  padding: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 20px 0 30px 0;
    padding-right: 20px 0 30px 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border: 0;
  border-radius: 0; }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd; }
  .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #fff;
  border: 0;
  border-radius: 0; }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7; }
  .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #fff;
  border: 0;
  border-radius: 0; }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6; }
  .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #fff;
  border: 0;
  border-radius: 0; }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1; }
  .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fff;
  border: 0;
  border-radius: 0; }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc; }
  .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #fff;
  border: 0;
  border-radius: 0; }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1; }
  .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearboth {
	clear: both;
	margin-bottom: 10px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Font Vars:
	oswald
	oswald-lt
	roboto-b
	merriweather
	merriweather-i
	merriweather-lt
	merriweather-lti
	merriweather-bi
	@include font('roboto',16,$white,rem);
*/
html,
body {
  font-size: 0.875em; }
  @media (min-width: 576px) {
    html,
    body {
      font-size: 0.938em; } }
  @media (min-width: 1200px) {
    html,
    body {
      font-size: 1em; } }

h1,
.h1 {
  color: #b70000;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 35px;
  font-size: 2.1875rem;
  margin-top: 0; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 64px;
      font-size: 4rem; } }

h2,
.h2 {
  color: #000000;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-top: 0; }

h3,
.h3 {
  color: #b70000;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 0; }
  h3 a,
  .h3 a {
    color: #000000;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }

h4,
.h4 {
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-top: 0; }

h5,
.h5 {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 0; }

h6,
.h6 {
  color: #b70000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 0; }

p,
ul,
ol {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

p {
  line-height: 1.85rem; }

a {
  transition: 0.2s, all, ease-in-out;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Merriweather', serif;
  font-weight: 400; }
  a:hover, a:active, a:focus {
    color: #b70000;
    text-decoration: underline; }
  a:visited {
    color: #b70000; }

.dark-bg a {
  color: #fff; }
  .dark-bg a:hover, .dark-bg a:active, .dark-bg a:focus {
    color: #fff; }
  .dark-bg a:visited {
    color: #f7f7f7; }

.learn-more {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .learn-more.white {
    color: #fff; }

ul {
  margin: 0 0 20px 0; }
  ul li {
    margin: 0 0 10px 0; }

blockquote {
  position: relative;
  border: 0;
  padding: 0 0 5px 90px;
  margin: 0; }
  blockquote:before {
    color: #000000;
    font-size: 175px;
    font-size: 10.9375rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    content: '“';
    float: left;
    height: 100px;
    position: absolute;
    top: -40px;
    left: 0; }
  blockquote p {
    color: #000000;
    font-size: 32px;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-weight: 200;
    line-height: 2.5rem; }

ul ul,
ol ol {
  color: #000000;
  padding-left: 1rem; }

blockquote {
  position: relative;
  border: 0;
  padding: 0 0 5px 90px;
  margin: 0; }
  blockquote:before {
    color: #000000;
    font-size: 175px;
    font-size: 10.9375rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    content: '“';
    float: left;
    height: 100px;
    position: absolute;
    top: -40px;
    left: 0; }
  blockquote p {
    color: #000000;
    font-size: 32px;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-weight: 200;
    line-height: 2.5rem; }

hr {
  margin-bottom: 1.5rem;
  border-top: 1px solid #e6e6e6;
  clear: both; }

/*
*** GLOBAL BASE ***
*/
/*a.skip {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #bbb;
  color: #2a2a2a; }*/

a.skip {
	padding:6px;
	position: absolute;
	top:-105px;
	left:0px;
	right:0px;
	width: 11%;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#cc0000;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 9999;
}

a:focus.skip  {
	position:absolute;
	left:0px;
	top:0px;
	outline-color:transparent;
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}
@media (max-width: 1280px) {
    a.skip {
	/*	top:-105px; */
		width: 42%;
	}
  }

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

iframe {
  width: 100%; }

hr {
  margin-bottom: 20px;
  border-top: 1px solid #000;
  clear: both; }

.row {
  margin-left: 0;
  margin-right: 0; }

.container, .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.container-fluid {
  max-width: 100%; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.table-cell {
  display: table; }
  .table-cell > [class*='col-'] {
    float: left;
    display: block;
    vertical-align: middle; }
    @media (min-width: 992px) {
      .table-cell > [class*='col-'] {
        float: none;
        display: table-cell; } }

video {
  width: 100%; }

@media (min-width: 1200px) {
  .container {
    width: 1210px; } }

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.visible-xl {
  display: none !important; }

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important; }

@media (min-width: 1200px) {
  .visible-lg {
    display: none !important; }
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table !important; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-xl-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-xl-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; }
  .hidden-lg {
    display: block !important; }
  table.hidden-lg {
    display: table !important; }
  tr.hidden-lg {
    display: table-row !important; }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important; }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important; } }

@media (min-width: 1440px) {
  .container {
    width: 1230px; } }

@media (min-width: 1440px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left; }
  .col-xxl-1 {
    width: 8.33333%; }
  .col-xxl-2 {
    width: 16.66667%; }
  .col-xxl-3 {
    width: 25%; }
  .col-xxl-4 {
    width: 33.33333%; }
  .col-xxl-5 {
    width: 41.66667%; }
  .col-xxl-6 {
    width: 50%; }
  .col-xxl-7 {
    width: 58.33333%; }
  .col-xxl-8 {
    width: 66.66667%; }
  .col-xxl-9 {
    width: 75%; }
  .col-xxl-10 {
    width: 83.33333%; }
  .col-xxl-11 {
    width: 91.66667%; }
  .col-xxl-12 {
    width: 100%; }
  .col-xxl-pull-0 {
    right: auto; }
  .col-xxl-pull-1 {
    right: 8.33333%; }
  .col-xxl-pull-2 {
    right: 16.66667%; }
  .col-xxl-pull-3 {
    right: 25%; }
  .col-xxl-pull-4 {
    right: 33.33333%; }
  .col-xxl-pull-5 {
    right: 41.66667%; }
  .col-xxl-pull-6 {
    right: 50%; }
  .col-xxl-pull-7 {
    right: 58.33333%; }
  .col-xxl-pull-8 {
    right: 66.66667%; }
  .col-xxl-pull-9 {
    right: 75%; }
  .col-xxl-pull-10 {
    right: 83.33333%; }
  .col-xxl-pull-11 {
    right: 91.66667%; }
  .col-xxl-pull-12 {
    right: 100%; }
  .col-xxl-push-0 {
    left: auto; }
  .col-xxl-push-1 {
    left: 8.33333%; }
  .col-xxl-push-2 {
    left: 16.66667%; }
  .col-xxl-push-3 {
    left: 25%; }
  .col-xxl-push-4 {
    left: 33.33333%; }
  .col-xxl-push-5 {
    left: 41.66667%; }
  .col-xxl-push-6 {
    left: 50%; }
  .col-xxl-push-7 {
    left: 58.33333%; }
  .col-xxl-push-8 {
    left: 66.66667%; }
  .col-xxl-push-9 {
    left: 75%; }
  .col-xxl-push-10 {
    left: 83.33333%; }
  .col-xxl-push-11 {
    left: 91.66667%; }
  .col-xxl-push-12 {
    left: 100%; }
  .col-xxl-offset-0 {
    margin-left: 0%; }
  .col-xxl-offset-1 {
    margin-left: 8.33333%; }
  .col-xxl-offset-2 {
    margin-left: 16.66667%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .col-xxl-offset-4 {
    margin-left: 33.33333%; }
  .col-xxl-offset-5 {
    margin-left: 41.66667%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .col-xxl-offset-7 {
    margin-left: 58.33333%; }
  .col-xxl-offset-8 {
    margin-left: 66.66667%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .col-xxl-offset-10 {
    margin-left: 83.33333%; }
  .col-xxl-offset-11 {
    margin-left: 91.66667%; }
  .col-xxl-offset-12 {
    margin-left: 100%; } }

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.visible-xxl {
  display: none !important; }

.visible-xxl-block,
.visible-xxl-inline,
.visible-xxl-inline-block {
  display: none !important; }

@media (min-width: 1440px) {
  .visible-xl {
    display: none !important; }
  .visible-xxl {
    display: block !important; }
  table.visible-xxl {
    display: table !important; }
  tr.visible-xxl {
    display: table-row !important; }
  th.visible-xxl,
  td.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 1440px) {
  .visible-xxl-block {
    display: block !important; } }

@media (min-width: 1440px) {
  .visible-xxl-inline {
    display: inline !important; } }

@media (min-width: 1440px) {
  .visible-xxl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-xl {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-xxl {
    display: none !important; }
  .hidden-xl {
    display: block !important; }
  table.hidden-xl {
    display: table !important; }
  tr.hidden-xl {
    display: table-row !important; }
  th.hidden-xl,
  td.hidden-xl {
    display: table-cell !important; }
  .visible-xl-block,
  .visible-xl-inline,
  .visible-xl-inline-block {
    display: none !important; } }

/*
*** TABLE BASE ***
*/
table {
  border: solid 1px #ccc; }
  table thead {
    background: #cc0000;
    background-image: linear-gradient(to bottom, #cc0000, #99281e); }
    table thead th {
      color: #fff;
      background-image: linear-gradient(to bottom, #cc0000, #99281e); }
  table tbody {
    padding: 20px; }
  table th {
    color: #000000;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }
  table tr td {
    padding: 10px;
    border: none;
    color: #000000;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }

/*
 *  Owl Carousel - Core
 */
.photo-gallery,
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .photo-gallery .owl-stage,
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .photo-gallery .owl-stage:after,
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .photo-gallery .owl-stage-outer,
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .photo-gallery .owl-wrapper,
  .photo-gallery .owl-item,
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .photo-gallery .owl-item,
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .photo-gallery .owl-item img,
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .photo-gallery .owl-nav.disabled,
  .photo-gallery .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .photo-gallery .owl-nav .owl-prev,
  .photo-gallery .owl-nav .owl-next,
  .photo-gallery .owl-dot,
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .photo-gallery.owl-loaded,
  .owl-carousel.owl-loaded {
    display: block; }
  .photo-gallery.owl-loading,
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .photo-gallery.owl-hidden,
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .photo-gallery.owl-refresh .owl-item,
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
   }

  .photo-gallery.owl-drag .owl-item,
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .photo-gallery.owl-grab,
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .photo-gallery.owl-rtl,
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .photo-gallery.owl-rtl .owl-item,
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/_resources/css/landing/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
*** ACCORDION COMPONENT ***
*/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE; }

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fff;
  border-color: #EEEEEE; }

.panel-title {
  font-size: 14px;
  border-bottom: 1px solid #000; }

.panel-title > a,
.panel-title > button {
  display: block;
  position: relative;
  padding: 15px 0;
  text-decoration: none;
  transition: 0.3s all;
	width: 100%;
	background: none;
	text-align: left;
	border: none;
}
  .panel-title > a:after,
  .panel-title > button:after {
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    color: #cc0000; }
  .panel-title > a.collapsed:after,
  .panel-title > button.collapsed:after {
    content: "\f067"; }
.panel-title > button:visited,
.panel-title > button:hover {
    color: #b70000; }

.more-less {
  float: right;
  color: #212121; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE; }

/*
*** BREADCRUMB COMPONENT ***
*/
nav.breadcrumb {
  padding: 10px 5px;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: none; }

nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none; }

nav.breadcrumb li {
  display: inline; }

nav.breadcrumb li + li::before {
  color: #333;
  content: '/\00a0';
  content: '>'; }

nav.breadcrumb a {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-decoration: none; }
  nav.breadcrumb a:focus, nav.breadcrumb a:hover, nav.breadcrumb a:active {
    text-decoration: underline;
    background: transparent;
    color: #b70000; }

nav.breadcrumb a:focus,
nav.breadcrumb a:hover,
nav.breadcrumb a:active {
  text-decoration: underline;
  background: transparent; }

nav.breadcrumb [aria-current="page"] {
  color: #000;
  font-weight: 700;
  text-decoration: none; }

/*
*** BUTTON COMPONENT ***
*/
.btn {
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s; }
  .btn.btn-primary {
    padding: 16px 25px;
    background: #c70000;
    color: #fff;
    border: 0; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background: #b70000; }

/*
*** CAROUSEL COMPONENT ***
*/
.owl-nav {
  position: absolute;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 15%;
  bottom: 15vh; }
  @media (min-width: 992px) {
    .owl-nav {
      width: 70%; } }
  .owl-nav .owl-prev {
    width: auto;
    float: left; }
  .owl-nav .owl-next {
    width: auto;
    float: right; }

/* standard inner photo gallery */
.photo-gallery {
  margin: 0 0 50px -5px;
  padding: 20px 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797; }
  .photo-gallery img {
    padding: 0 5px; }
  .photo-gallery .owl-nav {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 40%;
    left: 0;
    right: 0; }
    @media (min-width: 992px) {
      .photo-gallery .owl-nav {
        width: 100%;
        top: 30%; } }
    .photo-gallery .owl-nav .owl-prev,
    .photo-gallery .owl-nav .owl-next {
      position: relative; }
    .photo-gallery .owl-nav .owl-prev {
      float: left;
      left: -15px; }
    .photo-gallery .owl-nav .owl-next {
      float: right;
      right: -15px; }

/*
*** FACTOID COMPONENT ***
*/
.factoid {
  max-width: 265px;
  margin: 0 auto 50px auto;
  text-align: center; }
  .factoid .icon-container {
    margin: 0 0 20px 0;
    padding: 20px 10px;
    border-bottom: 1px solid #cc0000; }
  .factoid .text-container h3 span {
    display: block; }
    .factoid .text-container h3 span.fact-num {
      margin: 0 0 5px 0;
      color: #000000;
      font-size: 64px;
      font-size: 4rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 900; }
    .factoid .text-container h3 span.fact-text {
      color: #000000;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      line-height: 1.2; }

/*
*** FORM COMPONENT ***
*/
form {
  float: left;
  width: 100%; }

fieldset,
.fieldset {
  margin: 0 0 16px 0;
  position: relative;
  width: 20em; }
  @media (min-width: 768px) {
    fieldset,
    .fieldset {
      width: 40em; } }

label {
  /*display: block;*/
  margin-bottom: 4px; }

input {
  background: #fafafa;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  font-size: 14px;
  line-height: 2.6666;
  padding: 0 9.24px;
  width: 100%; }
  input:focus {
    border-color: #1e1e1e;
    outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cstyle%20type%3D%22text/css%22%3E%0A%09%09.colour%7B%20fill%3A%231E1E1E%3B%20%7D%0A%09%09.transparent%7B%20fill%3A%20none%3B%20%7D%0A%09%3C/style%3E%0A%09%3Crect%20class%3D%22transparent%22%20width%3D%2230%22%20height%3D%2230%22/%3E%0A%09%3Cpath%20class%3D%22colour%22%20d%3D%22M15%2C18l-5-5h10L15%2C18%22/%3E%0A%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  height: 42px;
  margin: 0;
  outline: none;
  padding: 0 48px 0 7px;
  width: 100%; }
  select:focus {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cstyle%20type%3D%22text/css%22%3E%0A%09%09.colour%7B%20fill%3A%231E1E1E%3B%20%7D%0A%09%09.transparent%7B%20fill%3A%20none%3B%20%7D%0A%09%3C/style%3E%0A%09%3Crect%20class%3D%22transparent%22%20width%3D%2230%22%20height%3D%2230%22/%3E%0A%09%3Cpath%20class%3D%22colour%22%20d%3D%22M15%2C13l5%2C5H10L15%2C13%22/%3E%0A%3C/svg%3E%0A");
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset;
    outline: none; }
  select optgroup,
  select option {
    padding: 0; }

.default select {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cstyle%20type%3D%22text/css%22%3E%0A%09%09.colour%7B%20fill%3A%231E1E1E%3B%20%7D%0A%09%09.transparent%7B%20fill%3A%20none%3B%20%7D%0A%09%3C/style%3E%0A%09%3Crect%20class%3D%22transparent%22%20width%3D%2230%22%20height%3D%2230%22/%3E%0A%09%3Cpath%20class%3D%22colour%22%20d%3D%22M15%2C18l-5-5h10L15%2C18%22/%3E%0A%3C/svg%3E%0A"), linear-gradient(to left, #c4c4c4 42px, #fafafa 0px);
  background-position: right center;
  background-repeat: no-repeat; }
  .default select:focus {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%09%3Cstyle%20type%3D%22text/css%22%3E%0A%09%09.colour%7B%20fill%3A%231E1E1E%3B%20%7D%0A%09%09.transparent%7B%20fill%3A%20none%3B%20%7D%0A%09%3C/style%3E%0A%09%3Crect%20class%3D%22transparent%22%20width%3D%2230%22%20height%3D%2230%22/%3E%0A%09%3Cpath%20class%3D%22colour%22%20d%3D%22M15%2C13l5%2C5H10L15%2C13%22/%3E%0A%3C/svg%3E%0A"), linear-gradient(to left, #c4c4c4 42px, #fafafa 0px);
    background-position: right center;
    background-repeat: no-repeat; }

.ghost {
  padding-right: 48px; }
  .ghost fieldset {
    margin-bottom: 16px; }
    .ghost fieldset:after {
      border-radius: 50%;
      height: 16px;
      left: 100%;
      margin: -7px 0 0 7px;
      position: absolute;
      top: 50%;
      width: 16px; }
    .ghost fieldset.valid:after {
      background: #8fb600;
      content: ''; }
    .ghost fieldset.invalid:after {
      background: #e72931;
      content: ''; }
  .ghost input {
    background: none;
    border-color: #c4c4c4;
    line-height: 2.4666; }
  .ghost label {
    cursor: text;
    left: 0;
    margin: -9.24px 0 0 1px;
    padding: 0 9.24px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: transform 0.2s linear;
    transition-delay: 0.1s;
    -ms-transform-origin: left top;
        transform-origin: left top;
    z-index: 2; }
    .ghost label:before {
      background: #fff;
      content: '';
      height: 16.8px;
      left: 0;
      position: absolute;
      -ms-transform: translateY(-16.8px) scaleX(0);
          transform: translateY(-16.8px) scaleX(0);
      -ms-transform-origin: left center;
          transform-origin: left center;
      transition: transform 0.3s linear;
      width: 100%;
      z-index: -1; }
    .ghost label.focus {
      color: #a5a5a5;
      -ms-transform: translateY(-15.4px) scale(0.85714);
          transform: translateY(-15.4px) scale(0.85714); }
      .ghost label.focus:before {
        -ms-transform: translateY(0) scaleX(1);
            transform: translateY(0) scaleX(1); }
  .ghost select {
    border-bottom-color: #a5a5a5;
    height: 36.0px;
    padding-top: 0;
    padding-left: 8.4px; }
    .ghost select:focus {
      box-shadow: none; }
    .ghost select + label {
      color: #a5a5a5;
      padding: 0 9.24px;
      -ms-transform: translateY(-15.4px) scale(0.85714);
          transform: translateY(-15.4px) scale(0.85714); }
      .ghost select + label:before {
        background: #fff;
        content: '';
        height: 16.8px;
        left: 0;
        position: absolute;
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
        -ms-transform-origin: left center;
            transform-origin: left center;
        transition: transform 0.3s linear;
        width: 100%;
        z-index: -1; }

/*
*** IMAGE BOX COMPONENT ***
*/
.img-box {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  min-width: 265px;
  max-width: 480px;
  min-height: 240px;
  max-height: 360px;
  width: 100%;
  background: #000;
  text-align: left;
  cursor: pointer; }
  .img-box.small-text h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  .img-box.small-text p {
    display: none; }

.img-box img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.9;
  min-height: 240px; }

.img-box figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.img-box figcaption::before,
.img-box figcaption::after {
  pointer-events: none; }

.img-box figcaption,
.img-box figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.img-box figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.img-box.cta img {
  transition: opacity 0.35s, transform 0.35s;
  -ms-transform: scale(1.12);
      transform: scale(1.12); }

.img-box.cta:hover img {
  opacity: 0.7;
  -ms-transform: scale(1);
      transform: scale(1); }

.img-box.cta figcaption {
  padding: 0 35px 10px 25px; }

.img-box.cta figcaption::before {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  border: 1px solid #fff;
  content: '';
  -ms-transform: scale(1);
      transform: scale(1); }

.img-box.cta figcaption::before,
.img-box.cta p {
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s; }

.img-box.cta p {
  line-height: 1.2;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s; }

.img-box h2 {
  margin: 0 0 2px 0;
  padding: 40% 0 0 0;
  color: #fff;
  line-height: 1;
  font-size: 48px;
  font-size: 3rem;
	text-align: center;
}

.img-box h2 span {
  font-weight: 800; }

.img-box p {
  margin: 0;
  color: #fff; }

.img-box.cta p {
  margin: 0 0 0 5px;
  -ms-transform: scale(1);
      transform: scale(1); }

.img-box.cta:hover figcaption::before {
  opacity: 1;
  -ms-transform: scale(0.95);
      transform: scale(0.95); }

.img-box.cta:hover p {
  opacity: 1; }

@media screen and (max-width: 50em) {
  .img-box {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%; } }

@media screen and (max-width: 75em) {
  .img-box.cta p {
    opacity: 1; } }

/*
*** IMAGE SECTION COMPONENT ***
*/
.img-section {
  position: relative;
  padding: 0;
  /* max-height: 100vh; */
  overflow: hidden; }
  @media (min-width: 992px) {
    .img-section {
      max-height: 550px; } }
  .img-section h3 {
    color: #000000;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }
  .img-section img {
    width: 100%; }
  .img-section .overlay {
    padding: 30px 40px;
    background: #fff;
    background: #f7f7f7; }
    @media (min-width: 992px) {
      .img-section .overlay {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 40%;
        min-width: 450px;
        height: 100%;
        max-height: 460px;
        position: absolute;
        left: 0;
        top: 25%;
        top: calc(50% - 230px); } }
  @media (min-width: 992px) {
    .img-section.left .overlay {
      left: 0;
      right: auto; } }
  @media (min-width: 992px) {
    .img-section.right .overlay {
      right: 0;
      left: auto; } }
  .img-section.red h3, .img-section.red p, .img-section.red a {
    color: #fff; }
  .img-section.red .overlay {
    background: #cc0000;
    color: #fff; }

body.microsite .img-section {
  padding: 0; }

.img-grid {
  overflow: hidden; }
  .img-grid h3 {
    color: #000000;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700; }
  .img-grid.right {
    background: #f7f7f7; }
  .img-grid.left {
    background-image: linear-gradient(to bottom, #cc0000, #99281e); }
    .img-grid.left * {
      color: #fff; }
  .img-grid img {
    min-width: 100%; }
    @media (min-width: 992px) {
      .img-grid img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        min-height: 50rem; } }
  .img-grid .text-wrap {
    padding: 3rem; }
    @media (min-width: 992px) {
      .img-grid .text-wrap {
        padding: 8rem 4rem; } }
    @media (min-width: 992px) {
      .img-grid .text-wrap .text {
        min-height: 20rem; } }

/*
*** NEWS & EVENTS COMPONENT ***
*/
#news-events {
  padding: 4rem 1rem 4rem 1rem;
  background: #59728a;
  background-image: linear-gradient(to bottom, #59728a, #003a66); }
  @media (min-width: 992px) {
    #news-events {
      padding: 5rem 1rem 5rem 1rem; } }
  #news-events.gray {
    background: #686868;
    background-image: linear-gradient(to bottom, #686868, #333333); }
#news-events header {
    margin: 0 0 30px 0; }
    @media (min-width: 992px) {
      #news-events header {
        border-bottom: 1px solid #fff; } }
    #news-events header h2 {
      display: inline;
      color: #fff;
      font-size: 46px;
      font-size: 2.875rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }
      @media (min-width: 768px) {
        #news-events header h2 {
          color: #fff;
          font-size: 64px;
          font-size: 4rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; } }
    #news-events header .learn-more {
      margin: 10px 0 0 0;
      float: right;
      color: #fff;
      font-size: 22px;
      font-size: 1.375rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 900; }
      @media (min-width: 768px) {
        #news-events header .learn-more {
          color: #fff;
          font-size: 24px;
          font-size: 1.5rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 900;
          margin: 40px 0 0 0; } }
  .news-wrapper > .header,
	.events-wrapper > .header {
    margin: 0 0 30px 0; }
    @media (min-width: 992px) {
      .news-wrapper > .header,
	.events-wrapper > .header {
        border-bottom: 1px solid #fff; } }
   .news-wrapper > .header h2,
	.events-wrapper > .header h2 {
      display: inline;
      color: #fff;
      font-size: 46px;
      font-size: 2.875rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }
      @media (min-width: 768px) {
        .news-wrapper > .header h2,
	.events-wrapper > .header h2 {
          color: #fff;
          font-size: 64px;
          font-size: 4rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; } }
    .news-wrapper > .header > .learn-more,
	.events-wrapper > .header > .learn-more {
      margin: 10px 0 0 0;
      float: right;
      color: #fff;
      font-size: 22px;
      font-size: 1.375rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 900; }
      @media (min-width: 768px) {
        .news-wrapper > .header > .learn-more,
		  .events-wrapper > .header > .learn-more {
          color: #fff;
          font-size: 24px;
          font-size: 1.5rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 900;
          margin: 40px 0 0 0; } }
  #news-events .click-more {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900; }

.news-story p, .news-story h3 {
  color: #fff; }

.news-story img {
  width: 100%;
  max-width: 200px;
  float: left; }

@media (min-width: 768px) {
  .news-story .summary {
    padding-left: 40px; } }

.news-story .summary h3 {
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900; }

.events-wrapper {
  border-bottom: 1px solid #fff; }
  @media (min-width: 992px) {
    .events-wrapper {
      border-right: 1px solid #fff;
      border-bottom: none; } }

.news-wrapper header {
  padding-top: 49px; }
  @media (min-width: 992px) {
    .news-wrapper header {
      padding-top: 0; } }

.news-wrapper > .header {
  padding-top: 49px; }
  @media (min-width: 992px) {
    .news-wrapper > .header {
      padding-top: 0; } }

.event p, .event h3 {
  color: #fff; }

.event .date {
  display: inline-block;
  width: 48.5px;
  height: 46px;
  padding: 1em;
  border: 2px solid #fff;
  margin-bottom: 1rem;
  padding: 8px 8px 40px 8px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center; }
  @media (min-width: 992px) {
    .event .date {
      width: 100px;
      height: auto;
      padding: 0.8em; } }
  .event .date h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
    @media (min-width: 992px) {
      .event .date h3 {
        color: #fff;
        font-size: 22px;
        font-size: 1.375rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 300; } }
  .event .date span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900; }
    @media (min-width: 992px) {
      .event .date span {
        color: #fff;
        font-size: 36px;
        font-size: 2.25rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 700; } }

.event .summary {
  display: block; }
  @media (min-width: 470px) {
    .event .summary {
      padding-left: 30px;
      width: calc(100% - 100px); } }
  .event .summary h3 {
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900; }

.news-story,
.event {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px 0; }

/*
*** SEARCH COMPONENT ***
*/
.program-search-container {
  display: block;
  margin: 0 0 50px 0; }

#program-search {
  width: 100%; }
  #program-search input {
    border: 0;
    border-radius: 0;
    background-color: #f2f2f2;
    height: 70px;
    float: left; }
  #program-search input[type="text"] {
    display: block;
    width: 90%;
    width: calc(100% - 50px);
    padding: 20px 20px;
    color: #000;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Merriweather',sans-serif;
    font-weight: 400;
    font-style: italic; }
  #program-search input[type="submit"] {
    background-image: url("/_resources/images/icons/arrow-md-right-black.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 50px; }
    #program-search input[type="submit"]::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #686868;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: 'Merriweather', serif;
      font-weight: 400;
      font-style: italic; }
    #program-search input[type="submit"] :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #686868;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: 'Merriweather', serif;
      font-weight: 400;
      opacity: 1; }
    #program-search input[type="submit"] ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #686868;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: 'Merriweather', serif;
      font-weight: 400;
      opacity: 1; }
    #program-search input[type="submit"] :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #686868;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: 'Merriweather', serif;
      font-weight: 400; }
    #program-search input[type="submit"] ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #686868;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: 'Merriweather', serif;
      font-weight: 400; }

#program-search-inner {
  position: relative;
  width: 100%;
  display: block; }
  #program-search-inner #program-search, #program-search-inner #program-search-results {
    width: 100%; }
  #program-search-inner #program-search-results {
    background: #cccccc;
    position: absolute;
    top: 3.77rem;
    z-index: 888; }
    #program-search-inner #program-search-results > div {
      padding: 1rem 1rem 0.2rem; }
    #program-search-inner #program-search-results #browse-all {
      display: none; }
    #program-search-inner #program-search-results p {
      margin: 0; }
  #program-search-inner #browse a {
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase; }
    #program-search-inner #browse a:first-of-type {
      margin-right: 1.2rem; }

/*
*** SPOTLIGHT COMPONENT ***
*/
.spotlight {
  padding: 30px 30px;
  border: 1px solid #ccc;
  margin-bottom: 0.8rem; }
  .spotlight img {
    width: 100%;
    margin: 0 0 20px 0; }

/*
*** TABS COMPONENT ***
*/
.tabs-container {
  margin: 0 0 30px 0; }

.content ul.nav-tabs {
  margin: 0; }
  .content ul.nav-tabs li a {
    text-decoration: none;
    transition: 0.3s all; }
    .content ul.nav-tabs li a:hover {
      color: #fff; }

.tab-content {
  padding: 25px;
  border: solid 1px #ccc; }

/*
*** TESTIMONIAL COMPONENT ***
*/
.testimonial-section h2 {
  color: #cc0000;
  font-size: 64px;
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.testimonial-section .owl-nav {
  width: 100%; }

.owl-carousel .testimonial {
  padding-right: 30px;
  padding-left: 30px; }
  @media (min-width: 992px) {
    .owl-carousel .testimonial {
      padding-right: 20px;
      padding-left: 120px; } }

.testimonial {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  position: relative; }
  .testimonial .text-container {
    float: left;
    width: 100%;
    padding: 20px 20px;
    text-align: left; }
    @media (min-width: 768px) {
      .testimonial .text-container {
        width: calc(100% - 75px);
        border-left: 1px solid #000; } }
    .testimonial .text-container h4 {
      margin: 0 0 5px 0;
      color: #000000;
      font-size: 20px;
      font-size: 1.25rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 700; }
      @media screen and (max-width: 50rem) {
        .testimonial .text-container h4 {
          padding: 0 0 0 2em; } }
    .testimonial .text-container p.quote {
      margin: 0 0 30px 0;
      padding: 0;
      color: #000000;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 100;
      font-style: italic; }
      @media screen and (max-width: 50rem) {
        .testimonial .text-container p.quote {
          padding: 0 0 0 2em; } }
    .testimonial .text-container p.info {
      color: #000000;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }
      @media screen and (max-width: 50rem) {
        .testimonial .text-container p.info {
          padding: 0 0 0 2.2em; } }
    .testimonial .text-container p span {
      display: block; }
  .testimonial .icon-container,
  .testimonial .img-container {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000; }
    @media (min-width: 768px) {
      .testimonial .icon-container,
      .testimonial .img-container {
        height: 220px;
        border: 0;
        padding-right: 20px; } }
    .testimonial .icon-container img,
    .testimonial .img-container img {
      width: auto;
      position: absolute;
      top: 40%; }
  @media (min-width: 768px) {
    .testimonial .icon-container {
      width: 75px; } }
  @media (min-width: 768px) {
    .testimonial .img-container {
      width: 200px; } }
  .testimonial .img-container img {
    width: 165px;
    height: 165px; }
  @media (min-width: 768px) {
    .testimonial.image .text-container {
      width: calc(100% - 200px); } }

.banner-emergency {
  margin-top: 1.65rem; }
  @media (min-width: 1200px) {
    .banner-emergency {
      margin-top: 1.55rem; } }

.emergency {
  height: 25px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #b70000; }
  .emergency p {
    color: #fff;
    display: block;
    /*width: 200%;*/
    position: absolute;
    /*overflow: hidden;*/
    animation: marqueeSmallScreen 25s linear infinite; }
    @media (min-width: 992px) {
      .emergency p {
        animation: marquee 35s linear infinite; } }
    .emergency p span {
      padding-right: 3rem;
		white-space: pre;}
    .emergency p a {
      color: #fff;
      font-weight: 300; }
      .emergency p a:hover {
        color: #fff; }
      .emergency p a em {
        font-weight: 400; }

@keyframes marquee {
  0% {
    left: 0; }
  100% {
    left: -200%; } }

@keyframes marqueeSmallScreen {
  0% {
    left: 0; }
  100% {
    left: -800%; } }

/*
*** HEADER TEMPLATE ***
*/
body.main-nav-open #nav-container {
  display: block; }

#nav-container {
  display: none;
  margin: 0;
  padding: 20px 0 0 0;
  background: #b70000; }
  @media (min-width: 992px) {
    #nav-container {
      padding: 20px 0 30px 0; } }

header.banner {
  background: #000000;
  background: #fff;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999; }
  @media (min-width: 992px) {
    header.banner {
      height: auto;
      overflow: visible; } }
  header.banner > .row {
    padding: 0.25rem; }
    @media (min-width: 576px) {
      header.banner > .row {
        padding: 0.66rem; } }
    @media (min-width: 768px) {
      header.banner > .row {
        padding: 0.88rem; } }
    @media (min-width: 992px) {
      header.banner > .row {
        padding: 0; } }
  header.banner .logo-link {
    text-align: center;
    display: block; }
    @media (min-width: 992px) {
      header.banner .logo-link {
        text-align: left; } }
  header.banner .logo {
    max-width: 179px;
    margin-top: 1rem;
    width: 100%; }
    @media (min-width: 576px) {
      header.banner .logo {
        max-width: 299px;
        margin-top: 0.5rem; } }
    @media (min-width: 768px) {
      header.banner .logo {
        max-width: 348px;
        margin-top: 0;
        padding-top: 0.25rem; } }
    @media (min-width: 992px) {
      header.banner .logo {
        padding: 3rem;
        max-width: 500px; } }
  header.banner nav {
    margin: 0 0 30px 0;
    background: #b70000; }
    header.banner nav h2 {
      color: #fff;
      font-size: 30px;
      font-size: 1.875rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      text-transform: uppercase; }
    header.banner nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      header.banner nav ul li {
        margin: 0;
        padding: 0; }
        header.banner nav ul li a {
          display: block;
          margin: 0;
          padding: 10px 0;
          color: #fff;
          font-size: 14px;
          font-size: 0.875rem;
          font-family: 'Merriweather', serif;
          font-weight: 400;
          border-bottom: solid 1px #99281e;
          transition: all 0.3s; }
          header.banner nav ul li a:hover {
            text-decoration: none;
            color: #fff;
            border-color: #fff; }

#header-menu {
  display: table;
  width: 100%;
  height: 60px; }
  @media (min-width: 992px) {
    #header-menu {
      height: 160px; } }

#header-menu form, #header-menu .btn-wrap, #nav-container form, #nav-container .btn-wrap {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center; }
  @media (min-width: 992px) {
    #header-menu form, #header-menu .btn-wrap, #nav-container form, #nav-container .btn-wrap {
      text-align: left; } }
  #header-menu form:nth-child(2), #header-menu .btn-wrap:nth-child(2), #nav-container form:nth-child(2), #nav-container .btn-wrap:nth-child(2) {
    width: 100%; }
    @media (min-width: 992px) {
      #header-menu form:nth-child(2), #header-menu .btn-wrap:nth-child(2), #nav-container form:nth-child(2), #nav-container .btn-wrap:nth-child(2) {
        width: 10%;
        padding-right: 1rem; } }
  #header-menu form .fa-bars, #header-menu .btn-wrap .fa-bars, #nav-container form .fa-bars, #nav-container .btn-wrap .fa-bars {
    display: none; }
    @media (min-width: 992px) {
      #header-menu form .fa-bars, #header-menu .btn-wrap .fa-bars, #nav-container form .fa-bars, #nav-container .btn-wrap .fa-bars {
        display: inline; } }

#header-menu form, #nav-container form {
  display: block; }
  @media (min-width: 992px) {
    #header-menu form, #nav-container form {
      display: table-cell;
      max-width: 60%;
      padding-right: 1rem; } }
  #header-menu form input, #nav-container form input {
    background: #000000;
    color: #fff;
    height: 2.5rem;
    border: 0;
    float: left; }
  #header-menu form input[type="text"], #nav-container form input[type="text"] {
    width: 95%;
    width: calc(100% - 2rem);
    padding-left: 0.75rem;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Merriweather',sans-serif;
    font-weight: 400;
    font-style: italic; }
    #header-menu form input[type="text"]::-moz-placeholder, #header-menu form input[type="text"]:-moz-placeholder, #nav-container form input[type="text"]::-moz-placeholder, #nav-container form input[type="text"]:-moz-placeholder {
      color: #fff;
      opacity: 1; }
    @media (min-width: 1200px) {
      #header-menu form input[type="text"], #nav-container form input[type="text"] {
        width: 20rem;
        width: calc(100% - 70px); } }
  #header-menu form ::-webkit-input-placeholder, #nav-container form ::-webkit-input-placeholder {
    color: #fff; }
  #header-menu form :-moz-placeholder, #nav-container form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  #header-menu form ::-moz-placeholder, #nav-container form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  #header-menu form :-ms-input-placeholder, #nav-container form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  #header-menu form ::-ms-input-placeholder, #nav-container form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }
  #header-menu form input[type="submit"], #nav-container form input[type="submit"] {
    background-color: #000000;
    background-image: url("/_resources/images/icons/arrow-sm-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 1rem;
    width: auto; }

#header-menu .btn, #nav-container .btn {
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding: 0.4rem 0.75rem;
  margin-left: 1rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900; }
  @media (min-width: 576px) {
    #header-menu .btn, #nav-container .btn {
      color: #fff;
      font-size: 22px;
      font-size: 1.375rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 900; } }

#header-menu #give-btn, #nav-container #give-btn {
  background: #59728a;
  padding-top: 0.45rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: none; }
  @media (min-width: 992px) {
    #header-menu #give-btn, #nav-container #give-btn {
      display: table-cell; }
  	#header-menu .ea-logo {
		margin-top: 65px !important;
	}
  }
@media (max-width: 576px) {
    #header-menu .ea-logo {
		max-width: 50px !important;
	}
  }

#header-menu #menu-btn, #nav-container #menu-btn {
  background: #b70000;
  display: inline-block;
  width: auto;
  margin: 0 auto; }
  @media (min-width: 992px) {
    #header-menu #menu-btn, #nav-container #menu-btn {
      display: table-cell; } }
  #header-menu #menu-btn span, #nav-container #menu-btn span {
    background: #b70000;
    color: #fff; }
  #header-menu #menu-btn.open, #nav-container #menu-btn.open {
    content: 'CLOSE X'; }

.main-nav h2 {
  cursor: pointer; }
  @media (min-width: 992px) {
    .main-nav h2 {
      cursor: default; } }

.main-nav .menu {
  display: none; }
  @media (min-width: 992px) {
    .main-nav .menu {
      display: block; } }

/*
*** FOOTER TEMPLATE ***
*/
footer {
  padding: 4rem 0rem 5rem 1rem;
  background: #000000; }
  @media (min-width: 992px) {
    footer {
      padding: 5.3rem 5.3rem 6rem 5.3rem; } }
  footer h2 {
    color: #fff;
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
    @media (min-width: 992px) {
      footer h2 {
        color: #fff;
        font-size: 64px;
        font-size: 4rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 300; } }
  footer hr {
    border: solid 1px #cc0000;
    margin: 0px 0px;
    margin-right: 10px; }
    @media (max-width: 760px) {
      footer hr {
        width: 90%; } }
  footer a {
    color: #fff;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
    footer a:visited {
      color: #f7f7f7; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  @media (min-width: 992px) {
    footer .row div:first-child {
      padding-right: 127px; } }
  footer span {
    margin-right: 1em; }
  footer .fa {
    background-color: #fff;
    color: #000000;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 4px;
    margin-right: 0.1rem;
    font-size: 2rem; }
    footer .fa:hover {
      background-color: #f50000; }

.contact-container {
  color: #fff; }

.footer-menu {
  margin: 30px 0 30px 0; }
  .footer-menu ul {
    color: #fff; }
    .footer-menu ul li {
      display: block;
      float: left;
      width: 100%;
      margin: 0 0 15px 0;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      line-height: 1.2; }

.quick-links {
  column-count: 1;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 0px;
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px; }
  @media (min-width: 992px) {
    .quick-links {
      column-count: 2;
      -moz-column-gap: 40px;
           column-gap: 40px;
      margin-bottom: 0px;
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -moz-column-fill: balance;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px; } }

.contact-container p {
  color: #fff;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.social-container li {
display: inline;
}


/*
*** HOME TEMPLATE ***
*/
.home-overlay {
  position: relative;
  background: rgba(0, 0, 0, 0.333);
  min-height: 340px; }
  @media (min-width: 576px) {
    .home-overlay {
      min-height: 400px; } }
  @media (min-width: 768px) {
    .home-overlay {
      height: 540px; } }
  @media (min-width: 992px) {
    .home-overlay {
      height: 728px; } }
  .home-overlay #hover-slider {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%; }
    .home-overlay #hover-slider img {
      position: relative;
      z-index: -3;
      width: auto;
      min-width: 100%;
      display: block;
      top: 0;
      object-fit: cover;
      height: 440px; }
      @media (min-width: 768px) {
        .home-overlay #hover-slider img {
          height: 540px; } }
      @media (min-width: 992px) {
        .home-overlay #hover-slider img {
          height: 728px; } }
  .home-overlay .program-search {
    position: absolute;
    width: 85%;
    padding: 2rem;
    margin: 7rem auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
    height: 200px;
    z-index: 111; }
    @media (min-width: 576px) {
      .home-overlay .program-search {
        height: auto;
        min-height: 250px; } }
    @media (min-width: 768px) {
      .home-overlay .program-search {
        padding: 2rem 3rem; } }
    @media (min-width: 992px) {
      .home-overlay .program-search {
        width: 80%;
        width: calc(100% - 20rem);
        max-width: 950px;
        padding: 4rem 6rem;
        margin: 14rem auto;
        height: 444px; } }
    .home-overlay .program-search h1 {
      color: #fff;
      font-size: 32px;
      font-size: 2rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .home-overlay .program-search h1 {
          color: #fff;
          font-size: 48px;
          font-size: 3rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; } }
      @media (min-width: 768px) {
        .home-overlay .program-search h1 {
          color: #fff;
          font-size: 64px;
          font-size: 4rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; } }
      .home-overlay .program-search h1 span {
        color: #fff;
        font-size: 48px;
        font-size: 3rem;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        display: block; }
        @media (min-width: 768px) {
          .home-overlay .program-search h1 span {
            color: #fff;
            font-size: 64px;
            font-size: 4rem;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700; } }
        @media (min-width: 768px) {
          .home-overlay .program-search h1 span {
            color: #fff;
            font-size: 99px;
            font-size: 6.1875rem;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 700; } }
  .home-overlay #program-search {
    float: none;
    overflow: hidden;
    margin: 0; }
    .home-overlay #program-search input {
      border: 0;
      border-radius: 0;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.25);
      height: 3rem;
      float: left; }
      @media (min-width: 576px) {
        .home-overlay #program-search input {
          height: 6rem; } }
    .home-overlay #program-search input[type="text"] {
      width: 90%;
      width: calc(100% - 50px);
      padding: 0 1rem;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: 'Merriweather',sans-serif;
      font-weight: 400;
      font-style: italic; }
      @media (min-width: 576px) {
        .home-overlay #program-search input[type="text"] {
          color: #fff;
          font-size: 36px;
          font-size: 2.25rem;
          font-family: 'Merriweather',sans-serif;
          font-weight: 400;
          font-style: italic; } }
    .home-overlay #program-search ::-webkit-input-placeholder {
      color: #fff; }
    .home-overlay #program-search :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fff;
      opacity: 1; }
    .home-overlay #program-search ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff;
      opacity: 1; }
    .home-overlay #program-search :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .home-overlay #program-search ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff; }
    .home-overlay #program-search input[type="submit"] {
      background-image: url("/_resources/images/icons/arrow-sm-right-white.png");
      background-repeat: no-repeat;
      background-position: center;
      width: 50px; }
      @media (min-width: 576px) {
        .home-overlay #program-search input[type="submit"] {
          background-image: url("/_resources/images/icons/arrow-lg-right-white.svg"); } }
      .home-overlay #program-search input[type="submit"]::-moz-placeholder, .home-overlay #program-search input[type="submit"]:-moz-placeholder {
        color: #fff;
        opacity: 1; }
  .home-overlay #program-search-results {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 1.25rem; }
    .home-overlay #program-search-results > div {
      background: #fff;
      padding: 0.75rem 0.5rem;
      border-bottom: 1px solid #cccccc; }
      .home-overlay #program-search-results > div:last-child {
        border-bottom: 0; }
      .home-overlay #program-search-results > div p, .home-overlay #program-search-results > div a {
        color: #000000;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin: 0; }
        @media (min-width: 576px) {
          .home-overlay #program-search-results > div p, .home-overlay #program-search-results > div a {
            color: #000000;
            font-size: 18px;
            font-size: 1.125rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 300; } }
    .home-overlay #program-search-results #browse-all {
      display: none; }
      .home-overlay #program-search-results #browse-all p, .home-overlay #program-search-results #browse-all a {
        color: #000000;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        text-transform: uppercase; }
        @media (min-width: 576px) {
          .home-overlay #program-search-results #browse-all p, .home-overlay #program-search-results #browse-all a {
            color: #000000;
            font-size: 18px;
            font-size: 1.125rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 900; } }

#school-tabs {
  background: #59728a;
  background: linear-gradient(to bottom, #59728a 0%, #003a66 50px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59728a', endColorstr='#003a66',GradientType=0 );
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 0; }
  @media (min-width: 992px) {
    #school-tabs {
      background: #59728a;
      background: linear-gradient(to bottom, #59728a 0%, #003a66 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59728a', endColorstr='#003a66',GradientType=0 );
      padding: 1rem 2rem; } }
  #school-tabs a {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.67;
    display: block; }
    @media (min-width: 992px) {
      #school-tabs a {
        padding-left: 1.5rem; } }
    #school-tabs a span {
      color: #fff;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      line-height: 1.25;
      display: block; }
@media (max-width: 992px) {
    #school-tabs .row {
      margin-left: -50px; } }
  @media (min-width: 992px) {
    #school-tabs .row {
      padding-top: 1rem; } }
  @media (min-width: 992px) {
    #school-tabs .row .hover-dropdown {
      border-right: 1px solid #fff;
      padding-left: 0;
      padding-right: 30px; } }
  #school-tabs .row .hover-dropdown a {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.03;
    padding-right: 0.75rem 1.5rem 0.75rem 0;
    transition: all 0.3s;
    padding: 0; }
    @media (min-width: 992px) {
      #school-tabs .row .hover-dropdown a {
        color: #fff;
        font-size: 30px;
        font-size: 1.875rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        text-align: right;
        padding: 1rem 1rem 1rem 0; } }
    @media (min-width: 1200px) {
      #school-tabs .row .hover-dropdown a {
        color: #fff;
        font-size: 36px;
        font-size: 2.25rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 900; } }
    @media (min-width: 1440px) {
      #school-tabs .row .hover-dropdown a {
        padding: 1rem; } }
    #school-tabs .row .hover-dropdown a:after {
      float: right;
      content: url("/_resources/images/icons/arrow-sm-left-white.svg");
      color: #fff; }
      @media (min-width: 992px) {
        #school-tabs .row .hover-dropdown a:after {
          display: none; } }
    #school-tabs .row .hover-dropdown a.changed::after {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  #school-tabs .row hr {
    border-top: 1px solid #fff; }
    @media (min-width: 992px) {
      #school-tabs .row hr {
        display: none; } }

.hover-slide {
  display: none; }
  @media (min-width: 992px) {
    .hover-slide {
      display: block; } }
  @media (min-width: 992px) {
    .hover-slide.active:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-bottom: 30px solid #59728a;
      position: absolute;
      top: -60px;
      left: 0;
      right: 0;
      margin: 0 auto; } }

#hover-slide-wrap {
  background: #899fb4;
  background: linear-gradient(to bottom, #899fb4 0%, #003a66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59728a', endColorstr='#003a66',GradientType=0 );
  margin-top: 2.5rem;
  padding: 1.5rem 0.5rem;
  display: none; }

.slant-container.right, .slant-container.left {
  position: relative;
  overflow: hidden;
  border: 2rem solid #fff;
  background: #fff; }
  .slant-container.right .slanted, .slant-container.left .slanted {
    transition: 0.2s all ease-in-out; }
    @media (min-width: 992px) {
      .slant-container.right .slanted, .slant-container.left .slanted {
        width: 33.333%; } }
    .slant-container.right .slanted img, .slant-container.left .slanted img {
      width: 100%;
      opacity: 0.77;
      transition: 0.2s all ease-in-out; }
    .slant-container.right .slanted:hover, .slant-container.left .slanted:hover {
      background: #cc0000; }
      .slant-container.right .slanted:hover img, .slant-container.left .slanted:hover img {
        mix-blend-mode: multiply; }
  .slant-container.right .slant-01 .img-wrap, .slant-container.right .slant-03 .img-wrap, .slant-container.left .slant-01 .img-wrap, .slant-container.left .slant-03 .img-wrap {
    position: relative;
    background: #000000;
    transition: 0.2s all ease-in-out; }
    .slant-container.right .slant-01 .img-wrap:hover, .slant-container.right .slant-03 .img-wrap:hover, .slant-container.left .slant-01 .img-wrap:hover, .slant-container.left .slant-03 .img-wrap:hover {
      background: #b70000; }
      .slant-container.right .slant-01 .img-wrap:hover h2, .slant-container.right .slant-03 .img-wrap:hover h2, .slant-container.left .slant-01 .img-wrap:hover h2, .slant-container.left .slant-03 .img-wrap:hover h2 {
        border-bottom-color: #59728a; }
  .slant-container.right .slant-01, .slant-container.left .slant-01 {
    float: left;
    margin-bottom: 20%; }
    @media (min-width: 992px) {
      .slant-container.right .slant-01, .slant-container.left .slant-01 {
        margin-bottom: 0; } }
  .slant-container.right .slant-02, .slant-container.left .slant-02 {
    z-index: 5;
    position: absolute;
    left: -15%;
    width: 80%;
    right: 0;
    margin: 60% auto 0;
    padding: 30% 0 0;
    overflow: hidden;
    border: 2rem solid #fff;
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg); }
    @media (min-width: 992px) {
      .slant-container.right .slant-02, .slant-container.left .slant-02 {
        width: 43%;
        height: 900px;
        top: -12rem;
        left: 0;
        margin: 0 auto;
        padding: 0;
        transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg); } }
    .slant-container.right .slant-02 .img-wrap, .slant-container.left .slant-02 .img-wrap {
      position: relative;
      width: 200%;
      transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      -webkit-transform: rotate(60deg);
      margin: 8% 0 0 -66%;
      height: 600px;
      transition: 0.2s all ease-in-out; }
      @media (min-width: 768px) {
        .slant-container.right .slant-02 .img-wrap, .slant-container.left .slant-02 .img-wrap {
          margin: -3% 0 0 -61%; } }
      @media (min-width: 992px) {
        .slant-container.right .slant-02 .img-wrap, .slant-container.left .slant-02 .img-wrap {
          background: #000000;
          margin: 0;
          margin-left: -20%;
          width: 151%;
          transform: rotate(-20deg);
          -ms-transform: rotate(-20deg);
          -webkit-transform: rotate(-20deg);
          height: auto; } }
      .slant-container.right .slant-02 .img-wrap:hover, .slant-container.left .slant-02 .img-wrap:hover {
        background: #cc0000; }
        .slant-container.right .slant-02 .img-wrap:hover h2, .slant-container.left .slant-02 .img-wrap:hover h2 {
          border-bottom-color: #59728a; }
      .slant-container.right .slant-02 .img-wrap img, .slant-container.left .slant-02 .img-wrap img {
        opacity: 0.77;
        background: #000000;
        transition: 0.2s all ease-in-out; }
        .slant-container.right .slant-02 .img-wrap img:hover, .slant-container.left .slant-02 .img-wrap img:hover {
          mix-blend-mode: multiply; }
      .slant-container.right .slant-02 .img-wrap.mobile, .slant-container.left .slant-02 .img-wrap.mobile {
        position: absolute;
        width: 200%;
        height: 100%;
        top: 0; }
        @media (min-width: 992px) {
          .slant-container.right .slant-02 .img-wrap.mobile, .slant-container.left .slant-02 .img-wrap.mobile {
            display: none; } }
        .slant-container.right .slant-02 .img-wrap.mobile img, .slant-container.left .slant-02 .img-wrap.mobile img {
          display: none; }
          @media (min-width: 992px) {
            .slant-container.right .slant-02 .img-wrap.mobile img, .slant-container.left .slant-02 .img-wrap.mobile img {
              display: block; } }
      .slant-container.right .slant-02 .img-wrap .slant-content-circle, .slant-container.left .slant-02 .img-wrap .slant-content-circle {
        border-radius: 50%;
        width: 50%;
        margin: -2.5rem auto 0;
        display: block; }
  .slant-container.right .slant-03, .slant-container.left .slant-03 {
    float: right;
    position: inherit;
    margin-top: 10%; }
    @media (min-width: 992px) {
      .slant-container.right .slant-03, .slant-container.left .slant-03 {
        margin-top: 0; } }

.slant-container.left .slant-02 {
  right: -15%;
  left: 0;
  transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg); }
  @media (min-width: 992px) {
    .slant-container.left .slant-02 {
      right: 0;
      transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      -webkit-transform: rotate(-20deg); } }
  .slant-container.left .slant-02 .img-wrap {
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg); }
    @media (min-width: 768px) {
      .slant-container.left .slant-02 .img-wrap {
        margin: -3% 0 0 -61%; } }
    @media (min-width: 992px) {
      .slant-container.left .slant-02 .img-wrap {
        margin-left: -20%;
        transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg); } }

.slant-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 4; }
  .slant-content .slant-content-wrap {
    width: 100%;
    display: table;
    height: 100%; }
    .slant-content .slant-content-wrap .slant-content-stat {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .slant-content .slant-content-wrap .slant-content-stat .slant-content-circle {
        border-radius: 50%;
        width: 50%;
        margin: 0 auto;
        display: block;
        max-width: 200px; }
        .slant-content .slant-content-wrap .slant-content-stat .slant-content-circle h2 {
          color: #fff;
          font-size: 40px;
          font-size: 2.5rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          border-bottom: 5px solid #cc0000;
          display: block;
          margin: 0 auto; }
          @media (min-width: 768px) {
            .slant-content .slant-content-wrap .slant-content-stat .slant-content-circle h2 {
              color: #fff;
              font-size: 64px;
              font-size: 4rem;
              font-family: 'Roboto', sans-serif;
              font-weight: 300; } }
        .slant-content .slant-content-wrap .slant-content-stat .slant-content-circle p {
          color: #fff;
          font-size: 18px;
          font-size: 1.125rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; }
          @media (min-width: 768px) {
            .slant-content .slant-content-wrap .slant-content-stat .slant-content-circle p {
              color: #fff;
              font-size: 24px;
              font-size: 1.5rem;
              font-family: 'Roboto', sans-serif;
              font-weight: 900; } }

.slant-01 .slant-content .slant-content-wrap .slant-content-stat {
  vertical-align: top;
  padding: 2rem 0 0; }
  @media (min-width: 576px) {
    .slant-01 .slant-content .slant-content-wrap .slant-content-stat {
      padding: 4rem 0 0; } }
  @media (min-width: 992px) {
    .slant-01 .slant-content .slant-content-wrap .slant-content-stat {
      vertical-align: middle;
      padding: 0; } }
  @media (min-width: 992px) {
    .slant-01 .slant-content .slant-content-wrap .slant-content-stat .slant-content-circle {
      float: left;
      margin-left: 2rem; } }

.slant-02 .slant-content-wrap {
  width: 115%; }
  @media (min-width: 992px) {
    .slant-02 .slant-content-wrap {
      width: 100%; } }

.slant-03 .slant-content .slant-content-wrap .slant-content-stat {
  vertical-align: bottom;
  padding: 0 0 2rem; }
  @media (min-width: 576px) {
    .slant-03 .slant-content .slant-content-wrap .slant-content-stat {
      padding: 0 0 4rem; } }
  @media (min-width: 992px) {
    .slant-03 .slant-content .slant-content-wrap .slant-content-stat {
      vertical-align: middle;
      padding: 0; } }
  @media (min-width: 992px) {
    .slant-03 .slant-content .slant-content-wrap .slant-content-stat .slant-content-circle {
      float: right;
      margin-right: 2rem; } }

.slant-container.left .slant-content-wrap {
  width: 133.333%; }
  @media (min-width: 992px) {
    .slant-container.left .slant-content-wrap {
      width: 100%; } }

.slant-container.left .scroll-top {
  margin-top: 0.5em;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 1em;
  padding-left: 0.5em; }
  .slant-container.left .scroll-top a {
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-decoration: none; }
    @media (min-width: 992px) {
      .slant-container.left .scroll-top a {
        display: none; } }

html[data-useragent*='MSIE 10.0'] .slant-container.right .slanted:hover img, html[data-useragent*='MSIE 10.0'] .slant-container.left .slanted:hover img,
html[data-useragent*='rv:11.0'] .slant-container.right .slanted:hover img,
html[data-useragent*='rv:11.0'] .slant-container.left .slanted:hover img {
  opacity: 0.5; }

html[data-useragent*='MSIE 10.0'] .slant-container.right .slant-02 .img-wrap img, html[data-useragent*='MSIE 10.0'] .slant-container.left .slant-02 .img-wrap img,
html[data-useragent*='rv:11.0'] .slant-container.right .slant-02 .img-wrap img,
html[data-useragent*='rv:11.0'] .slant-container.left .slant-02 .img-wrap img {
  opacity: 0.5; }

#patients-give {
  background: #000000;
  padding: 0.875rem 15px; }
  @media (min-width: 992px) {
    #patients-give {
      padding: 1.75rem 3.5rem; } }
  #patients-give h2, #patients-give p {
    color: #fff; }
  #patients-give h2 {
    border-bottom: 1px solid #cc0000;
    width: 80%; }
  #patients-give a {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900; }
    #patients-give a:after {
      content: url("/_resources/images/icons/arrow-sm-right-white.svg");
      padding: 0 1rem; }

#featured-content {
  background: #fff; }
  #featured-content .owl-content {
    background: #fff;
    padding: 5rem 10%; }
    @media (min-width: 992px) {
      #featured-content .owl-content {
        padding: 5rem 20%; } }
    #featured-content .owl-content .read-more {
      color: #000000;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 900; }
  #featured-content .owl-nav {
    position: absolute;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 15%;
    bottom: 15vh;
    color: #cc0000; }
    @media (min-width: 992px) {
      #featured-content .owl-nav {
        width: 70%; } }
    #featured-content .owl-nav .owl-prev {
      width: auto;
      float: left; }
    #featured-content .owl-nav .owl-next {
      width: auto;
      float: right; }

#connect {
  background: #fff;
  padding: 5rem 1rem 0;
  text-align: center; }
  @media (min-width: 576px) {
    #connect {
      padding: 5rem 10% 0; } }
  @media (min-width: 992px) {
    #connect {
      padding: 5rem 20% 0; } }
  #connect h2 {
    color: #000000;
    font-size: 64px;
    font-size: 4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
  #connect .fa {
    color: #fff;
    background: #000000;
    width: 40px;
    height: 40px;
    padding: 4px;
    margin-right: 2rem;
    font-size: 2rem; }
    #connect .fa:last-child {
      margin-right: 0; }
    #connect .fa:hover {
      background-color: #cc0000; }
#connect  ul {
	list-style: none;
}
#connect li {
	display: inline;
}

/*
*** STANDARD INNER TEMPLATE ***
*/
.content ul,
.content iframe {
  margin: 0 0 50px 0; }

.content p {
  margin: 0 0 30px 0; }
  .content p .read-more-blue {
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900; }

.content li a {
  color: #b70000;
  text-decoration: underline; }
  .content li a:hover {
    color: #000; }

#standard-inner {
  margin-top: 30px;
  position: relative; }
  #standard-inner .page-header {
    margin: 0; }
  #standard-inner #main-content {
    outline: none; }

#inner-header {
  height: 65px;
  overflow: hidden; }
  @media (min-width: 576px) {
    #inner-header {
      height: 78.5px; } }
  @media (min-width: 768px) {
    #inner-header {
      height: 86px; } }
  @media (min-width: 992px) {
    #inner-header {
      height: 160px; } }
  #inner-header img {
    min-height: 100%;
    max-width: 100%;
    background-size: cover; }

#sidebar .promo {
  margin: 0 0 40px 0; }

.subnav-container {
  margin: 0 0 30px 0; }
  .subnav-container h2.section-title {
    margin: 0;
    padding: 15px;
    background: #b70000;
    color: #fff;
    cursor: pointer; }
    @media (min-width: 992px) {
      .subnav-container h2.section-title {
        display: none; } }
    .subnav-container h2.section-title:after {
      content: ' ';
      display: inline-block;
      position: absolute;
      background: url("/_resources/images/icons/arrow-lg-right-white.png") no-repeat;
      background-size: contain;
      height: 25px;
      width: 18px;
      top: 18px;
      right: 20px;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      transition: all 0.3s; }
  .subnav-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .subnav-container ul li {
      margin: 0; }
      .subnav-container ul li a {
        display: block;
        margin: 0;
        padding: 10px;
        background: #f2f2f2;
        color: #000000;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 300; }
        @media (min-width: 992px) {
          .subnav-container ul li a {
            background: none; } }
        .subnav-container ul li a:hover {
          color: #b70000;
          text-decoration: none;
          background: #ddd; }
          @media (min-width: 992px) {
            .subnav-container ul li a:hover {
              background: none;
              text-decoration: underline; } }
      .subnav-container ul li.current-menu-item > a {
        color: #b70000; }
      .subnav-container ul li.current-menu-item .current-page-item > a {
        font-weight: 400;
        color: #000000; }
    .subnav-container ul.subnav {
      display: none; }
      @media (min-width: 992px) {
        .subnav-container ul.subnav {
          display: block; } }
      .subnav-container ul.subnav > li > a {
        display: block;
        margin: 0;
        padding: 10px 20px 10px 30px;
        position: relative; }
	.subnav-container .noanchor {
        display: block;
        margin: 0;
        padding: 10px 20px 10px 30px;
        position: relative; }
      .subnav-container ul.subnav > li button.list-toggle {
        display: block;
        position: absolute;
        padding: 0.8rem;
        border: 0;
        text-shadow: none;
        z-index: 1;
        background: none; }
        .subnav-container ul.subnav > li button.list-toggle:hover, .subnav-container ul.subnav > li button.list-toggle:active, .subnav-container ul.subnav > li button.list-toggle:focus {
          text-decoration: none;
          color: #b70000;
          outline: none !important;
			/*outline: 2px solid red;*/
		}
.subnav-container ul.subnav > li button.list-toggle span:hover, .subnav-container ul.subnav > li button.list-toggle span:active, .subnav-container ul.subnav > li button.list-toggle span:focus {
	text-decoration: none;
	color: #b70000;
	outline: none !important; }

.subnav-container ul.subnav > li button.list-toggle:focus-visible {
	text-decoration: none;
	color: #b70000;
	/*outline: none !important;*/
	outline: 3px solid #b70000 !important;
	/*background-color: #f2f2f2;*/
	color: #000;
	padding: 5px;
}
.subnav-container ul.subnav > li button.list-toggle:-moz-focusring {
	text-decoration: none;
	color: #b70000;
	/*outline: none !important;*/
	outline: 3px solid #b70000 !important;
	/*	background-color: #f2f2f2; */
	color: #000;
	padding: 5px;
}
      .subnav-container ul.subnav > li.list-item-open button.list-toggle {
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      .subnav-container ul.subnav > li.list-item-open .sub-menu {
        display: block; }
    .subnav-container ul.sub-menu {
      display: none;
      margin: 0;
      padding: 0 0 0 20px;
      background: #f2f2f2; }
      @media (min-width: 992px) {
        .subnav-container ul.sub-menu {
          background: transparent; } }
      .subnav-container ul.sub-menu li a {
        color: #000000;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 100; }
        .subnav-container ul.sub-menu li a:hover {
          color: #b70000; }

/*Dropdown css and animation */
.dropdown-wrapper {
  padding: 100px 0 100px 0; }
  .dropdown-wrapper .dropdown {
    padding: 0; }
  .dropdown-wrapper .dropdown-toggle {
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: #b70000;
    width: auto; }
    .dropdown-wrapper .dropdown-toggle:after {
      content: "\f0d9";
      font-family: FontAwesome;
      color: #fff;
      float: right; }
    .dropdown-wrapper .dropdown-toggle:hover {
      color: #fff; }
    .dropdown-wrapper .dropdown-toggle:active {
      color: #fff; }
    @media (min-width: 576px) {
      .dropdown-wrapper .dropdown-toggle {
        width: 50%; } }
    @media (min-width: 992px) {
      .dropdown-wrapper .dropdown-toggle {
        width: 100%; } }
  .dropdown-wrapper .dropdown.open .dropdown-toggle:after {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    transition: all 0.3s; }
  .dropdown-wrapper .dropdown-menu {
    width: 89%;
    background-color: #f2f2f2; }
    @media (min-width: 768px) {
      .dropdown-wrapper .dropdown-menu {
        width: 50%; } }
    @media (min-width: 992px) {
      .dropdown-wrapper .dropdown-menu {
        width: 100%; } }
    .dropdown-wrapper .dropdown-menu li a {
      color: #000000;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      text-decoration: none; }

@media (min-width: 992px) {
  body.sidebar-disabled #content-wrapper {
    width: 100%; } }

body.sidebar-disabled #promo-sidebar {
  display: none; }

body.sub-nav-open .subnav-container ul.subnav {
  display: block; }

body.sub-nav-open .subnav-container h2.section-title:after {
  top: 22px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* Request Info Section */
form.default input {
  color: #686868;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic; }
  form.default input ::-webkit-input-placeholder {
    color: #686868; }
  form.default input :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #686868;
    opacity: 1; }
  form.default input ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #686868;
    opacity: 1; }
  form.default input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #686868; }
  form.default input ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #686868; }

#info-submit {
  margin-left: 9em;
  border: none;
  background-color: #fff;
  color: #333333;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    #info-submit {
      margin-left: 23em; } }

/* WYSIWYG Component Styles */
img.img-top {
  margin: 0 0 30px 0; }

.highlight {
  margin: 10px 0 50px 0;
  padding: 30px;
  border: 1px solid #ccc; }

.sticky-cta-container {
  display: block;
  float: left;
  width: 100%; }
  @media (min-width: 992px) {
    .sticky-cta-container {
      float: none;
      width: auto;
      position: fixed;
      top: 300px;
      right: 0;
	z-index: 1000;} }
  .sticky-cta-container .btn {
    margin: 0 auto 30px auto;
    max-width: 190px;
    white-space: normal; }
    @media (min-width: 992px) {
      .sticky-cta-container .btn {
        margin-right: 0;
        margin-left: 0;
        max-width: 135px; } }

/*
*** ACADEMICS TEMPLATE ***
*/
.program-search.academics #program-search-inner #program-search-results {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 0;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0; }
  .program-search.academics #program-search-inner #program-search-results > div {
    background: #fff;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #cccccc; }
    .program-search.academics #program-search-inner #program-search-results > div:last-child {
      border-bottom: 0; }
    .program-search.academics #program-search-inner #program-search-results > div p, .program-search.academics #program-search-inner #program-search-results > div a {
      color: #000000;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      margin: 0; }
  .program-search.academics #program-search-inner #program-search-results #browse-all {
    display: none;
    border-bottom: 1px solid #ccc; }
    .program-search.academics #program-search-inner #program-search-results #browse-all p, .program-search.academics #program-search-inner #program-search-results #browse-all a {
      color: #000000;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      text-transform: uppercase; }

.browse-programs h2 {
  line-height: 3rem;
  font-weight: 900; }
  @media (max-width: 400px) {
    .browse-programs h2 {
      color: #000000;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-weight: 900; } }

.browse-programs ul.a-z {
  margin: 0 0 5px 0;
  float: left;
  line-height: 3.2rem;
  padding-left: 0;
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  list-style: none; }
  @media (min-width: 992px) {
    .browse-programs ul.a-z {
      letter-spacing: 0.4rem; } }
  .browse-programs ul.a-z li {
    float: left; }
    .browse-programs ul.a-z li a {
      text-decoration: none;
      color: #000000;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      padding: 0 0.4rem;
      text-align: center; }
      .browse-programs ul.a-z li a:hover {
        text-decoration: underline; }
    .browse-programs ul.a-z li .all {
      text-decoration: underline;
      letter-spacing: 0.1rem;
      font-weight: 500;
      color: #b70000;
      padding-right: 1.8rem; }

.browse-programs hr {
  width: 100%;
  margin: 0 0 30px 0;
  border: 0;
  border-bottom: 1px solid #979797; }
  @media (max-width: 350px) {
    .browse-programs hr {
      width: 263px; } }

.course-catalog {
  padding-right: 20px;
  padding-left: 30px; }
  .course-catalog li {
    display: list-item;
    padding-bottom: 10px;
    list-style: initial;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left; }
    .course-catalog li a {
      color: #b70000;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      text-decoration: underline; }

.scroll-top {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  padding-top: 4rem;
  float: left; }
  @media (min-width: 992px) {
    .scroll-top {
      display: none;
      margin-bottom: 0;
      margin-left: 0; } }
  .scroll-top img {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    margin-right: 0.8rem; }
  .scroll-top a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900; }
    .scroll-top a:before {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
      transition: all; }

/*
*** HEADER MICROSITE TEMPLATE ***
*/
body.microsite header.banner {
  position: relative;
  background: #b70000; }
  @media (min-width: 992px) {
    body.microsite header.banner {
      background: #fff; } }
  body.microsite header.banner h1,
  body.microsite header.banner h2 {
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      body.microsite header.banner h1,
      body.microsite header.banner h2 {
        color: #cc0000;
        font-size: 36px;
        font-size: 2.25rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 700; } }
	 @media (min-width: 992px) {
      body.microsite header.banner .school-name,
      body.microsite header.banner .school-name {
        color: #cc0000;
        font-size: 36px;
        font-size: 2.25rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
	  	text-transform: uppercase;
	  } }
  body.microsite header.banner nav {
    display: inline-block; }
    body.microsite header.banner nav a {
      display: block;
      margin: 0;
      padding: 5px 10px;
      text-align: center; }
      body.microsite header.banner nav a:hover {
        background: #960000; }
    body.microsite header.banner nav ul {
      display: none; }
    body.microsite header.banner nav.nav-school {
      background: none;
      width: 100%;
      margin: 0;
      border-top: 1px solid #cccccc; }
      body.microsite header.banner nav.nav-school ul {
        display: block;
        width: 100%; }
        @media (min-width: 992px) {
          body.microsite header.banner nav.nav-school ul {
            display: table; } }
        @media (min-width: 992px) {
          body.microsite header.banner nav.nav-school ul li {
            display: table-cell; } }
        body.microsite header.banner nav.nav-school ul li a {
          display: block;
          padding: 15px 10px;
          border: none;
          color: black;
          font-size: 16px;
          font-size: 1rem;
          font-family: 'Merriweather', serif;
          font-weight: 400;
          text-align: left;
          border-bottom: 1px solid #99281e;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            body.microsite header.banner nav.nav-school ul li a {
              background: #fff;
              color: #000000;
              font-size: 20px;
              font-size: 1.25rem;
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              text-align: center;
              border: 0; } }
          body.microsite header.banner nav.nav-school ul li a:hover {
            font-weight: bold; }
    @media (min-width: 992px) {
      body.microsite header.banner nav.nav-utility {
        margin-right: 20px; } }
    body.microsite header.banner nav.nav-utility a {
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      border: 0; }

body #micro-nav-container {
  display: none;
  padding: 20px 0 0;
  background: #b70000; }
  @media (min-width: 992px) {
    body #micro-nav-container {
      display: block;
      background: #fff;
      border-top: 1px solid #cccccc; } }
  body #micro-nav-container #school-container {
    padding-left: 35px; }
  body #micro-nav-container #nav-school-container {
    text-align: center;
    background: #b70000;
    padding: 20px 20px 0 25px; }
    @media (min-width: 992px) {
      body #micro-nav-container #nav-school-container {
        padding: 0;
        background: #fff; } }
  body #micro-nav-container #search-container {
    padding: 0; }
    body #micro-nav-container #search-container form {
      margin: 0 0 20px 0; }
      body #micro-nav-container #search-container form input {
        display: block;
        float: left;
        padding: 5px 10px;
        background: #333333;
        color: #fff; }
        body #micro-nav-container #search-container form input::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #fff;
          font-size: 14px;
          font-size: 0.875rem;
          font-family: 'Merriweather', serif;
          font-weight: 400;
          font-style: italic; }
        body #micro-nav-container #search-container form input :-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #fff;
          font-size: 14px;
          font-size: 0.875rem;
          font-family: 'Merriweather', serif;
          font-weight: 400;
          opacity: 1; }
        body #micro-nav-container #search-container form input ::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #fff;
          font-size: 14px;
          font-size: 0.875rem;
          font-family: 'Merriweather', serif;
          font-weight: 400;
          opacity: 1; }
        body #micro-nav-container #search-container form input :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #fff;
          font-size: 14px;
          font-size: 0.875rem;
          font-family: 'Merriweather', serif;
          font-weight: 400; }
        body #micro-nav-container #search-container form input ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #fff;
          font-size: 14px;
          font-size: 0.875rem;
          font-family: 'Merriweather', serif;
          font-weight: 400; }
        @media (min-width: 992px) {
          body #micro-nav-container #search-container form input {
            float: right;
            padding: 2px 5px;
            max-width: 275px;
            background: #fff;
            color: #686868; }
            body #micro-nav-container #search-container form input::-webkit-input-placeholder {
              /* WebKit, Blink, Edge */
              color: #686868;
              font-size: 20px;
              font-size: 1.25rem;
              font-family: 'Merriweather', serif;
              font-weight: 400;
              font-style: italic; }
            body #micro-nav-container #search-container form input :-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              color: #686868;
              font-size: 20px;
              font-size: 1.25rem;
              font-family: 'Merriweather', serif;
              font-weight: 400;
              opacity: 1; }
            body #micro-nav-container #search-container form input ::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #686868;
              font-size: 20px;
              font-size: 1.25rem;
              font-family: 'Merriweather', serif;
              font-weight: 400;
              opacity: 1; }
            body #micro-nav-container #search-container form input :-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              color: #686868;
              font-size: 20px;
              font-size: 1.25rem;
              font-family: 'Merriweather', serif;
              font-weight: 400; }
            body #micro-nav-container #search-container form input ::-ms-input-placeholder {
              /* Microsoft Edge */
              color: #686868;
              font-size: 20px;
              font-size: 1.25rem;
              font-family: 'Merriweather', serif;
              font-weight: 400; } }
      body #micro-nav-container #search-container form input[type="submit"] {
        position: absolute;
        right: 1%;
        top: 5%;
        border: none;
        background-image: url("/_resources/images/icons/arrow-sm-right-white.svg");
        background-repeat: no-repeat;
        background-position: center;
        padding: 0 0.5rem;
        width: auto; }
        @media (min-width: 992px) {
          body #micro-nav-container #search-container form input[type="submit"] {
            background-image: url("/_resources/images/icons/arrow-sm-right-gray.svg"); } }
  body #micro-nav-container #utility-container {
    margin: 0 0 20px 0;
    padding: 20px 0 0 25px; }
    body #micro-nav-container #utility-container nav {
      display: block;
      float: left;
      width: 100%; }
      @media (max-width: 992px) {
        body #micro-nav-container #utility-container nav {
          margin: 0;
          color: #fff;
          font-size: 30px;
          font-size: 1.875rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; }
          body #micro-nav-container #utility-container nav > a {
            color: #fff;
            font-size: 30px;
            font-size: 1.875rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            text-align: left; }
          body #micro-nav-container #utility-container nav ul li a {
            margin: 0 0 5px 0;
            text-align: left;
            border: 0; }
            body #micro-nav-container #utility-container nav ul li a:hover {
              text-decoration: underline; } }
      body #micro-nav-container #utility-container nav .btn {
        background: #b70000; }

@media (min-width: 992px) {
  body #utility-container {
    position: static;
    text-align: right; } }

@media (min-width: 992px) {
  body.resources-nav-open header.banner, body.info-for-nav-open header.banner, body.give-nav-open header.banner {
    padding-top: 30px; } }

@media (min-width: 992px) {
  body.resources-nav-open header.banner nav.nav-utility .menu-wrap, body.info-for-nav-open header.banner nav.nav-utility .menu-wrap, body.give-nav-open header.banner nav.nav-utility .menu-wrap {
    width: 100%;
    /* height: 30px; */
    position: absolute;
    top: 0;
    left: 0;
    background: #b70000;
    text-align: center; } }

@media (min-width: 992px) {
  body.resources-nav-open header.banner nav.nav-utility .menu-wrap ul.menu, body.info-for-nav-open header.banner nav.nav-utility .menu-wrap ul.menu, body.give-nav-open header.banner nav.nav-utility .menu-wrap ul.menu {
    height: 30px;
    float: right; } }

@media (min-width: 992px) {
  body.resources-nav-open header.banner nav.nav-utility .menu-wrap ul.menu li, body.info-for-nav-open header.banner nav.nav-utility .menu-wrap ul.menu li, body.give-nav-open header.banner nav.nav-utility .menu-wrap ul.menu li {
    float: left;
    width: auto; } }

body.micro-nav-open #micro-nav-container {
  display: block; }

body.resources-nav-open header.banner nav.nav-resources ul {
  display: block; }

body.info-for-nav-open header.banner nav.nav-info-for ul {
  display: block; }

body.give-nav-open header.banner nav.nav-give ul {
  display: block; }

body #logo-container {
  padding: 20px 10px;
  background: #fff; }
  @media (min-width: 992px) {
    body #logo-container {
      max-width: none; } }
  body #logo-container img {
    padding: 10px 10px;
    width: 80%;
    width: calc(100% - 60px);
    margin-top: 0; }
    @media (min-width: 576px) {
      body #logo-container img {
        margin-top: 1rem; } }
  body #logo-container #toggle-micro-nav {
    display: inline-block;
    float: right;
    padding: 8px;
    background: #b70000;
    font-size: 1.0rem;
    margin-top: 0.2rem; }
    @media (min-width: 576px) {
      body #logo-container #toggle-micro-nav {
        margin-top: 1.75rem; } }
    @media (min-width: 768px) {
      body #logo-container #toggle-micro-nav {
        margin-top: 2rem; } }
    @media (min-width: 992px) {
      body #logo-container #toggle-micro-nav {
        display: none; } }
    body #logo-container #toggle-micro-nav span {
      background: #b70000;
      color: #fff; }
    body #logo-container #toggle-micro-nav:hover {
      color: #fff; }

/*
*** MICROSITE TEMPLATE ***
*/
body.microsite {
  background: #fff; }
  @media (min-width: 768px) {
    body.microsite .container {
      width: 100%; } }
  @media (min-width: 992px) {
    body.microsite .container {
      width: 100%; } }
  @media (min-width: 1200px) {
    body.microsite .container {
      width: 1170px; } }
  body.microsite #hero-region {
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      body.microsite #hero-region {
        max-height: 580px; } }
    body.microsite #hero-region .feat-carousel {
      background-color: white;
      background: #fff; }
      body.microsite #hero-region .feat-carousel .item {
        background-color: #fff;
        overflow: hidden; }
        @media (min-width: 768px) {
          body.microsite #hero-region .feat-carousel .item {
            max-height: 580px; } }
        body.microsite #hero-region .feat-carousel .item img {
          position: relative;
          width: auto;
          min-width: 100%;
          display: block;
          top: 0;
          object-fit: cover; }
          @media (min-width: 768px) {
            body.microsite #hero-region .feat-carousel .item img {
              min-height: 580px; } }
      body.microsite #hero-region .feat-carousel .owl-content {
        width: 90%;
        margin: 7.5% 5% 5% 5%;
        padding: 50px 20px 30px 20px;
        background: #fff; }
        @media (min-width: 768px) {
          body.microsite #hero-region .feat-carousel .owl-content {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 30px 80px;
            margin: 0 5% 5%; } }
        body.microsite #hero-region .feat-carousel .owl-content h2 {
          color: #000000;
          font-size: 36px;
          font-size: 2.25rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-weight: 900; }
          @media (max-width: 767px) {
            body.microsite #hero-region .feat-carousel .owl-content h2 {
              color: #000000;
              font-size: 24px;
              font-size: 1.5rem;
              font-family: 'Roboto', sans-serif;
              font-weight: 700; } }
        body.microsite #hero-region .feat-carousel .owl-content p {
          color: #000000;
          font-size: 18px;
          font-size: 1.125rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; }
        body.microsite #hero-region .feat-carousel .owl-content .learn-more {
          color: #000000;
          text-decoration: none;
          font-weight: 900; }
      body.microsite #hero-region .feat-carousel .fa {
        color: #b70000 !important; }
      body.microsite #hero-region .feat-carousel .owl-nav {
        width: 100%;
        height: 50px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 21%; }
        body.microsite #hero-region .feat-carousel .owl-nav .owl-prev {
          width: auto;
          float: left;
          left: 10px; }
          @media (min-width: 768px) {
            body.microsite #hero-region .feat-carousel .owl-nav .owl-prev {
              left: 80px; } }
        body.microsite #hero-region .feat-carousel .owl-nav .owl-next {
          width: auto;
          float: right;
          right: 10px; }
          @media (min-width: 768px) {
            body.microsite #hero-region .feat-carousel .owl-nav .owl-next {
              right: 80px; } }
      body.microsite #hero-region .feat-carousel .owl-prev,
      body.microsite #hero-region .feat-carousel .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -10px; }
        @media (min-width: 768px) {
          body.microsite #hero-region .feat-carousel .owl-prev,
          body.microsite #hero-region .feat-carousel .owl-next {
            top: auto;
            bottom: 0; } }
      body.microsite #hero-region .feat-carousel .owl-prev {
        left: 80px; }
      body.microsite #hero-region .feat-carousel .owl-next {
        right: 80px; }
      body.microsite #hero-region .feat-carousel .owl-dots {
        display: none; }
  body.microsite #school-of-health-professions {
    padding: 100px 0 120px 0;
    background: #000;
    background-image: linear-gradient(to bottom, #686868, #000000);
    background-size: 100% 100%; }
    @media (max-width: 767px) {
      body.microsite #school-of-health-professions {
        padding: 2em 2em; } }
    body.microsite #school-of-health-professions h1 {
      color: #fff;
      font-size: 64px;
      font-size: 4rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }
      @media (max-width: 767px) {
        body.microsite #school-of-health-professions h1 {
          color: #fff;
          font-size: 40px;
          font-size: 2.5rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; } }
    body.microsite #school-of-health-professions p {
      line-height: 26px;
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }
      @media (max-width: 767px) {
        body.microsite #school-of-health-professions p {
          color: #fff;
          font-size: 14px;
          font-size: 0.875rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; } }
    body.microsite #school-of-health-professions hr {
      border-top: 1px solid #e6e6e6; }
    body.microsite #school-of-health-professions .learn-more-about {
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-weight: 900; }
      body.microsite #school-of-health-professions .learn-more-about a {
        margin-left: 1.5rem;
	  	color: #fff;
	  }
        body.microsite #school-of-health-professions .learn-more-about a:after {
          content: url(/images/icons/arrow-sm-right-white.svg);
          color: #fff;
          position: absolute; }
  body.microsite #facts-section {
    padding: 20px 0; }
    @media (min-width: 992px) {
      body.microsite #facts-section {
        padding: 120px 0; } }
	body.microsite .facts-section {
    padding: 20px 0; }
    @media (min-width: 992px) {
      body.microsite .facts-section {
        padding: 120px 0; } }
  body.microsite #feat-program .overlay {
    max-height: 350px;
    top: calc(50% - 175px); }
  body.microsite #programs-at-a-glance {
    padding: 100px 0 120px 0;
    background-image: linear-gradient(to bottom, #b70000, #99281e); }
    @media (max-width: 767px) {
      body.microsite #programs-at-a-glance {
        padding: 2em 2em; } }
    body.microsite #programs-at-a-glance .dropdown {
      background-color: transparent; }
    body.microsite #programs-at-a-glance h2 {
      color: #fff;
      font-size: 64px;
      font-size: 4rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }
      @media (max-width: 767px) {
        body.microsite #programs-at-a-glance h2 {
          color: #fff;
          font-size: 40px;
          font-size: 2.5rem;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; } }
    body.microsite #programs-at-a-glance p {
      line-height: 26px;
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }
    body.microsite #programs-at-a-glance hr {
      border-top: 1px solid #e6e6e6; }
    body.microsite #programs-at-a-glance button {
      background: transparent;
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      border: none; }
      body.microsite #programs-at-a-glance button:hover {
        background-color: inherit; }
      body.microsite #programs-at-a-glance button:active {
        background-color: inherit; }
    body.microsite #programs-at-a-glance .panel-group {
      width: 100%; }
      body.microsite #programs-at-a-glance .panel-group ul {
        margin: 0;
        padding: 0; }
        body.microsite #programs-at-a-glance .panel-group ul li {
          list-style: none; }
          body.microsite #programs-at-a-glance .panel-group ul li a {
            color: #fff;
            text-decoration: none; }
            body.microsite #programs-at-a-glance .panel-group ul li a:hover {
              text-decoration: underline; }
      body.microsite #programs-at-a-glance .panel-group .panel {
        background-color: transparent;
        border-style: none;
        text-decoration: none;
        margin: 0 1em; }
        body.microsite #programs-at-a-glance .panel-group .panel a {
          text-decoration: none;
          color: #fff; }
        body.microsite #programs-at-a-glance .panel-group .panel .panel-heading {
          background-color: transparent;
          border-color: transparent; }
          body.microsite #programs-at-a-glance .panel-group .panel .panel-heading .panel-title {
            color: #fff;
            border-bottom-color: transparent; }
            body.microsite #programs-at-a-glance .panel-group .panel .panel-heading .panel-title a {
              color: #fff;
              font-size: 16px;
              font-size: 1rem;
              font-family: 'Roboto', sans-serif;
              font-weight: 400; }
              @media (min-width: 768px) {
                body.microsite #programs-at-a-glance .panel-group .panel .panel-heading .panel-title a {
                  color: #fff;
                  font-size: 24px;
                  font-size: 1.5rem;
                  font-family: 'Roboto', sans-serif;
                  font-weight: 400; } }
              body.microsite #programs-at-a-glance .panel-group .panel .panel-heading .panel-title a:before {
                content: "\f0d7";
                font-family: FontAwesome;
                color: #fff;
                position: absolute;
                left: -20px; }
              body.microsite #programs-at-a-glance .panel-group .panel .panel-heading .panel-title a.collapsed:before {
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
              body.microsite #programs-at-a-glance .panel-group .panel .panel-heading .panel-title a:after {
                content: none; }
            body.microsite #programs-at-a-glance .panel-group .panel .panel-heading .panel-title .fa {
              transition: all .4s ease;
              color: #fff;
              background-color: transparent; }
        body.microsite #programs-at-a-glance .panel-group .panel .panel-collapse div.list-group {
          border-top: transparent; }
          body.microsite #programs-at-a-glance .panel-group .panel .panel-collapse div.list-group li > a {
            text-transform: uppercase;
            color: #fff;
            font-size: 14px;
            font-size: 0.875rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 400; }
    body.microsite #programs-at-a-glance .active .fa-caret-right {
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
  body.microsite #meet-our-people-1, body.microsite #meet-our-people-2 {
    padding: 50px 0; }
    @media (min-width: 768px) {
      body.microsite #meet-our-people-1, body.microsite #meet-our-people-2 {
        padding: 100px 0 120px 0; } }
    body.microsite #meet-our-people-1 .owl-nav, body.microsite #meet-our-people-2 .owl-nav {
      color: #b70000; }
  body.microsite #meet-our-people-2 .owl-nav {
    bottom: 75%; }
    @media (min-width: 768px) {
      body.microsite #meet-our-people-2 .owl-nav {
        bottom: 30%; } }
  body.microsite #meet-our-people-2 img {
    margin: 0 auto;
    width: 165px;
    position: relative; }
    @media (min-width: 768px) {
      body.microsite #meet-our-people-2 img {
        -ms-transform: translateY(-30%);
            transform: translateY(-30%); } }

/*
*** MICROSITE INNER TEMPLATE ***
*/
body.microsite-inner #standard-inner {
  margin-top: 0; }


/* VPM OCT 2017 */
.slant-container .slant-content-circle a {
  text-transform:uppercase;
  color:white;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.slant-container .slant-content-circle a:hover,
.slant-container .slant-content-circle a:active,
.slant-container .slant-content-circle a:focus {
  color:white;
}
.slant-02 .img-wrap.mobile a {
  display: block;
  height: 100%;
}
div[id*='kaltura_player'] {
  /*width:100% !important;*/
  margin-bottom:50px;
}
@media screen and (max-width:768px){
  div[id*='kaltura_player'] {
    height:320px !important;
  }
}
/*** anchor link styles **/
a.external {
	display:inline-block;
	background: url("/_resources/images/icons/extlink.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.mail {
	display:inline-block;
	background: url("/_resources/images/icons/email.gif") no-repeat 100% 50%;
	padding-right:18px;
}
a.pdf {
	display:inline-block;
	background: url("/_resources/images/icons/pdficon.gif") no-repeat 100% 50%;
	padding-right:18px;
}
a.lock {
	display:inline-block;
	background: url("/_resources/images/icons/lockicon.gif") no-repeat 100% 50%;
	padding-right:15px;
}
.hLink {
	display:block;
	background: url("/_resources/images/icons/icon_home.gif") no-repeat 100% 50%;
	padding-right:20px;
	cursor:pointer;
}
a.facebook {
	display:inline-block;
	background: url("/_resources/images/icons/facebook16x16.jpg") no-repeat 100% 50%;
	padding-right:20px;
	}
	a.twitter {
	display:inline-block;
	background: url("/_resources/images/icons/twitter16x16.jpg") no-repeat 100% 50%;
	padding-right:20px;
	}
.offleft {
	position: absolute;
	left: -9999px;
}
/* Flying focus */
#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset; border-radius: 2px;
}
#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}
.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}
/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}
/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#flying-focus {
		box-shadow: none;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -3px;
	}
}
