@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed");
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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

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

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

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

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

.glyphicon-hourglass:before {
  content: "⌛";
}

.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: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  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: 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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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;
  padding: 0;
  margin: -1px;
  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: 400;
  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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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-right: 5px;
  padding-left: 5px;
}

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.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;
}

.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.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.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: " —";
}

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

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: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 10px;
  padding-left: 10px;
}

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.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 > 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 {
  min-height: 0.01%;
  overflow-x: auto;
}
@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;
  }
}

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

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

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

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
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;
}

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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 {
  background-color: transparent;
  border: 0;
}
.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;
}

@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-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

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

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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.3333333;
}

.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 + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .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 + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@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: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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 {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  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, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.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: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.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;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  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 {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.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;
  background-color: #337ab7;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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-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-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-left-radius: 0;
  border-top-right-radius: 0;
}

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

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}
.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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@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-brand {
  float: left;
  height: 50px;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}
.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: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 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 -10px;
}
.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 {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@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-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-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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@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-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-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 {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.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;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.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 > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

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

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  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;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

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

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  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-left-radius: 3px;
  border-top-right-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-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-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-right-radius: 3px;
  border-bottom-left-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 {
  margin-bottom: 0;
  border: 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 {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.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 {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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 {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.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 {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.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 {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.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 {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.plyr input[type=range]:focus, .plyr:focus {
  outline: 0;
}

.plyr .plyr__video-embed iframe, .plyr__tooltip {
  pointer-events: none;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr;
}

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

.plyr a, .plyr button, .plyr input, .plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr audio, .plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}

.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db;
}

.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type=range]::-ms-tooltip {
  display: none;
}

.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type=range].tab-focus:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr--audio input[type=range].tab-focus:focus {
  outline: rgba(86, 93, 100, 0.5) dotted 1px;
}

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

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-40px);
  transition: transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}

.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
  margin-left: 5px;
}

.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
    margin-left: 10px;
  }
}
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
  background: #3498db;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}

.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
  display: block;
}

.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
}

.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  flex: 1;
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played, .plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66);
}

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}
.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
  display: none !important;
}

.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*
 ----------------------------
 Core
 ----------------------------
 */
.custombox-content,
.custombox-overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
}

.custombox-overlay {
  z-index: 9997;
  opacity: 0;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-property: opacity;
}

.custombox-content {
  z-index: 9999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: stretch;
}

.custombox-lock {
  overflow: hidden;
}

.custombox-content {
  overflow-y: auto;
}
.custombox-content > * {
  max-width: 100%;
  max-height: 95%;
}

.custombox-fullscreen.custombox-content {
  justify-content: flex-start;
  align-items: stretch;
}
.custombox-fullscreen.custombox-content > * {
  width: 100%;
  max-height: 100%;
}

.custombox-y-top {
  align-items: baseline;
}

.custombox-x-left {
  align-items: flex-start;
}

.custombox-y-center {
  align-items: center;
}

.custombox-y-bottom {
  align-items: flex-end;
}

.custombox-x-center {
  justify-content: center;
}

.custombox-x-right {
  justify-content: flex-end;
}

.custombox-perspective,
.custombox-perspective body {
  perspective: 600px;
  height: 100%;
  overflow: hidden;
}

.custombox-perspective .custombox-container {
  overflow: hidden;
  height: 100%;
}

/*
 ----------------------------
 custombox-fadein
 ----------------------------
 */
@keyframes fadeIn {
  from {
    transform: scale(0.7);
    transition-property: all;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    transition-property: all;
  }
}
.custombox-fadein.custombox-content {
  opacity: 0;
}
.custombox-fadein.custombox-content.custombox-open {
  animation-name: fadeIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-fadein.custombox-content.custombox-close {
  animation-name: fadeOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-slide
 ----------------------------
 */
@keyframes slideInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.custombox-slide.custombox-content,
.custombox-letmein.custombox-content,
.custombox-makeway.custombox-content,
.custombox-slip.custombox-content,
.custombox-push.custombox-content,
.custombox-contentscale.custombox-content {
  transform: translateX(-100%);
}
.custombox-slide.custombox-content.custombox-open.custombox-top,
.custombox-letmein.custombox-content.custombox-open.custombox-top,
.custombox-makeway.custombox-content.custombox-open.custombox-top,
.custombox-slip.custombox-content.custombox-open.custombox-top,
.custombox-push.custombox-content.custombox-open.custombox-top,
.custombox-contentscale.custombox-content.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-open.custombox-bottom,
.custombox-letmein.custombox-content.custombox-open.custombox-bottom,
.custombox-makeway.custombox-content.custombox-open.custombox-bottom,
.custombox-slip.custombox-content.custombox-open.custombox-bottom,
.custombox-push.custombox-content.custombox-open.custombox-bottom,
.custombox-contentscale.custombox-content.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-open.custombox-left,
.custombox-letmein.custombox-content.custombox-open.custombox-left,
.custombox-makeway.custombox-content.custombox-open.custombox-left,
.custombox-slip.custombox-content.custombox-open.custombox-left,
.custombox-push.custombox-content.custombox-open.custombox-left,
.custombox-contentscale.custombox-content.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-open.custombox-right,
.custombox-letmein.custombox-content.custombox-open.custombox-right,
.custombox-makeway.custombox-content.custombox-open.custombox-right,
.custombox-slip.custombox-content.custombox-open.custombox-right,
.custombox-push.custombox-content.custombox-open.custombox-right,
.custombox-contentscale.custombox-content.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-close.custombox-top,
.custombox-letmein.custombox-content.custombox-close.custombox-top,
.custombox-makeway.custombox-content.custombox-close.custombox-top,
.custombox-slip.custombox-content.custombox-close.custombox-top,
.custombox-push.custombox-content.custombox-close.custombox-top,
.custombox-contentscale.custombox-content.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-close.custombox-bottom,
.custombox-letmein.custombox-content.custombox-close.custombox-bottom,
.custombox-makeway.custombox-content.custombox-close.custombox-bottom,
.custombox-slip.custombox-content.custombox-close.custombox-bottom,
.custombox-push.custombox-content.custombox-close.custombox-bottom,
.custombox-contentscale.custombox-content.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-close.custombox-left,
.custombox-letmein.custombox-content.custombox-close.custombox-left,
.custombox-makeway.custombox-content.custombox-close.custombox-left,
.custombox-slip.custombox-content.custombox-close.custombox-left,
.custombox-push.custombox-content.custombox-close.custombox-left,
.custombox-contentscale.custombox-content.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-close.custombox-right,
.custombox-letmein.custombox-content.custombox-close.custombox-right,
.custombox-makeway.custombox-content.custombox-close.custombox-right,
.custombox-slip.custombox-content.custombox-close.custombox-right,
.custombox-push.custombox-content.custombox-close.custombox-right,
.custombox-contentscale.custombox-content.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-newspaper
 ----------------------------
 */
@keyframes newspaperIn {
  from {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes newspaperOut {
  from {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
}
.custombox-newspaper.custombox-content {
  opacity: 0;
}
.custombox-newspaper.custombox-content.custombox-open {
  animation-name: newspaperIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-newspaper.custombox-content.custombox-close {
  animation-name: newspaperOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-fall
 ----------------------------
 */
@keyframes fallIn {
  from {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
}
.custombox-fall.custombox-content {
  opacity: 0;
}
.custombox-fall.custombox-content.custombox-open {
  animation-name: fallIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-fall.custombox-content.custombox-close {
  animation-name: fallOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-sidefall
 ----------------------------
 */
@keyframes sidefallIn {
  from {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes sidefallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
}
.custombox-sidefall.custombox-content {
  opacity: 0;
}
.custombox-sidefall.custombox-content.custombox-open {
  animation-name: sidefallIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-sidefall.custombox-content.custombox-close {
  animation-name: sidefallOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-blur
 ----------------------------
 */
@keyframes blurInTop {
  from {
    transform: translateY(-5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutTop {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-5%);
    opacity: 0;
  }
}
@keyframes blurInBottom {
  from {
    transform: translateY(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutBottom {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(5%);
    opacity: 0;
  }
}
@keyframes blurInRight {
  from {
    transform: translateX(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutRight {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(5%);
    opacity: 0;
  }
}
@keyframes blurInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutLeft {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(-5%);
    opacity: 0;
  }
}
@keyframes blurInContainer {
  from {
    filter: blur(0px);
  }
  to {
    filter: blur(3px);
  }
}
@keyframes blurOutContainer {
  from {
    filter: blur(3px);
  }
  to {
    filter: blur(0px);
  }
}
.custombox-blur.custombox-content {
  opacity: 0;
}
.custombox-blur.custombox-content.custombox-open.custombox-top {
  animation-name: blurInTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-bottom {
  animation-name: blurInBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-left {
  animation-name: blurInLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-right {
  animation-name: blurInRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-top {
  animation-name: blurOutTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-bottom {
  animation-name: blurOutBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-right {
  animation-name: blurOutRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-left {
  animation-name: blurOutLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

.custombox-blur.custombox-container {
  animation-name: blurOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-container.custombox-open {
  animation-name: blurInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-flip
 ----------------------------
 */
@keyframes flipInTop {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutTop {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
}
@keyframes flipInBottom {
  from {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutBottom {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
}
@keyframes flipInRight {
  from {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutRight {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
}
@keyframes flipInLeft {
  from {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutLeft {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
}
.custombox-flip.custombox-content {
  opacity: 0;
}
.custombox-flip.custombox-content.custombox-open.custombox-top {
  animation-name: flipInTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-bottom {
  animation-name: flipInBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-right {
  animation-name: flipInRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-left {
  animation-name: flipInLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-top {
  animation-name: flipOutTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-bottom {
  animation-name: flipOutBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-right {
  animation-name: flipOutRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-left {
  animation-name: flipOutLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-sign
 ----------------------------
 */
@keyframes signIn {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes signOut {
  from {
    transform: rotateX(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
}
.custombox-sign {
  perspective: 1300px;
}
.custombox-sign.custombox-content {
  opacity: 0;
}
.custombox-sign.custombox-content.custombox-open {
  animation-name: signIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-sign.custombox-content.custombox-close {
  animation-name: signOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-superscaled
 ----------------------------
 */
@keyframes superscaledIn {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes superscaledOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
  }
}
.custombox-superscaled.custombox-content {
  opacity: 0;
}
.custombox-superscaled.custombox-content.custombox-open {
  animation-name: superscaledIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-superscaled.custombox-content.custombox-close {
  animation-name: superscaledOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-slit
 ----------------------------
 */
@keyframes slitIn {
  0% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slitOut {
  0% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
}
.custombox-slit.custombox-content {
  opacity: 0;
  transform-style: preserve-3d;
}
.custombox-slit.custombox-content.custombox-open {
  animation-name: slitIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slit.custombox-content.custombox-close {
  animation-name: slitOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-rotate
 ----------------------------
 */
@keyframes rotateIn {
  from {
    transform-style: preserve-3d;
    transform: translateY(0%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
  to {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes rotateOut {
  from {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translateY(0%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
}
.custombox-rotate {
  perspective: 2300px;
}
.custombox-rotate.custombox-content {
  transform: translateY(-100%);
}
.custombox-rotate.custombox-content.custombox-open {
  animation-name: rotateIn;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-rotate.custombox-content.custombox-close {
  animation-name: rotateOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-letmein
 ----------------------------
 */
@keyframes letmeinBottomOverlay {
  to {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutBottomOverlay {
  from {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinLeftOverlay {
  to {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutLeftOverlay {
  from {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinRightOverlay {
  to {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutRightOverlay {
  from {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinTopOverlay {
  to {
    transform: rotateX(2deg);
    transform-origin: 0 50%;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutTopOverlay {
  from {
    transform: rotateX(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-top {
  animation-name: letmeinTopOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: letmeinBottomOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-left {
  animation-name: letmeinLeftOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-right {
  animation-name: letmeinRightOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-top {
  animation-name: letmeinOutTopOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: letmeinOutBottomOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-left {
  animation-name: letmeinOutLeftOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-right {
  animation-name: letmeinOutRightOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-makeway
 ----------------------------
 */
@keyframes makewayInContainer {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
@keyframes makewayOutContainer {
  0% {
    transform: translateZ(-200px);
  }
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}
@keyframes makewayInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes makewayOutTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes makewayInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes makewayOutBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes makewayInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes makewayOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes makewayInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes makewayOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.custombox-makeway.custombox-overlay {
  transform-style: preserve-3d;
  transform-origin: 0 50%;
}
.custombox-makeway.custombox-overlay.custombox-open {
  animation-name: makewayInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-overlay.custombox-close {
  animation-name: makewayOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-container {
  transform-style: preserve-3d;
  transform-origin: 0 50%;
}
.custombox-makeway.custombox-container.custombox-open {
  animation-name: makewayInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-container.custombox-close {
  animation-name: makewayOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-slip
 ----------------------------
 */
@keyframes slipTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
.custombox-slip.custombox-overlay.custombox-open.custombox-top {
  animation-name: slipTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slipBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-left {
  animation-name: slipLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-right {
  animation-name: slipRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-top {
  animation-name: slipOutTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slipOutBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-left {
  animation-name: slipOutLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-right {
  animation-name: slipOutRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-top {
  animation-name: slipTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-bottom {
  animation-name: slipBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-left {
  animation-name: slipLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-right {
  animation-name: slipRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-top {
  animation-name: slipOutTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-bottom {
  animation-name: slipOutBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-left {
  animation-name: slipOutLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-right {
  animation-name: slipOutRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-corner
 ----------------------------
 */
@keyframes cornerInOverlay {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }
  to {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
}
@keyframes cornerOutOverlay {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}
@keyframes cornerInContent {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }
  to {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
}
@keyframes cornerOutContent {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}
.custombox-corner.custombox-overlay.custombox-open {
  animation-name: cornerInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-overlay.custombox-close {
  animation-name: cornerOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-content.custombox-open {
  animation-name: cornerInContent;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-content.custombox-close {
  animation-name: cornerOutContent;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-slidetogether
 ----------------------------
 */
.custombox-slidetogether.custombox-content, .custombox-slidetogether.custombox-overlay {
  transform: translateX(-100%);
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-top, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-bottom, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-left, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-right, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-top, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-bottom, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-left, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-right, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-scale
 ----------------------------
 */
@keyframes scaleInOverlay {
  from {
    transform: scale(0.9);
    transition: transform;
    opacity: 0;
  }
  to {
    transform: scale(1);
    transition: transform;
  }
}
@keyframes scaleOutOverlay {
  from {
    transform: scale(1);
    transition: transform;
  }
  to {
    transform: scale(0.9);
    transition: transform;
    opacity: 0;
    opacity: 0;
  }
}
.custombox-scale.custombox-overlay.custombox-open {
  animation-name: scaleInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-overlay.custombox-close {
  animation-name: scaleOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-content.custombox-open {
  animation-name: scaleInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-content.custombox-close {
  animation-name: scaleOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-door
 ----------------------------
 */
@keyframes doorInOverlay {
  from {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
  to {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
}
@keyframes doorOutOverlay {
  from {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
  to {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
}
.custombox-door.custombox-overlay.custombox-open {
  animation-name: doorInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-overlay.custombox-close {
  animation-name: doorOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-content.custombox-open {
  animation-name: doorInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-content.custombox-close {
  animation-name: doorOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-push
 ----------------------------
 */
@keyframes pushInLeftOverlay {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutLeftOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes pushInRightOverlay {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutRightOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes pushInTopOverlay {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushInBottomOverlay {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutBottomOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushInLeftContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes pushOutLeftContainer {
  from {
    transform: translateX(100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInRightContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes pushOutRightContainer {
  from {
    transform: translateX(-100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInTopContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes pushOutTopContainer {
  from {
    transform: translateY(100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInBottomContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushOutBottomContainer {
  from {
    transform: translateY(-100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
.custombox-push.custombox-overlay {
  transition-property: transform;
}
.custombox-push.custombox-overlay.custombox-open.custombox-top {
  animation-name: pushInTopOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: pushInBottomOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-left {
  animation-name: pushInLeftOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-right {
  animation-name: pushInRightOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-top {
  animation-name: pushOutTopOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: pushOutBottomOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-left {
  animation-name: pushOutLeftOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-right {
  animation-name: pushOutRightOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-top {
  animation-name: pushInTopContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-bottom {
  animation-name: pushInBottomContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-left {
  animation-name: pushInLeftContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-right {
  animation-name: pushInRightContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-top {
  animation-name: pushOutTopContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-bottom {
  animation-name: pushOutBottomContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-left {
  animation-name: pushOutLeftContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-right {
  animation-name: pushOutRightContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-contentscale
 ----------------------------
 */
@keyframes contentscaleInContainer {
  from {
    transition: transform;
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes contentscaleOutContainer {
  from {
    transform: scale(0.8);
  }
  to {
    transition: transform;
  }
}
.custombox-contentscale.custombox-overlay {
  transform: translateX(-100%);
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-container.custombox-open {
  animation-name: contentscaleInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-container.custombox-close {
  animation-name: contentscaleOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-swell
 ----------------------------
 */
@keyframes swellOpen {
  0% {
    opacity: 0;
    transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes swellClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}
.custombox-swell.custombox-content {
  opacity: 0;
}
.custombox-swell.custombox-content.custombox-open {
  animation-name: swellOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-swell.custombox-content.custombox-close {
  animation-name: swellClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-rotatedown
 ----------------------------
 */
@keyframes rotatedownOpen {
  0% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes rotatedownClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}
@keyframes rotatedownElem {
  0% {
    opacity: 0;
    transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}
.custombox-rotatedown.custombox-content {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: -150% 50%;
}
.custombox-rotatedown.custombox-content.custombox-open {
  animation-name: rotatedownOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-rotatedown.custombox-content.custombox-close {
  animation-name: rotatedownClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-flash
 ----------------------------
 */
@keyframes flashOpen {
  0% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes flashClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  20% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}
.custombox-flash.custombox-content {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.custombox-flash.custombox-content.custombox-open {
  animation-name: flashOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flash.custombox-content.custombox-close {
  animation-name: flashClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 Loader
 ----------------------------
 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custombox-loader {
  display: none;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation-name: spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 9998;
}

/*!
 * FullCalendar v3.5.1 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

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

body .fc { /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight { /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent { /* default look for background events */
  background: rgb(143, 223, 130);
  opacity: 0.3;
}

.fc-nonbusiness { /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em; /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default { /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon { /* non-theme */
  position: relative;
  top: -0.05em; /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%; /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box; /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double; /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent; /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none; /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative; /* re-scope all positions */
  width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative; /* for resize handle and other inner positioning */
  display: block; /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad; /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad; /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff; /* default TEXT color */
  text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999; /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important; /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3; /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px; /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px; /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px; /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px; /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px; /* overcome top border */
  bottom: -1px; /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px; /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px; /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0; /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px; /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1; /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px; /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px; /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff; /* default TEXT color */
  text-decoration: none; /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal; /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none; /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; /* undo built-in padding */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table { /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
  font-size: 1.1em;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px; /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis { /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative; /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container { /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
  position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start { /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none; /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden; /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - "; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em; /* make the title text the same size as the time */
  padding: 0; /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px; /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl; /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto; /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer; /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty { /* theme will provide own background */
  background-color: #eee;
}

:root {
  --tw-bg-opacity: 1;
  --tmf-white: #ffffff;
  --tmf-dark: #121212;
  --tmf-blue: #337ab7;
  --tmf-gold: #AB9B71;
  --tmf-light-gray: #F7F7F7;
  --tmf-gray: #B0B0B1;
}

.bg-black {
  background: #000000;
  color: #f7f7f7;
}

.bg-white {
  background: #ffffff;
  color: #3b393b;
}

.bg-grey {
  background: #808080;
  color: #3b393b;
}

.bg-offwhite {
  background: #f7f7f7;
  color: #3b393b;
}

.bg-darkgrey {
  background: #3c3c3c;
  color: #ffffff;
}

a.gold {
  color: #ab9b71 !important;
}
a.gold:hover {
  text-decoration: underline;
}

h1,
h4, .tmf-block-title {
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

h2 {
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 14px;
  line-height: 1.786em;
  font-family: "roboto";
  font-weight: 400;
  font-style: normal;
}

.subtitle,
.subheadline {
  font-size: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b0b0b1;
  display: block;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

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

.playbutton {
  font-size: 0.857em;
  line-height: 2.083em;
  display: block;
  width: 86px;
  height: 86px;
  margin: 45px auto 45px auto;
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}
.playbutton:hover, .playbutton:active, .playbutton:focus {
  color: #ffffff;
}

html {
  overflow-x: hidden;
}

.main {
  position: relative;
}

.headline {
  text-align: center;
  margin-bottom: 50px;
}
.headline h1, .headline .tmf-block-title {
  padding: 0 !important;
  font-size: 2.429em !important;
}

.recap {
  background: #f7f7f7;
  padding: 50px 0 50px 0;
}

.modal {
  z-index: 9999;
  max-width: 100% !important;
  width: 100% !important;
}

.modal-dialog {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
}

.modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
  position: relative;
}
.modal.in .modal-dialog .close {
  opacity: 1;
  cursor: pointer;
  content: "X";
  background: #ab9b71;
  color: white;
  padding: 0.5em;
  line-height: 1em;
  position: absolute;
  top: -2em;
  right: 0;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 769px) {
  .modal.in .modal-dialog .close {
    right: -2em;
  }
}

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

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

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

.minihero {
  color: #ffffff;
  background: #3c3c3c;
}
.minihero h1 {
  text-transform: uppercase;
}

.row-eq-height {
  display: flex;
}

.recap-slide .recap-thumb {
  width: 380px;
  height: 320px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
@media (min-width: 769px) {
  .recap-slide .recap-thumb {
    width: 340px;
  }
}
.recap-slide .title {
  display: block;
  min-height: 110px;
}
.recap-slide h1 {
  margin: 20px 0 0 0;
  text-transform: uppercase;
  color: #ffffff !important;
}
.recap-slide hr {
  display: inline-block;
  width: 90px;
  margin: 10px 0 10px 0;
  border-top: 1px solid #ffffff;
}
.recap-slide p {
  color: #ffffff !important;
}
.recap-slide a {
  font-size: 0.8em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.recap-slide a:hover, .recap-slide a:active, .recap-slide a:focus {
  text-decoration: none;
  color: #b6222c;
}
.recap-slide a i {
  margin: 0 0 0 20px;
}

.recaps .recap-thumb {
  height: 320px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.recaps .date {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #b0b0b1;
}
.recaps .date:before {
  display: block;
  float: left;
  width: 42px;
  height: 34px;
  margin: 0 20px 0 0;
  margin-top: -5px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024.35%2019.31%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23a5a5a5%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A0.28px%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset%201%3C/title%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Isolation_Mode%22%20data-name%3D%22Isolation%20Mode%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.21%2C1.69H.14V19.16H24.21V1.69ZM21.49%2C6H2.86M18.77.14V2.86M5.58.14V2.86m16.3%2C6.6H19.55m2.33%2C2.72H19.55m2.33%2C2.72H19.55M4.8%2C9.46H2.47M4.8%2C12.17H2.47M4.8%2C14.89H2.47m6.6-5.43H6.74m2.33%2C2.72H6.74m2.33%2C2.72H6.74M17.61%2C9.46H15.28m2.33%2C2.72H15.28m2.33%2C2.72H15.28M13.34%2C9.46H11m2.33%2C2.72H11m2.33%2C2.72H11%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.recaps .date:before svg {
  fill: #3b393b;
}
.recaps h1 {
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.recaps hr {
  display: inline-block;
  width: 90px;
  margin: 10px 0 10px 0;
  border-top: 1px solid #b0b0b1;
}
.recaps a {
  font-size: 0.8em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.recaps a:hover, .recaps a:active, .recaps a:focus {
  text-decoration: none;
  color: #b6222c;
}
.recaps a i {
  margin: 0 0 0 20px;
}
.recaps .background-stripe {
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .recaps .background-stripe {
    box-shadow: inset -500px 0 0 0 #ffffff;
  }
}

.swiper-recap .swiper-slide {
  max-width: 740px !important;
  max-height: 600px !important;
}
.swiper-recap .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

.eventinfo {
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
  }
}

@media (min-width: 769px) {
  .gallery-thumbs.disabled {
    display: none;
  }
}

@media (min-width: 789px) {
  .swiper-button-next.hiddendesktop,
  .swiper-button-prev.hiddendesktop {
    display: none;
  }
}

.share ul {
  padding-left: 0;
  list-style: none;
}
.share ul li {
  float: left;
  margin-right: 25px;
}
.share ul li:last-child {
  margin-right: 0;
}
.share ul li.title {
  margin-right: 50px;
  padding-top: 3px;
  text-transform: uppercase;
  color: #b0b0b1;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.share i {
  font-size: 2em;
}
.share a {
  transition: all 0.2s ease-in-out;
  color: #b0b0b1;
}
.share a:hover {
  color: #b6222c;
}

.woobox-offer {
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtuberss .youtube-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}
.youtuberss .video {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  display: block;
}
.youtuberss .video:after {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  content: "";
  display: block;
  z-index: 0;
}
.youtuberss .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 769px) {
  .youtuberss .video {
    width: 49%;
  }
}
@media (min-width: 769px) {
  .youtuberss .video:first-of-type {
    width: 100%;
  }
}

.ExtensibleSearchPage .minihero form.searchinput {
  border-bottom: 2px solid #ffffff;
  padding: 0 0 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.ExtensibleSearchPage .minihero form.searchinput .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  left: 0 !important;
  width: 100% !important;
  position: absolute !important;
  text-align: left;
}
.ExtensibleSearchPage .minihero form.searchinput input {
  font-size: 2.571em;
  line-height: 1.29em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  background: none;
  border: none;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  flex-grow: 1;
  text-transform: none;
}
@media (max-width: 599px) {
  .ExtensibleSearchPage .minihero form.searchinput input {
    max-width: 50%;
    font-size: 1em;
  }
}
.ExtensibleSearchPage .minihero form.searchinput ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: center;
}
.ExtensibleSearchPage .minihero form.searchinput ::-moz-placeholder { /* Firefox 19+ */
  text-align: center;
}
.ExtensibleSearchPage .minihero form.searchinput :-ms-input-placeholder { /* IE 10+ */
  text-align: center;
}
.ExtensibleSearchPage .minihero form.searchinput :-moz-placeholder { /* Firefox 18- */
  text-align: center;
}
.ExtensibleSearchPage .minihero form.searchinput button {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  border: none;
  border-radius: 0;
}
@media (min-width: 769px) {
  .ExtensibleSearchPage .minihero form.searchinput button {
    max-width: 88%;
  }
}
.ExtensibleSearchPage .minihero form.searchinput button:hover, .ExtensibleSearchPage .minihero form.searchinput button:active, .ExtensibleSearchPage .minihero form.searchinput button:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.ExtensibleSearchPage .minihero form.searchinput button.full-width {
  width: 100%;
}
.ExtensibleSearchPage .minihero form.searchinput button.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.ExtensibleSearchPage .minihero form.searchinput button.arrow:hover, .ExtensibleSearchPage .minihero form.searchinput button.arrow:active, .ExtensibleSearchPage .minihero form.searchinput button.arrow:focus {
  background-position: 90% 47%;
}
@media (max-width: 599px) {
  .ExtensibleSearchPage .minihero form.searchinput button {
    max-width: 50%;
    padding: 15px 35px 15px 20px;
  }
}
.ExtensibleSearchPage ul#SearchResults {
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin: 2em auto;
  padding: 0;
  list-style: none;
}
.ExtensibleSearchPage ul#SearchResults li {
  display: block;
  margin-bottom: 3em;
}
.ExtensibleSearchPage ul#SearchResults li a {
  color: #b6222c;
}
.ExtensibleSearchPage ul#SearchResults li a:hover {
  color: #ab9b71;
}
.ExtensibleSearchPage ul#SearchResults li h4 {
  font-size: 1.8em;
}
.ExtensibleSearchPage ul#SearchResults li h4 a {
  color: #ab9b71;
}
.ExtensibleSearchPage ul#SearchResults li h4 a:hover {
  color: #b6222c;
}
.ExtensibleSearchPage .pagination a, .ExtensibleSearchPage .pagination span {
  padding: 0 1em;
  color: #004768;
}
.ExtensibleSearchPage .pagination a {
  color: #ab9b71;
}

.notification-message {
  padding: 13px 0 13px 0;
  text-align: center;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.notification-message a {
  text-decoration: underline;
  color: #ffffff;
}
.notification-message a:hover {
  color: #808080;
}
.notification-message svg {
  fill: #b0b0b1;
  width: 10px;
  height: 10px;
  margin-left: 15px;
}
.notification-message svg:hover {
  fill: #ffffff;
}
.notification-message .dismiss-notification {
  cursor: pointer;
  color: #ffffff;
  border: 0;
  background: none;
}

header.header {
  z-index: 999;
  position: relative;
}
header.header #closemenu {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9999;
}
header.header #menu-toggle {
  font-size: 0.857em;
  display: block;
  visibility: visible;
  text-transform: uppercase;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  color: white;
  height: 66px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  transition: all 0.2s;
  text-decoration: none;
}
header.header #menu-toggle:hover {
  color: #b0b0b1;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

form {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2em;
  box-sizing: border-box;
}
form fieldset label {
  font-size: 0.857em;
  float: none !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b0b0b1;
  margin-top: 1em;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}
form fieldset label.heading {
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  color: #ab9b71;
  font-size: 1.786rem;
  margin: 2em 0 1em;
  display: block;
}
form fieldset input,
form fieldset textarea {
  font-size: 1.786em;
  width: 100%;
  transition: all 0.2s ease-in-out;
  color: #ab9b71;
  border: none;
  border-bottom: 1px solid #b0b0b1;
  background: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
form fieldset input:focus,
form fieldset textarea:focus {
  border-bottom: 1px solid #000000;
}
form fieldset .field.date.text .middleColumn {
  display: flex;
  justify-content: space-between;
  max-width: 360px;
}
form fieldset .field.date.text .middleColumn input {
  width: 5em;
  text-align: center;
}
form fieldset .field.date.text .middleColumn input.month, form fieldset .field.date.text .middleColumn input.day {
  width: 3em;
}
form fieldset .field.dropdown {
  margin-bottom: 1em;
}

.custom-select {
  padding: 0.17em 0;
  margin: 0;
  border: 1px solid #b0b0b1;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff url("/themes/tmf/images/select-arrows-clear.png") no-repeat 95% 50%;
  background-color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  height: 2.583em;
  cursor: pointer;
}
.custom-select label.error {
  position: absolute;
}
.custom-select select {
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  padding: 5px 8px;
  width: 100%;
  height: 120%;
  box-sizing: border-box;
  top: -10%;
  position: relative;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select select:focus {
  outline: none;
}
@media (min-width: 769px) {
  .custom-select {
    background: #ffffff url("/themes/tmf/images/select-arrows-clear.png") no-repeat 99% 50%;
  }
}

form#ContactForm_Form {
  padding: 0 10px 0 10px;
}
@media (min-width: 769px) {
  form#ContactForm_Form {
    width: 65%;
    margin: 0 auto 50px auto;
    padding: 0;
  }
}
form#ContactForm_Form .field {
  padding: 0 0 25px 0;
}
@media (min-width: 768px) {
  form#ContactForm_Form #ContactForm_Form_FirstName_Holder,
  form#ContactForm_Form #ContactForm_Form_LastName_Holder {
    display: inline-block;
    width: 48%;
  }
}
@media (min-width: 768px) {
  form#ContactForm_Form #ContactForm_Form_FirstName_Holder {
    margin-right: 25px;
  }
}
form#ContactForm_Form input#ContactForm_Form_action_doSubmission {
  font-size: 0.786em;
  display: inline-block;
  padding: 10px 50px 10px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: #3b393b url("data:image/svg+xml;utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 88% 47%;
  background-size: 11%;
  -webkit-appearance: none;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
form#ContactForm_Form input#ContactForm_Form_action_doSubmission:hover, form#ContactForm_Form input#ContactForm_Form_action_doSubmission:active, form#ContactForm_Form input#ContactForm_Form_action_doSubmission:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c url("data:image/svg+xml;utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 88% 47%;
  background-size: 11%;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}

.eventmap .event-search, .EventSearchPage .event-search, .CharacterDoesMatterEventsListingPage .event-search {
  width: 225px;
  margin: 0 auto;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 45%, #f7f7f7 45%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$white", endColorstr="$offwhite",GradientType=0 );
}
.eventmap .field, .EventSearchPage .field, .CharacterDoesMatterEventsListingPage .field {
  display: inline-block;
}
.eventmap .field input,
.eventmap .field button, .EventSearchPage .field input,
.EventSearchPage .field button, .CharacterDoesMatterEventsListingPage .field input,
.CharacterDoesMatterEventsListingPage .field button {
  font-size: 0.857em;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border: none;
  background: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.eventmap .text, .EventSearchPage .text, .CharacterDoesMatterEventsListingPage .text {
  width: 150px;
}
.eventmap .text input, .EventSearchPage .text input, .CharacterDoesMatterEventsListingPage .text input {
  width: 120px;
}
.eventmap .text input::-webkit-input-placeholder, .EventSearchPage .text input::-webkit-input-placeholder, .CharacterDoesMatterEventsListingPage .text input::-webkit-input-placeholder {
  color: #000000;
}
.eventmap .actions, .EventSearchPage .actions, .CharacterDoesMatterEventsListingPage .actions {
  float: none !important;
}

#MemberLoginForm_LostPasswordForm_Email {
  margin-bottom: 25px;
}

.navigation input,
.navigation button {
  font-size: 0.75em;
  color: #ffffff;
  border: none;
  background: transparent;
}
.navigation input {
  width: 100%;
  max-width: 315px;
  height: 53px;
  margin: 0;
  padding: 0 10px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  font-family: "roboto";
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 769px) {
  .navigation input {
    max-width: 207px;
    margin: 0;
  }
}
.navigation button {
  margin: 0 0 0 -4px;
  padding: 14px 13px 12px 0;
  text-transform: uppercase;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.navigation button:hover {
  cursor: pointer;
}
.navigation button:before {
  width: 1px;
  height: 30px;
  padding: 0 5px 0 5px;
  content: "";
  border-left: 1px solid #fff;
}
.navigation ::-webkit-input-placeholder {
  color: #808080;
}

.field.checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.field.checkbox input {
  display: flex;
  margin: 0;
  position: relative;
  width: auto;
}
.field.checkbox label {
  margin: 0;
}

.joinformleader.navigation input, .joinformleader.navigation button, .eventmap .navigation.search-form input, .eventmap .navigation.search-form button {
  border-color: #000000;
  color: #000000;
}
.joinformleader.navigation input:before, .joinformleader.navigation button:before, .eventmap .navigation.search-form input:before, .eventmap .navigation.search-form button:before {
  border-color: #000000;
}

.moosedatetime .fieldwrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
}
.moosedatetime .fieldwrap .fieldgroup-field {
  width: auto;
}
.moosedatetime .fieldwrap .fieldgroup-field input.time {
  width: 6em;
  margin-top: 1em;
}
@media (min-width: 571px) {
  .moosedatetime .fieldwrap .fieldgroup-field input.time {
    margin-top: 0;
    width: 95%;
    margin-left: 5%;
    box-sizing: border-box;
  }
}
@media (min-width: 571px) {
  .moosedatetime .fieldwrap .fieldgroup-field {
    flex-grow: 1;
  }
}
@media (min-width: 571px) {
  .moosedatetime .fieldwrap {
    flex-direction: row;
  }
}

#ActivatorEventForm_Form .field.url {
  font-family: "industry";
  font-weight: 500;
  text-align: center;
  color: #004768;
  margin: 1.5em 0;
}
#ActivatorEventForm_Form textarea {
  border: 1px solid;
}
@media (min-width: 641px) {
  #ActivatorEventForm_Form .citystate {
    display: flex;
  }
  #ActivatorEventForm_Form .citystate #ActivatorEventForm_Form_City_Holder {
    width: 45%;
    margin-right: 2%;
  }
  #ActivatorEventForm_Form .citystate #ActivatorEventForm_Form_State_Holder {
    width: 30%;
    margin-right: 2%;
    min-width: 163px;
  }
  #ActivatorEventForm_Form .citystate #ActivatorEventForm_Form_Zip_Holder {
    width: 21%;
  }
}

footer.footer {
  font-size: 14px;
  line-height: 1.786em;
  font-family: "roboto";
  font-weight: 400;
  font-style: normal;
}
footer.footer .navigation {
  padding: 30px;
}
footer.footer .navigation .logo {
  display: flex;
  width: 44px;
  height: 44px;
  margin: 0 0 30px 0;
  align-items: center;
  justify-content: center;
}
footer.footer .navigation .logo img {
  width: 100%;
}
footer.footer .navigation h4 {
  font-size: 1.142857em;
  margin: 0 0 30px 0;
  letter-spacing: 0.04em;
  color: #ffffff;
}
footer.footer .navigation a {
  text-decoration: none;
  color: #808080;
  background: transparent;
}
@media (max-width: 767px) {
  footer.footer .navigation .meta {
    padding-bottom: 20px;
  }
}
footer.footer .navigation .meta .nopadding {
  margin: 0;
}
footer.footer .navigation .meta .form-wrapper {
  margin: 0 0 20px 0;
}
footer.footer .navigation .meta .social {
  margin: 20px 0 25px 0;
}
footer.footer .navigation .meta .social a {
  padding: 0 12px 0 0;
}
footer.footer .navigation .meta p {
  font-size: 0.563em;
  line-height: 1.411em;
  color: #808080;
}
@media (max-width: 767px) {
  footer.footer .navigation .links {
    padding-bottom: 40px;
  }
}
footer.footer .navigation .links ul {
  font-size: 0.75em;
  line-height: 1.642em;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
footer.footer .navigation .contact a.btn {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  border-radius: 0;
}
@media (min-width: 769px) {
  footer.footer .navigation .contact a.btn {
    max-width: 88%;
  }
}
footer.footer .navigation .contact a.btn:hover, footer.footer .navigation .contact a.btn:active, footer.footer .navigation .contact a.btn:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
footer.footer .navigation .contact a.btn.full-width {
  width: 100%;
}
footer.footer .navigation .contact a.btn.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
footer.footer .navigation .contact a.btn.arrow:hover, footer.footer .navigation .contact a.btn.arrow:active, footer.footer .navigation .contact a.btn.arrow:focus {
  background-position: 90% 47%;
}
footer.footer .navigation .btnlink {
  text-align: center;
}
@media (max-width: 991px) {
  footer.footer .navigation .btnlink {
    text-align: left;
    padding: 2em 0;
  }
}
footer.footer .navigation .locations p {
  font-size: 0.75em;
  line-height: 2.058em;
  margin: 0;
}
footer.footer .navigation .locations a {
  text-decoration: underline;
}
footer.footer .navigation .locations .contact {
  padding-top: 1em;
}
footer.footer .navigation .locations .contact a {
  text-decoration: none;
}
footer.footer .navigation .locations .phone {
  margin: 20px 0 30px 0;
}

.footer-logos .row {
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logos .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-logos .logos img, .footer-logos .logos a {
  padding: 1em;
  width: 50%;
  max-width: 145px;
  box-sizing: border-box;
}
.footer-logos .logos img img, .footer-logos .logos a img {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.globalmodal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
  overflow-y: auto;
}
.globalmodal .close {
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  opacity: 1;
}
.globalmodal .close.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.globalmodal .modal-content {
  width: 95%;
  max-width: 480px;
  padding: 1.5em;
  background: white;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.globalmodal .modal-content img {
  max-width: 100%;
  display: block;
}
.globalmodal .modal-content h1, .globalmodal .modal-content h2, .globalmodal .modal-content h3, .globalmodal .modal-content h4, .globalmodal .modal-content h5 {
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.globalmodal .modal-content h3 {
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  color: #b0b0b1;
  font-size: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.globalmodal .modal-content h1, .globalmodal .modal-content h2 {
  color: #3b393b;
  font-size: 1.5em;
  line-height: 1.29em;
  letter-spacing: 0.26em;
}
@media (min-width: 769px) {
  .globalmodal .modal-content h1, .globalmodal .modal-content h2 {
    font-size: 2.571em;
  }
}
.globalmodal .modal-content .close {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
}
.globalmodal .modal-content .close svg {
  width: 1.25rem;
  fill: #ab9b71;
}
.globalmodal .modal-content .close:hover svg {
  fill: #b6222c;
}
.globalmodal .modal-content .bigbutton {
  display: block;
  text-align: center;
}
.globalmodal .modal-content .bigbutton a {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .globalmodal .modal-content .bigbutton a {
    max-width: 88%;
  }
}
.globalmodal .modal-content .bigbutton a:hover, .globalmodal .modal-content .bigbutton a:active, .globalmodal .modal-content .bigbutton a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.globalmodal .modal-content .bigbutton a.full-width {
  width: 100%;
}
.globalmodal .modal-content .bigbutton a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.globalmodal .modal-content .bigbutton a.arrow:hover, .globalmodal .modal-content .bigbutton a.arrow:active, .globalmodal .modal-content .bigbutton a.arrow:focus {
  background-position: 90% 47%;
}
@media (min-width: 769px) {
  .globalmodal .modal-content {
    padding: 2.5em;
  }
}
.globalmodal .modal-content.wide {
  max-width: 720px;
}
@media (min-width: 769px) {
  .globalmodal .modal-content.wide {
    padding: 5em 10em;
  }
}
.globalmodal .modal-content.bottom {
  padding-bottom: 0;
}
.globalmodal .modal-content.bottom .bigbutton {
  transform: translateY(50%);
}
.globalmodal .modal-content.light h1, .globalmodal .modal-content.light h2, .globalmodal .modal-content.light h3, .globalmodal .modal-content.light h4, .globalmodal .modal-content.light h5 {
  color: #ab9b71;
}
.globalmodal .modal-content.light h3 {
  color: #b0b0b1;
}
.globalmodal .modal-content.light p {
  color: white;
}
.globalmodal.active {
  display: flex;
}

.block {
  padding: 50px 0 50px 0;
}

.circlednumber {
  font-size: 1.286em;
  width: 63px;
  height: 63px;
  padding: 16px 20px;
  text-align: center;
  color: #004768;
  border: 1px solid #808080;
  border-radius: 50%;
  padding-top: 20px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}

.embeddedcontentblock {
  padding: 0;
}
.embeddedcontentblock iframe {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100vh;
  min-height: 500px;
}

.answerthecall {
  height: 390px;
  text-align: center;
  text-transform: uppercase;
  background: #f7f7f7 url(/themes/tmf/images/answerthecall-bkg.png) repeat;
}
.answerthecall .gradient {
  display: flex;
  width: 75%;
  height: 100%;
  margin: 0 auto;
  background: radial-gradient(ellipse at center, rgb(247, 247, 247) 17%, rgba(247, 247, 247, 0.89) 26%, rgba(247, 247, 247, 0) 100%);
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#00000000",GradientType=1 );
  justify-content: center;
}
.answerthecall h1 {
  font-size: 2.143em;
  color: #ab9b71;
}
.answerthecall h2 {
  font-size: 0.857em;
  color: #b0b0b1;
}
.answerthecall a {
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.answerthecall a:hover, .answerthecall a:active, .answerthecall a:focus {
  text-decoration: none;
  color: #b6222c;
}
.answerthecall a:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.calltoaction {
  display: flex;
  min-height: 300px;
  margin: 50px 0 50px 0;
  padding: 0 !important;
  text-align: center;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  align-items: center;
  justify-content: center;
}
.calltoaction h1, .calltoaction h2, .calltoaction h3, .calltoaction h4, .calltoaction h5, .calltoaction h6, .calltoaction .tmf-block-title, .calltoaction span:not(.bigbutton, .secondarylink), .calltoaction div:not(.container) {
  font-size: 0.857em;
  line-height: 2.083;
  letter-spacing: 0.15em;
  color: #b0b0b1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}
.calltoaction p {
  font-size: 2.357em;
  line-height: 1.485em;
  margin: 0 0 60px 0;
  letter-spacing: 0.08em;
  color: #3b393b;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.calltoaction p em {
  font-family: "roboto";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 16px !important;
  text-transform: none;
  color: #757575;
}
.calltoaction .bigbutton a {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .calltoaction .bigbutton a {
    max-width: 88%;
  }
}
.calltoaction .bigbutton a:hover, .calltoaction .bigbutton a:active, .calltoaction .bigbutton a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.calltoaction .bigbutton a.full-width {
  width: 100%;
}
.calltoaction .bigbutton a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.calltoaction .bigbutton a.arrow:hover, .calltoaction .bigbutton a.arrow:active, .calltoaction .bigbutton a.arrow:focus {
  background-position: 90% 47%;
}
.calltoaction .secondarylink a {
  font-size: 1em;
  display: block;
  padding: 50px 0 0 0;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  text-transform: none;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.calltoaction .secondarylink a:after {
  display: inline-block;
  margin: 0 0 0 20px;
  content: "\f178";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.calltoaction .secondarylink a:hover {
  color: #b6222c;
}
.calltoaction .container {
  max-width: 70%;
}

.calltoactiongrid .row {
  display: flex;
  flex-wrap: wrap;
}
.calltoactiongrid .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .calltoactiongrid .col-md-4 {
    width: 33%;
  }
}
.calltoactiongrid .box {
  padding-bottom: 25px;
}
.calltoactiongrid .centered {
  text-align: center;
}
.calltoactiongrid .header {
  margin: 0 0 75px 0;
}
@media (min-width: 992px) {
  .calltoactiongrid .col-md-2plus {
    width: 20% !important;
  }
}
.calltoactiongrid .header {
  text-align: center;
  margin: 50px auto;
}
.calltoactiongrid .header .tmf-block-title {
  font-size: 2.357em;
  line-height: 1.485em;
  letter-spacing: 0.08em;
}
.calltoactiongrid img {
  padding: 0 0 20px 0;
}
.calltoactiongrid .tmf-block-title {
  font-size: 1.786em;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #04415b;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.calltoactiongrid p {
  font-size: 1.142857em;
  line-height: 1.786em;
  font-family: "roboto";
  font-weight: 400;
  font-style: normal;
}
.calltoactiongrid .underline {
  font-size: 0.857em;
  display: block;
  width: 85px;
  margin: 0 0 15px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.calltoactiongrid a {
  background: #ab9b71;
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.calltoactiongrid a:hover, .calltoactiongrid a:active, .calltoactiongrid a:focus {
  text-decoration: none;
  color: #b6222c;
}
.calltoactiongrid a:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.calltoactiongrid a:hover {
  color: #b6222c;
}
.calltoactiongrid .textblock a:after {
  display: none;
}

.columnblock h1 {
  margin: 10px 0 100px 0;
  text-align: center;
  text-transform: uppercase;
  color: #04415b;
}
.columnblock .wrapper {
  padding: 60px 50px;
}
.columnblock .wrapper h1 {
  font-size: 1.786em;
  text-align: left;
  margin: 10px 0 20px 0;
}
.columnblock .wrapper hr {
  width: 85px;
  margin-left: 0;
  border-top: 1px solid #b0b0b1;
}
.columnblock .wrapper p {
  font-size: 1.142857em;
  margin-bottom: 25px;
}
.columnblock .wrapper a {
  display: block;
  color: #ab9b71;
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.columnblock .wrapper a:hover, .columnblock .wrapper a:active, .columnblock .wrapper a:focus {
  text-decoration: none;
  color: #b6222c;
}
.columnblock .wrapper a:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.columnblock .wrapper a:after {
  display: none;
}
.columnblock .wrapper ol {
  padding-left: 15px;
}
.columnblock .wrapper ol li {
  padding: 0 0 10px 25px;
}

.eventmap {
  text-align: center;
}
.eventmap .tmf-block-title {
  font-size: 2.429em;
  line-height: 1.528em;
  margin-top: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.eventmap .search-form {
  padding: 10px 0 30px 0;
}
.eventmap .map-wrapper {
  width: 100%;
  height: 550px;
  background: silver;
}
.eventmap.eventlocation .wrapper {
  display: flex;
  flex-direction: column;
}
.eventmap.eventlocation .wrapper .details {
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #3b393b;
  padding: 2em;
  order: 1;
}
.eventmap.eventlocation .wrapper .details p {
  margin: 0 0 1em;
  padding: 0;
}
.eventmap.eventlocation .wrapper .details a {
  color: #ab9b71;
  margin: 0 !important;
}
.eventmap.eventlocation .wrapper .details a:hover {
  color: #b6222c;
}
@media (min-width: 769px) {
  .eventmap.eventlocation .wrapper .details {
    order: 0;
    width: 30%;
    flex-grow: 1;
    min-height: 550px;
    text-align: left;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .eventmap.eventlocation .wrapper .details p, .eventmap.eventlocation .wrapper .details h2, .eventmap.eventlocation .wrapper .details a {
    width: 100%;
  }
}
.eventmap.eventlocation .wrapper .map-wrapper {
  order: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .eventmap.eventlocation .wrapper .map-wrapper {
    order: 1;
    width: 70%;
    flex-grow: 1;
  }
}
@media (min-width: 769px) {
  .eventmap.eventlocation .wrapper {
    flex-direction: row;
  }
}
.eventmap .keyandsearch {
  margin-top: 1em;
}
.eventmap .keyandsearch .icondef {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 2em auto 0;
}
.eventmap .keyandsearch .icondef div {
  width: 48%;
  padding-right: 2%;
  text-align: left;
  display: flex;
  margin-bottom: 1em;
}
.eventmap .keyandsearch .icondef div img {
  width: 1em;
  height: 1em;
}
.eventmap .keyandsearch .icondef div span {
  line-height: 1.1em;
  padding-left: 0.5em;
}
@media (min-width: 768px) {
  .eventmap .keyandsearch .icondef div {
    width: 23%;
  }
}
.eventmap .keyandsearch .search-form {
  margin-top: 2em;
}

.gmap-infobox {
  position: relative;
  width: 90vw;
  min-width: 290px;
  max-width: 400px;
  height: auto;
  min-height: 190px;
  margin-top: -193px;
  margin-left: 6px;
  padding: 30px;
  text-align: left;
  text-transform: uppercase;
  background: #f7f7f7;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.gmap-infobox .tmf-block-title {
  font-size: 1.714em;
  max-width: 290px;
}
.gmap-infobox a {
  font-size: 1em !important;
  float: right !important;
  max-width: 67% !important;
  margin-top: 13px !important;
  padding: 20px 60px 20px 30px !important;
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .gmap-infobox a {
    max-width: 88%;
  }
}
.gmap-infobox a:hover, .gmap-infobox a:active, .gmap-infobox a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.gmap-infobox a.full-width {
  width: 100%;
}
.gmap-infobox a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.gmap-infobox a.arrow:hover, .gmap-infobox a.arrow:active, .gmap-infobox a.arrow:focus {
  background-position: 90% 47%;
}
.gmap-infobox .eventtype {
  font-size: 1.3em;
}
.gmap-infobox .eventdate {
  font-size: 2em;
  display: block;
  margin-bottom: 10px;
  font-family: "industry";
  font-weight: 700;
  font-style: normal;
}
.gmap-infobox .eventtime {
  font-size: 1.3em;
}
.gmap-infobox .tan {
  color: #ab9b71;
  font-family: "industry";
  font-weight: 700;
  font-style: normal;
}
.gmap-infobox .close {
  font-size: 1.3em;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #3b393b;
}

.wrapper {
  position: relative;
}

.no-events {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 36%;
  padding: 30px;
  background: rgba(59, 57, 59, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .no-events {
    width: 40%;
  }
}
.no-events p,
.no-events h1, .no-events .tmf-block-title {
  color: #ffffff;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.no-events p {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .no-events p {
    margin-top: 10px;
  }
}
.no-events p.bold, .no-events p strong {
  margin-bottom: 10px;
  font-family: "industry";
  font-weight: 700;
  font-style: normal;
}
.no-events h1, .no-events .tmf-block-title {
  font-size: 1.25em;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .no-events h1, .no-events .tmf-block-title {
    margin-top: -7px;
  }
}
.listview .no-events {
  position: relative;
  height: auto;
  min-width: 300px;
  left: 0;
  top: 0;
  transform: none;
  margin: 0 auto;
}

.eventmap .listview .list, .EventSearchPage .listview .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eventmap .listview .list li, .EventSearchPage .listview .list li {
  margin-bottom: 1em;
  padding: 2em;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  line-height: 1.2em;
  text-align: left;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.eventmap .listview .list li .tmf-block-title, .EventSearchPage .listview .list li .tmf-block-title {
  font-size: 1.714em;
  margin: 0;
  font-family: "industry";
  font-weight: 700;
  font-style: normal;
}
.eventmap .listview .list li a, .EventSearchPage .listview .list li a {
  font-size: 1em !important;
  padding: 20px 60px 20px 30px !important;
  margin: 0;
  text-align: center;
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .eventmap .listview .list li a, .EventSearchPage .listview .list li a {
    max-width: 88%;
  }
}
.eventmap .listview .list li a:hover, .eventmap .listview .list li a:active, .eventmap .listview .list li a:focus, .EventSearchPage .listview .list li a:hover, .EventSearchPage .listview .list li a:active, .EventSearchPage .listview .list li a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.eventmap .listview .list li a.full-width, .EventSearchPage .listview .list li a.full-width {
  width: 100%;
}
.eventmap .listview .list li a.arrow, .EventSearchPage .listview .list li a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.eventmap .listview .list li a.arrow:hover, .eventmap .listview .list li a.arrow:active, .eventmap .listview .list li a.arrow:focus, .EventSearchPage .listview .list li a.arrow:hover, .EventSearchPage .listview .list li a.arrow:active, .EventSearchPage .listview .list li a.arrow:focus {
  background-position: 90% 47%;
}
.eventmap .listview .list li .eventtype, .EventSearchPage .listview .list li .eventtype {
  font-size: 1.3em;
}
.eventmap .listview .list li .eventdate, .EventSearchPage .listview .list li .eventdate {
  font-size: 1.3em;
  padding: 1.5em 0;
  flex-grow: 1;
  font-family: "industry";
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 769px) {
  .eventmap .listview .list li .eventdate, .EventSearchPage .listview .list li .eventdate {
    padding: 0 2em;
    text-align: center;
    max-width: 25%;
    box-sizing: border-box;
  }
}
.eventmap .listview .list li .eventtime, .EventSearchPage .listview .list li .eventtime {
  font-size: 1.1em;
}
.eventmap .listview .list li .tan, .EventSearchPage .listview .list li .tan {
  color: #ab9b71;
}
@media (min-width: 769px) {
  .eventmap .listview .list li, .EventSearchPage .listview .list li {
    flex-direction: row;
    align-items: center;
    max-width: 800px;
    margin: 0 auto 1em;
  }
  .eventmap .listview .list li .info, .EventSearchPage .listview .list li .info {
    flex-grow: 1;
    max-width: 40%;
  }
}
.eventmap .listview .list:not(.more) li:nth-child(n+4), .EventSearchPage .listview .list:not(.more) li:nth-child(n+4) {
  display: none;
}

.eventmap nav, .EventSearchPage div.main nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin: 1em auto;
}
.eventmap nav a, .EventSearchPage div.main nav a {
  color: #ab9b71;
  border: 2px solid #ab9b71;
  padding: 8px 15px;
  box-sizing: border-box;
  font-size: 1em;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.eventmap nav a svg, .EventSearchPage div.main nav a svg {
  width: 19px;
}
.eventmap nav a svg path, .EventSearchPage div.main nav a svg path {
  stroke: #ab9b71;
}
.eventmap nav a svg.map, .EventSearchPage div.main nav a svg.map {
  fill: none;
  stroke-miterlimit: 10;
}
.eventmap nav a.active, .eventmap nav a:hover, .EventSearchPage div.main nav a.active, .EventSearchPage div.main nav a:hover {
  color: white;
  background: #ab9b71;
}
.eventmap nav a.active svg path, .eventmap nav a:hover svg path, .EventSearchPage div.main nav a.active svg path, .EventSearchPage div.main nav a:hover svg path {
  stroke: white;
}
.eventmap .container, .EventSearchPage div.main .container {
  width: 100%;
  max-width: 1280px;
}
.eventmap .icondef, .EventSearchPage div.main .icondef {
  display: flex;
  flex-wrap: wrap;
}
.eventmap .icondef div, .EventSearchPage div.main .icondef div {
  margin: 0 1em 0.25em 0;
}
@media (min-width: 768px) {
  .eventmap .icondef div, .EventSearchPage div.main .icondef div {
    min-width: calc(25% - 1em);
  }
}
.eventmap .loadmore .actions a, .EventSearchPage div.main .loadmore .actions a {
  background-color: transparent;
  color: black;
  border: 1px solid;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E");
}

.heroimagecarousel {
  margin-top: -144px;
  padding-top: 0;
  padding-bottom: 0 !important;
}
.heroimagecarousel .swiper-slide {
  position: relative;
}
.heroimagecarousel .swiper-slide .container {
  position: relative;
  z-index: 1;
}
.heroimagecarousel .swiper-slide img.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.heroimagecarousel .subtitle {
  margin: 0;
  padding: 0 10px;
  color: #04415b;
  background: #ffffff;
}
@media (min-width: 769px) {
  .heroimagecarousel .subtitle {
    margin: 0 0 0 -17px;
  }
}
.heroimagecarousel .tmf-block-title {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.29em;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 769px) {
  .heroimagecarousel .tmf-block-title {
    font-size: 2.571em;
  }
}
.heroimagecarousel hr {
  margin: 0 0 1em;
}
.heroimagecarousel p {
  color: #ffffff;
}
.heroimagecarousel a {
  position: relative;
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  padding: 20px 0 0 0;
  color: #ffffff;
}
.heroimagecarousel a:hover, .heroimagecarousel a:active, .heroimagecarousel a:focus {
  text-decoration: none;
  color: #b6222c;
}
.heroimagecarousel a:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.heroimagecarousel a:hover, .heroimagecarousel a:active, .heroimagecarousel a:focus {
  color: #b0b0b1;
}
.heroimagecarousel .wrap {
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 807px;
  margin-left: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-height: 95vh;
  padding-top: 8em;
}
@media (min-width: 769px) {
  .heroimagecarousel .wrap {
    width: 70%;
    margin-left: 20px;
    max-height: 807px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .heroimagecarousel .swiper-container {
    border: 20px solid transparent;
  }
}
.heroimagecarousel .swiper-slide {
  background-size: cover !important;
  width: 100%;
  padding: 2.5vh 0;
}
@media (min-width: 769px) {
  .heroimagecarousel .swiper-slide {
    padding: 0;
  }
}
.heroimagecarousel .swiper-pagination {
  display: none;
  flex-direction: column;
  align-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .heroimagecarousel .swiper-pagination {
    display: flex;
  }
}
.heroimagecarousel .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 38%;
  width: 100px;
  left: auto;
  right: 0;
}
.heroimagecarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 50px 0 0;
}
.heroimagecarousel .swiper-pagination-bullet {
  font-size: 1.071em;
  line-height: 2.1em;
  width: 38px;
  height: 38px;
  margin: 5px;
  text-align: center;
  opacity: 1;
  color: #b0b0b1;
  border: 2px solid transparent;
  background: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.heroimagecarousel .swiper-pagination-bullet-active {
  color: #ffffff;
  border: 2px solid transparent;
}

.navbar {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 140px;
  min-height: 140px;
  margin-bottom: 0;
  padding-top: 20px;
  border: none;
  border-radius: 0;
  background: transparent;
  align-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .navbar {
    padding-top: 0;
  }
}
.navbar .navbar-header {
  width: 100%;
}
.navbar .logo {
  display: inline-block;
  width: 262px;
  height: 64px;
  text-align: center;
}
@media (min-width: 769px) {
  .navbar .logo {
    width: 309px;
    height: 76px;
  }
}
@media (max-width: 429px) {
  .navbar .logo {
    width: 235px;
  }
}
.navbar .logo:hover {
  cursor: pointer;
}
.navbar ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.navbar ul.extras {
  display: none;
  visibility: hidden;
}
@media (min-width: 769px) {
  .navbar ul.extras {
    font-size: 0.857em;
    display: block;
    visibility: visible;
    float: left;
    text-transform: uppercase;
    font-family: "industry";
    font-weight: 500;
    font-style: normal;
  }
  .navbar ul.extras li {
    display: inline-block;
    padding: 0 25px 0 0;
  }
  .navbar ul.extras li a {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #000000;
  }
  .navbar ul.extras li a:hover {
    color: #b0b0b1;
  }
  .navbar ul.extras li:nth-child(2) {
    padding-top: 25px;
  }
  .navbar ul.extras li:nth-child(2) a {
    padding: 25px;
    transition: all 0.2s ease-in-out;
    color: #000000;
    background: #ab9b71;
  }
  .navbar ul.extras li:nth-child(2) a:hover {
    color: #ffffff;
    background: #b6222c;
  }
  .navbar ul.extras li:last-child {
    padding-top: 25px;
  }
  .navbar ul.extras li:last-child a {
    padding: 25px;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    background: #000000;
  }
  .navbar ul.extras li:last-child a:hover {
    color: #ffffff;
    background: #b6222c;
  }
}
.navbar #menu-toggle svg {
  width: 24px;
  height: 24px;
  margin: 22px 0 0 20px;
}
.navbar #menu-toggle svg circle {
  transition: all 0.2s ease-in-out;
  fill: #000000;
}
.navbar #menu-toggle svg:hover circle {
  fill: #b0b0b1;
}

.navbar.hero .container {
  width: 95%;
  max-width: 1160px;
}
.navbar.hero .extras li a {
  color: #ffffff;
}
.navbar.hero #menu-toggle svg circle {
  fill: #ffffff;
}
.navbar.hero #menu-toggle svg:hover circle {
  fill: #b0b0b1;
}

#sidebar-wrapper {
  font-size: 0.9em;
  text-align: center;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  #sidebar-wrapper {
    font-size: 1em;
  }
}
#sidebar-wrapper a {
  text-transform: uppercase;
}
#sidebar-wrapper .portal {
  display: inline-block;
  float: right;
}
#sidebar-wrapper ul {
  right: 0;
  width: 100%;
  padding: 1em 0 50px 0;
  list-style-type: none;
  text-align: left;
  text-transform: uppercase;
}
#sidebar-wrapper ul li a {
  transition: all 0.2s ease-in-out;
}
#sidebar-wrapper ul li a:hover, #sidebar-wrapper ul li a:active, #sidebar-wrapper ul li a:focus {
  background: none;
}
#sidebar-wrapper form.searchinput {
  margin: 0 0 0 5em;
  padding: 0;
  text-align: right;
  width: calc(100% - 5em);
  border-bottom: 1px solid #ab9b71;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sidebar-wrapper form.searchinput .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  left: 0 !important;
  padding-right: 2em;
  width: 100% !important;
  position: absolute !important;
  top: 2em !important;
}
#sidebar-wrapper form.searchinput input {
  text-align: right;
  background: none;
  border: none;
  text-transform: none;
  color: #ffffff;
}
#sidebar-wrapper form.searchinput button {
  background: none;
  border: none;
  color: #ab9b71;
}
#sidebar-wrapper form.searchinput ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: right;
  color: #ab9b71;
}
#sidebar-wrapper form.searchinput ::-moz-placeholder { /* Firefox 19+ */
  text-align: right;
  color: #ab9b71;
}
#sidebar-wrapper form.searchinput :-ms-input-placeholder { /* IE 10+ */
  text-align: right;
  color: #ab9b71;
}
#sidebar-wrapper form.searchinput :-moz-placeholder { /* Firefox 18- */
  text-align: right;
  color: #ab9b71;
}
#sidebar-wrapper a#closemenu svg {
  float: left;
  width: 20px;
  height: 20px;
  margin: 15px 0 0 25px;
  transition: all 0.2s ease-in-out;
  fill: #b0b0b1;
}
#sidebar-wrapper a#closemenu svg:hover {
  fill: #ffffff;
}
#sidebar-wrapper a {
  transition: all 0.2s ease-in-out;
  color: #b0b0b1;
}
#sidebar-wrapper a:hover {
  text-decoration: none;
  color: #ffffff;
}
#sidebar-wrapper a.donate {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #sidebar-wrapper a.donate {
    display: none;
    visibility: hidden;
  }
}
#sidebar-wrapper a.join {
  display: inline-block;
  padding: 25px;
  color: #000000;
  background: #ab9b71;
  margin-bottom: 20px;
  width: 158px;
}
@media (min-width: 769px) {
  #sidebar-wrapper a.join {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 769px) {
  #sidebar-wrapper a.join {
    width: 196px;
  }
}
#sidebar-wrapper a.join:hover {
  color: #ffffff;
  background: #b6222c;
}
#sidebar-wrapper a.shop {
  display: inline-block;
  padding: 25px;
  color: #000000;
  background: #ffffff;
  margin-bottom: 20px;
  width: 158px;
}
@media (min-width: 769px) {
  #sidebar-wrapper a.shop {
    width: 196px;
  }
}
#sidebar-wrapper a.shop:hover {
  color: #ffffff;
  background: #b6222c;
}

.nav > li {
  padding: 0 10px 0 3em !important;
}
@media (min-width: 769px) {
  .nav > li {
    padding: 0 40px 0 3em !important;
  }
}

.nav > li > a {
  padding: 10px 0 10px 0 !important;
}

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
}

#sidebar-wrapper {
  position: fixed;
  z-index: 1000;
  right: -375px;
  top: 0;
  width: 190px;
  height: 100%;
  transition: all 0.5s ease;
  background: #000000;
  max-height: 100vh;
}
#sidebar-wrapper .utils {
  display: block;
}
@media (min-width: 769px) {
  #sidebar-wrapper {
    width: 375px;
  }
}
@media (max-width: 400px) {
  #sidebar-wrapper .submenu {
    right: 100px;
    height: 100vh;
    z-index: 1;
    border-right: 1px solid;
  }
  #sidebar-wrapper .submenu ul {
    background: #f7f7f7;
    height: 100vh;
  }
}
#sidebar-wrapper.showingsub {
  overflow: visible !important;
}

#wrapper.toggled .cookie-message {
  opacity: 0;
  visibility: hidden;
}
#wrapper.toggled #sidebar-wrapper {
  width: 190px;
  margin-right: 375px;
}
@media (min-width: 769px) {
  #wrapper.toggled #sidebar-wrapper {
    width: 375px;
  }
}

#page-content-wrapper {
  position: absolute;
  width: 100%;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -375px;
}

li.showmenu {
  width: 100%;
  background: #f7f7f7;
}
li.showmenu a {
  color: #000000 !important;
}

.submenu-background {
  position: fixed;
  z-index: 1;
  right: 190px;
  width: 315px;
  height: 100vh;
  background: #f7f7f7;
  top: 0;
}
@media (min-width: 769px) {
  .submenu-background {
    right: 375px;
  }
}

.submenu {
  position: absolute;
  right: 185px;
  width: 50%;
}
@media (min-width: 769px) {
  .submenu {
    right: 400px;
    width: 70%;
  }
}
.submenu ul {
  top: 0 !important;
  margin-top: -45px !important;
  padding: 0 0 0 0 !important;
}
.submenu ul li {
  padding: 15px 15px 0 0;
  line-height: 110%;
}
.submenu ul li a {
  color: #000000;
}
.submenu ul li a.gold {
  color: #ab9b71 !important;
}
.submenu ul li a:hover {
  color: #b0b0b1 !important;
}
.submenu ul li p {
  font-family: "industry";
  color: var(--tmf-gray);
  font-style: italic;
  text-transform: initial;
  line-height: 100%;
}

.photocalltoaction .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.photocalltoaction .videoposter {
  display: flex;
  flex-direction: column;
  min-height: 206px;
  box-shadow: inset 0 0 0 15px rgba(0, 0, 0, 0.2);
  align-content: stretch;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.photocalltoaction .videoposter .background {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 769px) {
  .photocalltoaction .videoposter {
    height: 680px;
  }
}
.photocalltoaction .videoposter .poster-title {
  position: relative;
  z-index: 1;
  font-size: 2.571em;
  text-align: center;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px -3px 22px rgba(150, 150, 150, 0.8);
  line-height: 1.1;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .photocalltoaction .videoposter .poster-title {
    max-width: 75%;
  }
}
@media (min-width: 769px) {
  .photocalltoaction .flex {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media (min-width: 769px) {
  .photocalltoaction .card {
    min-width: 500px;
  }
}
.photocalltoaction .card .wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 375px;
  padding: 50px 50px;
  text-align: left;
  background: #f7f7f7;
  align-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .photocalltoaction .card .wrapper {
    padding: 50px 85px;
  }
}
.photocalltoaction .card hr {
  display: inline-block;
  width: 85px;
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.photocalltoaction .card .tmf-block-title {
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  font-size: 1.786em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.photocalltoaction .card .tmf-block-title:after {
  display: none;
}
.photocalltoaction .card p {
  font-size: 1.142857em;
}
.photocalltoaction .card .number {
  font-size: 1.571em;
  display: inline-block;
  padding: 20px 30px;
  color: #3b393b;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.photocalltoaction .card a {
  position: absolute;
  max-width: 80%;
  margin: -24px auto 0 50px;
  background-color: #ab9b71;
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .photocalltoaction .card a {
    margin: -24px auto 0 85px;
  }
}
@media (min-width: 769px) {
  .photocalltoaction .card a {
    max-width: 88%;
  }
}
.photocalltoaction .card a:hover, .photocalltoaction .card a:active, .photocalltoaction .card a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.photocalltoaction .card a.full-width {
  width: 100%;
}
.photocalltoaction .card a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.photocalltoaction .card a.arrow:hover, .photocalltoaction .card a.arrow:active, .photocalltoaction .card a.arrow:focus {
  background-position: 90% 47%;
}
@media (max-width: 767px) {
  .piechartblock #piechart canvas {
    left: 28px !important;
  }
}
.piechartblock ul {
  font-size: 1.3em;
  padding-top: 25px;
  padding-left: 0;
  list-style: none;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .piechartblock ul {
    font-size: 1.5em;
  }
}
@media (min-width: 769px) {
  .piechartblock ul {
    font-size: 2.143em;
  }
}
.piechartblock ul li {
  line-height: 1.5em;
}
.piechartblock ul li .color {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 25px;
}
.piechartblock ul li .percent {
  display: inline-block;
  width: 90px;
}
@media (min-width: 769px) {
  .piechartblock ul li .percent {
    width: 130px;
    margin-right: 10%;
  }
}
.piechartblock .legend .subtitle {
  margin-top: 35px;
  margin-left: 50px;
}
@media (min-width: 769px) {
  .piechartblock .legend .subtitle {
    margin-top: 0;
  }
}
.piechartblock .legend hr {
  margin-left: 50px;
}

.recapblock {
  margin: 50px 0 50px 0;
}

@media (min-width: 1301px) {
  .standardimagecarousel .background {
    height: 502px;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 20%, #f7f7f7 20%, #f7f7f7 20%);
    box-shadow: inset 140px 0 0 0 #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$white", endColorstr="#$offwhite",GradientType=0 );
  }
}
@media (max-width: 1300px) {
  .standardimagecarousel .background {
    padding: 25px 0;
    background: #f7f7f7;
  }
}
.standardimagecarousel .featured-events {
  text-align: left;
  padding-left: 28px;
}
@media (min-width: 769px) {
  .standardimagecarousel .featured-events {
    text-align: left;
    padding-left: 76px;
  }
}
@media (min-width: 1281px) {
  .standardimagecarousel .featured-events {
    z-index: 999;
    position: absolute;
    margin-top: 20px;
    margin-left: 76px;
    padding-left: 0;
  }
}
.standardimagecarousel .featured-events .tmf-block-title {
  font-size: 1.786em;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.standardimagecarousel .card {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .standardimagecarousel .card {
    flex-direction: row;
    padding-bottom: 31px;
    align-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
.standardimagecarousel .standard-hero {
  overflow: hidden;
}
.standardimagecarousel .content {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px 20px;
  align-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .standardimagecarousel .content {
    width: 40%;
    margin-bottom: 31px;
    padding: 0;
    padding: 5% 0 0 50px;
  }
}
.standardimagecarousel .content .subtitle {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .standardimagecarousel .content .subtitle {
    padding-top: 0;
  }
}
.standardimagecarousel .content .tmf-block-title {
  font-size: 1.786em;
  font-weight: 400;
  line-height: 1.29em;
  margin: 0;
  color: #000000;
}
.standardimagecarousel .content hr {
  display: inline-block;
  width: 90px;
  margin-left: 0;
  border-top: 1px solid #b0b0b1;
}
.standardimagecarousel .content p {
  font-size: 1.142857em;
  color: #000000;
  font-family: "roboto";
  font-weight: 400;
  font-style: normal;
}
.standardimagecarousel .content a {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .standardimagecarousel .content a {
    max-width: 88%;
  }
}
.standardimagecarousel .content a:hover, .standardimagecarousel .content a:active, .standardimagecarousel .content a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.standardimagecarousel .content a.full-width {
  width: 100%;
}
.standardimagecarousel .content a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.standardimagecarousel .content a.arrow:hover, .standardimagecarousel .content a.arrow:active, .standardimagecarousel .content a.arrow:focus {
  background-position: 90% 47%;
}
@media (min-width: 1281px) {
  .standardimagecarousel .content a {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .standardimagecarousel .support {
    width: 50%;
  }
}
.standardimagecarousel .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.standardimagecarousel .gallery-thumbs.disabled {
  display: none;
}
.standardimagecarousel .swiper-button-prev,
.standardimagecarousel .swiper-button-next {
  width: 48px;
  height: 48px;
  color: #ffffff;
  background-color: #3b393b;
  background-size: 35%;
}
.standardimagecarousel .swiper-button-prev:hover,
.standardimagecarousel .swiper-button-next:hover {
  background-color: #b0b0b1;
}
.standardimagecarousel .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1792 800v192q0 14-9 23t-23 9h-1248v224q0 21-19 29t-35-5l-384-350q-10-10-10-23 0-14 10-24l384-354q16-14 35-6 19 9 19 29v224h1248q14 0 23 9t9 23z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .standardimagecarousel .swiper-button-prev {
    margin-top: 40%;
  }
}
@media (min-width: 768px) {
  .standardimagecarousel .swiper-button-prev {
    margin-left: -47px;
  }
}
.standardimagecarousel .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224h-1248q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h1248v-224q0-21 19-29t35 5l384 350q10 10 10 23z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .standardimagecarousel .swiper-button-next {
    margin-top: 40%;
  }
}
@media (min-width: 768px) {
  .standardimagecarousel .swiper-button-next {
    margin-right: -47px;
  }
}
.standardimagecarousel .wrap {
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 807px;
  margin-left: 125px;
  align-content: stretch;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
}
.standardimagecarousel .gallery-thumbs {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid #b0b0b1;
  align-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-around;
  overflow: hidden;
}
@media (max-width: 768px) {
  .standardimagecarousel .gallery-thumbs {
    width: 100%;
  }
}
.standardimagecarousel .gallery-thumbs .swiper-slide {
  width: 33.333%;
}
.standardimagecarousel .gallery-thumbs .swiper-slide-active {
  transition: all 0.2s ease-in-out;
  border-top: 2px solid #000000;
}
.standardimagecarousel .gallery-thumbs .swiper-slide-active .number,
.standardimagecarousel .gallery-thumbs .swiper-slide-active .title {
  color: #000000;
  border-color: #000000;
}
.standardimagecarousel .number,
.standardimagecarousel .title {
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #b0b0b1;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.standardimagecarousel .number {
  font-size: 0.566em;
  line-height: 2.95em;
  display: block;
  width: 28px;
  height: 28px;
  margin: 15px auto 15px auto;
  text-align: center;
  border: 2px solid #b0b0b1;
  border-radius: 100%;
}
.standardimagecarousel .title {
  font-size: 1.142857em;
  display: block;
  text-align: center;
}
.standardimagecarousel .gallery-thumbs .swiper-wrapper {
  margin-left: -66.666667%;
}

.SurvivorExpeditionEvent .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1792 800v192q0 14-9 23t-23 9h-1248v224q0 21-19 29t-35-5l-384-350q-10-10-10-23 0-14 10-24l384-354q16-14 35-6 19 9 19 29v224h1248q14 0 23 9t9 23z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 1280px) {
  .SurvivorExpeditionEvent .swiper-button-prev {
    margin-top: 0px !important;
  }
}
.SurvivorExpeditionEvent .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224h-1248q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h1248v-224q0-21 19-29t35 5l384 350q10 10 10 23z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 1280px) {
  .SurvivorExpeditionEvent .swiper-button-next {
    margin-top: 0px !important;
  }
}

.stepblock {
  text-align: center;
}
.stepblock .col-xs-12.col-sm-12.col-md-8 {
  padding-right: 0;
  padding-left: 0;
}
.stepblock .hero-image {
  height: 267px;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: cover !important;
}
@media (min-width: 769px) {
  .stepblock .hero-image {
    height: 680px;
    background-size: cover !important;
  }
}
.stepblock .flex {
  padding: 50px 0 105px 0;
  background: url(/themes/tmf/images/step-background.png) repeat;
  background-position: 50% 50%;
}
@media (min-width: 769px) {
  .stepblock .flex {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.stepblock .flex:last-child {
  padding: 0 0 0 0;
}
.stepblock .circled-Left {
  display: none;
  visibility: hidden;
}
@media (min-width: 769px) {
  .stepblock .circled-Left {
    font-size: 1.286em;
    position: relative;
    position: absolute;
    z-index: 9999;
    top: -25px;
    left: -30px;
    display: block;
    visibility: visible;
    float: left !important;
    width: 63px;
    height: 63px;
    padding: 16px 20px;
    text-align: center;
    color: #000000;
    border: 1px solid #808080;
    border-radius: 50%;
    font-family: "industry";
    font-weight: 500;
    font-style: normal;
  }
}
.stepblock .circled-Right {
  display: none;
  visibility: hidden;
}
@media (min-width: 769px) {
  .stepblock .circled-Right {
    font-size: 1.286em;
    position: relative;
    position: absolute;
    z-index: 9999;
    top: -25px;
    right: -30px;
    display: block;
    visibility: visible;
    float: right !important;
    width: 63px;
    height: 63px;
    padding: 16px 20px;
    text-align: center;
    color: #000000;
    border: 1px solid #808080;
    border-radius: 50%;
    font-family: "industry";
    font-weight: 500;
    font-style: normal;
  }
}
.stepblock .tmf-block-title {
  font-size: 2.357em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.stepblock .tmf-block-title:after {
  display: block;
  width: 75%;
  margin: 25px auto 25px auto;
  content: "";
  border-bottom: 1px solid #b0b0b1;
}
@media (min-width: 769px) {
  .stepblock .tmf-block-title:after {
    width: 404px;
  }
}
.stepblock .background {
  background-size: contain;
}
.stepblock .Left {
  padding: 25px 0 25px 0;
}
@media (min-width: 769px) {
  .stepblock .Left {
    padding: 100px 0 100px 0;
  }
}
.stepblock .Left .background {
  background-position: top left;
}
@media (min-width: 769px) {
  .stepblock .Left .card {
    float: right;
  }
}
.stepblock .Left .number {
  position: absolute;
  margin-top: -105px;
  margin-left: 365px;
}
.stepblock .Left:last-child {
  padding: 25px 0 25px 0;
}
@media (min-width: 769px) {
  .stepblock .Left:last-child {
    padding: 100px 0 0 0;
  }
}
@media (min-width: 769px) {
  .stepblock .Right {
    padding: 100px 0 100px 0;
  }
}
.stepblock .Right .background {
  background-position: top right;
}
@media (min-width: 769px) {
  .stepblock .Right .card {
    float: left;
  }
}
.stepblock .Right .number {
  position: absolute;
  margin-top: -105px;
  margin-left: -105px;
}
@media (min-width: 769px) {
  .stepblock .Right:last-child {
    padding: 100px 0 0 0;
  }
}
.stepblock .background {
  max-width: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .stepblock .background {
    display: flex;
    height: 718px;
    align-items: center;
    justify-content: center;
  }
}
.stepblock .card {
  z-index: 1;
  display: flex;
  flex-direction: row;
  height: 100%;
  height: 240px;
  padding: 0 25px 0 25px;
  text-align: left;
  background: #f7f7f7;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .stepblock .card {
    min-height: 375px;
  }
}
.stepblock .card .tmf-block-title {
  font-size: 1.786em;
  text-transform: none;
}
.stepblock .card .tmf-block-title:after {
  display: none;
}
.stepblock .card p {
  font-size: 1.142857em;
}
.stepblock .card a {
  width: 100%;
  background-color: #ab9b71;
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .stepblock .card a {
    max-width: 88%;
  }
}
.stepblock .card a:hover, .stepblock .card a:active, .stepblock .card a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.stepblock .card a.full-width {
  width: 100%;
}
.stepblock .card a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.stepblock .card a.arrow:hover, .stepblock .card a.arrow:active, .stepblock .card a.arrow:focus {
  background-position: 90% 47%;
}

.steplist .hero-image {
  height: 698px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.steplist .intro {
  margin: 50px 0 0 0;
}
.steplist .intro .tmf-block-title {
  font-size: 2.357em;
  line-height: 1.576em;
  text-transform: uppercase;
  color: #ab9b71;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.steplist .intro p {
  font-size: 1.786em;
  color: #3b393b;
  margin-bottom: 50px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.steplist .list {
  padding: 50px 0 0 0;
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .steplist .list {
    padding: 50px 50px 0 50px;
  }
}
.steplist .list .step {
  margin: 0 0 50px 0;
}
.steplist .list .tmf-block-title {
  font-size: 1.286em;
  line-height: 1.146em;
  margin-top: 0;
  text-transform: none;
  color: #3a3a3a;
  font-family: "roboto";
  font-weight: 500;
  font-style: normal;
}
.steplist .list p {
  font-size: 1.142857em;
  line-height: 1.513em;
  color: #a5a5a5;
  font-family: "roboto";
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 769px) {
  .steplist .list.pullup {
    margin-top: -100px;
  }
}

.textblock .container {
  max-width: 700px;
}
.textblock .tmf-block-title {
  margin-top: 0;
}
.textblock .actions a {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .textblock .actions a {
    max-width: 88%;
  }
}
.textblock .actions a:hover, .textblock .actions a:active, .textblock .actions a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.textblock .actions a.full-width {
  width: 100%;
}
.textblock .actions a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.textblock .actions a.arrow:hover, .textblock .actions a.arrow:active, .textblock .actions a.arrow:focus {
  background-position: 90% 47%;
}
@media (min-width: 769px) {
  .textblock .actions a {
    max-width: 100%;
  }
}
.info.eventdescription .textblock a.arrow {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .info.eventdescription .textblock a.arrow {
    max-width: 88%;
  }
}
.info.eventdescription .textblock a.arrow:hover, .info.eventdescription .textblock a.arrow:active, .info.eventdescription .textblock a.arrow:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.info.eventdescription .textblock a.arrow.full-width {
  width: 100%;
}
.info.eventdescription .textblock a.arrow.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.info.eventdescription .textblock a.arrow.arrow:hover, .info.eventdescription .textblock a.arrow.arrow:active, .info.eventdescription .textblock a.arrow.arrow:focus {
  background-position: 90% 47%;
}
@media (min-width: 769px) {
  .info.eventdescription .textblock a.arrow {
    max-width: 100%;
  }
}

.tmfstats {
  padding: 50px 0 50px 0;
  color: #f7f7f7;
  border-bottom: 1px solid #3f3f3f;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.tmfstats .stats {
  font-size: 1.143em;
  line-height: 1.356;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .tmfstats .stats {
    padding-top: 45px;
  }
}
.tmfstats .number {
  font-size: 0.857em;
  line-height: 1.808;
  display: block;
  letter-spacing: 0.04px;
  opacity: 0.2;
  color: #f7f7f7;
}
.tmfstats .count {
  font-size: 1.786em;
  line-height: 0.868;
  display: block;
  text-align: center;
  letter-spacing: 0.04px;
  color: #ab9b71;
}
.tmfstats .description {
  font-size: 1.142857em;
  line-height: 1.5;
  display: block;
  padding: 15px 50px 0 50px;
  text-align: center;
}

.splitblock .container {
  padding: 0 0 50px 0;
}
.splitblock .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .splitblock .wrap {
    min-height: 461px;
  }
}
.splitblock .header {
  text-align: center;
  padding-bottom: 50px;
}
.splitblock .header h1 {
  font-size: 2.429em !important;
  text-transform: uppercase;
}
.splitblock .subheadline {
  padding-top: 15px;
}
@media (min-width: 769px) {
  .splitblock .subheadline {
    padding-top: 0;
  }
}
.splitblock .padding {
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .splitblock .padding {
    padding: 0 40px;
  }
}
.splitblock .image {
  height: 495px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 479px) {
  .splitblock .image {
    height: 300px;
  }
}
.splitblock h1 {
  font-size: 1.786em;
  font-weight: 400;
  line-height: 1.29em;
  margin: 0;
  color: #000000;
}
.splitblock hr {
  display: inline-block;
  width: 90px;
  margin-left: 0;
  border-top: 1px solid #b0b0b1;
}
.splitblock p {
  font-size: 1.142857em;
  color: #000000;
  font-family: "roboto";
  font-weight: 400;
  font-style: normal;
}
.splitblock a {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .splitblock a {
    max-width: 88%;
  }
}
.splitblock a:hover, .splitblock a:active, .splitblock a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.splitblock a.full-width {
  width: 100%;
}
.splitblock a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.splitblock a.arrow:hover, .splitblock a.arrow:active, .splitblock a.arrow:focus {
  background-position: 90% 47%;
}
.splitblock a:after {
  display: none;
}
.splitblock img {
  display: block;
  margin: 0 auto;
}

.about-travis .block.splitblock {
  padding: 50px 0 50px 0 !important;
}

.CharacterDoesMAtterPage .block.splitblock {
  padding: 0 0 50px 0 !important;
}

.pastevents {
  text-align: center;
}
.pastevents h1 {
  font-size: 2.429em;
  line-height: 1.528em;
  margin-top: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}

.spartanlevels h1 {
  font-size: 1.786em;
}
.spartanlevels h2 {
  font-family: "industry" !important;
  font-size: 2.357em !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: #ab9b71;
}
.spartanlevels .partner-group:last-child {
  margin: 0 auto 0 auto !important;
}

.block.header .navbar .container {
  width: 95%;
  max-width: 1160px;
}
.block.header .navbar a.logo {
  background: url(/themes/tmf/images/tmf-letters.png) no-repeat;
  background-position: 0% 50%;
}
@media (min-width: 769px) {
  .block.header .navbar a.logo {
    width: 309px;
  }
}

@media (max-width: 767px) {
  .navigationblock .navbar .logo {
    background-size: 20% !important;
  }
}

.runrecap {
  color: #ffffff;
  margin: 0;
  padding-bottom: 0;
}
.runrecap .background {
  min-height: 700px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 30%, #3c3c3c 30%, #3c3c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$white", endColorstr="$darkgrey",GradientType=0 );
}
.runrecap .title {
  min-height: 70px;
}
.runrecap .swiper-pastevents {
  overflow: hidden !important;
  margin-bottom: 2em;
}
.runrecap .padding {
  padding: 0 25px;
}
.runrecap .headline h1 {
  color: #3b393b;
}
.runrecap h1 {
  font-size: 1.786em;
  padding: 40px 0 25px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.runrecap p {
  line-height: 1.786em;
  color: #ffffff;
}
.runrecap a.learnmore {
  display: block;
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  padding: 0;
  color: #ab9b71;
}
.runrecap a.learnmore:hover, .runrecap a.learnmore:active, .runrecap a.learnmore:focus {
  text-decoration: none;
  color: #b6222c;
}
.runrecap a.learnmore:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.runrecap a.learnmore:after {
  display: none;
}
.runrecap a.pastevents {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  width: 220px;
  display: block;
  margin: -30px auto 0 auto;
}
@media (min-width: 769px) {
  .runrecap a.pastevents {
    max-width: 88%;
  }
}
.runrecap a.pastevents:hover, .runrecap a.pastevents:active, .runrecap a.pastevents:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.runrecap a.pastevents.full-width {
  width: 100%;
}
.runrecap a.pastevents.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.runrecap a.pastevents.arrow:hover, .runrecap a.pastevents.arrow:active, .runrecap a.pastevents.arrow:focus {
  background-position: 90% 47%;
}
.runrecap .swiper-button-prev,
.runrecap .swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #b0b0b1;
  background-size: 35%;
}
.runrecap .swiper-button-prev:hover,
.runrecap .swiper-button-next:hover {
  color: #ffffff !important;
  background-color: #3b393b;
}
@media (max-width: 767px) {
  .runrecap img.img-responsive {
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .runrecap .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
  }
}
@media (min-width: 769px) {
  .runrecap .gallery-thumbs.disabled {
    display: none;
  }
}
@media (min-width: 789px) {
  .runrecap .swiper-button-next.hiddendesktop,
  .runrecap .swiper-button-prev.hiddendesktop {
    display: none;
  }
}
.runrecap .swiper-button-prev,
.runrecap .swiper-button-next {
  width: 48px;
  height: 48px;
  color: #ffffff;
  background-color: #808080;
  background-size: 35%;
}
.runrecap .swiper-button-prev:hover,
.runrecap .swiper-button-next:hover {
  background-color: #b6222c;
}
.runrecap .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1792 800v192q0 14-9 23t-23 9h-1248v224q0 21-19 29t-35-5l-384-350q-10-10-10-23 0-14 10-24l384-354q16-14 35-6 19 9 19 29v224h1248q14 0 23 9t9 23z' fill='%23000'/%3E%3C/svg%3E");
}
@media (min-width: 769px) {
  .runrecap .swiper-button-prev {
    margin-left: -68px;
  }
}
@media (max-width: 767px) {
  .runrecap .swiper-button-prev {
    margin-top: 0;
  }
}
.runrecap .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1792 800v192q0 14-9 23t-23 9h-1248v224q0 21-19 29t-35-5l-384-350q-10-10-10-23 0-14 10-24l384-354q16-14 35-6 19 9 19 29v224h1248q14 0 23 9t9 23z' fill='%23fff'/%3E%3C/svg%3E");
}
.runrecap .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224h-1248q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h1248v-224q0-21 19-29t35 5l384 350q10 10 10 23z' fill='%23000'/%3E%3C/svg%3E");
}
@media (min-width: 769px) {
  .runrecap .swiper-button-next {
    margin-right: -68px;
  }
}
@media (max-width: 767px) {
  .runrecap .swiper-button-next {
    margin-top: 0;
  }
}
.runrecap .swiper-button-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224h-1248q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h1248v-224q0-21 19-29t35 5l384 350q10 10 10 23z' fill='%23fff'/%3E%3C/svg%3E");
}

.recapmap h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.recapmap .subheadline {
  text-align: center;
}

.sponsors {
  text-align: center;
}
.sponsors hr {
  width: 30%;
}

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

.RunPage .background {
  height: 600px;
}
.RunPage .title {
  min-height: 70px;
}
.RunPage a.learnmore {
  padding: 0 !important;
}

.minihero.bg-white .bg-white .subheadline,
.minihero.bg-white .bg-white h1 {
  color: #3b393b !important;
}

.minihero {
  min-height: 360px;
  padding: 0 !important;
  text-align: center;
}
.minihero .subheadline {
  padding: 50px 0 15px 0;
}
.minihero .subheadline a {
  color: #ab9b71;
}
.minihero .subheadline a:hover {
  color: #337ab7;
}
.minihero h1 {
  font-size: 2.571em;
  line-height: 1.29em;
  margin: 0;
  padding: 0 0 40px 0;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.minihero .information {
  padding: 0 0 55px 0;
}
.minihero .date,
.minihero .time,
.minihero .place {
  font-size: 0.857em;
  float: left;
  color: #b0b0b1;
  text-transform: uppercase;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}
.minihero .date:before,
.minihero .time:before,
.minihero .place:before {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  content: "";
  background-repeat: no-repeat;
}
.minihero .box {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .minihero .box {
    padding: 15px 0 15px 0;
  }
}
.minihero .date:before {
  width: 42px;
  height: 34px;
  margin-top: -5px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024.35%2019.31%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A0.28px%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset%201%3C/title%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Isolation_Mode%22%20data-name%3D%22Isolation%20Mode%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.21%2C1.69H.14V19.16H24.21V1.69ZM21.49%2C6H2.86M18.77.14V2.86M5.58.14V2.86m16.3%2C6.6H19.55m2.33%2C2.72H19.55m2.33%2C2.72H19.55M4.8%2C9.46H2.47M4.8%2C12.17H2.47M4.8%2C14.89H2.47m6.6-5.43H6.74m2.33%2C2.72H6.74m2.33%2C2.72H6.74M17.61%2C9.46H15.28m2.33%2C2.72H15.28m2.33%2C2.72H15.28M13.34%2C9.46H11m2.33%2C2.72H11m2.33%2C2.72H11%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.minihero .time:before {
  width: 38px;
  height: 38px;
  margin-top: -7px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2025.45%2025.45%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A0.28px%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset%201%3C/title%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Isolation_Mode%22%20data-name%3D%22Isolation%20Mode%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.73%22%20cy%3D%2212.73%22%20r%3D%2212.58%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2212.73%22%20y1%3D%2211.77%22%20x2%3D%2212.73%22%20y2%3D%226.81%22/%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.73%22%20cy%3D%2212.73%22%20r%3D%220.96%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%223.61%22%20y1%3D%2212.73%22%20x2%3D%221.28%22%20y2%3D%2212.73%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2224.17%22%20y1%3D%2212.73%22%20x2%3D%2221.84%22%20y2%3D%2212.73%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2212.73%22%20y1%3D%223.61%22%20x2%3D%2212.73%22%20y2%3D%221.28%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2212.73%22%20y1%3D%2224.17%22%20x2%3D%2212.73%22%20y2%3D%2221.84%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%226.28%22%20y1%3D%2219.17%22%20x2%3D%224.63%22%20y2%3D%2220.82%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2220.82%22%20y1%3D%224.63%22%20x2%3D%2219.17%22%20y2%3D%226.28%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%226.28%22%20y1%3D%226.28%22%20x2%3D%224.63%22%20y2%3D%224.63%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2220.82%22%20y1%3D%2220.82%22%20x2%3D%2219.17%22%20y2%3D%2219.17%22/%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2213.46%22%20y1%3D%2212.02%22%20x2%3D%2216.97%22%20y2%3D%228.51%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.minihero .place:before {
  width: 29px;
  height: 41px;
  margin-top: -6px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.46%2020.09%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A0.28px%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset%202%3C/title%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22Isolation_Mode%22%20data-name%3D%22Isolation%20Mode%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.32%2C7.23c0%2C3.91-7.09%2C12.72-7.09%2C12.72S.14%2C11.14.14%2C7.23a7.09%2C7.09%2C0%2C1%2C1%2C14.17%2C0Z%22/%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%227.23%22%20cy%3D%227.23%22%20r%3D%223.2%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.minihero nav {
  background: #f7f7f7;
}
.minihero nav ul.nav-justified {
  font-size: 1em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.001em;
  text-transform: uppercase;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.minihero nav ul.nav-justified li {
  padding: 26px 0 26px 0;
}
@media (min-width: 769px) {
  .minihero nav ul.nav-justified li:nth-child(2) {
    border-left: 1px solid #ebebeb;
  }
  .minihero nav ul.nav-justified li:nth-child(3) {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
  }
}
.minihero nav ul.nav-justified li a {
  display: inline-block;
  width: 100%;
  color: #000000;
}
.minihero nav ul.nav-justified li a:active, .minihero nav ul.nav-justified li a:focus, .minihero nav ul.nav-justified li a:hover {
  text-decoration: none;
}
.minihero nav ul.nav-justified li:hover {
  background: #b6222c;
}
.minihero nav ul.nav-justified li:hover a {
  color: #ffffff;
}

.miniherofirst {
  margin-top: -144px;
}
.miniherofirst .subheadline {
  padding: 200px 0 15px 0;
}
@media (min-width: 769px) {
  .miniherofirst .subheadline {
    padding: 150px 0 15px 0;
  }
}

.videocalltoaction .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.videocalltoaction .videoposter {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
  box-shadow: inset 0 0 0 15px rgba(0, 0, 0, 0.2);
  align-content: stretch;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  justify-content: center;
}
.videocalltoaction .videoposter:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.videocalltoaction .videoposter .background {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 769px) {
  .videocalltoaction .videoposter {
    height: 680px;
  }
}
.videocalltoaction .videoposter .poster-title {
  font-size: 2.571em;
  max-width: 90%;
  text-align: center;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 -3px 22px rgba(150, 150, 150, 0.8);
  position: relative;
  z-index: 1;
  line-height: 1.1;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .videocalltoaction .videoposter .poster-title {
    max-width: 75%;
  }
}
*:not(.background, .videocalltoaction .videoposter:after) {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .videocalltoaction .flex {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media (min-width: 769px) {
  .videocalltoaction .card {
    min-width: 500px;
  }
}
.videocalltoaction .card .wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 375px;
  padding: 50px 50px;
  text-align: left;
  background: #f7f7f7;
  align-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .videocalltoaction .card .wrapper {
    padding: 50px 85px;
  }
}
.videocalltoaction .card hr {
  display: inline-block;
  width: 85px;
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.videocalltoaction .card .tmf-block-title {
  font-size: 1.786em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.videocalltoaction .card .tmf-block-title:after {
  display: none;
}
.WODEvent .videocalltoaction .card .tmf-block-title {
  font-size: 2.43em;
  text-transform: uppercase;
}
.WODEvent .videocalltoaction .card h2 {
  font-size: 1.05em;
  text-transform: uppercase;
}
.videocalltoaction .card p {
  font-size: 1.142857em;
}
.WODEvent .videocalltoaction .card p {
  color: #a5a5a5;
}
.WODEvent .videocalltoaction .card p strong {
  color: black;
  font-weight: 700;
}
.videocalltoaction .card .number {
  font-size: 1.571em;
  display: inline-block;
  padding: 20px 30px;
  color: #3b393b;
  border: 1px solid #dbdbdb;
  border-radius: 100%;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.videocalltoaction .card a {
  position: absolute;
  max-width: 80%;
  margin: -24px auto 0 50px;
  background-color: #ab9b71;
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .videocalltoaction .card a {
    margin: -24px auto 0 85px;
  }
}
@media (min-width: 769px) {
  .videocalltoaction .card a {
    max-width: 88%;
  }
}
.videocalltoaction .card a:hover, .videocalltoaction .card a:active, .videocalltoaction .card a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.videocalltoaction .card a.full-width {
  width: 100%;
}
.videocalltoaction .card a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.videocalltoaction .card a.arrow:hover, .videocalltoaction .card a.arrow:active, .videocalltoaction .card a.arrow:focus {
  background-position: 90% 47%;
}
.videocalltoaction .plyr .plyr__play-large {
  display: none;
  visibility: hidden;
}
.videocalltoaction .plyr__play-large {
  border: 2px solid #ffffff;
  background: transparent;
}
.videocalltoaction .plyr__play-large:after {
  font-size: 0.857em;
  display: block;
  margin-top: -18px;
  padding: 9px;
  content: "Play";
  text-transform: uppercase;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}
.videocalltoaction .plyr__controls {
  background: transparent;
}
.videocalltoaction .plyr__progress--played,
.videocalltoaction .plyr__volume--display {
  color: #ab9b71;
}
.videocalltoaction.pos-Left .videoposter {
  position: relative;
  right: -7px;
}
.videocalltoaction.intro .videoposter h1 {
  margin: 0 auto;
  text-align: center;
}

.block.barcharts .barchart .stat {
  text-align: left;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: flex-end;
  padding: 2em 0;
}
.block.barcharts .barchart .stat .percentage {
  font-size: 2em;
}
.block.barcharts .barchart .stat .leftside {
  flex-grow: 1;
  margin-right: 2em;
  font-size: 1.2em;
}
.block.barcharts .barchart .stat .leftside .bar {
  width: 100%;
  height: 6px;
  position: relative;
}
.block.barcharts .barchart .stat .leftside .bar .barwidth {
  position: relative;
  z-index: 2;
  height: 6px;
  top: -3px;
}
.block.barcharts .barchart .stat .leftside .bar:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #808080;
  top: 3px;
  left: 0;
  z-index: 1;
}

.block.expandedcopyblock .container {
  max-width: 720px;
  font-weight: 600 !important;
}
.block.expandedcopyblock.gold {
  color: #ab9b71;
}
.block.expandedcopyblock.red {
  color: #9f1f2a;
}
.block.expandedcopyblock.blue {
  color: #004869;
}

.block.multiimageblock .container {
  max-width: 1200px;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
}
.block.multiimageblock .container div {
  width: 45%;
  margin: 0.5vw;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.block.multiimageblock .container div img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .block.multiimageblock .container div {
    width: 30%;
  }
}
@media (min-width: 1025px) {
  .block.multiimageblock .container div {
    width: 18%;
  }
}

.block.quoteblock {
  width: 100%;
  float: none !important;
}
.block.quoteblock .container {
  max-width: 960px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.block.quoteblock .copywrap {
  text-align: center;
  width: 100%;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  font-size: 2.857142857em;
  line-height: 1.19em;
}
.block.quoteblock .copywrap .author {
  display: block;
  text-align: right;
  width: 100%;
  font-size: 1.14285rem;
  line-height: 2em;
  margin: 1em 0 0;
}
@media (min-width: 769px) {
  .block.quoteblock .copywrap {
    width: 72.5%;
  }
}
.block.quoteblock img {
  max-width: 100%;
}
@media (min-width: 769px) {
  .block.quoteblock img {
    width: 22.5%;
    margin-right: 5%;
  }
}
@media (min-width: 769px) {
  .block.quoteblock.left .container {
    justify-content: flex-start;
  }
}
@media (min-width: 769px) {
  .block.quoteblock.left img {
    order: 1;
    margin-right: 0;
    margin-left: 5%;
  }
}
.block.quoteblock.left .copywrap {
  text-align: left;
}
@media (min-width: 769px) {
  .block.quoteblock.right .container {
    justify-content: flex-end;
  }
}
.block.quoteblock.right .copywrap {
  text-align: right;
}

.accordianblock .tmf-block-title.leadin {
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 36px;
}
.accordianblock ul {
  list-style: none;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.accordianblock ul .inner {
  overflow: hidden;
  display: none;
  width: 100%;
  box-sizing: border-box;
}
.accordianblock ul li {
  margin: 0.5em 0;
  width: 100%;
  box-sizing: border-box;
}
.accordianblock ul li a.toggle {
  width: 100%;
  display: block;
  background: #ab9b71;
  color: #ffffff;
  padding: 0.75em;
  transition: all 0.3s ease;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  line-height: 1em;
  font-size: 1.57em;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.accordianblock ul li a.toggle:after {
  width: 2em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: url(/themes/tmf/images/chevron-white.png);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.accordianblock ul li a.toggle.toggled:after {
  transform: rotate(90deg);
}
.accordianblock ul li a.toggle:hover {
  background: #b6222c;
}
.accordianblock ul li ul li {
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #cfcfcf;
}
.accordianblock ul li ul li a.toggle {
  background: none;
  color: #000000;
  font-size: 1em;
  padding: 1em 0 1em 1em;
  margin-left: 1em;
  box-sizing: border-box;
  width: calc(100% - 1em);
  border-left: 1px solid #000000;
}
.accordianblock ul li ul li a.toggle:after {
  content: url(/themes/tmf/images/chevron-black.png);
  right: 0.5em;
}
.accordianblock ul li ul li a.toggle:hover {
  background: #b6222c;
  color: #ffffff;
}
.accordianblock ul li ul li a.toggle:hover:after {
  content: url(/themes/tmf/images/chevron-white.png);
}
.accordianblock ul li ul li:last-child {
  border-bottom: 0;
}
.accordianblock .textcopy {
  padding: 2em;
}
.accordianblock .textcopy table {
  width: 100%;
  height: auto;
}
.accordianblock .textcopy table td {
  padding: 0.5em;
  line-height: 1.4em;
}
.accordianblock .textcopy ul {
  margin: 1em 0;
  list-style: disc;
  padding-left: 40px;
}
.accordianblock .textcopy ul li {
  border: 0;
  padding: 0;
}
.accordianblock .textcopy ol {
  margin: 1em 0;
  padding-left: 40px;
}
.accordianblock .textcopy ol li {
  border: 0;
  padding: 0;
}

.flipcardgrid h2.leadin, .profilecardgrid h2.leadin, .iconctagrid h2.leadin {
  text-transform: uppercase;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.flipcardgrid .grid, .profilecardgrid .grid, .iconctagrid .grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 390px;
  margin: 1em auto;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
}
.flipcardgrid .grid .card, .profilecardgrid .grid .card, .iconctagrid .grid .card {
  height: auto;
  position: relative;
}
.flipcardgrid .grid .card:before, .profilecardgrid .grid .card:before, .iconctagrid .grid .card:before {
  padding-top: 100%;
  display: block;
  content: "";
  width: 100%;
}
.flipcardgrid .grid .card .content, .profilecardgrid .grid .card .content, .iconctagrid .grid .card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  text-align: center;
}
.flipcardgrid .grid .card .content .actions, .profilecardgrid .grid .card .content .actions, .iconctagrid .grid .card .content .actions {
  position: absolute;
  bottom: -1.5em;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.flipcardgrid .grid .card .content .actions a, .profilecardgrid .grid .card .content .actions a, .iconctagrid .grid .card .content .actions a {
  text-transform: none;
}
.flipcardgrid .grid .card .content .back, .profilecardgrid .grid .card .content .back, .iconctagrid .grid .card .content .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  transform: scale(0);
  transition: all 0.3s;
  z-index: 2;
  background: #ab9b71;
  color: #ffffff;
  box-sizing: border-box;
  overflow-y: auto;
  transform-origin: bottom center;
}
.flipcardgrid .grid .card .content .back h3, .profilecardgrid .grid .card .content .back h3, .iconctagrid .grid .card .content .back h3 {
  padding: 0;
  margin-bottom: 10px;
}
.flipcardgrid .grid .card .content .back img, .profilecardgrid .grid .card .content .back img, .iconctagrid .grid .card .content .back img {
  max-width: 100%;
}
.flipcardgrid .grid .card .content .back a, .profilecardgrid .grid .card .content .back a, .iconctagrid .grid .card .content .back a {
  color: #000000;
  text-decoration: underline;
}
.flipcardgrid .grid .card .content .back a.close, .profilecardgrid .grid .card .content .back a.close, .iconctagrid .grid .card .content .back a.close {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 300;
}
.flipcardgrid .grid .card .content .back a.close img, .profilecardgrid .grid .card .content .back a.close img, .iconctagrid .grid .card .content .back a.close img {
  width: 19px;
  height: 19px;
}
.flipcardgrid .grid .card .content.active .actions, .profilecardgrid .grid .card .content.active .actions, .iconctagrid .grid .card .content.active .actions {
  transform: translateY(-1.5em);
}
.flipcardgrid .grid .card .content.active .back, .profilecardgrid .grid .card .content.active .back, .iconctagrid .grid .card .content.active .back {
  transform: scale(1);
  padding: 2.2em 1em 1em;
}
@media (min-width: 769px) {
  .flipcardgrid .grid, .profilecardgrid .grid, .iconctagrid .grid {
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
  }
}
@media (min-width: 1181px) {
  .flipcardgrid .grid, .profilecardgrid .grid, .iconctagrid .grid {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1200px;
  }
}

.flipcardgrid .card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flipcardgrid .card .content img {
  max-width: 33%;
  margin: 0 auto;
  display: block;
}
.flipcardgrid .card .content h3 {
  text-transform: uppercase;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  font-size: 2.285em;
}
.flipcardgrid .card .content .description {
  color: #b0b0b1;
  font-size: 0.857em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.profilecardgrid .card .content, .iconctagrid .card .content {
  display: flex;
  flex-direction: column;
}
.profilecardgrid .card .content .profileimg, .iconctagrid .card .content .profileimg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
.profilecardgrid .card .content .profileimg:before, .iconctagrid .card .content .profileimg:before {
  content: "";
  width: 100%;
  padding-top: 66%;
  display: block;
}
.profilecardgrid .card .content .copy, .iconctagrid .card .content .copy {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.5em;
}
.profilecardgrid .card .content .copy h3, .iconctagrid .card .content .copy h3 {
  text-transform: uppercase;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  font-size: 1.42857em;
  padding: 0 6%;
  margin-bottom: 0;
}
.profilecardgrid .card .content .copy .description, .iconctagrid .card .content .copy .description {
  color: #b0b0b1;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 6%;
  letter-spacing: 0.2em;
}

.iconctagrid .grid .card {
  display: flex;
}
.iconctagrid .grid .card .actions a {
  text-transform: uppercase !important;
}
.iconctagrid .grid .card:before {
  display: none;
}
.iconctagrid .grid .card .content {
  position: relative;
  height: auto;
}
.iconctagrid .grid .card .content .copy {
  flex-grow: 1;
  justify-content: flex-start;
  padding-bottom: 2em;
}

.RunPage .eventgrid .background {
  height: initial;
}

.eventgrid h1 {
  font-size: 100px;
  color: var(--tmf-gold);
  font-weight: 900;
}
.eventgrid .wod-top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--tmf-gold);
  color: var(--tmf-white);
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  justify-self: center;
  align-items: center;
  padding: 10px;
  line-height: 100%;
  border-radius: 50px;
  transition: all 0.3s linear;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.eventgrid .wod-top-button:hover {
  background: var(--tmf-dark);
  transition: all 0.3s linear;
  color: var(--tmf-white);
  text-decoration: none;
}
.eventgrid h2.state {
  font-family: industry;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--tmf-dark);
}
.eventgrid p.subtitle {
  width: 100%;
  text-align: center;
}
.eventgrid h2.wod-section-header {
  width: 100%;
  font-family: industry;
  text-align: center;
  font-size: 33px;
  text-transform: uppercase;
  color: #ab9b71;
}
.eventgrid label {
  display: block;
  text-align: center;
  font-weight: 400;
}
.eventgrid .state-selector {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.eventgrid .state-selector select {
  background-color: var(--tmf-light-gray);
  padding: 10px 20px;
  width: 200px;
  border: none;
}
.eventgrid .state-group {
  padding-bottom: 60px;
}
.eventgrid .state-grid {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.eventgrid .state-location {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--tmf-light-gray);
  padding: 15px 15px;
  transition: all 0.1s linear;
  min-width: 250px;
  height: 100%;
}
.eventgrid .state-location:hover {
  scale: 1.1;
  transition: all 0.1s linear;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
}
.eventgrid h3.location {
  font-family: industry;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--tmf-dark);
  margin: 0;
  margin-bottom: 10px;
}
.eventgrid .location-copy {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.eventgrid .location-date-time {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  margin: 0;
}
.eventgrid .location-time {
  text-align: right;
}
.eventgrid hr.location-separator {
  margin: 5px 0;
  color: var(--tmf-dark) !important;
}
.eventgrid a h3,
.eventgrid a p {
  color: var(--tmf-dark);
}
.eventgrid a.location-wrapper-link {
  text-decoration: none !important;
}
.eventgrid p.location-link {
  width: 100%;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
  margin: 0;
}
.eventgrid.bg-offwhite .state-location {
  background-color: var(--tmf-white);
}
.eventgrid.bg-offwhite .state-selector select {
  background-color: var(--tmf-white);
}
@media screen and (max-width: 648px) {
  .eventgrid .state-grid {
    grid-template-columns: 1fr 1fr;
  }
  .eventgrid .state-location {
    min-width: unset;
  }
  .eventgrid h2.state {
    font-size: 24;
  }
  .eventgrid h3.location {
    font-size: 14px;
  }
  .eventgrid .location-date-time {
    display: flex;
    flex-direction: column;
  }
  .eventgrid .location-date-time p {
    margin-bottom: 0;
  }
  .eventgrid .location-time {
    text-align: left;
  }
}

.FallenHeroPage .intro,
.FallenHeroPage .width,
.FallenHeroBioPage .intro,
.FallenHeroBioPage .width {
  max-width: 700px;
}
.FallenHeroPage .standardimagecarousel.featuredheros .swiper-button-next, .FallenHeroPage .standardimagecarousel.featuredheros .swiper-button-prev,
.FallenHeroBioPage .standardimagecarousel.featuredheros .swiper-button-next,
.FallenHeroBioPage .standardimagecarousel.featuredheros .swiper-button-prev {
  margin-top: 0;
}
@media (max-width: 639px) {
  .FallenHeroPage .standardimagecarousel.featuredheros .swiper-button-next, .FallenHeroPage .standardimagecarousel.featuredheros .swiper-button-prev,
  .FallenHeroBioPage .standardimagecarousel.featuredheros .swiper-button-next,
  .FallenHeroBioPage .standardimagecarousel.featuredheros .swiper-button-prev {
    margin-top: 40%;
  }
}
.FallenHeroPage .support,
.FallenHeroBioPage .support {
  position: relative;
  max-width: 600px;
  max-height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50% !important;
  background-size: contain;
}
.FallenHeroPage .support:before,
.FallenHeroBioPage .support:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 83.3333333333%;
}
.FallenHeroPage .heroes,
.FallenHeroBioPage .heroes {
  text-align: center;
  padding: 50px 2em;
}
.FallenHeroPage .heroes h1,
.FallenHeroBioPage .heroes h1 {
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .FallenHeroPage .heroes,
  .FallenHeroBioPage .heroes {
    padding: 50px 0;
  }
}
.FallenHeroPage .search,
.FallenHeroBioPage .search {
  position: relative;
  padding: 100px 0 50px;
  text-align: center;
  text-transform: uppercase;
}
.FallenHeroPage .search .filter,
.FallenHeroBioPage .search .filter {
  position: absolute;
  z-index: 2;
  right: 0;
}
@media (max-width: 768px) {
  .FallenHeroPage .search .filter,
  .FallenHeroBioPage .search .filter {
    position: relative;
    padding-top: 2em;
    clear: both;
    display: block;
  }
}
.FallenHeroPage .search .searchinput,
.FallenHeroBioPage .search .searchinput {
  padding: 25px 0 0 0;
}
.FallenHeroPage .search input[type=text],
.FallenHeroBioPage .search input[type=text] {
  transition: none;
  border: none;
  border-bottom: 1px solid #b0b0b1;
  box-shadow: none;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.FallenHeroPage .search input[type=text]::-webkit-input-placeholder,
.FallenHeroBioPage .search input[type=text]::-webkit-input-placeholder {
  text-align: center;
  text-transform: uppercase;
}
.FallenHeroPage .search a#sort,
.FallenHeroBioPage .search a#sort {
  max-width: 100% !important;
  padding: 15px 30px 15px 30px !important;
  background-color: #3b393b !important;
  background-image: none !important;
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 992px) {
  .FallenHeroPage .search a#sort,
  .FallenHeroBioPage .search a#sort {
    float: right;
    margin-top: -94px;
  }
}
@media (min-width: 769px) {
  .FallenHeroPage .search a#sort,
  .FallenHeroBioPage .search a#sort {
    max-width: 88%;
  }
}
.FallenHeroPage .search a#sort:hover, .FallenHeroPage .search a#sort:active, .FallenHeroPage .search a#sort:focus,
.FallenHeroBioPage .search a#sort:hover,
.FallenHeroBioPage .search a#sort:active,
.FallenHeroBioPage .search a#sort:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.FallenHeroPage .search a#sort.full-width,
.FallenHeroBioPage .search a#sort.full-width {
  width: 100%;
}
.FallenHeroPage .search a#sort.arrow,
.FallenHeroBioPage .search a#sort.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.FallenHeroPage .search a#sort.arrow:hover, .FallenHeroPage .search a#sort.arrow:active, .FallenHeroPage .search a#sort.arrow:focus,
.FallenHeroBioPage .search a#sort.arrow:hover,
.FallenHeroBioPage .search a#sort.arrow:active,
.FallenHeroBioPage .search a#sort.arrow:focus {
  background-position: 90% 47%;
}
.FallenHeroPage .search a#sort:hover, .FallenHeroPage .search a#sort:active, .FallenHeroPage .search a#sort:focus,
.FallenHeroBioPage .search a#sort:hover,
.FallenHeroBioPage .search a#sort:active,
.FallenHeroBioPage .search a#sort:focus {
  background-image: none;
}
.FallenHeroPage .search a#sort:after,
.FallenHeroBioPage .search a#sort:after {
  display: inline-block;
  padding-left: 40px;
  content: "\f178";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.FallenHeroPage .search #filteroptions,
.FallenHeroBioPage .search #filteroptions {
  float: right;
  width: 350px;
  min-height: 285px;
  margin-top: -38px;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  background: #3b393b;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.FallenHeroPage .search #filteroptions form,
.FallenHeroBioPage .search #filteroptions form {
  font-size: 0.786em;
  width: auto !important;
  text-align: left;
  text-transform: uppercase;
  color: #f7f7f7;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.FallenHeroPage .search #filteroptions form input,
.FallenHeroBioPage .search #filteroptions form input {
  display: inline-block;
  float: left;
  width: auto !important;
}
.FallenHeroPage .search #filteroptions form .checkbox,
.FallenHeroBioPage .search #filteroptions form .checkbox {
  position: relative;
  display: inline-block;
  padding: 5px;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  background-color: transparent;
  margin-right: 1em;
  -webkit-appearance: none;
}
.FallenHeroPage .search #filteroptions form .checkbox:focus,
.FallenHeroBioPage .search #filteroptions form .checkbox:focus {
  outline: none;
}
.FallenHeroPage .search #filteroptions form .checkbox:checked,
.FallenHeroBioPage .search #filteroptions form .checkbox:checked {
  color: #99a1a7;
}
.FallenHeroPage .search #filteroptions form .checkbox:checked:after,
.FallenHeroBioPage .search #filteroptions form .checkbox:checked:after {
  font-size: 30px;
  position: absolute;
  top: -15px;
  left: -4px;
  content: "∙";
  color: #f7f7f7;
}
.FallenHeroPage .search #filteroptions form input[type=checkbox],
.FallenHeroBioPage .search #filteroptions form input[type=checkbox] {
  margin: 6px 15px 0 0;
}
.FallenHeroPage .search #filteroptions form button.submit,
.FallenHeroBioPage .search #filteroptions form button.submit {
  font-size: 0.886em;
  position: relative;
  float: right;
  margin-right: 10px;
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  -webkit-appearance: button;
}
.FallenHeroPage .search #filteroptions form button.submit i,
.FallenHeroBioPage .search #filteroptions form button.submit i {
  margin-left: 25px;
}
.FallenHeroPage .search #filteroptions form button.submit:hover,
.FallenHeroBioPage .search #filteroptions form button.submit:hover {
  background: #000000;
}
.FallenHeroPage .search #filteroptions form label,
.FallenHeroBioPage .search #filteroptions form label {
  font-size: 0.886em;
  display: block;
  text-align: center;
  text-align: center;
  color: #ffffff;
  border-bottom: none;
}
@media (max-width: 768px) {
  .FallenHeroPage .search #filteroptions,
  .FallenHeroBioPage .search #filteroptions {
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.FallenHeroPage .bios,
.FallenHeroBioPage .bios {
  padding: 0 10px 50px 10px !important;
}
.FallenHeroPage .thumbnail,
.FallenHeroBioPage .thumbnail {
  height: 400px;
  padding: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.FallenHeroPage .thumbnail .caption,
.FallenHeroBioPage .thumbnail .caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #f7f7f7;
  text-shadow: 0 -3px 22px rgba(150, 150, 150, 0.8);
  background: rgba(0, 0, 0, 0.7);
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.FallenHeroPage .thumbnail .caption .subtitle,
.FallenHeroBioPage .thumbnail .caption .subtitle {
  font-size: 0.9em;
  color: #f7f7f7;
}
.FallenHeroPage .thumbnail .caption hr,
.FallenHeroBioPage .thumbnail .caption hr {
  display: block;
  width: 85px;
  margin: 10px 0 8px 0;
  border-color: #f7f7f7;
}
.FallenHeroPage .thumbnail .caption h1,
.FallenHeroBioPage .thumbnail .caption h1 {
  font-size: 1.25em;
  margin: 0;
}
.FallenHeroPage .thumbnail .caption a,
.FallenHeroBioPage .thumbnail .caption a {
  font-size: 0.9em;
  color: #b0b0b1;
}
.FallenHeroPage .thumbnail .caption a i,
.FallenHeroBioPage .thumbnail .caption a i {
  margin-left: 20px;
}
.FallenHeroPage .inspired,
.FallenHeroBioPage .inspired {
  text-align: center;
}
.FallenHeroPage a.bigbutton,
.FallenHeroBioPage a.bigbutton {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .FallenHeroPage a.bigbutton,
  .FallenHeroBioPage a.bigbutton {
    max-width: 88%;
  }
}
.FallenHeroPage a.bigbutton:hover, .FallenHeroPage a.bigbutton:active, .FallenHeroPage a.bigbutton:focus,
.FallenHeroBioPage a.bigbutton:hover,
.FallenHeroBioPage a.bigbutton:active,
.FallenHeroBioPage a.bigbutton:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.FallenHeroPage a.bigbutton.full-width,
.FallenHeroBioPage a.bigbutton.full-width {
  width: 100%;
}
.FallenHeroPage a.bigbutton.arrow,
.FallenHeroBioPage a.bigbutton.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.FallenHeroPage a.bigbutton.arrow:hover, .FallenHeroPage a.bigbutton.arrow:active, .FallenHeroPage a.bigbutton.arrow:focus,
.FallenHeroBioPage a.bigbutton.arrow:hover,
.FallenHeroBioPage a.bigbutton.arrow:active,
.FallenHeroBioPage a.bigbutton.arrow:focus {
  background-position: 90% 47%;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  list-style: none;
  background: #3c3c3c;
  color: #ffffff;
  z-index: 5;
  max-width: 400px;
  padding: 2em;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li {
  margin: 0.5em 0;
  cursor: pointer;
}

.FallenHeroBioPage h1 {
  padding-top: 10px;
  text-transform: uppercase;
}
.FallenHeroBioPage .card .content p {
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.FallenHeroBioPage .bio hr,
.FallenHeroBioPage .honor hr {
  display: block;
  width: 85px;
  margin: 25px 0 25px 0;
  border-color: #3b393b;
}
.FallenHeroBioPage .bio a,
.FallenHeroBioPage .honor a {
  font-size: 0.9em !important;
  text-transform: none !important;
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.FallenHeroBioPage .bio a:hover, .FallenHeroBioPage .bio a:active, .FallenHeroBioPage .bio a:focus,
.FallenHeroBioPage .honor a:hover,
.FallenHeroBioPage .honor a:active,
.FallenHeroBioPage .honor a:focus {
  text-decoration: none;
  color: #b6222c;
}
.FallenHeroBioPage .bio a:after,
.FallenHeroBioPage .honor a:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.FallenHeroBioPage .bio a:after,
.FallenHeroBioPage .honor a:after {
  display: none !important;
}
.FallenHeroBioPage .inspired h1 {
  color: #ab9b71;
}
.FallenHeroBioPage .inspired a.textbutton {
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.FallenHeroBioPage .inspired a.textbutton:hover, .FallenHeroBioPage .inspired a.textbutton:active, .FallenHeroBioPage .inspired a.textbutton:focus {
  text-decoration: none;
  color: #b6222c;
}
.FallenHeroBioPage .inspired a.textbutton:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.ContactPage .minihero {
  margin-top: -144px;
}
.ContactPage .minihero .subheadline {
  padding: 150px 0 15px 0;
}

.RunEvent .minihero,
.RunRecap .minihero, .MarathonEvent .minihero {
  color: #ffffff;
  background: #3c3c3c;
}
.RunEvent .minihero h1,
.RunRecap .minihero h1, .MarathonEvent .minihero h1 {
  text-transform: uppercase;
}
.RunEvent .herobackground,
.RunRecap .herobackground, .MarathonEvent .herobackground {
  display: flex;
  flex-direction: column;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover !important;
  box-shadow: inset 0 0 0 15px rgba(0, 0, 0, 0.2);
  align-content: stretch;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  justify-content: center;
}
.RunEvent .herobackground .background,
.RunRecap .herobackground .background, .MarathonEvent .herobackground .background {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 769px) {
  .RunEvent .herobackground,
  .RunRecap .herobackground, .MarathonEvent .herobackground {
    height: 680px;
  }
}
.RunEvent .herobackground h1,
.RunRecap .herobackground h1, .MarathonEvent .herobackground h1 {
  font-size: 2.571em;
  text-align: center;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #ab9b71;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .RunEvent .herobackground h1,
  .RunRecap .herobackground h1, .MarathonEvent .herobackground h1 {
    max-width: 75%;
  }
}
.RunEvent .herobackground p,
.RunRecap .herobackground p, .MarathonEvent .herobackground p {
  color: #f7f7f7;
  text-align: center;
  padding: 0 20px 0 20px;
}
@media (min-width: 769px) {
  .RunEvent .boxcontainer,
  .RunRecap .boxcontainer, .MarathonEvent .boxcontainer {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .RunEvent .heroboxes,
  .RunRecap .heroboxes, .MarathonEvent .heroboxes {
    margin-top: -240px;
  }
}
.RunEvent .heroboxes a,
.RunRecap .heroboxes a, .MarathonEvent .heroboxes a {
  float: right;
  margin: -65px 10px 0 0;
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .RunEvent .heroboxes a,
  .RunRecap .heroboxes a, .MarathonEvent .heroboxes a {
    max-width: 88%;
  }
}
.RunEvent .heroboxes a:hover, .RunEvent .heroboxes a:active, .RunEvent .heroboxes a:focus,
.RunRecap .heroboxes a:hover,
.RunRecap .heroboxes a:active,
.RunRecap .heroboxes a:focus, .MarathonEvent .heroboxes a:hover, .MarathonEvent .heroboxes a:active, .MarathonEvent .heroboxes a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.RunEvent .heroboxes a.full-width,
.RunRecap .heroboxes a.full-width, .MarathonEvent .heroboxes a.full-width {
  width: 100%;
}
.RunEvent .heroboxes a.arrow,
.RunRecap .heroboxes a.arrow, .MarathonEvent .heroboxes a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.RunEvent .heroboxes a.arrow:hover, .RunEvent .heroboxes a.arrow:active, .RunEvent .heroboxes a.arrow:focus,
.RunRecap .heroboxes a.arrow:hover,
.RunRecap .heroboxes a.arrow:active,
.RunRecap .heroboxes a.arrow:focus, .MarathonEvent .heroboxes a.arrow:hover, .MarathonEvent .heroboxes a.arrow:active, .MarathonEvent .heroboxes a.arrow:focus {
  background-position: 90% 47%;
}
@media (min-width: 769px) {
  .RunEvent .heroboxes a,
  .RunRecap .heroboxes a, .MarathonEvent .heroboxes a {
    margin: -30px 55px 0 0;
  }
}
.RunEvent .heroboxes .box,
.RunRecap .heroboxes .box, .MarathonEvent .heroboxes .box {
  padding: 35px 20px 35px 20px;
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .RunEvent .heroboxes .box,
  .RunRecap .heroboxes .box, .MarathonEvent .heroboxes .box {
    padding: 35px 55px 35px 55px;
  }
}
.RunEvent .heroboxes .box h1,
.RunRecap .heroboxes .box h1, .MarathonEvent .heroboxes .box h1 {
  font-size: 1.786em;
  text-align: center;
}
.RunEvent .heroboxes .box hr,
.RunRecap .heroboxes .box hr, .MarathonEvent .heroboxes .box hr {
  width: 65px;
  margin: 30px auto;
  border-top: 1px solid #eaeaea;
}
.RunEvent .heroboxes .box ul,
.RunRecap .heroboxes .box ul, .MarathonEvent .heroboxes .box ul {
  padding: 0;
  list-style-type: none;
}
.RunEvent .heroboxes .box p a,
.RunRecap .heroboxes .box p a, .MarathonEvent .heroboxes .box p a {
  margin: 0 auto;
  float: none;
  display: inline-block;
}
.RunEvent .heroboxes .box:first-child,
.RunRecap .heroboxes .box:first-child, .MarathonEvent .heroboxes .box:first-child {
  margin: 25px 0 25px 0;
}
@media (min-width: 769px) {
  .RunEvent .heroboxes .box:first-child,
  .RunRecap .heroboxes .box:first-child, .MarathonEvent .heroboxes .box:first-child {
    margin: 0;
  }
}
.RunEvent .eventblock,
.RunRecap .eventblock, .MarathonEvent .eventblock {
  padding: 50px 0 0 0;
}
.RunEvent .sponsors,
.RunRecap .sponsors, .MarathonEvent .sponsors {
  text-align: center;
}
.RunEvent .sponsors .center-block,
.RunRecap .sponsors .center-block, .MarathonEvent .sponsors .center-block {
  display: inline-block;
  float: none !important;
}
.RunEvent .sponsors .subheadline,
.RunRecap .sponsors .subheadline, .MarathonEvent .sponsors .subheadline {
  margin: 0 0 25px 0;
}
.RunEvent .sponsors .logo,
.RunRecap .sponsors .logo, .MarathonEvent .sponsors .logo {
  min-height: 100px;
}
.RunEvent .racedetails .container-fluid,
.RunRecap .racedetails .container-fluid, .MarathonEvent .racedetails .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.RunEvent .racedetails .mapiamge,
.RunRecap .racedetails .mapiamge, .MarathonEvent .racedetails .mapiamge {
  width: 1064px;
  height: 717px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.RunEvent .racedetails .theimg,
.RunRecap .racedetails .theimg, .MarathonEvent .racedetails .theimg {
  padding: 0;
}
.RunEvent .racedetails .theimg img,
.RunRecap .racedetails .theimg img, .MarathonEvent .racedetails .theimg img {
  width: 100%;
}
@media (min-width: 769px) {
  .RunEvent .racedetails .flex,
  .RunRecap .racedetails .flex, .MarathonEvent .racedetails .flex {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.RunEvent .racedetails .card,
.RunRecap .racedetails .card, .MarathonEvent .racedetails .card {
  padding: 0;
}
@media (min-width: 769px) {
  .RunEvent .racedetails .card,
  .RunRecap .racedetails .card, .MarathonEvent .racedetails .card {
    min-width: 500px;
  }
}
.RunEvent .racedetails .card .wrapper,
.RunRecap .racedetails .card .wrapper, .MarathonEvent .racedetails .card .wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 375px;
  padding: 50px 50px;
  text-align: left;
  background: #f7f7f7;
  align-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .RunEvent .racedetails .card .wrapper,
  .RunRecap .racedetails .card .wrapper, .MarathonEvent .racedetails .card .wrapper {
    padding: 50px 85px;
  }
}
.RunEvent .racedetails .card hr,
.RunRecap .racedetails .card hr, .MarathonEvent .racedetails .card hr {
  display: inline-block;
  width: 85px;
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.RunEvent .racedetails .card h1,
.RunRecap .racedetails .card h1, .MarathonEvent .racedetails .card h1 {
  font-size: 1.786em;
  text-transform: none;
}
.RunEvent .racedetails .card h1:after,
.RunRecap .racedetails .card h1:after, .MarathonEvent .racedetails .card h1:after {
  display: none;
}
.RunEvent .racedetails .card p,
.RunRecap .racedetails .card p, .MarathonEvent .racedetails .card p {
  font-size: 1.142857em;
}
.RunEvent .racedetails .card a,
.RunRecap .racedetails .card a, .MarathonEvent .racedetails .card a {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .RunEvent .racedetails .card a,
  .RunRecap .racedetails .card a, .MarathonEvent .racedetails .card a {
    max-width: 88%;
  }
}
.RunEvent .racedetails .card a:hover, .RunEvent .racedetails .card a:active, .RunEvent .racedetails .card a:focus,
.RunRecap .racedetails .card a:hover,
.RunRecap .racedetails .card a:active,
.RunRecap .racedetails .card a:focus, .MarathonEvent .racedetails .card a:hover, .MarathonEvent .racedetails .card a:active, .MarathonEvent .racedetails .card a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.RunEvent .racedetails .card a.full-width,
.RunRecap .racedetails .card a.full-width, .MarathonEvent .racedetails .card a.full-width {
  width: 100%;
}
.RunEvent .racedetails .card a.arrow,
.RunRecap .racedetails .card a.arrow, .MarathonEvent .racedetails .card a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.RunEvent .racedetails .card a.arrow:hover, .RunEvent .racedetails .card a.arrow:active, .RunEvent .racedetails .card a.arrow:focus,
.RunRecap .racedetails .card a.arrow:hover,
.RunRecap .racedetails .card a.arrow:active,
.RunRecap .racedetails .card a.arrow:focus, .MarathonEvent .racedetails .card a.arrow:hover, .MarathonEvent .racedetails .card a.arrow:active, .MarathonEvent .racedetails .card a.arrow:focus {
  background-position: 90% 47%;
}
.RunEvent .raceshedule,
.RunRecap .raceshedule, .MarathonEvent .raceshedule {
  text-align: center;
  text-transform: uppercase;
}
.RunEvent .raceshedule .event-table,
.RunRecap .raceshedule .event-table, .MarathonEvent .raceshedule .event-table {
  width: 100%;
  max-width: 710px;
  margin: 80px auto 0 auto;
}
.RunEvent .raceshedule .event-table tbody,
.RunRecap .raceshedule .event-table tbody, .MarathonEvent .raceshedule .event-table tbody {
  font-size: 0.857em;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}
.RunEvent .raceshedule .event-table tbody tr.odd,
.RunRecap .raceshedule .event-table tbody tr.odd, .MarathonEvent .raceshedule .event-table tbody tr.odd {
  background: #f7f7f7;
}
.RunEvent .raceshedule .event-table tbody tr td,
.RunRecap .raceshedule .event-table tbody tr td, .MarathonEvent .raceshedule .event-table tbody tr td {
  padding: 18px 0;
  border-top: none;
}

.faq-width {
  max-width: 700px;
  padding: 90px 0 90px 0;
}
.faq-width h1 {
  text-transform: none;
}
.faq-width .question {
  padding: 10px 0 10px 0;
}
.faq-width .question a {
  color: #ab9b71;
}

.RunRecap .recapmap {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .RunRecap .break {
    display: block;
  }
}
.RunRecap .tan {
  color: #ab9b71;
}
.RunRecap .tan:last-child {
  margin-left: 30px;
}

.RunPage .eventblock, .MarathonEvent .eventblock {
  padding: 0 0 50px 0;
}

.standardimagecarousel.recap {
  background-color: #ebebeb;
}
.standardimagecarousel.recap .swiper-recap .swiper-slide {
  width: 100%;
  height: 400px !important;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background: #f7f7f7;
  display: flex;
}
@media (min-width: 769px) {
  .standardimagecarousel.recap .swiper-recap .swiper-slide {
    height: 600px !important;
  }
}
.standardimagecarousel.recap .swiper-button-next,
.standardimagecarousel.recap .swiper-button-prev {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .block.info.eventdescription .row-eq-height {
    flex-direction: column;
  }
  .block.info.eventdescription .row-eq-height img {
    width: 100%;
    margin-bottom: 2em;
  }
}

.ContactPage .minihero {
  margin-top: -144px;
}
.ContactPage .minihero .subheadline {
  padding: 150px 0 15px 0;
}

.ErrorPage.main {
  margin-top: -140px;
  background: #f7f7f7 url(/themes/tmf/images/errorpage-bkg.jpg) no-repeat;
  background-position: top right;
  background-size: contain;
  box-shadow: inset 0 0 0 20px rgb(255, 255, 255);
}
.ErrorPage.main .padding {
  padding: 350px 0;
}
.ErrorPage.main .container h1 {
  font-size: 2.571em;
  line-height: 47px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.ErrorPage.main .container hr {
  display: inline-block;
  width: 65px;
  border: 0;
  border-top: 1px solid #e0dacc;
}
.ErrorPage.main .container p {
  font-size: 1.286em;
  line-height: 1.389;
}
.ErrorPage.main .container a.back {
  font-family: "industry";
  font-size: 0.786em;
  font-weight: 500;
  font-style: normal;
  z-index: 9999;
  display: inline-block;
  max-width: 65%;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  background-color: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
}
.ErrorPage.main .container a.back:hover {
  background-color: #b6222c;
}
.ErrorPage.main .page-title {
  font-size: 1em;
  line-height: 3.429;
  padding: 5px 25px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #ab9b71;
  display: inline-block;
  width: 65%;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.ErrorPage.main .Actions input[type=submit] {
  font-family: "industry";
  font-size: 0.786em;
  font-weight: 500;
  font-style: normal;
  z-index: 9999;
  display: inline-block;
  max-width: 65%;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background-color: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
}
.ErrorPage.main .Actions input[type=submit]:hover {
  background-color: #b6222c;
}
.ErrorPage.main #MemberLoginForm_LoginForm_Remember_Holder .checkbox {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 5px;
  border: 1px solid #b0b0b1;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.ErrorPage.main #MemberLoginForm_LoginForm_Remember_Holder .checkbox:focus {
  outline: none;
}
.ErrorPage.main #MemberLoginForm_LoginForm_Remember_Holder label.right {
  font-weight: normal;
  position: absolute;
  min-height: 20px;
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 3em;
  cursor: pointer;
}
.ErrorPage.main #MemberLoginForm_LoginForm_Remember_Holder .checkbox:checked {
  background: transparent;
}
.ErrorPage.main #MemberLoginForm_LoginForm_Remember_Holder .checkbox:checked:after {
  font-size: 100px;
  position: absolute;
  top: -56px;
  left: -20px;
  content: "∙";
  color: #b0b0b1;
}
.ErrorPage.main #MemberLoginForm_LoginForm_Remember_Holder input[type=checkbox] {
  margin: 6px 15px 0 0;
}
.ErrorPage.main #ForgotPassword a {
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  font-size: 0.7em;
  display: block;
  margin-top: 50px;
}
.ErrorPage.main #ForgotPassword a:hover, .ErrorPage.main #ForgotPassword a:active, .ErrorPage.main #ForgotPassword a:focus {
  text-decoration: none;
  color: #b6222c;
}
.ErrorPage.main #ForgotPassword a:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.EventSearchPage .event-results,
.EventSearchPage .all-events, .CharacterDoesMatterEventsListingPage .event-results,
.CharacterDoesMatterEventsListingPage .all-events {
  padding: 25px 0 25px 0;
  text-align: center;
}
.EventSearchPage .dropdown, .CharacterDoesMatterEventsListingPage .dropdown {
  margin-right: 15px;
  float: left;
}
.EventSearchPage .dropdown select, .CharacterDoesMatterEventsListingPage .dropdown select {
  font-size: inherit;
  font-size: 0.857em;
  overflow: hidden;
  margin: 0;
  padding: 14px 70px 10px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3b393b;
  border: 1px solid #3b393b;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.EventSearchPage .text, .CharacterDoesMatterEventsListingPage .text {
  width: 115px;
  float: left;
}
.EventSearchPage .text input, .CharacterDoesMatterEventsListingPage .text input {
  padding: 14px 10px 10px;
  border: 1px solid #3b393b;
}
.EventSearchPage .main-search-form .actions, .CharacterDoesMatterEventsListingPage .main-search-form .actions {
  display: inline-block;
  float: right;
  width: 60px;
  height: 51px;
  background: #3b393b;
}
.EventSearchPage .main-search-form .actions button, .CharacterDoesMatterEventsListingPage .main-search-form .actions button {
  border: none;
}
.EventSearchPage .main-search-form .actions i, .CharacterDoesMatterEventsListingPage .main-search-form .actions i {
  font-size: 1.2em;
  display: block;
  margin: 17px;
  color: #ffffff;
}
.EventSearchPage .all-events a.txtbtn, .CharacterDoesMatterEventsListingPage .all-events a.txtbtn {
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.EventSearchPage .all-events a.txtbtn:hover, .EventSearchPage .all-events a.txtbtn:active, .EventSearchPage .all-events a.txtbtn:focus, .CharacterDoesMatterEventsListingPage .all-events a.txtbtn:hover, .CharacterDoesMatterEventsListingPage .all-events a.txtbtn:active, .CharacterDoesMatterEventsListingPage .all-events a.txtbtn:focus {
  text-decoration: none;
  color: #b6222c;
}
.EventSearchPage .all-events a.txtbtn:after, .CharacterDoesMatterEventsListingPage .all-events a.txtbtn:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.EventSearchPage .search-form, .CharacterDoesMatterEventsListingPage .search-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.EventSearchPage .search-form .event-search, .CharacterDoesMatterEventsListingPage .search-form .event-search {
  display: inline-block;
  width: auto;
  background: transparent;
}
.EventSearchPage .themap, .CharacterDoesMatterEventsListingPage .themap {
  position: relative;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  height: 550px;
  margin-bottom: 2em;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}
.EventSearchPage .event-filters, .CharacterDoesMatterEventsListingPage .event-filters {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  max-width: 360px;
  height: 100%;
  padding: 30px 50px 30px 30px;
  transition: transform 0.3s;
  transform: translateX(-86%);
  color: #ffffff;
  background: #3b393b;
  align-items: center;
  justify-content: center;
}
.EventSearchPage .event-filters .filter-list, .CharacterDoesMatterEventsListingPage .event-filters .filter-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.EventSearchPage .event-filters .filter-list .checkbox, .CharacterDoesMatterEventsListingPage .event-filters .filter-list .checkbox {
  position: relative;
  display: inline-block;
  padding: 5px;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.EventSearchPage .event-filters .filter-list .checkbox:focus, .CharacterDoesMatterEventsListingPage .event-filters .filter-list .checkbox:focus {
  outline: none;
}
.EventSearchPage .event-filters .filter-list .checkbox:checked, .CharacterDoesMatterEventsListingPage .event-filters .filter-list .checkbox:checked {
  color: #99a1a7;
}
.EventSearchPage .event-filters .filter-list .checkbox:checked:after, .CharacterDoesMatterEventsListingPage .event-filters .filter-list .checkbox:checked:after {
  font-size: 58px;
  position: absolute;
  top: -39px;
  left: -13px;
  content: "∙";
  color: #f7f7f7;
}
.EventSearchPage .event-filters .filter-list input[type=checkbox], .CharacterDoesMatterEventsListingPage .event-filters .filter-list input[type=checkbox] {
  background: transparent;
  margin: 6px 15px 0 0;
}
.EventSearchPage .event-filters .filter-list label, .CharacterDoesMatterEventsListingPage .event-filters .filter-list label {
  font-size: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.EventSearchPage .event-filters .label, .CharacterDoesMatterEventsListingPage .event-filters .label {
  font-size: 0.8em;
  position: absolute;
  top: 53%;
  right: -26px;
  float: right;
  cursor: pointer;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  text-transform: uppercase;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.EventSearchPage .event-filters.open, .CharacterDoesMatterEventsListingPage .event-filters.open {
  transform: translateX(0);
}
.EventSearchPage .map-wrapper, .CharacterDoesMatterEventsListingPage .map-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #808080;
}

.PersonelHolder .intro {
  max-width: 700px;
}
.PersonelHolder .heroes {
  text-align: center;
}
.PersonelHolder .heroes h1 {
  text-transform: uppercase;
}
.PersonelHolder .thumbnail {
  height: 400px;
  padding: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
}
.PersonelHolder .thumbnail .caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #f7f7f7;
  text-shadow: 0 -3px 22px rgba(150, 150, 150, 0.8);
  background: rgba(0, 0, 0, 0.7);
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.PersonelHolder .thumbnail .caption .subtitle {
  font-size: 0.9em;
  color: #f7f7f7;
}
.PersonelHolder .thumbnail .caption hr {
  display: block;
  width: 85px;
  margin: 10px 0 8px 0;
  border-color: #f7f7f7;
}
.PersonelHolder .thumbnail .caption h1 {
  font-size: 1.25em;
  margin: 0;
}
.PersonelHolder .thumbnail .caption a {
  font-size: 0.9em;
  color: #b0b0b1;
}
.PersonelHolder .thumbnail .caption a i {
  margin-left: 20px;
}

@media (min-width: 769px) {
  .PersonelPage .row {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.PersonelPage .hero {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .PersonelPage .hero {
    margin-bottom: 75px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.PersonelPage .hero .info {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .PersonelPage .hero .info {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-bottom: 0;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .PersonelPage .hero .info {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .PersonelPage .hero .info .subtitle {
    margin-left: 25px;
    padding-left: 15px;
    color: #3b393b;
    border-left: 2px solid #3b393b;
  }
}
.PersonelPage .hero .info h1 {
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #b0b0b1;
}
.PersonelPage .hero .info a {
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  transition: all 0.2s ease-in-out;
  text-transform: none;
  color: #3b393b;
  background-color: transparent;
}
.PersonelPage .hero .info a:hover {
  text-decoration: none;
  color: #b6222c;
}
.PersonelPage .hero .info a:before {
  font-weight: normal;
  font-style: normal;
  margin-right: 20px;
  content: "\f003";
  text-decoration: inherit;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 769px) {
  .PersonelPage .hero .theimg {
    width: 40%;
  }
}
.PersonelPage .copy {
  max-width: 700px;
  margin-bottom: 50px;
}

.VolunteerPage .field.recaptcha, .SponsorPage .field.recaptcha {
  margin-top: 1em;
}
.VolunteerPage #VolunteerForm_Form_FirstName_Holder, .VolunteerPage #SponsorForm_Form_FirstName_Holder, .SponsorPage #VolunteerForm_Form_FirstName_Holder, .SponsorPage #SponsorForm_Form_FirstName_Holder {
  float: left;
  width: 47%;
  margin-right: 6%;
}
.VolunteerPage #VolunteerForm_Form_LastName_Holder, .VolunteerPage #SponsorForm_Form_LastName_Holder, .SponsorPage #VolunteerForm_Form_LastName_Holder, .SponsorPage #SponsorForm_Form_LastName_Holder {
  float: left;
  width: 47%;
}
.VolunteerPage #SponsorForm_Form_EventID_Holder, .VolunteerPage #VolunteerForm_Form_EventID_Holder, .SponsorPage #SponsorForm_Form_EventID_Holder, .SponsorPage #VolunteerForm_Form_EventID_Holder {
  display: none;
}

form .Actions input[type=submit] {
  margin-top: 1em;
  font-size: 0.786em;
  display: inline-block;
  padding: 10px 50px 10px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: #3b393b url("data:image/svg+xml;utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 88% 47%;
  background-size: 11%;
  -webkit-appearance: none;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
form .Actions input[type=submit]:hover, form .Actions input[type=submit]:active, form .Actions input[type=submit]:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c url("data:image/svg+xml;utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 88% 47%;
  background-size: 11%;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}

#partner-tabs {
  width: auto;
  margin: 0 auto;
  padding: 50px 0 75px 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#partner-tabs li {
  padding: 0 50px 0 0 !important;
}
#partner-tabs li:last-child {
  padding: 0 !important;
}
#partner-tabs li a {
  font-size: 1em;
  text-transform: uppercase;
  color: #004768;
  border: 1px solid transparent;
  background: none;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
#partner-tabs li a:hover {
  color: #b6222c;
}
#partner-tabs li a:hover, #partner-tabs li a:active, #partner-tabs li a:focus {
  border: none;
  color: #b6222c;
  border: 1px solid transparent;
  background-color: transparent;
}
#partner-tabs li.active a, #partner-tabs li.current a {
  border-bottom: 3px solid #004768;
}

.partner-group {
  width: 90%;
  max-width: 830px;
  margin: 0 auto 30px auto;
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #b0b0b1;
}
@media (min-width: 769px) {
  .partner-group {
    padding: 50px 75px;
  }
}
.partner-group h1 {
  position: relative;
  margin: -69px 0 0 0;
  padding: 0 0 25px 0;
  text-transform: uppercase;
  background: #ffffff;
}
.partner-group .box {
  margin: 0 0 25px 0;
}
.partner-group .box img {
  display: block;
  max-width: 100%;
  margin: 0 auto 25px auto;
}
@media (min-width: 769px) {
  .partner-group .box img {
    max-width: 50%;
  }
}

.Blog .wrap p, .CharacterBlog .wrap p, .CareerPage .wrap p {
  color: #ffffff;
}
.Blog .wrap hr, .CharacterBlog .wrap hr, .CareerPage .wrap hr {
  display: inline-block;
  width: 85px;
  margin-left: 0;
  border-bottom: 1px solid #b0b0b1;
}
.Blog .wrap a, .CharacterBlog .wrap a, .CareerPage .wrap a {
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .Blog .wrap a, .CharacterBlog .wrap a, .CareerPage .wrap a {
    max-width: 88%;
  }
}
.Blog .wrap a:hover, .Blog .wrap a:active, .Blog .wrap a:focus, .CharacterBlog .wrap a:hover, .CharacterBlog .wrap a:active, .CharacterBlog .wrap a:focus, .CareerPage .wrap a:hover, .CareerPage .wrap a:active, .CareerPage .wrap a:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.Blog .wrap a.full-width, .CharacterBlog .wrap a.full-width, .CareerPage .wrap a.full-width {
  width: 100%;
}
.Blog .wrap a.arrow, .CharacterBlog .wrap a.arrow, .CareerPage .wrap a.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.Blog .wrap a.arrow:hover, .Blog .wrap a.arrow:active, .Blog .wrap a.arrow:focus, .CharacterBlog .wrap a.arrow:hover, .CharacterBlog .wrap a.arrow:active, .CharacterBlog .wrap a.arrow:focus, .CareerPage .wrap a.arrow:hover, .CareerPage .wrap a.arrow:active, .CareerPage .wrap a.arrow:focus {
  background-position: 90% 47%;
}
.Blog .wrap a:after, .CharacterBlog .wrap a:after, .CareerPage .wrap a:after {
  display: none !important;
  visibility: hidden !important;
}
.Blog .block.navigationblock, .CharacterBlog .block.navigationblock, .CareerPage .block.navigationblock {
  padding: 0 0 50px 0;
}
.Blog .postsummary, .CharacterBlog .postsummary, .CareerPage .postsummary {
  margin-bottom: 100px;
  padding: 50px 50px 25px 50px;
  background: #f7f7f7;
}
.Blog .postsummary img, .CharacterBlog .postsummary img, .CareerPage .postsummary img {
  max-width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .Blog .postsummary, .CharacterBlog .postsummary, .CareerPage .postsummary {
    display: flex;
    align-items: flex-start;
  }
  .Blog .postsummary img, .CharacterBlog .postsummary img, .CareerPage .postsummary img {
    width: 30%;
    margin-right: 2em;
    margin-bottom: 0;
  }
}
.Blog .postsummary .blogpost, .CharacterBlog .postsummary .blogpost, .CareerPage .postsummary .blogpost {
  width: 100%;
}
.Blog .postsummary .subtitle, .Blog .postsummary .subtitle a, .CharacterBlog .postsummary .subtitle, .CharacterBlog .postsummary .subtitle a, .CareerPage .postsummary .subtitle, .CareerPage .postsummary .subtitle a {
  color: #ab9b71;
}
.Blog .postsummary .subtitle a:hover, .CharacterBlog .postsummary .subtitle a:hover, .CareerPage .postsummary .subtitle a:hover {
  color: #b0b0b1;
}
.Blog .postsummary h1, .CharacterBlog .postsummary h1, .CareerPage .postsummary h1 {
  font-size: 1.786em;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.Blog .postsummary h1 a, .CharacterBlog .postsummary h1 a, .CareerPage .postsummary h1 a {
  color: #3b393b;
}
.Blog .postsummary hr, .CharacterBlog .postsummary hr, .CareerPage .postsummary hr {
  display: inline-block;
  width: 85px;
  margin-left: 0;
  border-bottom: 1px solid #b0b0b1;
}
.Blog .postsummary .readmore, .CharacterBlog .postsummary .readmore, .CareerPage .postsummary .readmore {
  display: block;
  float: right;
  margin-top: 50px;
  font-size: 0.786em;
  z-index: 2;
  display: inline-block;
  padding: 15px 60px 15px 30px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ab9b71;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 769px) {
  .Blog .postsummary .readmore, .CharacterBlog .postsummary .readmore, .CareerPage .postsummary .readmore {
    max-width: 88%;
  }
}
.Blog .postsummary .readmore:hover, .Blog .postsummary .readmore:active, .Blog .postsummary .readmore:focus, .CharacterBlog .postsummary .readmore:hover, .CharacterBlog .postsummary .readmore:active, .CharacterBlog .postsummary .readmore:focus, .CareerPage .postsummary .readmore:hover, .CareerPage .postsummary .readmore:active, .CareerPage .postsummary .readmore:focus {
  text-decoration: none;
  color: #ffffff;
  background: #b6222c;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M979%20960q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023zm384%200q0%2013-10%2023l-466%20466q-10%2010-23%2010t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10%2023-10t23%2010l466%20466q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 46%;
  background-size: 17px;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.3);
}
.Blog .postsummary .readmore.full-width, .CharacterBlog .postsummary .readmore.full-width, .CareerPage .postsummary .readmore.full-width {
  width: 100%;
}
.Blog .postsummary .readmore.arrow, .CharacterBlog .postsummary .readmore.arrow, .CareerPage .postsummary .readmore.arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1728%20893q0%2014-10%2024l-384%20354q-16%2014-35%206-19-9-19-29v-224h-1248q-14%200-23-9t-9-23v-192q0-14%209-23t23-9h1248v-224q0-21%2019-29t35%205l384%20350q10%2010%2010%2023z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: 90% 47%;
}
.Blog .postsummary .readmore.arrow:hover, .Blog .postsummary .readmore.arrow:active, .Blog .postsummary .readmore.arrow:focus, .CharacterBlog .postsummary .readmore.arrow:hover, .CharacterBlog .postsummary .readmore.arrow:active, .CharacterBlog .postsummary .readmore.arrow:focus, .CareerPage .postsummary .readmore.arrow:hover, .CareerPage .postsummary .readmore.arrow:active, .CareerPage .postsummary .readmore.arrow:focus {
  background-position: 90% 47%;
}
@media (min-width: 769px) {
  .Blog .postsummary .readmore, .CharacterBlog .postsummary .readmore, .CareerPage .postsummary .readmore {
    margin-right: -120px;
  }
}
@media (min-width: 769px) {
  .Blog .postsummary.withimg .blogpost, .CharacterBlog .postsummary.withimg .blogpost, .CareerPage .postsummary.withimg .blogpost {
    width: auto;
    min-width: 60%;
  }
}
.Blog .pagination, .CharacterBlog .pagination, .CareerPage .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.Blog .pagination a, .Blog .pagination span, .CharacterBlog .pagination a, .CharacterBlog .pagination span, .CareerPage .pagination a, .CareerPage .pagination span {
  color: #000000;
  display: block;
  padding: 1em;
  margin: 0 1em;
}
.Blog .pagination a:hover, .Blog .pagination span:hover, .CharacterBlog .pagination a:hover, .CharacterBlog .pagination span:hover, .CareerPage .pagination a:hover, .CareerPage .pagination span:hover {
  text-decoration: underline;
}
.Blog .pagination a.next, .Blog .pagination a.prev, .Blog .pagination span.next, .Blog .pagination span.prev, .CharacterBlog .pagination a.next, .CharacterBlog .pagination a.prev, .CharacterBlog .pagination span.next, .CharacterBlog .pagination span.prev, .CareerPage .pagination a.next, .CareerPage .pagination a.prev, .CareerPage .pagination span.next, .CareerPage .pagination span.prev {
  color: #ffffff;
  background: #000000;
  text-decoration: none;
}
.Blog .pagination a.next:hover, .Blog .pagination a.prev:hover, .Blog .pagination span.next:hover, .Blog .pagination span.prev:hover, .CharacterBlog .pagination a.next:hover, .CharacterBlog .pagination a.prev:hover, .CharacterBlog .pagination span.next:hover, .CharacterBlog .pagination span.prev:hover, .CareerPage .pagination a.next:hover, .CareerPage .pagination a.prev:hover, .CareerPage .pagination span.next:hover, .CareerPage .pagination span.prev:hover {
  background: #b6222c;
}
.Blog .pagination span, .CharacterBlog .pagination span, .CareerPage .pagination span {
  text-decoration: underline;
}
.Blog .custom-select.categories, .CharacterBlog .custom-select.categories, .CareerPage .custom-select.categories {
  max-width: 300px;
  text-align: center;
  margin: -1em auto 3em;
  display: block;
  background-image: none;
}
.Blog .custom-select.categories select, .CharacterBlog .custom-select.categories select, .CareerPage .custom-select.categories select {
  text-align-last: center;
}

.BlogPost .blog-entry.content-container.container, .CareerPosition .blog-entry.content-container.container {
  max-width: 800px;
  margin: 50px auto;
}
.BlogPost .blog-entry.content-container.container img, .CareerPosition .blog-entry.content-container.container img {
  max-width: 100%;
  height: auto !important;
}
.BlogPost .blog-entry.content-container.container .captionImage, .CareerPosition .blog-entry.content-container.container .captionImage {
  width: 75% !important;
  max-width: 600px;
}
.BlogPost .blog-entry.content-container.container .captionImage img, .CareerPosition .blog-entry.content-container.container .captionImage img {
  width: 100% !important;
  height: auto !important;
}
.BlogPost .blog-entry.content-container.container img, .CareerPosition .blog-entry.content-container.container img {
  padding: 1em;
}
.BlogPost .blog-entry.content-container.container img.leftAlone, .BlogPost .blog-entry.content-container.container img.left, .CareerPosition .blog-entry.content-container.container img.leftAlone, .CareerPosition .blog-entry.content-container.container img.left {
  float: left;
  padding: 0 1em 1em 0;
}
.BlogPost .blog-entry.content-container.container img.right, .CareerPosition .blog-entry.content-container.container img.right {
  float: right;
  padding: 0 0 1em 1em;
}

.FinancialYear .yearselect {
  text-align: center;
}
.FinancialYear .yearselect h1 {
  margin: 0 0 25px;
  text-transform: uppercase;
}
.FinancialYear .yearselect .dropdown button {
  padding: 15px 45px 15px 45px;
  border: 1px solid #ebebeb;
  background: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.FinancialYear .yearselect .dropdown i {
  margin-left: 35px;
}
.FinancialYear .yearselect .dropdown-menu {
  right: auto;
  left: 50%;
  min-width: 175px;
  margin: -1px 0 0 0;
  transform: translate(-50%, 0);
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.FinancialYear h3 {
  font-size: 1.142857em;
  display: block;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b0b0b1;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}
.FinancialYear h3:after {
  display: block;
  width: 85px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  content: "";
  border-bottom: 1px solid #eaeaea;
}
.FinancialYear hr {
  display: inline-block;
  width: 85px;
  margin-left: 0;
  border-bottom: 1px solid #eaeaea;
}
.FinancialYear .textblock h1 {
  text-transform: uppercase;
}

.SurvivorExpeditionEvent .row-eq-height {
  display: block;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 769px) {
  .SurvivorExpeditionEvent .row-eq-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.SurvivorExpeditionEvent .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .SurvivorExpeditionEvent .wrapper {
    padding: 0 75px 0 75px;
  }
}
.SurvivorExpeditionEvent .wrapper h1 {
  margin: 0;
  text-transform: uppercase;
}
.SurvivorExpeditionEvent .wrapper .date {
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  font-family: "fira-sans";
  font-weight: 500;
  font-style: normal;
}
.SurvivorExpeditionEvent .wrapper .date .nocaps {
  text-transform: lowercase !important;
}
.SurvivorExpeditionEvent .wrapper p {
  padding: 0 0 20px 0;
}
.SurvivorExpeditionEvent .wrapper a {
  display: block;
  margin: 20px 0 20px 0 !important;
  font-size: 1.25em;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  color: #3b393b;
  background-color: transparent;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.SurvivorExpeditionEvent .wrapper a:hover, .SurvivorExpeditionEvent .wrapper a:active, .SurvivorExpeditionEvent .wrapper a:focus {
  text-decoration: none;
  color: #b6222c;
}
.SurvivorExpeditionEvent .wrapper a:after {
  font-size: 1.286em;
  display: inline-block;
  padding: 0 0 0 20px;
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}

.CharacterStory .minihero,
.BlogPost .minihero {
  color: #ffffff;
  background: #3c3c3c;
}
.CharacterStory .thumbnail,
.BlogPost .thumbnail {
  height: 400px;
  padding: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.CharacterStory .thumbnail .caption,
.BlogPost .thumbnail .caption {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 95%;
  text-transform: uppercase;
  color: #f7f7f7;
  text-shadow: 0 -3px 22px rgba(150, 150, 150, 0.8);
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.CharacterStory .thumbnail .caption .subtitle,
.BlogPost .thumbnail .caption .subtitle {
  font-size: 0.9em;
  color: #f7f7f7;
}
.CharacterStory .thumbnail .caption hr,
.BlogPost .thumbnail .caption hr {
  display: block;
  width: 85px;
  margin: 10px 0 8px 0;
  border-color: #f7f7f7;
}
.CharacterStory .thumbnail .caption h1,
.BlogPost .thumbnail .caption h1 {
  font-size: 1.25em;
  margin: 0;
}
.CharacterStory .thumbnail .caption a,
.BlogPost .thumbnail .caption a {
  font-size: 0.9em;
  color: #b0b0b1;
}
.CharacterStory .thumbnail .caption a i,
.BlogPost .thumbnail .caption a i {
  margin-left: 20px;
}
.CharacterStory .thumbnail .caption .herocta,
.BlogPost .thumbnail .caption .herocta {
  display: block;
  transition: all 0.2s ease-in-out;
}
.CharacterStory .thumbnail .caption .herocta:after,
.BlogPost .thumbnail .caption .herocta:after {
  font-size: 1em;
  margin-left: 15px;
  content: "\f178";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.CharacterStory .thumbnail .caption .herocta:hover,
.BlogPost .thumbnail .caption .herocta:hover {
  color: #b0b0b1;
}
.CharacterStory .videocalltoaction.intro .videoposter,
.BlogPost .videocalltoaction.intro .videoposter {
  height: auto;
  position: relative;
}
.CharacterStory .videocalltoaction.intro .videoposter .thecontent,
.BlogPost .videocalltoaction.intro .videoposter .thecontent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.CharacterStory .videocalltoaction.intro .videoposter:before,
.BlogPost .videocalltoaction.intro .videoposter:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}

.LoginPage .thecontents a {
  color: #ab9b71;
}
.LoginPage #ForgotPassword {
  float: right;
  text-align: right;
  padding: 2em 0;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.PortalPage .columns .col, .MaterialsPage .columns .col, .AssetBlockGrid .columns .col {
  text-decoration: none;
  font-family: "industry";
  font-weight: 500;
  font-style: normal;
}
.PortalPage .columns .col .wrapper, .MaterialsPage .columns .col .wrapper, .AssetBlockGrid .columns .col .wrapper {
  padding: 2em;
  min-height: 275px;
  box-shadow: 0 0 12 0 rgba(0, 0, 0, 0.21);
  background: url(/themes/tmf/images/portal/badge-gold.jpg) no-repeat right top;
  background-size: cover;
  color: #ffffff;
  position: relative;
  text-align: left;
}
.PortalPage .columns .col .wrapper h2, .MaterialsPage .columns .col .wrapper h2, .AssetBlockGrid .columns .col .wrapper h2 {
  color: #3b393b;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
}
.PortalPage .columns .col .wrapper .bottom, .MaterialsPage .columns .col .wrapper .bottom, .AssetBlockGrid .columns .col .wrapper .bottom {
  position: absolute;
  bottom: 2em;
  left: 2em;
}
.PortalPage .columns .col:hover .wrapper, .MaterialsPage .columns .col:hover .wrapper, .AssetBlockGrid .columns .col:hover .wrapper {
  background: url(/themes/tmf/images/portal/badge-grey.jpg) no-repeat right top;
  background-size: cover;
}
@media (max-width: 991px) {
  .PortalPage .columns .col, .MaterialsPage .columns .col, .AssetBlockGrid .columns .col {
    margin-bottom: 2em;
  }
}

.ProfilePage .ss-uploadfield-item-name small {
  display: none;
}
.ProfilePage .ss-uploadfield-item-info button.ss-uploadfield-fromfiles {
  display: none;
}
.ProfilePage .ss-uploadfield-item-info label.ss-ui-button {
  color: #ab9b71;
  text-decoration: underline;
}
.ProfilePage .alert.alert-box {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #ffffff;
  color: #000000;
  z-index: 9999;
}
.ProfilePage .alert.alert-box button {
  color: #000000;
  opacity: 0.9;
}
.ProfilePage .alert.alert-box.alert-alert {
  background: #f00;
  color: #ffffff;
}
.ProfilePage .alert.alert-box.alert-alert button {
  color: #ffffff;
  opacity: 0.9;
}
.ProfilePage .alert.alert-box.alert-success {
  background: #0f0;
  color: #ffffff;
}
.ProfilePage .alert.alert-box.alert-success button {
  color: #ffffff;
  opacity: 0.9;
}

.CharacterDoesMatterEventsListingPage .dropdown, .MyEventsPage .dropdown {
  background: #ffffff url("/themes/tmf/images/portal/right-arrow-black.png") no-repeat 95% 50%;
}
.CharacterDoesMatterEventsListingPage .eventlisting, .MyEventsPage .eventlisting {
  display: flex;
  flex-direction: column;
  padding: 1em 0 2em;
  border-bottom: 1px solid;
  max-width: 970px;
  margin: 1em auto;
}
.CharacterDoesMatterEventsListingPage .eventlisting .btn, .MyEventsPage .eventlisting .btn {
  color: #b6222c;
  border: 1px solid #b6222c;
  background: #ffffff;
  text-transform: uppercase;
  font-family: "industry";
  padding: 1em 2em;
  border-radius: 0;
  order: 2;
}
.CharacterDoesMatterEventsListingPage .eventlisting .btn:hover, .MyEventsPage .eventlisting .btn:hover {
  text-decoration: none;
  background: #b6222c;
  color: #ffffff;
}
.CharacterDoesMatterEventsListingPage .eventlisting .btn.claimed, .MyEventsPage .eventlisting .btn.claimed {
  background: #b6222c;
  color: #ffffff;
}
.CharacterDoesMatterEventsListingPage .eventlisting .btn.awarded, .MyEventsPage .eventlisting .btn.awarded {
  background: #004768;
  border: #004768;
  color: #ffffff;
}
@media (min-width: 801px) {
  .CharacterDoesMatterEventsListingPage .eventlisting .btn, .MyEventsPage .eventlisting .btn {
    order: 0;
    max-width: 180px;
  }
}
.CharacterDoesMatterEventsListingPage .eventlisting .tan, .MyEventsPage .eventlisting .tan {
  color: #ab9b71;
}
.CharacterDoesMatterEventsListingPage .eventlisting h1, .MyEventsPage .eventlisting h1 {
  order: 0;
}
.CharacterDoesMatterEventsListingPage .eventlisting h1 a, .MyEventsPage .eventlisting h1 a {
  color: #000000;
  text-transform: uppercase;
}
.CharacterDoesMatterEventsListingPage .eventlisting h1 a .subtitle, .MyEventsPage .eventlisting h1 a .subtitle {
  font-size: 0.4em;
  display: block;
  margin-bottom: 0.5em;
  color: #ab9b71;
}
.CharacterDoesMatterEventsListingPage .eventlisting h1 a:hover, .MyEventsPage .eventlisting h1 a:hover {
  color: #b6222c;
  text-decoration: none;
}
.CharacterDoesMatterEventsListingPage .eventlisting h1 a:hover .subtitle, .MyEventsPage .eventlisting h1 a:hover .subtitle {
  color: #b6222c;
}
@media (min-width: 801px) {
  .CharacterDoesMatterEventsListingPage .eventlisting h1, .MyEventsPage .eventlisting h1 {
    order: 1;
    padding: 0 2em;
    flex-grow: 1;
    margin: 0;
  }
}
.CharacterDoesMatterEventsListingPage .eventlisting .date, .MyEventsPage .eventlisting .date {
  font-family: "industry";
  order: 1;
}
@media (min-width: 801px) {
  .CharacterDoesMatterEventsListingPage .eventlisting .date, .MyEventsPage .eventlisting .date {
    order: 2;
  }
}
.CharacterDoesMatterEventsListingPage .eventlisting.local h1, .MyEventsPage .eventlisting.local h1 {
  padding-left: 0;
}
@media (min-width: 801px) {
  .CharacterDoesMatterEventsListingPage .eventlisting, .MyEventsPage .eventlisting {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
}

.alert-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2222;
}

.EventCalendarPage .fc-toolbar.fc-header-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.EventCalendarPage .fc-toolbar.fc-header-toolbar .fc-left {
  order: 0;
  float: none;
}
.EventCalendarPage .fc-toolbar.fc-header-toolbar .fc-right {
  order: 2;
  float: none;
}
.EventCalendarPage .fc-toolbar.fc-header-toolbar .fc-center {
  order: 1;
  padding: 0 2em;
}
.EventCalendarPage .fc-toolbar.fc-header-toolbar .fc-row.fc-widget-header {
  margin-right: 0 !important;
  border-right-width: 0 !important;
}
.EventCalendarPage .fc-toolbar.fc-header-toolbar h2 {
  font-family: "industry";
  font-weight: 500;
  text-transform: uppercase;
}
.EventCalendarPage .fc-toolbar.fc-header-toolbar button {
  background: #ab9b71;
  border: #ab9b71;
  color: #ffffff;
  border-radius: 0;
}
.EventCalendarPage .fc-scroller {
  overflow-y: auto !important;
  height: auto !important;
}
.EventCalendarPage .fc-scroller.fc-day-grid-container .fc-row.fc-week.fc-widget-content {
  height: auto !important;
}
.EventCalendarPage .fc-basic-view .fc-body .fc-row {
  min-height: 8em;
}
.EventCalendarPage .fc-month-view td.fc-today {
  background: none;
  border-right: 1px solid #b6222c;
  border-left: 1px double #b6222c;
  border-top: 1px solid #b6222c;
  position: relative;
}
.EventCalendarPage .fc-month-view td.fc-today:after {
  position: absolute;
  top: 7.85em;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 1px solid #b6222c;
}
.EventCalendarPage .fc-basicDay-view .fc-widget-content .fc-today, .EventCalendarPage .fc-list-view .fc-widget-content .fc-today {
  background: none;
  box-shadow: inset 0 0 3px 0 #b6222c;
}
.EventCalendarPage .fc-listDay-view .fc-list-heading a {
  color: #000000;
  cursor: default;
}
.EventCalendarPage .fc-event, .EventCalendarPage .fc-event-dot {
  background: #9f1f2a;
  border-color: #9f1f2a;
}
.EventCalendarPage .fc-event:hover, .EventCalendarPage .fc-event:focus, .EventCalendarPage .fc-event-dot:hover, .EventCalendarPage .fc-event-dot:focus {
  background: #ffffff;
  color: #9f1f2a;
  border-color: #9f1f2a;
}
.EventCalendarPage .fc-event.AmbassadorTrainingEvent, .EventCalendarPage .fc-event.CharacterDoesMatterEvent, .EventCalendarPage .fc-event.HonorProjectEvent, .EventCalendarPage .fc-event-dot.AmbassadorTrainingEvent, .EventCalendarPage .fc-event-dot.CharacterDoesMatterEvent, .EventCalendarPage .fc-event-dot.HonorProjectEvent {
  background: #1a191a;
  border-color: #1a191a;
}
.EventCalendarPage .fc-event.AmbassadorTrainingEvent:hover, .EventCalendarPage .fc-event.AmbassadorTrainingEvent:focus, .EventCalendarPage .fc-event.CharacterDoesMatterEvent:hover, .EventCalendarPage .fc-event.CharacterDoesMatterEvent:focus, .EventCalendarPage .fc-event.HonorProjectEvent:hover, .EventCalendarPage .fc-event.HonorProjectEvent:focus, .EventCalendarPage .fc-event-dot.AmbassadorTrainingEvent:hover, .EventCalendarPage .fc-event-dot.AmbassadorTrainingEvent:focus, .EventCalendarPage .fc-event-dot.CharacterDoesMatterEvent:hover, .EventCalendarPage .fc-event-dot.CharacterDoesMatterEvent:focus, .EventCalendarPage .fc-event-dot.HonorProjectEvent:hover, .EventCalendarPage .fc-event-dot.HonorProjectEvent:focus {
  background: #ffffff;
  color: #1a191a;
  border-color: #1a191a;
}
.EventCalendarPage .fc-event.SurvivorExpeditionEvent, .EventCalendarPage .fc-event-dot.SurvivorExpeditionEvent {
  background: #c7c7c7;
  border-color: #c7c7c7;
}
.EventCalendarPage .fc-event.SurvivorExpeditionEvent:hover, .EventCalendarPage .fc-event.SurvivorExpeditionEvent:focus, .EventCalendarPage .fc-event-dot.SurvivorExpeditionEvent:hover, .EventCalendarPage .fc-event-dot.SurvivorExpeditionEvent:focus {
  background: #ffffff;
  color: #c7c7c7;
  border-color: #c7c7c7;
}
.EventCalendarPage .fc-event.VeteranTransitionWorkshopEvent, .EventCalendarPage .fc-event-dot.VeteranTransitionWorkshopEvent {
  background: #6a6a6a;
  border-color: #6a6a6a;
}
.EventCalendarPage .fc-event.VeteranTransitionWorkshopEvent:hover, .EventCalendarPage .fc-event.VeteranTransitionWorkshopEvent:focus, .EventCalendarPage .fc-event-dot.VeteranTransitionWorkshopEvent:hover, .EventCalendarPage .fc-event-dot.VeteranTransitionWorkshopEvent:focus {
  background: #ffffff;
  color: #6a6a6a;
  border-color: #6a6a6a;
}
.EventCalendarPage .fc-event.OperationLegacyEvent, .EventCalendarPage .fc-event-dot.OperationLegacyEvent {
  background: #ac9b71;
  border-color: #ac9b71;
}
.EventCalendarPage .fc-event.OperationLegacyEvent:hover, .EventCalendarPage .fc-event.OperationLegacyEvent:focus, .EventCalendarPage .fc-event-dot.OperationLegacyEvent:hover, .EventCalendarPage .fc-event-dot.OperationLegacyEvent:focus {
  background: #ffffff;
  color: #ac9b71;
  border-color: #ac9b71;
}
.EventCalendarPage .fc-event.RunEvent, .EventCalendarPage .fc-event-dot.RunEvent {
  background: #004869;
  border-color: #004869;
}
.EventCalendarPage .fc-event.RunEvent:hover, .EventCalendarPage .fc-event.RunEvent:focus, .EventCalendarPage .fc-event-dot.RunEvent:hover, .EventCalendarPage .fc-event-dot.RunEvent:focus {
  background: #ffffff;
  color: #004869;
  border-color: #004869;
}
.EventCalendarPage .fc-event.WODEvent, .EventCalendarPage .fc-event-dot.WODEvent {
  background: #9f1f2a;
  border-color: #9f1f2a;
}
.EventCalendarPage .fc-event.WODEvent:hover, .EventCalendarPage .fc-event.WODEvent:focus, .EventCalendarPage .fc-event-dot.WODEvent:hover, .EventCalendarPage .fc-event-dot.WODEvent:focus {
  background: #ffffff;
  color: #9f1f2a;
  border-color: #9f1f2a;
}
.EventCalendarPage .fc-list-item {
  font-size: 1.25em;
}
.EventCalendarPage .fc-basicDay-view .fc-day-grid-event {
  font-size: 1.25em;
  padding: 0.5em;
  box-sizing: border-box;
  margin: 0 0 0.5em;
}
.EventCalendarPage .fc-widget-header {
  text-transform: uppercase;
}

.VideoHub .videocategories .container {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}
.VideoHub .categories {
  margin: 2em auto 0;
  display: flex;
  width: 100%;
  max-width: 760px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.VideoHub .categories .category {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin-bottom: 6em;
}
.VideoHub .categories .category img {
  width: 100%;
  display: block;
}
.VideoHub .categories .category .copy {
  background: #f7f7f7;
  display: block;
  position: absolute;
  top: 80%;
  right: 2em;
  width: 70%;
  padding: 0 2em 1em;
  cursor: pointer;
  color: #333333;
  text-decoration: none;
}
.VideoHub .categories .category .copy h2 {
  font-family: "industry";
  font-weight: 500;
  font-size: 1.7875em;
}
.VideoHub .categories .category .copy span {
  color: #ab9b71;
  text-transform: uppercase;
  font-family: "industry";
  font-weight: 500;
  font-size: 14px;
}
.VideoHub .categories .category .copy:hover {
  color: #004768;
}
.VideoHub .categories .category .copy:hover span {
  color: #004768;
}
@media (min-width: 961px) {
  .VideoHub .categories {
    margin-top: 0;
  }
}
@media (min-width: 961px) {
  .VideoHub .videocategories .row {
    display: flex;
  }
  .VideoHub .videocategories .row .copy-container {
    width: 30%;
  }
}

.VideoPage .copy-container {
  text-align: center;
}
.VideoPage .copy-container h1 {
  text-transform: uppercase;
}
.VideoPage .copy-container hr {
  max-width: 4.5em;
  margin: 2em auto;
  border-width: 2px;
}
.VideoPage .copy-container p {
  max-width: 540px;
  margin: 1em auto;
}
.VideoPage .videos-container .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
}
.VideoPage .videos-container .container .video {
  width: 100%;
  margin: 0 1em 2em;
  max-width: 380px;
}
.VideoPage .videos-container .container .video .img {
  position: relative;
}
.VideoPage .videos-container .container .video .img img {
  width: 100%;
}
.VideoPage .videos-container .container .video .img button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.VideoPage .videos-container .container .video .img button img {
  width: auto;
  max-width: 100%;
}
.VideoPage .videos-container .container .video .copy {
  margin-top: 2em;
}
.VideoPage .videos-container .container .video .copy h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.VideoPage a.next {
  color: #3b393b;
  text-transform: uppercase;
}
.VideoPage a.next:hover {
  color: #b6222c;
}
.VideoPage .modal.video.in {
  margin: 0;
}
.VideoPage .modal.video.in .modal-content {
  width: 95%;
  margin: 0 auto;
}

.plyr .plyr__play-large {
  display: none;
  visibility: hidden;
}

.plyr__play-large {
  border: 2px solid #ffffff;
  background: transparent;
}
.plyr__play-large:after {
  font-size: 0.857em;
  display: block;
  margin-top: -18px;
  padding: 9px;
  content: "Play";
  text-transform: uppercase;
  font-family: "Fira Sans Condensed";
  font-weight: 400;
  font-style: normal;
}

.plyr__controls {
  background: transparent;
}

.plyr__progress--played,
.plyr__volume--display {
  color: #ab9b71;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #ab9b71;
}

/*# sourceMappingURL=layout.css.map */
