@charset "UTF-8";
/*Green*/
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

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

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !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^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/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-eur:before,
.glyphicon-euro: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,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}

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

.glyphicon-rub:before,
.glyphicon-ruble: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";
}

*,
:after,
:before {
  -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.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  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;
}

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

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

.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: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 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 {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

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

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

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}

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

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

kbd {
  padding: 2px 4px;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 1.42857143;
  color: #333;
  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-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--wp--style--global--content-size);
  display: block;
}
.container.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.container.alignfull {
  max-width: none;
  width: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

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

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  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 > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
}

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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, -webkit-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: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

select[multiple].input-lg,
textarea.input-lg {
  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 select[multiple].form-control,
.form-group-lg textarea.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;
}

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

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

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-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 .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-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 .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@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: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  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);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

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

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

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

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

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

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

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

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

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

.dropdown,
.dropup {
  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;
  -webkit-background-clip: padding-box;
  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.42857143;
  color: #333;
  white-space: nowrap;
}

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

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

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

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  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.42857143;
  color: #777;
  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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  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 .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 {
  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 {
  border-width: 5px 5px 0;
}

.dropup .btn-lg .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 > .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-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 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=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  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-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-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

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

.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-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

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

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  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:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  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 > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.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:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    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;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

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

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    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 15px;
  margin: 8px -15px;
  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);
}

@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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    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-radius: 4px 4px 0 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  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:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  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: #777;
}

.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.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #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 > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  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 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:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  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;
}

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

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

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

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.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: 15px;
  padding-left: 15px;
  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.42857143;
  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 a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

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

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

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

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

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
}

.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;
  }
}
@-o-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-bar-striped,
.progress-striped .progress-bar {
  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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -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-body,
.media-left,
.media-right {
  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;
}

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:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-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: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,
.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 {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  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;
}

.panel-body {
  padding: 15px;
}

.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 > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.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;
}

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

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

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .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:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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,
.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: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:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.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,
.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: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:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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,
.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 {
  border-bottom-left-radius: 3px;
}

.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,
.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 {
  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 td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

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

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

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > 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 > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #333;
  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: #333;
}

.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 embed,
.embed-responsive iframe,
.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;
}

.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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.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-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.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 .close {
  margin-top: -2px;
}

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.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-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

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

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

.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-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  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);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  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: #999;
  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: #999;
  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: #999;
  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;
}

.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 > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  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: 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-next,
  .carousel-control .icon-prev {
    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;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  td.visible-xs,
  th.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;
  }
  td.visible-sm,
  th.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;
  }
  td.visible-md,
  th.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;
  }
  td.visible-lg,
  th.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;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
  -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-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
  text-shadow: none;
}

.btn.active,
.btn:active {
  background-image: none;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default.active,
.btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}

.btn-primary.active,
.btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #265a88;
  background-image: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:focus,
.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success.active,
.btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:focus,
.btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info.active,
.btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:focus,
.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning.active,
.btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:focus,
.btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger.active,
.btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #c12e2a;
  background-image: none;
}

.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}

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

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

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,
li {
  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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px;
}

.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.navbar-nav.sm-collapsible .caret:before {
  content: "+";
  font-family: monospace;
  font-weight: 700;
}

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: "-";
}

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret,
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: "" !important;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px;
}

.navbar-nav span.scroll-down,
.navbar-nav span.scroll-up {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.navbar-nav span.scroll-down-arrow,
.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent;
}

.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a {
  padding-left: 35px;
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a {
  padding-left: 45px;
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a {
  padding-left: 55px;
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a {
  padding-left: 65px;
}

.navbar-nav .dropdown-menu > li > a {
  white-space: normal;
}

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap;
}

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal;
}

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

html.no-scroll,
html.no-scroll-dropdown,
body.no-scroll,
body.no-scroll-dropdown {
  overflow: hidden;
}

.mb-8 {
  margin-bottom: 3rem;
}

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

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Use the `components` layer for any more complicated classes you want to add
 *  to your project that you'd still like to be able to override with utility
 *  classes.”
 *
 *  — from https://tailwindcss.com/docs/adding-custom-styles#adding-component-classes
 */
/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */
.page-title,
.entry-title {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--wp--preset--color--white);
}

/**
 * Post meta and footer styles
 *
 * These will be applied to the post-specific elements to keep the post itself
 * at content width pending custom styling.
 */
.entry-meta,
.entry-footer,
.post-navigation,
#comments {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */
.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: var(--wp--style--global--wide-size);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}
.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.wp-element-button.has-text-color {
  border-color: var(--custom-color, currentColor);
}
.wp-element-button.has-text-color:hover {
  border-color: var(--custom-color);
}
.wp-element-button.has-background {
  border-color: var(--custom-bgcolor, currentColor);
}

.basic-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (width >= 992px) {
  .basic-grid {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1200px) {
  .basic-grid {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
}
.basic-grid .group-grid {
  padding-top: 15px;
  padding-bottom: 5px;
  grid-column: span 1;
}
@media (width >= 992px) {
  .basic-grid .group-grid {
    padding-top: 20px;
    grid-column: span 2;
  }
}
@media (width >= 1200px) {
  .basic-grid .group-grid {
    grid-column: span 3;
  }
}

.nav-arrow a, .nav-arrow .disabled {
  position: relative;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--fl-small);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px;
  box-sizing: border-box;
  padding: 0;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}
.nav-arrow a svg, .nav-arrow .disabled svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.nav-arrow .disabled {
  opacity: 0.3;
  cursor: normal;
}
.nav-arrow.nav-arrow-prev {
  transform: rotate(180deg);
}

a {
  color: var(--wp--preset--color--primary);
}

@media (width >= 992px) {
  .fl-md-pl-0 {
    padding-left: 0 !important;
  }
}

.fl-m-0 {
  margin: 0 !important;
}

body.post-type-archive-tribe_events .site-main {
  background-color: transparent;
  box-shadow: none;
}

.tribe-common-g-row {
  gap: 1.5em;
}

body.post-type-archive-tribe_events .tribe-events-pro-photo__event {
  height: 700px;
  min-height: 581px;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  width: 100% !important;
  margin-bottom: 0 !important;
  background: #d9d9d9;
}
@media screen and (max-width: 1023px) {
  body.post-type-archive-tribe_events .tribe-events-pro-photo__event {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-tribe_events .tribe-events-pro-photo__event {
    height: auto;
  }
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured {
  background: #263367;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .event-thumbnail-wrapper {
  position: relative;
  margin-bottom: 15px;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .event-thumbnail-wrapper .tribe-events-pro-photo__event-date-tag {
  background-color: #00647D;
  width: 100px !important;
  height: 50px;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.9375rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0 !important;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .event-thumbnail-wrapper .tribe-events-pro-photo__event-date-tag-datetime {
  flex-direction: row-reverse !important;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .event-thumbnail-wrapper .tribe-events-pro-photo__event-date-tag-month,
body.post-type-archive-tribe_events .tribe-events-pro-photo .event-thumbnail-wrapper .tribe-events-pro-photo__event-date-tag-daynum {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  color: #fff !important;
  font-size: 0.9375rem !important;
  font-size: 70 !important;
  margin: 0 5px;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-details-wrapper {
  margin-bottom: 40px;
  padding-top: 15px;
  padding: 0 15px;
}
@media screen and (max-width: 1023px) {
  body.post-type-archive-tribe_events .tribe-events-pro-photo__event-details-wrapper {
    margin-bottom: 20px;
  }
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-details {
  display: flex;
  flex-direction: column-reverse;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-featured-image-wrapper {
  height: 400px;
  position: relative;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-featured-image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-title {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: 1.375rem !important;
  font-weight: 400;
  line-height: 1.2 !important;
  color: var(--wp--preset--color--primary);
}
.tribe-events-pro-photo__event--featured body.post-type-archive-tribe_events .tribe-events-pro-photo__event-title {
  color: var(--wp--preset--color--white);
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-title-link {
  color: var(--wp--preset--color--primary) !important;
  text-transform: none;
}
.tribe-events-pro-photo__event--featured body.post-type-archive-tribe_events .tribe-events-pro-photo__event-title-link {
  color: var(--wp--preset--color--white) !important;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-title-link:hover {
  text-decoration: none !important;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-c-small-cta {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-excerpt {
  display: none;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-excerpt p {
  font-size: 1rem;
  height: 118px;
  padding-left: 15px;
  padding-right: 15px;
  background: -webkit-linear-gradient(#333, #eee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--wp--preset--color--primary);
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta {
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .at {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin: 0 5px 0 15px;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta > div {
  margin: 0;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .tribe-events-pro-photo__event-date-tag-datetime {
  flex-direction: row;
  align-content: center;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .tribe-events-pro-photo__event-date-tag-datetime > span {
  margin-right: 5px;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .tribe-events-pro-photo__event-date-tag-month, body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .tribe-events-pro-photo__event-date-tag-daynum, body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .tribe-events-pro-photo__event-datetime {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: var(--wp--preset--color--primary);
  line-height: 1.2;
  padding: 0 15px;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .recurringinfo {
  display: block;
  margin: 8px 0 0;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .recurringinfo .tribe-events-divider {
  display: none;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .recurringinfo .recurring-info-tooltip.tribe-events-tooltip {
  display: none;
  width: 200px;
  border: 0;
  background-color: #fff;
  color: #606060;
  padding: 0.75em 1em 0;
  position: absolute;
  left: 10px;
  bottom: 29px;
  line-height: 1.4;
  z-index: 100;
  width: 200px;
  padding-bottom: 0.8em;
  box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.38);
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .recurringinfo .recurring-info-tooltip.tribe-events-tooltip .tribe-events-event-body {
  font-size: 0.6875rem;
  padding: 0;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .recurringinfo .recurring-info-tooltip.tribe-events-tooltip .tribe-events-event-body p {
  font-weight: 300;
  padding-bottom: 25px;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .recurringinfo .recurring-info-tooltip.tribe-events-tooltip .tribe-events-arrow {
  display: block;
  width: 20px;
  height: 7px;
  bottom: -7px;
  background-image: url(../img/tribe-theme-tooltips.png);
  background-size: 37px 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 20px;
  position: absolute;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-events-event-meta .event-is-recurring {
  color: rgba(0, 0, 0, 0.7);
  font-style: normal;
  font-weight: 500;
  position: relative;
  font-size: 0.8125rem;
}

body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-excerpt p {
  background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0.1));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-title,
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-title a,
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .tribe-events-c-small-cta,
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-date-tag-month,
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-date-tag-daynum,
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-datetime,
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .at,
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .event-is-recurring,
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .event-is-recurring a {
  color: var(--wp--preset--color--white) !important;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-datetime-featured-icon,
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured .tribe-events-pro-photo__event-datetime-featured-text {
  visibility: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}

body.post-type-archive-tribe_events .tribe-events-pro-photo-nav.tribe-events-c-nav a {
  font-size: 0.9375rem;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 600;
}

body.post-type-archive-tribe_events .tribe-events-calendar-month__header-row {
  background: #6D6F76;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-tribe_events .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column {
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column-title {
  color: #fff;
  text-align: center;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column-title-mobile {
  font-size: 0.75rem;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day {
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 767px) {
  body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day {
    border: 0.5px solid #d2d2d2;
    border-radius: 0;
  }
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day::after {
  display: none;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day:hover {
  background: #f7f7f7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-date {
  background: #fff;
  opacity: 1;
  line-height: 1;
  padding: 4px 9px 6px;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-date {
    background: transparent;
  }
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-date-daynum {
  font-size: 0.75rem;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 1;
  border-top: thin solid #6D6F76;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event:first-child {
  border-top: 0;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__multiday-event-bar-title {
  font-size: 0.75rem;
  margin-top: 3px;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event.tribe-events-calendar-month__calendar-event--sticky {
  background: #263367;
  opacity: 1;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event.tribe-events-calendar-month__calendar-event--sticky .tribe-events-calendar-month__calendar-event-datetime {
  color: #fff;
  opacity: 1;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event.tribe-events-calendar-month__calendar-event--sticky .tribe-events-calendar-month__calendar-event-title {
  color: #fff;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event.tribe-events-calendar-month__calendar-event--sticky .tribe-events-calendar-month__calendar-event-title a {
  color: inherit;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event-title {
  font-size: 0.8125rem;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__calendar-event-title a {
  border: none;
  color: #263367;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--mobile .tribe-events-calendar-month__mobile-events-icon,
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--mobile .tribe-events-calendar-month__mobile-events-ico svg {
  color: #6D6F76 !important;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--mobile .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #6D6F76;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected {
  background: #21759b;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
  color: #fff;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #fff;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon,
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-ico svg {
  color: white;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event-tooltip {
  padding: 0;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-title {
  color: var(--wp--preset--color--primary);
  font-size: 1.25rem;
  line-height: 1.2;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-title a {
  color: currentColor;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-description p {
  font-size: 1rem;
  line-height: 1.3;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-calendar-month__calendar-event-tooltip-description p a {
  font-size: inherit;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month-mobile-events__mobile-event-title a {
  color: #6D6F76;
}

body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day--other-month {
  background: #fff;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day--other-month:hover {
  background: #fff;
  box-shadow: none;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day--other-month .tribe-events-calendar-month__day-date {
  opacity: 0.4;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day--other-month .tribe-events-calendar-month__day-date-daynum {
  color: #707070;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month__body .tribe-events-calendar-month__day--other-month .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-details {
  opacity: 0.4;
}
body.post-type-archive-tribe_events .tooltipster-base.tribe-events-tooltip-theme {
  padding: 0.75em !important;
}

body.post-type-archive-tribe_events .tribe-events-pro-week-grid__header,
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__header-column-title {
  background: #666;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__header-column {
  border-color: transparent;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__header-column-datetime {
  flex-direction: row;
  justify-content: center;
  column-gap: 5px;
  align-items: center;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  color: var(--wp--preset--color--primary);
  padding-left: 15px;
  padding-right: 15px;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__header-column-datetime span {
  font-size: 0.75rem !important;
  color: #fff !important;
  line-height: 1.2 !important;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__header-column-datetime span a {
  color: inherit !important;
  font-size: 0.75rem;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__events-day,
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__multiday-events-day {
  border-left-color: #d2d2d2;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event {
  width: calc(100% - 8px);
  right: 4px;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event-link {
  border-radius: 3px;
  border: 1px solid #ccc;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event-link:hover {
  border-color: #aaa;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event-link:hover .tribe-events-pro-week-grid__event-link-inner {
  background: #e0e1e1;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event-link .tribe-events-pro-week-grid__event-link-inner {
  background: #e0e1e1;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event-link .tribe-events-pro-week-grid__event-title {
  font-size: 0.75rem;
  color: #6D6F76;
  letter-spacing: normal;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__events-row-header {
  background: #fff;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__events-time-tag {
  white-space: nowrap;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__header-column.tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-title {
  background: #3556A0;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event-tooltip .tribe-events-pro-week-grid__event-tooltip-title {
  color: var(--wp--preset--color--primary);
  font-size: 1.25rem;
  line-height: 1.2;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event-tooltip .tribe-events-pro-week-grid__event-tooltip-title a {
  color: currentColor;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event-tooltip .tribe-events-pro-week-grid__event-tooltip-description p {
  font-size: 1rem;
  line-height: 1.3;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-grid__event-tooltip .tribe-events-pro-week-grid__event-tooltip-description p a {
  font-size: inherit;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-day-selector__events-icon {
  background: #6D6F76;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-day-selector__day--active {
  border-color: #3556A0;
}
body.post-type-archive-tribe_events .tribe-events-pro-week-day-selector__day--active .tribe-events-pro-week-day-selector__events-icon {
  background: #3556A0;
}

body.single-tribe_events #tribe-events {
  padding: 0;
  box-shadow: none;
  background: transparent;
}

body.single-tribe_events .tribe-events-single {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  body.single-tribe_events .tribe-events-single {
    flex-direction: column-reverse;
  }
}
body.single-tribe_events .tribe-events-single .tribe-events-back {
  width: 100%;
  border: none;
}
@media screen and (max-width: 1023px) {
  body.single-tribe_events .tribe-events-single .tribe-events-back {
    order: 1;
  }
}
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper {
  min-width: 300px;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 1023px) {
  body.single-tribe_events .tribe-events-single .single-event-meta-wrapper {
    max-width: 100%;
    min-width: 0;
  }
}
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper .tribe-events-event-meta::before {
  display: none;
}
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper .tribe-events-meta-group {
  flex-basis: 100%;
}
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper .tribe-events-meta-group dl dt {
  padding: 10px 0 0 !important;
}
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper .tribe-events-meta-group abbr[title] {
  border: none;
}
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper .tribe-events-single-section-title,
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper dt {
  color: #6D6F76;
}
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper .tribe-events-cal-links {
  border-top: none;
  margin-top: 30px;
}
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper .tribe-events-cal-links a {
  background: none;
  padding-left: 0;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  font-size: 1.125rem;
}
body.single-tribe_events .tribe-events-single .single-event-meta-wrapper .tribe-events-cal-links a:hover {
  text-decoration: none;
}
body.single-tribe_events .tribe-events-single .single-event-content-wrapper {
  width: calc(100% - 375px);
  margin-left: auto;
}
body.single-tribe_events .tribe-events-single .single-event-content-wrapper ul li,
body.single-tribe_events .tribe-events-single .single-event-content-wrapper h4 {
  color: #6D6F76;
}
@media (width < 992px) {
  body.single-tribe_events .tribe-events-single .single-event-content-wrapper {
    width: 100%;
  }
}
body.single-tribe_events .tribe-events-single .single-event-content-wrapper .tribe-events-schedule {
  margin-bottom: 0;
}
body.single-tribe_events .tribe-events-single .single-event-content-wrapper .tribe-events-content a:hover {
  color: initial;
  text-decoration: none;
}
body.single-tribe_events .tribe-events-single .single-event-content-wrapper a.website-link {
  border: none !important;
}
body.single-tribe_events .tribe-events-single .single-event-content-wrapper .tribe-events-c-subscribe-dropdown__button {
  border-color: #6D6F76;
  color: #6D6F76;
}
body.single-tribe_events .tribe-events-single .single-event-content-wrapper .tribe-events-c-subscribe-dropdown__button:hover {
  background: #6D6F76;
  color: white;
}
body.single-tribe_events .tribe-events-single .single-event-content-wrapper .tribe-events-c-subscribe-dropdown__button:focus-within {
  border-color: #6D6F76;
  background: #6D6F76;
  color: white;
}

.tribe-events-calendar-list__month-separator {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--fl-heading-4);
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
  background-color: var(--wp--preset--color--primary);
}

.tribe-venue-location .tribe-events-address a.tribe-events-gmap {
  margin-top: 10px;
  border-radius: 9999px;
  border: 1px solid var(--wp--preset--color--primary);
  padding: 8px 12px;
  color: var(--wp--preset--color--primary);
  font-weight: 400;
  display: block;
  text-align: center;
}

.tribe-events-content a {
  color: var(--wp--preset--color--primary);
  border-bottom: 0;
  transition: none;
}

/* Single Event */
body.single-tribe_events .single #tribe-events-content h2, body.single-tribe_events .single h2, body.single-tribe_events .single a {
  color: #6D6F76;
}
body.single-tribe_events .single p, body.single-tribe_events .single #tribe-events-content p, body.single-tribe_events .single #tribe-events-content li {
  font-weight: 300;
}
body.single-tribe_events #tribe-events-pg-template {
  margin: 0 auto;
}
body.single-tribe_events .single-event-thumbnail {
  width: 100%;
}
body.single-tribe_events .single-event-thumbnail img {
  width: 100%;
  height: auto;
}
body.single-tribe_events {
  /* Single event content wrapper */
}
body.single-tribe_events .single-event-content-wrapper {
  font-size: var(--wp--preset--font-size--fl-heading-5);
  line-height: 1.5;
  font-weight: 300;
}
body.single-tribe_events {
  /* Single event title */
}
body.single-tribe_events .tribe-events-single-event-title {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}
body.single-tribe_events .tribe-events-pg-template {
  /* Single events sidebar */
}
body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper {
  padding-top: 0;
}
body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper .tribe-events-start-date-label {
  margin: 0;
}
body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper .tribe-events-single-section-title, body.single-tribe_events .tribe-events-pg-template body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper .tribe-events-single-section-title, body.single-tribe_events .tribe-events-pg-template body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper .tribe-events-related-events-title {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1875rem !important;
  color: #6D6F76;
  padding: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0 !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-meta-group-details {
  padding: 0;
  margin: 0;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-meta-group-details dl {
  padding: 0;
  margin: 0;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-meta-group-other {
  padding-top: 0;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-meta-group-other .tribe-events-single-section-title {
  display: none;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-event-url-label, body.single-tribe_events .tribe-events-pg-template .tribe-events-event-url {
  display: none;
}
body.single-tribe_events .tribe-events-pg-template {
  /* Data title on event sidebar */
}
body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper .tribe-events-meta-group dl dt {
  border-top: 1px solid #ddd;
  font-weight: 700;
  font-size: 1.0625rem;
  margin: 0;
  line-height: 1.1;
}
body.single-tribe_events .tribe-events-pg-template {
  /* Data definition on event sidebar */
}
body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper dd {
  font-size: 1.0625rem;
  font-weight: 300;
  padding-bottom: 0.25em;
  color: #6D6F76;
}
body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper .tribe-events-event-meta dd abbr {
  text-decoration: none;
}
body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper .tribe-events-event-meta dd abbr[title] {
  cursor: initial;
}
body.single-tribe_events .tribe-events-pg-template {
  /* Related events on sidebar */
}
body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper .tribe-events-single ul.tribe-related-events {
  flex-direction: column;
}
body.single-tribe_events .tribe-events-pg-template .single-event-meta-wrapper .tribe-events-related-events-title {
  border: none;
}
body.single-tribe_events {
  /* Links on single event sidebar */
}
body.single-tribe_events #tribe-events-content .tribe-events-single-section .tribe-events-meta-group a {
  font-weight: 300;
}
body.single-tribe_events .tribe-events-single ul.tribe-related-events .tribe-related-event-info {
  padding: 10px;
}
body.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
body.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  width: 100%;
  border-color: #3556a0;
  color: #3556a0;
}
body.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container:hover, body.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container:focus, body.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container:focus-within, body.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container.tribe-events-c-subscribe-dropdown__button--active,
body.single-tribe_events .tribe-events-c-subscribe-dropdown__button:hover,
body.single-tribe_events .tribe-events-c-subscribe-dropdown__button:focus,
body.single-tribe_events .tribe-events-c-subscribe-dropdown__button:focus-within,
body.single-tribe_events .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active {
  border-color: #21759b;
}
body.single-tribe_events .icons {
  text-align: right;
  margin-bottom: 25px;
}
body.single-tribe_events .icons .icon {
  width: 27px;
  padding: 2px;
  height: auto;
  opacity: 0.5;
}
body.single-tribe_events .icons .icon img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
body.single-tribe_events .icons .facebook {
  height: 27px;
  width: auto;
}

/* Archive */
body.post-type-archive-tribe_events .tribe-bar-filters-inner .tribe-event-categories li a span,
body.post-type-archive-tribe_events .tribe-bar-filters-inner .tribe-event-categories .tribe-events-c-view-selector__list-item-icon {
  color: var(--wp--preset--color--white);
}
body.post-type-archive-tribe_events .tribe-events-c-view-selector__list-item:hover {
  background-color: var(--wp--preset--color--white);
}
body.post-type-archive-tribe_events .tribe-common-c-svgicon path {
  fill: var(--wp--preset--color--white);
}
body.post-type-archive-tribe_events .tribe-common-c-svgicon--caret-down path, body.post-type-archive-tribe_events .tribe-common-c-svgicon--caret-right path, body.post-type-archive-tribe_events .tribe-common-c-svgicon--caret-left path {
  fill: #000 !important;
}
body.post-type-archive-tribe_events .tribe-events-c-view-selector__list-item:focus .tribe-common-c-svgicon path {
  fill: black !important;
}
body.post-type-archive-tribe_events .tribe-events-c-view-selector__list-item:hover svg path {
  fill: #000 !important;
}
body.post-type-archive-tribe_events .slide-content {
  display: block !important;
  align-items: center;
}
body.post-type-archive-tribe_events .tribe-events .tribe-events-header {
  display: block;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo {
  margin: 0 1em;
}
@media screen and (max-width: 1024px) {
  body.post-type-archive-tribe_events .tribe-events-pro-photo {
    margin: 0;
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-tribe_events .tribe-events-pro-photo {
    margin: 0;
    padding: 0;
  }
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-photo-container {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3em;
}
@media screen and (max-width: 769px) {
  body.post-type-archive-tribe_events .tribe-events-pro-photo .tribe-photo-container {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
body.post-type-archive-tribe_events .tribe-events-pro-photo-nav {
  padding: 1em !important;
}
body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown {
  margin-top: 0 !important;
  padding: 0 1em !important;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-title-link {
  border: none !important;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event--featured {
  background: #3556a0;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo .event-thumbnail-wrapper .tribe-events-pro-photo__event-date-tag-month,
body.post-type-archive-tribe_events .tribe-events-pro-photo .event-thumbnail-wrapper .tribe-events-pro-photo__event-date-tag-daynum {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
body.post-type-archive-tribe_events .tribe-events-pro-photo__event-excerpt p {
  line-height: 1.7;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 1rem;
  font-style: normal;
}
body.post-type-archive-tribe_events .tribe-events-c-nav__next, body.post-type-archive-tribe_events .tribe-events-c-nav__prev {
  font-size: 0.9375rem !important;
}
body.post-type-archive-tribe_events .tribe-events-c-nav__next, body.post-type-archive-tribe_events .tribe-events-c-nav__prev, body.post-type-archive-tribe_events .tribe-events .tribe-events-c-nav__next:disabled, body.post-type-archive-tribe_events .tribe-events .tribe-events-c-nav__prev:disabled {
  font-size: 0.9375rem;
}
body.post-type-archive-tribe_events .owl-carousel.futurelab-slides {
  margin-bottom: 0;
}
body.post-type-archive-tribe_events .owl-carousel.futurelab-slides .inner-box .box .bg {
  background: var(--wp--preset--color--white);
}
body.post-type-archive-tribe_events .owl-carousel.futurelab-slides .inner-box .event_datetime, body.post-type-archive-tribe_events .owl-carousel.futurelab-slides .inner-box p {
  font-weight: 300;
  font-size: 1.3125rem;
}
body.post-type-archive-tribe_events .owl-carousel.futurelab-slides .slide-title {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
body.post-type-archive-tribe_events .tribe-events-calendar-month, body.post-type-archive-tribe_events .tribe-events-pro-week-grid {
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  body.post-type-archive-tribe_events .tribe-events-calendar-month, body.post-type-archive-tribe_events .tribe-events-pro-week-grid {
    padding: 0;
  }
}
body.post-type-archive-tribe_events .tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-subscribe-dropdown,
body.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
  margin-left: 0;
  margin-right: auto;
}
body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button {
  background: #3556a0;
  color: white;
  padding: 0;
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.6875rem;
  line-height: normal;
  padding: 6px 9px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button:hover, body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button:focus, body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button:focus-within, body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active {
  background: #21759b;
}
body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
body.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-icon {
  margin: -2px;
}
body.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 2em;
  padding: 2em 0 0;
}

@media (width < 992px) {
  body.single-tribe_events #tribe-events-pg-template {
    min-width: 89vw;
  }
  body.post-type-archive-tribe_events .owl-carousel.futurelab-slides .inner-box .box .event_datetime {
    font-size: 1.125rem;
  }
  body.post-type-archive-tribe_events .owl-carousel.futurelab-slides .inner-box .box p.excerpt {
    font-size: 1.125rem;
    margin-bottom: 3em;
  }
  body.post-type-archive-tribe_events .tribe-events .tribe-events-l-container {
    padding-top: 0;
  }
  body.post-type-archive-tribe_events .tribe-common .tribe-common-g-row--gutters {
    margin-left: 0;
  }
}
.tribe-events-c-top-bar__nav-list-item, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
  width: 100%;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
}

.tribe-events button.tribe-events-c-top-bar__nav-link--next:disabled,
.tribe-events .tribe-events-c-nav__next:disabled {
  font-size: inherit;
}

.tribe-events .tribe-events-c-top-bar__nav-link--next, .tribe-events .tribe-events-c-top-bar__nav-link--prev {
  width: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  line-height: 1;
}

h6, .h6 {
  font-family: var(--wp--preset--font-family--secondary), sans-serif;
  line-height: 1;
}

h1, .h1 {
  font-size: var(--wp--preset--font-size--fl-heading-1);
}

h2, .h2 {
  font-size: var(--wp--preset--font-size--fl-heading-2);
}

h3, .h3 {
  font-size: var(--wp--preset--font-size--fl-heading-3);
}

h4, .h4 {
  font-size: var(--wp--preset--font-size--fl-heading-4);
}

h5, .h5 {
  font-size: var(--wp--preset--font-size--fl-heading-5);
}

h6, .h6 {
  font-size: var(--wp--preset--font-size--fl-heading-6);
}

#backholder {
  display: block;
  width: 100%;
}

.navigation-default {
  display: flex;
  justify-content: space-between;
}
.navigation-default .wrapper-logo {
  height: 100%;
}
.navigation-default .wrapper-logo .site-logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.navigation-default .wrapper-logo .site-logo a {
  height: 70%;
}
.navigation-default .wrapper-logo .site-logo a img {
  height: 100%;
  display: block;
  width: auto;
}
.navigation-default .container-navigation {
  position: absolute;
  height: calc(100vh - 85px);
  top: 85px;
  left: 0;
  width: 100%;
  background-color: var(--wp--preset--color--primary);
  display: none;
  transition: display 0.3s ease-out;
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  overflow: auto;
}
@media (width >= 992px) {
  .navigation-default .container-navigation {
    height: 100%;
    display: block;
    position: static;
    padding-left: 0;
    padding-right: 0;
    overflow: initial;
    background: none !important;
  }
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav {
    display: flex;
    height: 70%;
    gap: 55px;
    width: auto;
    align-items: center;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li {
  position: relative;
  float: none;
  width: 100%;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li > a {
  position: relative;
  font-family: var(--wp--preset--font-family--primary-2), sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li > a {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li > a::after {
  display: none;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li > a:hover {
  background-color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li > a.btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.open a {
  background-color: transparent;
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.menu-item-has-children > a {
    padding-right: 15px;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.menu-item-has-children > a::after {
  content: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: var(--wp--preset--color--white);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.menu-item-has-children > a .caret {
  border: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-family: monospace;
  font-weight: 700;
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.menu-item-has-children > a .caret {
    display: none;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.menu-item-has-children > a .caret::after {
  content: "+";
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.wrap-btn {
  display: flex;
  align-items: center;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.wrap-btn a {
  height: auto;
  line-height: 1;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li ul {
  display: none;
  position: static;
  background-color: var(--wp--preset--color--white);
  margin: 0;
  padding: 5px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li ul {
    position: absolute;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li ul li {
  margin: 10px 0;
  list-style-type: none;
  width: 100%;
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li ul li {
    width: auto;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li ul li a {
  padding: 5px 15px;
  color: var(--wp--preset--color--primary);
  display: block;
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li ul li a {
    white-space: nowrap;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li ul li a:hover {
  text-decoration: underline;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li.expanded ul {
  display: block;
}
@media (width >= 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav > li:hover ul {
    display: block;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu a {
  color: var(--wp--preset--color--white) !important;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu {
  background: var(--wp--preset--color--primary);
  border-radius: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu li {
  margin: 0;
  padding: 10px 0;
  position: relative;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu li:hover {
  background: var(--wp--preset--color--white);
}
@media (width < 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu li:hover {
    background: transparent;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu li:hover > a {
  color: var(--wp--preset--color--primary) !important;
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu {
  /* 2nd level submenu */
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
  min-width: 220px;
  z-index: 9999;
}
@media (width < 992px) {
  .navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu .sub-menu {
    position: static;
  }
}
.navigation-default .container-navigation .primary-menu-wrapper .wrap-nav .sub-menu li:hover > .sub-menu {
  display: block;
}
.navigation-default #burguer-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 40px;
}
@media (width >= 992px) {
  .navigation-default #burguer-menu-wrapper {
    display: none;
  }
}
.navigation-default #burguer-menu-wrapper button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  color: var(--wp--preset--color--white);
  height: 70%;
  width: 100%;
}
.navigation-default #burguer-menu-wrapper button svg.closed-icon {
  display: none;
}

#masthead.opened .navigation-default .container-navigation {
  display: block;
}
#masthead.opened .navigation-default #burguer-menu-wrapper button svg {
  display: none;
}
#masthead.opened .navigation-default #burguer-menu-wrapper button svg.closed-icon {
  display: block;
}

.sticky {
  height: 85px;
  position: fixed;
  left: 0;
  top: var(--top-offset-header, 0px);
  transition: height 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  z-index: 5;
}
.sticky.slideDown {
  height: 65px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  top: 0;
}
@media (width >= 601px) {
  .sticky.slideDown {
    top: var(--top-offset-header-sticked, 0px);
  }
}
.sticky.slideDown + #backholder {
  height: 65px;
}
.sticky.slideDown .container-navigation {
  height: calc(100vh - 65px);
  top: 65px;
}
@media (width >= 992px) {
  .sticky.slideDown .container-navigation {
    height: 100%;
  }
}
@media (width >= 992px) {
  .sticky.slideDown .container-navigation .primary-menu-wrapper .wrap-nav > li > a {
    line-height: 1;
  }
}
.sticky.slideDown .container-navigation .primary-menu-wrapper .wrap-nav > li.wrap-btn a {
  line-height: 1;
}
.sticky + #backholder {
  height: 85px;
}
.sticky > div, .sticky > div > nav {
  height: 100%;
}

.header-page-wrapper {
  display: table;
  background-image: var(--header-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.header-page-wrapper .header-page-title h1 {
  text-align: center;
  color: var(--wp--preset--color--white);
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (width >= 992px) {
  .header-page-wrapper .header-page-title h1 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
.header-page-wrapper #masthead {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header-page-wrapper #masthead.sticky.slideDown {
  background-image: var(--header-bg);
}
.header-page-wrapper #masthead .navigation-default .wrap-nav li a {
  color: var(--wp--preset--color--white);
}
.header-page-wrapper #masthead .navigation-default .wrap-nav li .sub-menu a {
  color: var(--wp--preset--color--primary);
}
.header-page-wrapper #masthead .navigation-default .wrap-nav .btn.btn-green-accent {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.header-page-wrapper #masthead .navigation-default .wrap-nav .btn.btn-green-accent:hover {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.header-page-wrapper #masthead .navigation-default .wrap-nav li.btn.btn-green-accent a {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.header-page-wrapper #masthead .navigation-default .wrap-nav li.btn.btn-green-accent a:hover {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}

.header-post-wrapper #masthead {
  background-color: var(--wp--preset--color--white);
}
.header-post-wrapper #masthead.sticky.slideDown {
  background-color: var(--wp--preset--color--white);
}
.header-post-wrapper #masthead.opened {
  background-color: var(--wp--preset--color--white);
}
@media (width >= 992px) {
  .header-post-wrapper #masthead.opened {
    background-color: transparent;
  }
}
@media (width >= 992px) {
  .header-post-wrapper #masthead .navigation-default .container-navigation {
    background-color: transparent;
  }
}
.header-post-wrapper #masthead .navigation-default .container-navigation .wrap-nav > li > a {
  color: var(--wp--preset--color--white);
}
@media (width >= 992px) {
  .header-post-wrapper #masthead .navigation-default .container-navigation .wrap-nav > li > a {
    color: var(--wp--preset--color--primary);
  }
}
.header-post-wrapper #masthead .navigation-default .container-navigation .wrap-nav > li > a:hover {
  color: var(--wp--preset--color--white);
}
.header-post-wrapper #masthead .navigation-default .container-navigation .wrap-nav > li.menu-item-has-children > a::after {
  border-top-color: var(--wp--preset--color--primary);
}
.header-post-wrapper #masthead .navigation-default .container-navigation .wrap-nav > li .sub-menu a {
  color: var(--wp--preset--color--primary);
}
.header-post-wrapper #masthead .navigation-default .container-navigation .wrap-nav .btn.btn-green-accent {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.header-post-wrapper #masthead .navigation-default .container-navigation .wrap-nav .btn.btn-green-accent:hover {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.header-post-wrapper #masthead .navigation-default .container-navigation .wrap-nav li.btn.btn-green-accent a {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.header-post-wrapper #masthead .navigation-default .container-navigation .wrap-nav li.btn.btn-green-accent a:hover {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.header-post-wrapper #masthead .navigation-default #burguer-menu-wrapper button svg path {
  stroke: var(--wp--preset--color--primary);
}

#alliance-section {
  position: relative;
  z-index: 10;
  /*&+.sticky {
      top: 53px;

      &.slideDown {
          top: 0;
      }
  }*/
}
#alliance-section.active .topbar .wrap-content-toggle span .arrow-down {
  transform: rotate(180deg);
}
#alliance-section.active .members-head {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  -webkit-transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#alliance-section .topbar {
  height: 53px;
  background-color: #6D6F76;
  color: var(--wp--preset--color--white);
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 0.875rem;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
#alliance-section .topbar .wrap-content-toggle {
  display: flex;
  justify-content: space-between;
}
#alliance-section .topbar .wrap-content-toggle span .arrow-down {
  width: 19px;
  display: inline-block;
  margin-top: -5px;
  margin-left: 15px;
  transition: transform 0.3s ease;
}
#alliance-section .members-head {
  background-color: #6D6F76;
  overflow: hidden;
  height: 0px;
  padding: 0px;
  -webkit-transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#alliance-section .members-head .close-up {
  margin: 0 auto;
  display: block;
  height: 20px;
  width: 100%;
  opacity: 1;
  transform: rotate(180deg);
  cursor: pointer;
  object-fit: contain;
}
#alliance-section .members-head i {
  font-size: 30px;
  margin-left: 10px;
}
#alliance-section .members-head .text-content img {
  width: 158px;
}
#alliance-section .members-head .text-content *,
#alliance-section .members-head .text-content p {
  color: var(--wp--preset--color--white);
}
#alliance-section .members-head .text-content p {
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 40px;
}
#alliance-section .members-head .text-content .btn {
  border: 1px solid var(--wp--preset--color--white);
  margin-bottom: 30px;
}
#alliance-section .members-head .text-content .btn:hover {
  background-color: var(--wp--preset--color--white);
  color: #6D6F76;
}
#alliance-section .members-head .members-list a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
  text-align: center;
}
#alliance-section .members-head .members-list img {
  max-width: 90%;
}
#alliance-section .members-head .members-list .list-logos {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
  min-height: 120px;
}
#alliance-section .members-head .members-list .list-logos h4 {
  color: var(--wp--preset--color--white);
  font-weight: 500;
  text-decoration: none;
}

.home-header-wrapper #masthead {
  background-color: transparent;
}
.home-header-wrapper #masthead.sticky.slideDown {
  background-color: var(--wp--preset--color--primary);
}
.home-header-wrapper #masthead.opened {
  background-color: var(--wp--preset--color--primary);
}
@media (width >= 992px) {
  .home-header-wrapper #masthead.opened {
    background-color: transparent;
  }
}
.home-header-wrapper #masthead .navigation-default {
  justify-content: flex-end;
}
@media (width >= 992px) {
  .home-header-wrapper #masthead .navigation-default {
    justify-content: space-between;
  }
}
@media (width >= 992px) {
  .home-header-wrapper #masthead .navigation-default .container-navigation {
    background-color: transparent;
  }
}
.home-header-wrapper #masthead .navigation-default .container-navigation .primary-menu-wrapper {
  justify-content: center;
}
.home-header-wrapper #masthead .navigation-default .container-navigation .wrap-nav li a {
  color: var(--wp--preset--color--white);
}
.home-header-wrapper #masthead .navigation-default .container-navigation .wrap-nav li .sub-menu a {
  color: var(--wp--preset--color--primary);
}
.home-header-wrapper #masthead .navigation-default .container-navigation .wrap-nav .btn.btn-green-accent {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.home-header-wrapper #masthead .navigation-default .container-navigation .wrap-nav .btn.btn-green-accent:hover {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.home-header-wrapper #masthead .navigation-default .container-navigation .wrap-nav li.btn.btn-green-accent a {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.home-header-wrapper #masthead .navigation-default .container-navigation .wrap-nav li.btn.btn-green-accent a:hover {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}

footer#colophon.site-footer {
  background-color: var(--wp--preset--color--gray-3);
  padding: 70px 0 50px;
}
footer#colophon.site-footer h5 {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  color: var(--wp--preset--color--cyan-dark);
}
footer#colophon.site-footer p {
  font-size: var(--wp--preset--font-size--fl-base);
  line-height: 1.6;
  font-weight: 300;
  color: var(--wp--preset--color--cyan-dark);
}
footer#colophon.site-footer .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
footer#colophon.site-footer .menu a {
  color: var(--wp--preset--color--cyan-dark);
  display: inline-block;
  font-size: var(--wp--preset--font-size--fl-base);
  font-weight: 300;
  padding: 3px 0;
}
footer#colophon.site-footer .container-global-padding {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
footer#colophon.site-footer .footer_top .social {
  margin-bottom: 30px;
}
@media (width >= 1200px) {
  footer#colophon.site-footer .footer_top .social {
    margin-bottom: 50px;
  }
}
footer#colophon.site-footer .footer_top .widget {
  margin-bottom: 20px;
}
@media (width >= 1200px) {
  footer#colophon.site-footer .footer_top .widget {
    margin-bottom: 40px;
  }
}
@media (width >= 1200px) {
  footer#colophon.site-footer .footer_top .social {
    float: right;
  }
  footer#colophon.site-footer .footer_top .widget {
    margin-bottom: 0;
  }
}
footer#colophon.site-footer .footer_top .widget-area .icons {
  text-align: left;
}
@media (width >= 992px) {
  footer#colophon.site-footer .footer_top .widget-area .icons {
    text-align: right;
  }
}
footer#colophon.site-footer .footer_bottom {
  margin-bottom: 0;
  font-weight: 400;
}
footer#colophon.site-footer .footer_bottom p {
  font-weight: 500;
}
footer#colophon.site-footer .footer_bottom .textwidget {
  font-size: 0.875rem;
}
footer#colophon.site-footer .footer_bottom .col-md-6:last-child {
  text-align: right;
}
footer#colophon.site-footer .footer_bottom .col-md-6:last-child .textwidget {
  margin-top: 87px;
  font-weight: 500;
}
footer#colophon.site-footer .desktop .social {
  display: none;
}
@media (width >= 1200px) {
  footer#colophon.site-footer .desktop .social {
    display: block;
  }
}
footer#colophon.site-footer .desktop .column1 {
  display: none;
}
@media (width >= 1200px) {
  footer#colophon.site-footer .desktop .column1 {
    display: block;
  }
}
@media (width >= 1200px) {
  footer#colophon.site-footer .mobile .social {
    display: none;
  }
}
@media (width >= 1200px) {
  footer#colophon.site-footer .mobile .column1 {
    display: none;
  }
}

.btn,
.gform_footer input.button,
.button {
  font-size: 14px;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--wp--preset--color--shade-light);
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--shade-light);
  border-radius: 9999px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .btn,
  .gform_footer input.button,
  .button {
    min-width: 250px;
  }
}
.btn.active,
.gform_footer input.button.active,
.button.active {
  box-shadow: none;
}
.btn.btn-white,
.gform_footer input.button.btn-white,
.button.btn-white {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
.btn.btn-white:hover,
.gform_footer input.button.btn-white:hover,
.button.btn-white:hover {
  background-color: var(--wp--preset--color--white);
  color: #6EBE44;
}

.btn.btn-green-accent {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
.btn.btn-green-accent:hover {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}

li.btn.btn-green-accent a {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}
li.btn.btn-green-accent a:hover {
  border-color: var(--wp--preset--color--secondary-green);
  color: var(--wp--preset--color--secondary-green);
}

.btn.btn-primary,
.wp-element-button {
  font-size: 14px;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--wp--preset--color--shade-light);
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--shade-light);
  border-radius: 9999px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .btn.btn-primary,
  .wp-element-button {
    min-width: 250px;
  }
}
.btn.btn-primary.active,
.wp-element-button.active {
  box-shadow: none;
}
.btn.btn-primary.btn-white,
.wp-element-button.btn-white {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
.btn.btn-primary.btn-white:hover,
.wp-element-button.btn-white:hover {
  background-color: var(--wp--preset--color--white);
  color: #6EBE44;
}
.btn.btn-primary,
.wp-element-button {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
.btn.btn-primary:hover,
.wp-element-button:hover {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}

li.btn.menu-item a {
  padding: 0;
  margin: 0;
}

.wp-block-button.is-style-fill a {
  border: 0;
}

.wp-block-columns {
  /* This is to make the columns stack on smaller screens using the tailwind breakpoint */
  flex-wrap: wrap !important;
}
@media (width >= 1200px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media (width < 1200px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
.wp-block-columns {
  /****/
}
.wp-block-columns.is-style-space-between {
  justify-content: space-between;
}
.wp-block-columns.is-style-space-between-reverse {
  justify-content: space-between;
}
@media (width < 1200px) {
  .wp-block-columns.is-style-space-between-reverse {
    flex-direction: column-reverse;
  }
}
.wp-block-columns.is-style-container-wide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.is-style-rounded-corners {
  overflow: hidden;
}
.wp-block-group.is-style-container-wide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image.is-style-hide-in-mobile {
  display: none;
}
@media (width >= 1200px) {
  .wp-block-image.is-style-hide-in-mobile {
    display: table;
  }
}

.wp-block-spacer.is-style-hide-in-mobile {
  display: none;
}
@media (width >= 1200px) {
  .wp-block-spacer.is-style-hide-in-mobile {
    display: block;
  }
}

.wp-block-heading.is-style-center-in-mobile {
  text-align: center;
}
@media (width >= 1200px) {
  .wp-block-heading.is-style-center-in-mobile {
    text-align: left;
  }
}

p.is-style-center-in-mobile {
  text-align: center;
}
@media (width >= 1200px) {
  p.is-style-center-in-mobile {
    text-align: left;
  }
}

.wp-block-button.is-style-menu-button .wp-element-button,
.wp-block-button.is-style-menu-button .wp-block-button__link {
  border: 0;
}
@media (width < 1200px) {
  .wp-block-buttons > .wp-block-button {
    width: auto !important;
  }
}

.wrapper-sticky-posts > h3, .wrapper-events-slider > h3 {
  font-family: var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: var(--wp--preset--font-size--fl-heading-4);
  color: var(--wp--preset--color--primary);
  font-weight: 400;
  text-transform: uppercase;
}
@media (width >= 992px) {
  .wrapper-sticky-posts > h3, .wrapper-events-slider > h3 {
    position: relative;
    transform: translateY(25px);
    z-index: 0;
  }
}

.wrap-icons .icons {
  margin-left: auto;
  display: table;
}

.wrapper-events-slider {
  margin-top: 4em;
}

.single .entry-content.header-page-title .wrap-title {
  position: relative;
  padding: 20px 15px;
  background-color: var(--wp--preset--color--gray-3);
  overflow: hidden;
}
.single .entry-content.header-page-title .wrap-title::before, .single .entry-content.header-page-title .wrap-title::after {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--wp--preset--color--white);
  border-radius: 50%;
  height: 62px;
  width: 62px;
}
.single .entry-content.header-page-title .wrap-title::before {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.single .entry-content.header-page-title .wrap-title::after {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.single .entry-content.header-page-title .wrap-title .wrap-categories {
  display: table;
  margin-left: auto;
}
.single .entry-content.header-page-title .wrap-title .wrap-categories .post-categories {
  margin: 0;
  padding: 0;
}
.single .entry-content.header-page-title .wrap-title .wrap-categories .post-categories li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
}
.single .entry-content.header-page-title .wrap-title .wrap-categories .post-categories li:first-child {
  margin-left: 0;
}
.single .entry-content.header-page-title .wrap-title .wrap-categories .post-categories li a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  text-transform: uppercase;
}
.single .entry-content.header-page-title .wrap-title .wrap-categories .post-categories li a:hover {
  text-decoration: underline;
}
.single .entry-content.header-page-title h1 {
  font-family: var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--primary);
  margin: 0 0 25px 0;
  padding: 0;
}
.single .entry-content .post-thumbnail img {
  object-fit: cover;
  width: 100%;
}

.wp-block-query ul li {
  background-color: var(--wp--preset--color--gray-3);
}
.wp-block-query ul li .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-query ul li .wp-block-columns .wp-block-column {
  position: relative;
}
.wp-block-query ul li .wp-block-columns .wp-block-column figure {
  margin: 0;
}
.wp-block-query ul li .wp-block-columns .wp-block-column .wp-block-post-terms {
  padding-bottom: 5px;
}
.wp-block-query ul li .wp-block-columns .wp-block-column .wp-block-post-terms a {
  display: inline-block;
  color: var(--wp--preset--color--primary);
  border-radius: 9999px;
  border: 1px solid var(--wp--preset--color--cyan-dark);
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 15px;
  line-height: 1.2;
  margin: 0 10px 5px 0;
  white-space: nowrap;
}
.wp-block-query ul li .wp-block-columns .wp-block-column .wp-block-post-terms a:last-child {
  margin-right: 0;
}
.wp-block-query ul li .wp-block-columns .wp-block-column .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.wp-block-query ul li .wp-block-columns .wp-block-column .wp-block-post-title {
  font-size: var(--wp--preset--font-size--fl-heading-5);
  line-height: 1.2;
  color: var(--wp--preset--color--cyan-dark);
  margin-bottom: 15px;
  font-weight: 400;
}
.wp-block-query ul li .wp-block-columns .wp-block-column .wp-block-post-title + .wp-block-group {
  padding: 0 5px;
  width: 100%;
}
@media (width >= 1200px) {
  .wp-block-query ul li .wp-block-columns .wp-block-column .wp-block-post-title + .wp-block-group {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.wp-block-query ul li .wp-block-columns .wp-block-column .wp-block-post-date {
  color: var(--wp--preset--color--cyan-dark);
}
.wp-block-query ul li .wp-block-columns .wp-block-column:nth-child(2) {
  padding: 25px 20px;
}
@media (width >= 1200px) {
  .wp-block-query ul li .wp-block-columns .wp-block-column:nth-child(2) {
    padding: 25px 20px 25px 0;
  }
}
.wp-block-query ul li .wp-block-columns .wp-block-column:nth-child(2) > .wp-block-group {
  position: relative;
  height: 100%;
}
.wp-block-query ul li .wp-block-columns .wp-block-column:nth-child(2) > .wp-block-group::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--cyan-dark);
}
.wp-block-query ul li:last-child .wp-block-columns .wp-block-column:nth-child(2) > .wp-block-group::after {
  content: none;
}

.component-dropdown {
  position: relative;
  display: block;
}
.component-dropdown .dropdown-toggle {
  text-decoration: none;
  border-radius: 9999px;
  border: 1px solid var(--wp--preset--color--primary);
  padding: 15px 80px 15px 30px;
  color: var(--wp--preset--color--primary) !important;
  background-color: transparent;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
@media (width >= 992px) {
  .component-dropdown .dropdown-toggle {
    padding: 20px 80px 20px 30px;
  }
}
.component-dropdown .dropdown-toggle:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}
.component-dropdown .dropdown-toggle .caret {
  position: absolute;
  right: 30px;
  top: 50% !important;
  transform: translateY(-50%);
  aspect-ratio: 18/5;
  height: auto !important;
  width: 35px !important;
  border: none;
  background-image: url("../img/arrow_down.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.component-dropdown .dropdown-items-wrapper {
  display: none;
  position: fixed;
  background-color: var(--wp--preset--color--white);
  margin: 0;
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  top: 50%;
  left: var(--wp--style--root--padding-left);
  max-height: 90vh;
  transform: translateY(-50%);
  max-width: 600px;
  overflow: auto;
  width: calc(100% - (var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right)));
  z-index: 10;
}
@media (width >= 992px) {
  .component-dropdown .dropdown-items-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    max-width: none;
    max-height: 100%;
    height: auto;
    width: 100%;
  }
}
.component-dropdown .dropdown-items-wrapper .close-icon {
  display: block;
  text-align: right;
  width: 100%;
  cursor: pointer;
}
.component-dropdown .dropdown-items-wrapper .close-icon svg {
  width: 20px;
}
.component-dropdown .dropdown-items-wrapper .close-icon svg path {
  stroke: var(--wp--preset--color--primary);
}
.component-dropdown .dropdown-items-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-dropdown .dropdown-items-wrapper ul li {
  margin: 15px 0;
}
.component-dropdown .dropdown-items-wrapper ul li a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.component-dropdown .dropdown-items-wrapper ul li a:hover {
  text-decoration: underline;
}
.component-dropdown.opened .dropdown-items-wrapper {
  display: block;
}
@media (width >= 992px) {
  .component-dropdown.opened .dropdown-items-wrapper {
    display: table;
  }
}

.card-post {
  display: block;
  padding: 0;
  background-color: var(--wp--preset--color--primary);
}
@media (width >= 992px) {
  .card-post {
    display: flex;
  }
}
.card-post .card-post-image {
  aspect-ratio: 371/354;
  width: 100%;
}
@media (width >= 992px) {
  .card-post .card-post-image {
    width: 50%;
  }
}
.card-post .card-post-image a {
  display: block;
  height: 100%;
  width: 100%;
}
.card-post .card-post-image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card-post .card-post-content {
  display: flex;
  padding: 15px;
  width: 100%;
}
@media (width >= 992px) {
  .card-post .card-post-content {
    padding: 30px;
    width: 50%;
  }
}
.card-post .card-post-content .inner-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-post .card-post-content .inner-wrapper .post-categories {
  margin: 0 0 15px 0;
  padding: 0;
}
.card-post .card-post-content .inner-wrapper .post-categories li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
.card-post .card-post-content .inner-wrapper .post-categories li:last-child {
  margin-right: 0;
}
.card-post .card-post-content .inner-wrapper .post-categories li a {
  font-size: var(--wp--preset--font-size--fl-small);
  display: inline-block;
  color: var(--wp--preset--color--white);
  border-radius: 9999px;
  border: 1px solid var(--wp--preset--color--white);
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 15px;
  line-height: 1.2;
  white-space: nowrap;
}
.card-post .card-post-content .inner-wrapper .card-post-title {
  font-weight: 400;
  margin: 0 0 10px;
  font-size: var(--wp--preset--font-size--fl-heading-5);
  line-height: 1.2;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card-post .card-post-content .inner-wrapper .card-post-title a {
  text-decoration: none;
  color: inherit;
}
.card-post .card-post-content .inner-wrapper .card-title-wrap {
  margin-bottom: 30px;
}
@media (width >= 992px) {
  .card-post .card-post-content .inner-wrapper .card-title-wrap {
    margin-bottom: 50px;
  }
}
.card-post .card-post-content .inner-wrapper .card-title-wrap h3 {
  font-size: var(--wp--preset--font-size--fl-heading-5);
  line-height: 1.2;
  color: var(--wp--preset--color--white);
  margin-bottom: 15px;
  font-weight: 400;
}
.card-post .card-post-content .inner-wrapper .card-wrapper-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-post .card-post-content .inner-wrapper .card-wrapper-date .card-post-date {
  color: var(--wp--preset--color--white);
  font-size: 0.9rem;
}
.card-post .card-post-content .inner-wrapper .card-wrapper-date .read-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-post .card-post-content .inner-wrapper .card-wrapper-date .read-more-link svg {
  transition: transform 0.2s ease;
}
.card-post .card-post-content .inner-wrapper .card-wrapper-date .read-more-link svg path {
  stroke: var(--wp--preset--color--white);
}
.card-post .card-post-content .inner-wrapper .card-wrapper-date .read-more-link:hover svg {
  transform: translateX(4px);
}
.card-post.gray {
  background-color: var(--wp--preset--color--gray-3);
}
.card-post.gray .card-post-content .inner-wrapper .post-categories li a {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
.card-post.gray .card-post-content .inner-wrapper .card-post-title a {
  color: var(--wp--preset--color--primary);
}
.card-post.gray .card-post-content .inner-wrapper .card-wrapper-date .card-post-date {
  color: var(--wp--preset--color--primary);
}
.card-post.gray .card-post-content .inner-wrapper .card-wrapper-date .read-more-link svg path {
  stroke: var(--wp--preset--color--primary);
}
.card-post.compact {
  display: block;
}
.card-post.compact .card-post-image {
  width: 100%;
}
.card-post.compact .card-post-content {
  width: 100%;
}

.swiper .swiper-pagination {
  position: static;
  text-align: right;
  margin-bottom: 15px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: var(--wp--preset--color--primary);
  opacity: 1;
  min-width: 80px;
  height: 1.5px;
  transition: height 0.3s ease;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
}

.pagination {
  display: table;
  width: 100%;
}
.pagination .page-numbers {
  float: left;
  font-size: var(--wp--preset--font-size--fl-small);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px;
  box-sizing: border-box;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}
.pagination .page-numbers.current {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.pagination .nav-links {
  display: table;
  margin-left: auto;
}
.pagination .prev {
  transform: rotate(-180deg);
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev svg,
.pagination .next svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

#commentform {
  margin-top: 2rem;
}
#commentform .comment-notes {
  margin-bottom: 1.5rem;
  font-size: var(--wp--preset--font-size--fl-small);
  color: var(--wp--preset--color--primary);
}
#commentform .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#commentform .comment-form-comment textarea {
  min-height: 150px;
  padding: 10px;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 8px;
  resize: vertical;
  width: 100%;
}
#commentform .comment-form-comment textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#commentform .form-submit {
  margin-top: 1.5rem;
}
#commentform .form-submit .submit {
  font-size: 14px;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--wp--preset--color--shade-light);
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--shade-light);
  border-radius: 9999px;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  #commentform .form-submit .submit {
    min-width: 250px;
  }
}
#commentform .form-submit .submit.active {
  box-shadow: none;
}
#commentform .form-submit .submit.btn-white {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
#commentform .form-submit .submit.btn-white:hover {
  background-color: var(--wp--preset--color--white);
  color: #6EBE44;
}
#commentform .form-submit .submit {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
#commentform .form-submit .submit:hover {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}

h1 {
  color: #000;
}

/**
 * Typography
 */
html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.2;
}

html body {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  line-height: 1.2;
  color: #6D6F76;
  font-weight: 300;
}

button,
input,
select,
textarea,
p,
li {
  font-weight: normal;
  font-size: 1.125rem;
  font-style: normal;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  color: #6D6F76;
}

h1 {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 700;
}

h2 {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 700;
}

h3 {
  margin-top: 0;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: 22px;
  font-weight: 700;
}

h4 {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}

h3.upper {
  text-transform: uppercase;
}

.has-2-columns,
col-md-12 {
  width: 100%;
}

.wp-block-columns img {
  width: 100%;
}

.owl-carousel.futurelab-slides .inner-box .box .btn {
  text-transform: none;
}

.page-header {
  border-bottom: none;
}

#loginform .button,
#loginform-custom .button {
  width: 100%;
  margin-top: 30px;
  background-color: transparent;
}
#loginform .button:hover,
#loginform-custom .button:hover {
  background-color: #6D6F76;
  color: var(--wp--preset--color--white);
}
#loginform label,
#loginform-custom label {
  font-size: 1rem;
  font-weight: 400;
}
#loginform .login-username,
#loginform .login-password,
#loginform-custom .login-username,
#loginform-custom .login-password {
  margin-bottom: 25px;
}
#loginform .login-username input,
#loginform .login-password input,
#loginform-custom .login-username input,
#loginform-custom .login-password input {
  padding: 5px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #6D6F76;
  font-size: 1rem;
}
#loginform .login-username input:hover,
#loginform .login-password input:hover,
#loginform-custom .login-username input:hover,
#loginform-custom .login-password input:hover {
  outline: none;
}

/* Search Form */
.search-form label > .screen-reader-text {
  display: none;
}
.search-form .search-field {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #6D6F76;
  font-size: 1.125rem;
  width: 100%;
  color: #6EBE44;
}
@media (width >= 768px) {
  .search-form .search-field {
    font-size: 22px;
  }
}
.search-form .search-field:focus {
  outline: none;
}
.search-form .search-submit {
  width: 60px;
  height: 30px;
  background-color: transparent;
  color: transparent;
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: contain;
  background-size: 25px;
}
.search-form .search-submit:hover {
  opacity: 0.8;
}

/*======== Mobile Menu =======*/
@media (width < 768px) {
  .site-header .navbar-default .navbar-collapse {
    position: fixed;
    top: 0;
    left: 100%;
    right: -100%;
    height: 100% !important;
    background: #fff;
    padding-top: 100px;
    transition: 0.5s;
  }
  .site-header .navbar-default .navbar-collapse.in {
    left: 0;
    right: 0;
    height: 100%;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-nav > li {
    width: 100%;
  }
}
/*  Header Global Drawer */
.global-drawer {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 560px;
  z-index: 9;
  background-color: var(--wp--preset--color--white);
  transition: 0.5s;
}
@media (width < 768px) {
  .global-drawer {
    width: 100%;
  }
}
.global-drawer .global-drawer-pan {
  margin-top: 150px;
  padding: 50px;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.global-drawer .global-drawer-pan.active {
  display: block;
}

.site.active .global-drawer {
  right: 0;
}

.site.active .site-header .navbar-default .header-right .close-drawer .close-icon {
  display: block;
}

.page-template-sidebar-first-on-mobile .col-md-4.side {
  float: right;
  max-width: 100%;
}

body #content,
body #tribe-events-pg-template {
  position: relative;
  transition: 0.5s;
  right: 0;
}

body #content.active,
body #tribe-events-pg-template.active {
  right: 560px;
  transition: 0.5s;
}
body #content.active #sticky-header,
body #tribe-events-pg-template.active #sticky-header {
  position: relative;
  right: 0;
  left: 0;
}

.img-container img,
.image-container img {
  max-width: 100%;
}

.owl-carousel.futurelab-slides {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  position: relative;
}
.owl-carousel.futurelab-slides .owl-nav {
  display: none;
}
.owl-carousel.futurelab-slides:hover .owl-nav {
  opacity: 1;
}
.owl-carousel.futurelab-slides .slide-content {
  display: flex;
  align-items: center;
}
.owl-carousel.futurelab-slides .inner-box {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.owl-carousel.futurelab-slides .inner-box .slide-title {
  color: var(--wp--preset--color--white);
  font-size: 30px;
  margin-top: 0;
  line-height: 1.25;
}
.owl-carousel.futurelab-slides .inner-box .box {
  padding: 35px 30px 70px;
}
.owl-carousel.futurelab-slides .inner-box .box * {
  z-index: 9;
  position: relative;
}
.owl-carousel.futurelab-slides .inner-box .box a:not(.btn) {
  color: var(--wp--preset--color--white);
}
.owl-carousel.futurelab-slides .inner-box .bg {
  position: absolute;
  width: 100%;
  height: 150%;
  background: #608EB5;
  top: 0;
  left: 0;
  z-index: 1;
}
.owl-carousel.futurelab-slides .container {
  margin: 0 auto;
  color: var(--wp--preset--color--white);
  padding: 0px 15px;
}
@media (width < 1024px) {
  .owl-carousel.futurelab-slides .container {
    padding: 0 3em;
  }
}
.owl-carousel.futurelab-slides .slide-image {
  overflow: hidden;
}
.owl-carousel.futurelab-slides .owl-item img {
  object-fit: cover;
  height: 100%;
}
.owl-carousel.futurelab-slides {
  margin-bottom: 30px;
}
.owl-carousel.futurelab-slides p {
  color: var(--wp--preset--color--white);
  font-size: 1rem;
}
.owl-carousel.futurelab-slides .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  padding: 0 20px;
  display: inherit;
  left: 0;
  right: 0;
}
.owl-carousel.futurelab-slides .owl-dots .owl-dot {
  border: 2px solid var(--wp--preset--color--white);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 7px;
}
.owl-carousel.futurelab-slides .owl-dots .owl-dot.active {
  background-color: var(--wp--preset--color--white);
}
@media (width >= 768px) {
  .owl-carousel.futurelab-slides .inner-box {
    position: absolute;
    top: 30px;
  }
  .owl-carousel.futurelab-slides .inner-box p {
    color: var(--wp--preset--color--white);
    font-size: 22px;
  }
  .owl-carousel.futurelab-slides .inner-box .slide-title {
    font-size: 40px;
    margin-top: 0;
    line-height: 1.25;
  }
  .owl-carousel.futurelab-slides .inner-box .box {
    position: relative;
    height: 440px;
    width: 660px;
  }
  .owl-carousel.futurelab-slides .inner-box .box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #608EB5;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .owl-carousel.futurelab-slides .inner-box .box .btn {
    position: absolute;
    bottom: 40px;
  }
  .owl-carousel.futurelab-slides .owl-nav {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transition: 0.5s;
  }
  .owl-carousel.futurelab-slides .owl-nav .owl-prev {
    color: transparent;
    float: left;
    margin-left: 30px;
    background: url(../img/carousel_arrow_left.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }
  .owl-carousel.futurelab-slides .owl-nav .owl-next {
    color: transparent;
    float: right;
    margin-right: 30px;
    background: url(../img/carousel_arrow_right.png) no-repeat;
    background-size: contain;
    margin-top: -23px;
    width: 46px;
    height: 46px;
  }
  .owl-carousel.futurelab-slides .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    text-align: right;
    margin: auto;
  }
}
@media (width >= 768px) and (width >= 992px) {
  .owl-carousel.futurelab-slides .owl-dots {
    width: 970px;
  }
}
@media (width >= 768px) and (width >= 1200px) {
  .owl-carousel.futurelab-slides .owl-dots {
    width: 1170px;
  }
}
@media (width >= 768px) and (width >= 1350px) {
  .owl-carousel.futurelab-slides .owl-dots {
    width: 1316px;
  }
}
@media (width >= 768px) {
  .owl-carousel.futurelab-slides .owl-dots .owl-dot {
    border: 2px solid var(--wp--preset--color--white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 7px;
  }
  .owl-carousel.futurelab-slides .owl-dots .owl-dot.active {
    background-color: var(--wp--preset--color--white);
  }
  .owl-carousel.futurelab-slides .slide-image {
    height: 500px;
  }
}

#primary {
  padding-left: 0;
  padding-right: 0;
}

body .site-inner {
  background-color: #E9EAEB;
}

.home .entry-header {
  display: none;
}
.home h3 {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 18px;
}
@media (width < 768px) {
  .home h3 {
    margin-top: 0px;
  }
}
.home .wp-block-futurelab-image-button-block h3 {
  padding-top: 0;
}
@media (width < 768px) {
  .home .wp-block-futurelab-image-button-block h3 {
    padding-top: 20px;
  }
}

/*===== Blocks Global =====*/
.wp-block-futurelab-custom-column {
  padding-left: 0;
  padding-right: 0;
}

#main .wp-block-futurelab-image-button-block,
#main .wp-block-fl-block-fl-small-item-tile-block,
#main .wp-block-fl-block-fl-large-item-tile-block,
#main .wp-block-futurelab-small-item-tile-block,
#main .wp-block-futurelab-large-item-tile-block,
#main .wp-block-futurelab-large-item-button-tile-block,
#main .wp-block-futurelab-custom-video-block,
#main .embed-video-block,
#main .wp-block-futurelab-custom-embed-block,
#main .wp-block-futurelab-white-block,
#main .fl-white-grid,
#main .wp-block-gallery,
#main .layout-grid-item-right,
#main .layout-grid-item-left,
#main .wp-block-embed-twitter {
  padding: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: var(--wp--preset--color--white);
  box-shadow: 0 1px 3px 2px #E0DCDC;
  width: 100%;
}
#main .wp-block-futurelab-color-button-block,
#main .wp-block-futurelab-color-social-block {
  padding: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px 2px #E0DCDC;
  width: 100%;
}

@media (width >= 768px) {
  .wp-block-futurelab-white-block.fl-white-grid .has-2-columns .wp-block-column {
    padding-right: 20px;
  }
}
.wp-block-futurelab-white-block.fl-white-grid {
  overflow: auto;
}

.news-filter-bar-form {
  margin-bottom: 15px;
}

.reports-container article.col-md-4 {
  display: flex;
  flex-direction: column;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap,
.tribe-events-pro-photo .tribe-events-pro-photo__event,
.archive article.col-md-4,
.page-template-blog article.col-md-4,
.blog article.col-md-4,
.page-template-archive-news article.col-md-4,
.reports-container article.col-md-4 {
  box-sizing: border-box;
  background-color: #D9D9D9;
  width: 100%;
  padding: 0;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .post-thumbnail,
.tribe-events-pro-photo .tribe-events-pro-photo__event .post-thumbnail,
.archive article.col-md-4 .post-thumbnail,
.page-template-blog article.col-md-4 .post-thumbnail,
.blog article.col-md-4 .post-thumbnail,
.page-template-archive-news article.col-md-4 .post-thumbnail,
.reports-container article.col-md-4 .post-thumbnail {
  height: 400px;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .entry-header,
.tribe-events-pro-photo .tribe-events-pro-photo__event .entry-header,
.archive article.col-md-4 .entry-header,
.page-template-blog article.col-md-4 .entry-header,
.blog article.col-md-4 .entry-header,
.page-template-archive-news article.col-md-4 .entry-header,
.reports-container article.col-md-4 .entry-header {
  margin-top: 10px;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .post-description,
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .post-date,
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .card-wrapper-date,
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .category-wrapper,
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .post-topics,
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .entry-header,
.tribe-events-pro-photo .tribe-events-pro-photo__event .post-description,
.tribe-events-pro-photo .tribe-events-pro-photo__event .post-date,
.tribe-events-pro-photo .tribe-events-pro-photo__event .card-wrapper-date,
.tribe-events-pro-photo .tribe-events-pro-photo__event .category-wrapper,
.tribe-events-pro-photo .tribe-events-pro-photo__event .post-topics,
.tribe-events-pro-photo .tribe-events-pro-photo__event .entry-header,
.archive article.col-md-4 .post-description,
.archive article.col-md-4 .post-date,
.archive article.col-md-4 .card-wrapper-date,
.archive article.col-md-4 .category-wrapper,
.archive article.col-md-4 .post-topics,
.archive article.col-md-4 .entry-header,
.page-template-blog article.col-md-4 .post-description,
.page-template-blog article.col-md-4 .post-date,
.page-template-blog article.col-md-4 .card-wrapper-date,
.page-template-blog article.col-md-4 .category-wrapper,
.page-template-blog article.col-md-4 .post-topics,
.page-template-blog article.col-md-4 .entry-header,
.blog article.col-md-4 .post-description,
.blog article.col-md-4 .post-date,
.blog article.col-md-4 .card-wrapper-date,
.blog article.col-md-4 .category-wrapper,
.blog article.col-md-4 .post-topics,
.blog article.col-md-4 .entry-header,
.page-template-archive-news article.col-md-4 .post-description,
.page-template-archive-news article.col-md-4 .post-date,
.page-template-archive-news article.col-md-4 .card-wrapper-date,
.page-template-archive-news article.col-md-4 .category-wrapper,
.page-template-archive-news article.col-md-4 .post-topics,
.page-template-archive-news article.col-md-4 .entry-header,
.reports-container article.col-md-4 .post-description,
.reports-container article.col-md-4 .post-date,
.reports-container article.col-md-4 .card-wrapper-date,
.reports-container article.col-md-4 .category-wrapper,
.reports-container article.col-md-4 .post-topics,
.reports-container article.col-md-4 .entry-header {
  padding: 0 15px;
  color: var(--wp--preset--color--primary);
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .entry-header a,
.tribe-events-pro-photo .tribe-events-pro-photo__event .entry-header a,
.archive article.col-md-4 .entry-header a,
.page-template-blog article.col-md-4 .entry-header a,
.blog article.col-md-4 .entry-header a,
.page-template-archive-news article.col-md-4 .entry-header a,
.reports-container article.col-md-4 .entry-header a {
  color: var(--wp--preset--color--primary);
  font-weight: 400;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .cat,
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .category-wrapper,
.tribe-events-pro-photo .tribe-events-pro-photo__event .cat,
.tribe-events-pro-photo .tribe-events-pro-photo__event .category-wrapper,
.archive article.col-md-4 .cat,
.archive article.col-md-4 .category-wrapper,
.page-template-blog article.col-md-4 .cat,
.page-template-blog article.col-md-4 .category-wrapper,
.blog article.col-md-4 .cat,
.blog article.col-md-4 .category-wrapper,
.page-template-archive-news article.col-md-4 .cat,
.page-template-archive-news article.col-md-4 .category-wrapper,
.reports-container article.col-md-4 .cat,
.reports-container article.col-md-4 .category-wrapper {
  border: 1px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  border-radius: 20px;
  width: fit-content;
}
.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap .card-wrapper-date,
.tribe-events-pro-photo .tribe-events-pro-photo__event .card-wrapper-date,
.archive article.col-md-4 .card-wrapper-date,
.page-template-blog article.col-md-4 .card-wrapper-date,
.blog article.col-md-4 .card-wrapper-date,
.page-template-archive-news article.col-md-4 .card-wrapper-date,
.reports-container article.col-md-4 .card-wrapper-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wp--preset--color--cyan-dark);
  margin-top: auto;
  margin-bottom: 15px;
  color: var(--wp--preset--color--primary);
}

.bottom-line {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 40px !important;
}

:not(.home) .site-main {
  box-sizing: border-box;
}
:not(.home) .site-main .widget-title {
  margin-bottom: 20px;
}
:not(.home) .site-main p a {
  text-decoration: underline;
}
:not(.home) .site-main ul li,
:not(.home) .site-main ol li {
  font-weight: 300;
}
:not(.home) .site-main .post-content {
  margin-bottom: 20px;
}
:not(.home) .site-main .wp-block-gallery .owl-dots {
  top: -30px;
}
:not(.home) .site-main blockquote.wp-block-pullquote {
  border: none;
  position: relative;
}
:not(.home) .site-main blockquote.wp-block-pullquote:before {
  content: "";
  background-color: #6EBE44;
  -webkit-mask: url(../img/quotation.svg) no-repeat;
  mask: url(../img/quotation.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  display: block;
  width: 33px;
  height: 27px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
:not(.home) .site-main blockquote.wp-block-pullquote p {
  font-size: 28px;
  color: #6EBE44;
  font-weight: 700;
  padding-bottom: 0;
}
:not(.home) .site-main blockquote.wp-block-pullquote cite {
  font-size: 1.125rem;
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  color: #6EBE44;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}
@media (width >= 768px) {
  :not(.home) .site-main .post-content.col-md-8 {
    padding-right: 50px;
  }
  :not(.home) .site-main .side {
    padding-left: 15px;
  }
}

.wp-block-embed-youtube.wp-block-embed {
  margin: 1.5em 0;
}
.wp-block-embed-youtube.wp-block-embed iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

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

.site-inner {
  background-color: #E9EAEB;
}

.full-width,
.full-width-header-block {
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  position: relative;
}

.no-image-header-block {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.no-image-header-block .title,
.no-image-header-block .subtitle {
  font-size: 28px;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 700;
}
.no-image-header-block .title {
  font-size: 28px;
  opacity: 0.65;
}

.full-width-header-block {
  margin-bottom: 50px;
  position: relative;
}
.full-width-header-block.events {
  margin-bottom: 10px;
  min-height: 480px;
}
.full-width-header-block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.full-width-header-block .inner {
  padding-top: 40px;
}
.full-width-header-block .inner a {
  color: #fff;
  display: inline-block;
}
.full-width-header-block .inner a:hover {
  text-decoration: underline;
  color: #fff;
}
.full-width-header-block h1,
.full-width-header-block .subtitle,
.full-width-header-block .title {
  color: var(--wp--preset--color--white);
  z-index: 9;
  position: relative;
}
.full-width-header-block div.title {
  opacity: 0.6;
}
.full-width-header-block .title {
  font-size: 1.4375rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 700px;
  margin-top: 3px;
  position: relative;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 700;
}
.full-width-header-block .title i {
  position: relative;
  left: 5px;
  top: -3px;
  font-size: 1.23em;
}
@media (width < 768px) {
  .full-width-header-block .title i {
    top: -2px;
  }
}
.full-width-header-block .subtitle {
  font-size: 46px;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 700;
  width: 810px;
  position: absolute;
  bottom: 50px;
}
.full-width-header-block .featured-image-caption {
  color: #fff;
  z-index: 5;
  position: absolute;
  right: 30px;
  font-size: 12px;
  top: 25%;
  transform: rotate(90deg) translate(100%);
  transform-origin: 100% 0;
}

/*===== Block ======*/
.wp-block-futurelab-color-social-block {
  background-color: #6EBE44;
  min-height: 330px;
  padding: 30px;
  color: #ffffff;
  position: relative;
}
.wp-block-futurelab-color-social-block .block-content {
  color: var(--wp--preset--color--white);
}
.wp-block-futurelab-color-social-block h3 {
  color: var(--wp--preset--color--white);
}
.wp-block-futurelab-color-social-block .social-icon-container a {
  color: #ffffff;
  display: inline-block;
  padding: 0 17px;
}
.wp-block-futurelab-color-social-block .social-icon-container a i {
  font-size: 30px;
}
.wp-block-futurelab-color-social-block .social-icon-container {
  position: absolute;
  bottom: 28px;
}

.wp-block-futurelab-color-button-block {
  background-color: #6EBE44;
  min-height: 330px;
  position: relative;
}
.wp-block-futurelab-color-button-block h3 {
  color: var(--wp--preset--color--white);
}
.wp-block-futurelab-color-button-block .block-content,
.wp-block-futurelab-color-button-block > * {
  color: var(--wp--preset--color--white);
}
.wp-block-futurelab-color-button-block .btn {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
  width: calc(100% - 56px);
  position: absolute;
  bottom: 28px;
}
.wp-block-futurelab-color-button-block .btn:hover {
  background-color: var(--wp--preset--color--white);
  color: #6EBE44;
}

.wp-block-fl-block-fl-news-block {
  padding: 30px;
  background-color: var(--wp--preset--color--white);
}
.wp-block-fl-block-fl-news-block hr {
  border-top: 1px solid rgba(151, 151, 151, 0.5);
}
.wp-block-fl-block-fl-news-block hr:last-child {
  display: none;
}
.wp-block-fl-block-fl-news-block .default {
  display: none;
}
.wp-block-fl-block-fl-news-block .img-container {
  padding: 0;
}
.wp-block-fl-block-fl-news-block .tags {
  font-size: 1rem;
}
@media (width >= 768px) {
  .wp-block-fl-block-fl-news-block .img-container,
  .wp-block-fl-block-fl-news-block .content-container {
    width: 50%;
    flex: 1;
    padding: 0 15px;
  }
  .wp-block-fl-block-fl-news-block .img-container {
    padding-left: 0;
  }
  .wp-block-fl-block-fl-news-block .content-container {
    margin-right: 0;
    width: 100%;
  }
}

.wp-block-futurelab-image-button-block {
  display: block;
}
.wp-block-futurelab-image-button-block .text-container .button-container {
  position: relative;
  top: 10px;
}
.wp-block-futurelab-image-button-block .block-content {
  padding-bottom: 51px;
}
@media (width >= 768px) {
  .wp-block-futurelab-image-button-block {
    display: flex;
    min-height: 330px;
  }
  .wp-block-futurelab-image-button-block:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .wp-block-futurelab-image-button-block .image-container {
    flex: 1;
  }
  .wp-block-futurelab-image-button-block .image-container .organic-profile-image {
    max-width: 270px;
  }
  .wp-block-futurelab-image-button-block .text-container {
    flex: 2;
    padding-left: 25px;
    position: relative;
    min-height: 270px;
    width: 100%;
  }
  .wp-block-futurelab-image-button-block .text-container .button-container {
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 0;
    width: 100%;
    padding-left: 25px;
  }
}
@media (width < 768px) {
  .wp-block-futurelab-image-button-block .image-container .organic-profile-image {
    overflow: hidden;
    position: relative;
    padding-top: 75%;
  }
  .wp-block-futurelab-image-button-block .image-container .organic-profile-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.wp-block-futurelab-image-button-block .img-container img {
  max-width: 100%;
  margin-bottom: 15px;
}
.wp-block-futurelab-image-button-block .btn {
  min-width: auto;
  width: 47%;
  display: block;
  float: left;
}
.wp-block-futurelab-image-button-block .btn.right {
  margin-right: 0;
  float: right;
}
.wp-block-futurelab-image-button-block .btn.right i,
.wp-block-futurelab-image-button-block .btn.right em {
  font-style: normal !important;
}
@media (width < 768px) {
  .wp-block-futurelab-image-button-block .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    float: none;
  }
  .wp-block-futurelab-image-button-block .btn.right {
    float: none;
    margin-bottom: 10px;
  }
}

body .site-main p.wp-block-subhead {
  font-size: 22px;
  margin-bottom: 0;
  opacity: 1;
}
body .site-main p.wp-block-subhead,
body .site-main p.wp-block-subhead strong {
  font-weight: 300 !important;
  font-style: normal;
  letter-spacing: 0;
}
@media (width >= 768px) {
  body .site-main p.wp-block-subhead {
    font-size: 28px;
  }
}

.wp-block-separator {
  width: 100%;
  max-width: inherit;
  border-width: 1px;
  border-color: #6D6F76;
  margin-bottom: 50px;
  clear: both;
  opacity: 0.6;
}
.wp-block-separator.normal {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-table {
  width: 100%;
  overflow-x: auto;
  display: block;
}
@media (width < 480px) {
  .wp-block-table {
    overflow-x: scroll;
  }
}
.wp-block-table tr:nth-child(even) {
  background-color: #E9EAEB;
}
.wp-block-table tr:first-child {
  background-color: #6D6F76;
  color: var(--wp--preset--color--white);
  border-color: #6D6F76;
}
.wp-block-table tr:first-child td {
  font-weight: 700;
}
@media (width < 450px) {
  .wp-block-table tr td,
  .wp-block-table tr th {
    min-width: 110px;
  }
}
.wp-block-table tr td {
  font-size: 14px;
}
.wp-block-table tr th,
.wp-block-table tr td {
  padding: 15px;
  vertical-align: top;
}
@media (width < 600px) {
  .wp-block-table tr th,
  .wp-block-table tr td {
    padding: 8px;
    font-size: 13px;
  }
}

.fl-accordion {
  clear: both;
  border: 1px solid #6D6F76;
  list-style: none;
  margin-bottom: 60px;
}
.fl-accordion .toggle {
  font-size: 20px;
  font-weight: 700;
  padding: 22px 30px;
  position: relative;
  cursor: pointer;
}
.fl-accordion .toggle .arrow {
  display: block;
  position: absolute;
  right: 30px;
  top: 28px;
  width: 20px;
  height: 20px;
  background: url(../img/open_menu_g.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.fl-accordion .toggle.active {
  background: #6D6F76;
  color: var(--wp--preset--color--white);
}
.fl-accordion .toggle.active .arrow {
  background: url(../img/open_menu.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.fl-accordion .inner .item {
  padding: 45px 30px;
  border-bottom: 1px solid #979797;
}
.fl-accordion .inner .item:last-child {
  border: none;
}
.fl-accordion .inner .item .img-content {
  padding-left: 0;
}
.fl-accordion .inner .item .img-content img {
  max-width: 100%;
  height: auto;
}
.fl-accordion .inner a {
  color: #6EBE44;
  text-decoration: underline;
}

.wp-block-futurelab-right-grid,
.wp-block-futurelab-left-grid,
.wp-block-fl-block-guten-right-grid,
.wp-block-fl-block-guten-left-grid {
  padding: 0;
}
@media (width >= 768px) {
  .wp-block-futurelab-right-grid,
  .wp-block-futurelab-left-grid,
  .wp-block-fl-block-guten-right-grid,
  .wp-block-fl-block-guten-left-grid {
    width: 100%;
  }
  .wp-block-futurelab-right-grid .wp-block-futurelab-color-social-block,
  .wp-block-futurelab-right-grid .wp-block-gallery,
  .wp-block-futurelab-left-grid .wp-block-futurelab-color-social-block,
  .wp-block-futurelab-left-grid .wp-block-gallery,
  .wp-block-fl-block-guten-right-grid .wp-block-futurelab-color-social-block,
  .wp-block-fl-block-guten-right-grid .wp-block-gallery,
  .wp-block-fl-block-guten-left-grid .wp-block-futurelab-color-social-block,
  .wp-block-fl-block-guten-left-grid .wp-block-gallery {
    grid-row: span 1;
  }
  .wp-block-futurelab-right-grid .wp-block-gallery,
  .wp-block-futurelab-left-grid .wp-block-gallery,
  .wp-block-fl-block-guten-right-grid .wp-block-gallery,
  .wp-block-fl-block-guten-left-grid .wp-block-gallery {
    max-width: 840px;
  }
  .wp-block-futurelab-right-grid .wp-block-gallery .owl-stage-outer,
  .wp-block-futurelab-left-grid .wp-block-gallery .owl-stage-outer,
  .wp-block-fl-block-guten-right-grid .wp-block-gallery .owl-stage-outer,
  .wp-block-fl-block-guten-left-grid .wp-block-gallery .owl-stage-outer {
    max-width: 100%;
  }
  .wp-block-futurelab-right-grid .wp-block-fl-block-fl-small-item-tile-block,
  .wp-block-futurelab-right-grid .wp-block-futurelab-small-item-tile-block,
  .wp-block-futurelab-right-grid .wp-block-futurelab-custom-video-block,
  .wp-block-futurelab-right-grid .wp-block-futurelab-custom-embed-block,
  .wp-block-futurelab-left-grid .wp-block-fl-block-fl-small-item-tile-block,
  .wp-block-futurelab-left-grid .wp-block-futurelab-small-item-tile-block,
  .wp-block-futurelab-left-grid .wp-block-futurelab-custom-video-block,
  .wp-block-futurelab-left-grid .wp-block-futurelab-custom-embed-block,
  .wp-block-fl-block-guten-right-grid .wp-block-fl-block-fl-small-item-tile-block,
  .wp-block-fl-block-guten-right-grid .wp-block-futurelab-small-item-tile-block,
  .wp-block-fl-block-guten-right-grid .wp-block-futurelab-custom-video-block,
  .wp-block-fl-block-guten-right-grid .wp-block-futurelab-custom-embed-block,
  .wp-block-fl-block-guten-left-grid .wp-block-fl-block-fl-small-item-tile-block,
  .wp-block-fl-block-guten-left-grid .wp-block-futurelab-small-item-tile-block,
  .wp-block-fl-block-guten-left-grid .wp-block-futurelab-custom-video-block,
  .wp-block-fl-block-guten-left-grid .wp-block-futurelab-custom-embed-block {
    grid-row: span 2;
  }
}

.wp-block-spacer {
  clear: both;
}

@media (width < 768px) {
  .wp-block-fl-block-guten-right-grid .wp-block-column,
  .wp-block-fl-block-guten-left-grid .wp-block-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0;
  }
}
@media (width >= 768px) {
  .wp-block-fl-block-guten-right-grid > .col-md-8 {
    padding-left: 0;
    margin-right: 0;
  }
  .wp-block-fl-block-guten-right-grid > .col-md-4 {
    padding-right: 0;
    margin-left: 0;
  }
  .wp-block-fl-block-guten-right-grid.wp-block-futurelab-right-grid.col-md-12 {
    display: flex;
    overflow: hidden;
  }
  .wp-block-fl-block-guten-right-grid.wp-block-futurelab-right-grid.col-md-12 > .col-md-8 {
    min-width: 66.66%;
  }
  .wp-block-fl-block-guten-right-grid.wp-block-futurelab-right-grid.col-md-12 > .col-md-4 {
    max-width: 33.33%;
    padding-left: 10px;
  }
  .wp-block-fl-block-guten-right-grid.wp-block-futurelab-right-grid.col-md-12 .wp-block-embed-twitter {
    height: calc(100% - 30px);
  }
  .home .wp-block-gallery .blocks-gallery-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .wp-block-fl-block-guten-left-grid .col-md-8 {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
  .wp-block-fl-block-guten-left-grid .col-md-4 {
    padding: 0;
    width: 100%;
  }
  .wp-block-fl-block-guten-left-grid .wp-block-fl-block-fl-small-item-tile-block,
  .wp-block-fl-block-guten-left-grid .wp-block-futurelab-small-item-tile-block {
    min-height: calc(100% - 390px);
  }
  .wp-block-futurelab-left-grid {
    display: inline-grid;
    grid-template-columns: 1fr 2fr;
    grid-auto-flow: dense;
    grid-gap: 25px;
    grid-auto-rows: auto;
  }
  .wp-block-futurelab-left-grid .layout-grid-item-left.grid-4 {
    width: 100%;
    grid-column-start: 1;
    margin-bottom: 0;
  }
  .wp-block-futurelab-left-grid .layout-grid-item-left.grid-4:first-child {
    grid-row-start: 1;
  }
  .wp-block-futurelab-left-grid .layout-grid-item-right.grid-8 {
    width: 100%;
    grid-column-start: 2;
    margin-bottom: 0;
  }
  .wp-block-futurelab-left-grid .layout-grid-item-right.grid-8:first-child {
    grid-row-start: 1;
  }
}
.wp-block-fl-block-fl-news-block,
.wp-block-fl-block-fl-events-block {
  display: block;
  width: 98% !important;
  padding: 30px 0 !important;
}
@media (width < 768px) {
  .wp-block-fl-block-fl-news-block,
  .wp-block-fl-block-fl-events-block {
    width: 100% !important;
  }
}
.wp-block-fl-block-fl-news-block > h3,
.wp-block-fl-block-fl-events-block > h3 {
  color: #179C9E;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-fl-block-fl-news-block hr,
.wp-block-fl-block-fl-events-block hr {
  display: none;
}
.wp-block-fl-block-fl-news-block a,
.wp-block-fl-block-fl-events-block a {
  text-decoration: none;
}
.wp-block-fl-block-fl-news-block a.btn,
.wp-block-fl-block-fl-events-block a.btn {
  width: 100%;
  margin-top: 10px;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-fl-block-fl-news-block .news-item,
.wp-block-fl-block-fl-news-block .events-item,
.wp-block-fl-block-fl-events-block .news-item,
.wp-block-fl-block-fl-events-block .events-item {
  display: flex;
  width: 100%;
}
.wp-block-fl-block-fl-news-block .news-block-title, .wp-block-fl-block-fl-news-block .events-block-title,
.wp-block-fl-block-fl-events-block .news-block-title,
.wp-block-fl-block-fl-events-block .events-block-title {
  position: relative;
  padding-left: 3em;
  margin-bottom: 1.5em;
}
.wp-block-fl-block-fl-news-block .news-block-title::before, .wp-block-fl-block-fl-news-block .events-block-title::before,
.wp-block-fl-block-fl-events-block .news-block-title::before,
.wp-block-fl-block-fl-events-block .events-block-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-image: var(--fl-block-icon);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wp-block-fl-block-fl-news-block .default,
.wp-block-fl-block-fl-news-block .overlay,
.wp-block-fl-block-fl-events-block .default,
.wp-block-fl-block-fl-events-block .overlay {
  display: none !important;
}
.wp-block-fl-block-fl-news-block .owl-carousel .owl-stage,
.wp-block-fl-block-fl-events-block .owl-carousel .owl-stage {
  background: #D9D9D9;
}
@media (width >= 768px) {
  .wp-block-fl-block-fl-news-block .owl-carousel .owl-stage,
  .wp-block-fl-block-fl-events-block .owl-carousel .owl-stage {
    width: 100% !important;
    transition: inherit !important;
    transform: inherit !important;
  }
  .wp-block-fl-block-fl-news-block .owl-carousel.owl-drag .owl-item,
  .wp-block-fl-block-fl-events-block .owl-carousel.owl-drag .owl-item {
    width: 100% !important;
  }
  .wp-block-fl-block-fl-news-block .owl-carousel.owl-drag .owl-item:first-child,
  .wp-block-fl-block-fl-events-block .owl-carousel.owl-drag .owl-item:first-child {
    border: none;
    padding-top: 0;
  }
}
.wp-block-fl-block-fl-news-block .img-container,
.wp-block-fl-block-fl-events-block .img-container {
  width: 40%;
  flex: 2;
  position: relative;
}
.wp-block-fl-block-fl-news-block .img-container .round-container,
.wp-block-fl-block-fl-events-block .img-container .round-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.wp-block-fl-block-fl-news-block .img-container .round-container img,
.wp-block-fl-block-fl-events-block .img-container .round-container img {
  height: 100%;
  width: 200px;
  min-width: 100%;
  object-fit: cover;
  max-width: initial;
}
.wp-block-fl-block-fl-news-block .img-container .event-date,
.wp-block-fl-block-fl-events-block .img-container .event-date {
  display: none;
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #6dbf43;
  border-radius: 50%;
  bottom: 13px;
  right: 9px;
}
.wp-block-fl-block-fl-news-block .img-container .event-date .date,
.wp-block-fl-block-fl-events-block .img-container .event-date .date {
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}
.wp-block-fl-block-fl-news-block .img-container .event-date .month,
.wp-block-fl-block-fl-events-block .img-container .event-date .month {
  margin-top: -15px;
  margin-left: 0;
  color: #fff;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 6px;
}
.wp-block-fl-block-fl-news-block .owl-carousel .owl-dots,
.wp-block-fl-block-fl-events-block .owl-carousel .owl-dots {
  position: relative;
  padding: 20px 20px 20px;
  text-align: center;
}
.wp-block-fl-block-fl-news-block .owl-carousel .owl-dots .owl-dot,
.wp-block-fl-block-fl-events-block .owl-carousel .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #6D6F76;
  display: inline-block;
  margin: 0 5px;
}
.wp-block-fl-block-fl-news-block .owl-carousel .owl-dots .owl-dot.active,
.wp-block-fl-block-fl-events-block .owl-carousel .owl-dots .owl-dot.active {
  background: #6D6F76;
}
.wp-block-fl-block-fl-news-block .news-item,
.wp-block-fl-block-fl-events-block .news-item {
  display: flex;
  align-items: stretch;
}
.wp-block-fl-block-fl-news-block .news-item .img-container,
.wp-block-fl-block-fl-events-block .news-item .img-container {
  height: 200px;
  padding-right: 10px;
}
.wp-block-fl-block-fl-news-block .news-item .img-container img,
.wp-block-fl-block-fl-events-block .news-item .img-container img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
  min-height: 210px;
}
@media (width < 768px) {
  .wp-block-fl-block-fl-news-block .news-item .img-container img,
  .wp-block-fl-block-fl-events-block .news-item .img-container img {
    min-width: 410px;
  }
}
.wp-block-fl-block-fl-news-block .news-item .meta-section,
.wp-block-fl-block-fl-events-block .news-item .meta-section {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wp-block-fl-block-fl-news-block .news-item .meta-section svg,
.wp-block-fl-block-fl-events-block .news-item .meta-section svg {
  height: 2.5em;
  width: auto;
  transition: transform 0.25s ease;
}
.wp-block-fl-block-fl-news-block .news-item .meta-section a,
.wp-block-fl-block-fl-events-block .news-item .meta-section a {
  display: flex;
  align-items: flex-end;
}
.wp-block-fl-block-fl-news-block .news-item .meta-section a:hover svg,
.wp-block-fl-block-fl-events-block .news-item .meta-section a:hover svg {
  transform: translateY(-3px);
}
.wp-block-fl-block-fl-news-block .content-container,
.wp-block-fl-block-fl-events-block .content-container {
  display: flex;
  flex-direction: column;
  width: 60%;
  flex: 3;
  padding: 0.7em;
}
.wp-block-fl-block-fl-news-block .content-container h3,
.wp-block-fl-block-fl-events-block .content-container h3 {
  color: var(--wp--preset--color--cyan-dark) !important;
  text-transform: none;
  line-height: 26px;
  font-size: 20px;
}
.wp-block-fl-block-fl-news-block .content-container h3 a,
.wp-block-fl-block-fl-events-block .content-container h3 a {
  color: var(--wp--preset--color--cyan-dark) !important;
}
.wp-block-fl-block-fl-news-block .content-container h4,
.wp-block-fl-block-fl-events-block .content-container h4 {
  border: 1px solid var(--wp--preset--color--cyan-dark);
  border-radius: 20px;
  font-weight: 300;
  padding: 3px 18px;
  color: var(--wp--preset--color--cyan-dark) !important;
  width: fit-content;
}
.wp-block-fl-block-fl-news-block .content-container h4 a,
.wp-block-fl-block-fl-events-block .content-container h4 a {
  color: var(--wp--preset--color--cyan-dark) !important;
}
@media (width < 768px) {
  .wp-block-fl-block-fl-news-block .content-container,
  .wp-block-fl-block-fl-events-block .content-container {
    width: 100%;
  }
}
.wp-block-fl-block-fl-news-block .events .owl-item .content-container, .wp-block-fl-block-fl-news-block .news .owl-item .content-container,
.wp-block-fl-block-fl-events-block .events .owl-item .content-container,
.wp-block-fl-block-fl-events-block .news .owl-item .content-container {
  border-bottom: 1px solid var(--wp--preset--color--cyan-dark);
}
@media (width < 768px) {
  .wp-block-fl-block-fl-news-block .events .owl-item .content-container, .wp-block-fl-block-fl-news-block .news .owl-item .content-container,
  .wp-block-fl-block-fl-events-block .events .owl-item .content-container,
  .wp-block-fl-block-fl-events-block .news .owl-item .content-container {
    border: 0;
  }
}
.wp-block-fl-block-fl-news-block .events .owl-item:last-child .content-container, .wp-block-fl-block-fl-news-block .news .owl-item:last-child .content-container,
.wp-block-fl-block-fl-events-block .events .owl-item:last-child .content-container,
.wp-block-fl-block-fl-events-block .news .owl-item:last-child .content-container {
  border-bottom: 0;
}
.wp-block-fl-block-fl-news-block h4,
.wp-block-fl-block-fl-events-block h4 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6D6F76;
  text-transform: uppercase;
}
.wp-block-fl-block-fl-news-block .date-time,
.wp-block-fl-block-fl-news-block .tag,
.wp-block-fl-block-fl-news-block .tags,
.wp-block-fl-block-fl-events-block .date-time,
.wp-block-fl-block-fl-events-block .tag,
.wp-block-fl-block-fl-events-block .tags {
  font-size: 1rem;
  color: #9B9B9B;
  margin-bottom: 4px;
}
@media (width >= 1350px) {
  .wp-block-fl-block-fl-news-block .content-container,
  .wp-block-fl-block-fl-events-block .content-container {
    margin-right: 30px;
  }
}
@media (width < 768px) {
  .wp-block-fl-block-fl-news-block,
  .wp-block-fl-block-fl-events-block {
    display: block;
  }
  .wp-block-fl-block-fl-news-block .news-item .img-container,
  .wp-block-fl-block-fl-news-block .img-container,
  .wp-block-fl-block-fl-events-block .news-item .img-container,
  .wp-block-fl-block-fl-events-block .img-container {
    width: 100%;
    display: block;
  }
  .wp-block-fl-block-fl-news-block .news-item .img-container .round-container,
  .wp-block-fl-block-fl-news-block .img-container .round-container,
  .wp-block-fl-block-fl-events-block .news-item .img-container .round-container,
  .wp-block-fl-block-fl-events-block .img-container .round-container {
    margin: 0 auto;
  }
  .wp-block-fl-block-fl-news-block .news-item,
  .wp-block-fl-block-fl-events-block .news-item {
    display: block;
  }
}

.wp-block-fl-block-fl-small-item-tile-block h2,
.wp-block-futurelab-small-item-tile-block h2 {
  font-size: 21px;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.wp-block-fl-block-fl-small-item-tile-block h3,
.wp-block-futurelab-small-item-tile-block h3 {
  color: #6EBE44;
  text-transform: none;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.wp-block-fl-block-fl-small-item-tile-block .block-content,
.wp-block-futurelab-small-item-tile-block .block-content {
  font-size: 1rem;
}
.wp-block-fl-block-fl-small-item-tile-block .image-container img,
.wp-block-futurelab-small-item-tile-block .image-container img {
  width: 100%;
}

.wp-block-fl-block-fl-large-item-tile-block,
.wp-block-futurelab-large-item-tile-block {
  min-height: 330px;
}

.wp-block-fl-block-fl-large-item-tile-block,
.wp-block-futurelab-large-item-tile-block,
.wp-block-futurelab-large-item-button-tile-block {
  display: block;
}
.wp-block-fl-block-fl-large-item-tile-block h2,
.wp-block-futurelab-large-item-tile-block h2,
.wp-block-futurelab-large-item-button-tile-block h2 {
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  text-transform: uppercase;
}
.wp-block-fl-block-fl-large-item-tile-block h3,
.wp-block-futurelab-large-item-tile-block h3,
.wp-block-futurelab-large-item-button-tile-block h3 {
  color: #6EBE44;
  text-transform: none;
  margin-top: 5px;
}
.wp-block-fl-block-fl-large-item-tile-block .btn,
.wp-block-futurelab-large-item-tile-block .btn,
.wp-block-futurelab-large-item-button-tile-block .btn {
  margin-top: 20px;
}
@media (width >= 768px) {
  .wp-block-fl-block-fl-large-item-tile-block,
  .wp-block-futurelab-large-item-tile-block,
  .wp-block-futurelab-large-item-button-tile-block {
    display: flex;
  }
  .wp-block-fl-block-fl-large-item-tile-block h2,
  .wp-block-futurelab-large-item-tile-block h2,
  .wp-block-futurelab-large-item-button-tile-block h2 {
    font-size: 21px;
  }
  .wp-block-fl-block-fl-large-item-tile-block h3,
  .wp-block-futurelab-large-item-tile-block h3,
  .wp-block-futurelab-large-item-button-tile-block h3 {
    font-size: 42px;
  }
  .wp-block-fl-block-fl-large-item-tile-block .image-container,
  .wp-block-fl-block-fl-large-item-tile-block .text-container,
  .wp-block-futurelab-large-item-tile-block .image-container,
  .wp-block-futurelab-large-item-tile-block .text-container,
  .wp-block-futurelab-large-item-button-tile-block .image-container,
  .wp-block-futurelab-large-item-button-tile-block .text-container {
    width: 50%;
    flex: 1;
    padding: 0 15px;
  }
  .wp-block-fl-block-fl-large-item-tile-block .image-container,
  .wp-block-futurelab-large-item-tile-block .image-container,
  .wp-block-futurelab-large-item-button-tile-block .image-container {
    padding-left: 0;
  }
}

@media (width >= 768px) {
  .layout-grid-item-left.grid-8 {
    width: 65.5%;
  }
  .layout-grid-item-right.grid-4 {
    float: right;
    width: 32.5%;
  }
  .layout-grid-item-left.grid-4 {
    width: 32.5%;
    float: left;
  }
  .layout-grid-item-right.grid-8 {
    width: 65.5%;
    float: right;
  }
  .wp-block-futurelab-right-grid .layout-grid-item-left.grid-8 {
    width: 65.5% !important;
  }
  .wp-block-futurelab-right-grid .layout-grid-item-right.grid-4 {
    float: right;
    width: 32.5% !important;
  }
  .wp-block-fl-block-fl-events-block {
    float: right;
  }
}
/* Button Block*/
.wp-block-button,
.wp-block-quote.is-large {
  display: block;
  text-align: center;
  border: none;
}
.wp-block-button cite,
.wp-block-quote.is-large cite {
  text-align: center;
}

.wp-block-button.aligncenter .wp-block-button__link {
  text-align: center;
}

.sidebar .menu .menu-item {
  background-color: #6EBE44;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  max-width: 360px;
  text-align: left;
  padding: 14px 20px;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
}

.sidebar .menu {
  list-style: none;
}
.sidebar .menu a {
  color: var(--wp--preset--color--white);
}

.wp-block-gallery {
  position: relative;
  margin-left: 0;
}
.wp-block-gallery .owl-item .blocks-gallery-item {
  width: 100% !important;
  padding: 0 15px 0 0;
}
.wp-block-gallery .owl-dots {
  position: absolute;
  top: 2px;
  right: 30px;
  z-index: 5;
  padding: 0 20px;
}
.wp-block-gallery .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #6D6F76;
  display: inline-block;
  margin: 0 5px;
}
.wp-block-gallery .owl-dots .owl-dot.active {
  background: #6D6F76;
}
.wp-block-gallery .owl-dots .owl-dot .title {
  font-size: 20px;
}

.full-width-header-block {
  height: 500px;
}
@media (width < 768px) {
  .full-width-header-block {
    height: 300px;
  }
  .full-width-header-block .inner {
    padding: 30px 27px;
  }
  .full-width-header-block .title {
    font-size: 1.0625rem;
  }
  .full-width-header-block .subtitle {
    bottom: 35px;
    font-size: 26px;
    max-width: 100%;
    padding-right: 50px;
  }
}

.icons .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px;
  margin: 0 4px;
  transition: 0.5s;
}
.icons .icon img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.icons .icon:hover {
  opacity: 0.5;
}

/*  ======  Resources Reports   ====== */
.resource-reports-block {
  position: relative;
}
.resource-reports-block .upper {
  margin-bottom: 70px;
  letter-spacing: 0 !important;
}
.resource-reports-block .date {
  opacity: 0.5;
  margin-bottom: 10px;
  font-size: 1rem;
}
.resource-reports-block .col-md-10 {
  padding-bottom: 40px;
}
.resource-reports-block .col-md-8 p {
  font-weight: 400 !important;
}
.resource-reports-block img {
  max-width: 100%;
  height: auto;
}
.resource-reports-block .row h3 {
  text-transform: none !important;
  letter-spacing: 0 !important;
}
@media (width >= 768px) {
  .resource-reports-block .col-md-3 {
    padding-left: 0;
  }
  .resource-reports-block .btn {
    margin-top: 50px;
  }
  .resource-reports-block .upper {
    width: 70%;
    float: left;
  }
  .resource-reports-block > img {
    max-width: 30%;
    float: right;
    width: 236px;
  }
}

.tribe-event-image-caption {
  font-size: 12px;
  position: absolute;
  top: 10px;
}

/* Single Posts Styling */
.single h1,
.single .tribe-events-single-event-title {
  color: #6EBE44;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0;
  font-size: 48px;
  margin-top: 0;
}
@media (width < 768px) {
  .single h1,
  .single .tribe-events-single-event-title {
    font-size: 30px;
  }
}
.single article img {
  max-width: 100%;
  height: auto;
}
.single p,
.single #tribe-events-content p,
.single #tribe-events-content li {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.single #tribe-events-content hr {
  border-top: 1px solid #6D6F76;
}
.single #tribe-events-content h2,
.single h2 {
  font-size: 27px;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media (width < 768px) {
  .single #tribe-events-content h2,
  .single h2 {
    font-size: 22px;
  }
}
.single .text-content .icons,
.single .site-main .icons {
  text-align: right;
  margin-bottom: 25px;
}
.single .text-content .icons .icon,
.single .site-main .icons .icon {
  width: 27px;
  padding: 2px;
  height: auto;
  opacity: 0.5;
}
.single .text-content .icons .facebook,
.single .site-main .icons .facebook {
  height: 27px;
  width: auto;
}
.single .sub-title.author_name {
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}
.single .author-details {
  max-width: 600px;
  margin-top: 30px;
}
@media (width < 768px) {
  .single .author-details {
    margin: 0;
  }
}
.single .author-details .memberimg_wrapper {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}
@media (width < 600px) {
  .single .author-details .memberimg_wrapper {
    width: 100px;
    height: 100px;
    float: none;
    margin: 0 auto 15px;
  }
}
.single .author-details .memberimg_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .author-details .author_text {
  margin-bottom: 20px;
}
.single .author-details .author_text .author_name {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 600;
  padding-bottom: 8px;
  display: block;
}
.single .author-details .author_text .description {
  font-size: 0.9375rem;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  line-height: 1.3;
  display: block;
  font-weight: 400;
}
@media (width < 768px) {
  .single .author-details .author_text {
    margin-bottom: 40px;
  }
}
@media (width < 600px) {
  .single .author-details .author_text {
    text-align: center;
    width: 100%;
  }
}

.filter.dropdown.knowledgehub .dropdown-menu button {
  width: 100%;
  font-size: 1rem;
}
.filter.dropdown.knowledgehub .dropdown-menu .all {
  font-size: 1rem;
  padding: 3px 5px 3px 0;
}

.fl-blog-list .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (width < 768px) {
  .fl-blog-list .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .fl-blog-list {
    padding-left: 27px;
    padding-right: 27px;
  }
}

/* News */
.slide-image.news img {
  margin-top: 0% !important;
}

.single-knowledgehub .entry-date,
.single-knowledgehub .entry-date a,
.single-knowledgehub .tags,
.single-knowledgehub .tags a,
.single-post .entry-date,
.single-post .entry-date a,
.single-post .tags,
.single-post .tags a,
.single-reports .entry-date,
.single-reports .entry-date a,
.single-reports .tags,
.single-reports .tags a {
  padding-right: 5px;
  color: #9E9FA1;
}
.single-knowledgehub .entry-date,
.single-knowledgehub .tags,
.single-post .entry-date,
.single-post .tags,
.single-reports .entry-date,
.single-reports .tags {
  opacity: 0.65;
}
.single-knowledgehub .entry-date a,
.single-knowledgehub .tags a,
.single-post .entry-date a,
.single-post .tags a,
.single-reports .entry-date a,
.single-reports .tags a {
  padding-right: 5px !important;
}
.single-knowledgehub .tags,
.single-post .tags,
.single-reports .tags {
  padding-bottom: 30px !important;
}
.single-knowledgehub .tags,
.single-knowledgehub .tags a,
.single-post .tags,
.single-post .tags a,
.single-reports .tags,
.single-reports .tags a {
  font-size: 16px !important;
  text-decoration: none !important;
}
.single-knowledgehub .site-main .icons,
.single-post .site-main .icons,
.single-reports .site-main .icons {
  text-align: right;
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 0px;
}
.single-knowledgehub .wp-block-subhead,
.single-post .wp-block-subhead,
.single-reports .wp-block-subhead {
  max-width: 740px;
}
.single-knowledgehub .entry-date,
.single-post .entry-date,
.single-reports .entry-date {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 20px;
}
.single-knowledgehub .image-header,
.single-post .image-header,
.single-reports .image-header {
  height: 550px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.single-knowledgehub .image-header .post-thumbnail,
.single-post .image-header .post-thumbnail,
.single-reports .image-header .post-thumbnail {
  height: 100%;
}
.single-knowledgehub .image-header img,
.single-post .image-header img,
.single-reports .image-header img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.single-knowledgehub .image-header h2,
.single-post .image-header h2,
.single-reports .image-header h2 {
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  padding: 20px;
}
.single-knowledgehub .image-header .container,
.single-post .image-header .container,
.single-reports .image-header .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.single-knowledgehub .image-header .bg,
.single-post .image-header .bg,
.single-reports .image-header .bg {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.single-knowledgehub .image-header .knowledgehub-breadcrumb,
.single-post .image-header .knowledgehub-breadcrumb,
.single-reports .image-header .knowledgehub-breadcrumb {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (width < 768px) {
  .single-knowledgehub .image-header,
  .single-post .image-header,
  .single-reports .image-header {
    height: 300px;
  }
  .single-knowledgehub .image-header h2,
  .single-post .image-header h2,
  .single-reports .image-header h2 {
    font-size: 1.125rem;
    padding: 10px;
  }
}
.single-knowledgehub .image-header .wp-block-button .wp-block-button__link,
.single-knowledgehub .image-header .sidebar .menu .menu-item,
.single-post .image-header .wp-block-button .wp-block-button__link,
.single-post .image-header .sidebar .menu .menu-item,
.single-reports .image-header .wp-block-button .wp-block-button__link,
.single-reports .image-header .sidebar .menu .menu-item {
  background-color: transparent !important;
  font-family: var(--title-font, inherit);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 100px;
  border: 2px solid var(--wp--preset--color--white);
  width: 100%;
  max-width: 360px;
  text-align: center;
  padding: 14px 20px;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
}
.single-knowledgehub .image-header .wp-block-button .wp-block-button__link:hover,
.single-knowledgehub .image-header .sidebar .menu .menu-item:hover,
.single-post .image-header .wp-block-button .wp-block-button__link:hover,
.single-post .image-header .sidebar .menu .menu-item:hover,
.single-reports .image-header .wp-block-button .wp-block-button__link:hover,
.single-reports .image-header .sidebar .menu .menu-item:hover {
  background-color: #6EBE44 !important;
  transition: 0.2s all ease;
  text-decoration: none;
  color: var(--wp--preset--color--white);
}
.single-knowledgehub .site-main article,
.single-post .site-main article,
.single-reports .site-main article {
  padding-top: 30px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.single-knowledgehub .site-main article p,
.single-post .site-main article p,
.single-reports .site-main article p {
  font-weight: 400;
}
.single-knowledgehub .site-main article .wp-block-image,
.single-post .site-main article .wp-block-image,
.single-reports .site-main article .wp-block-image {
  margin: 60px;
  max-width: 100%;
  width: auto;
}
.single-knowledgehub .site-main article .wp-block-image.alignleft,
.single-post .site-main article .wp-block-image.alignleft,
.single-reports .site-main article .wp-block-image.alignleft {
  margin: 0;
}
.single-knowledgehub .site-main article .wp-block-image.alignright,
.single-post .site-main article .wp-block-image.alignright,
.single-reports .site-main article .wp-block-image.alignright {
  margin: 0;
}
.single-knowledgehub .site-main article .wp-block-image figcaption,
.single-post .site-main article .wp-block-image figcaption,
.single-reports .site-main article .wp-block-image figcaption {
  text-align: left;
  padding-top: 20px;
}
.single-knowledgehub .site-main article .wp-block-image img,
.single-post .site-main article .wp-block-image img,
.single-reports .site-main article .wp-block-image img {
  width: auto;
}
@media (width >= 1200px) {
  .single-knowledgehub .site-main article .wp-block-image.alignright,
  .single-post .site-main article .wp-block-image.alignright,
  .single-reports .site-main article .wp-block-image.alignright {
    margin-left: 40px;
    max-width: 50%;
  }
  .single-knowledgehub .site-main article .wp-block-image.alignright figcaption,
  .single-post .site-main article .wp-block-image.alignright figcaption,
  .single-reports .site-main article .wp-block-image.alignright figcaption {
    padding-bottom: 20px;
    text-align: center;
  }
  .single-knowledgehub .site-main article .wp-block-image.alignleft,
  .single-post .site-main article .wp-block-image.alignleft,
  .single-reports .site-main article .wp-block-image.alignleft {
    margin-right: 40px;
    max-width: 50%;
  }
  .single-knowledgehub .site-main article .wp-block-image.alignleft figcaption,
  .single-post .site-main article .wp-block-image.alignleft figcaption,
  .single-reports .site-main article .wp-block-image.alignleft figcaption {
    padding-bottom: 20px;
    text-align: center;
  }
  .single-knowledgehub .site-main article .wp-block-image.aligncenter,
  .single-post .site-main article .wp-block-image.aligncenter,
  .single-reports .site-main article .wp-block-image.aligncenter {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1100px;
    width: 120%;
  }
  .single-knowledgehub .site-main article .wp-block-image.aligncenter img,
  .single-post .site-main article .wp-block-image.aligncenter img,
  .single-reports .site-main article .wp-block-image.aligncenter img {
    width: 100%;
  }
}
.single-knowledgehub .post-navigation,
.single-post .post-navigation,
.single-reports .post-navigation {
  display: none;
}

/* ====== Tribe Events =====  */
/* Navigation */
.events-container #tribe-events {
  padding: 0;
}
.events-container #main {
  background-color: transparent !important;
  box-shadow: none;
}
@media (width < 768px) {
  .events-container #main,
  .events-container .post-content {
    padding: 0;
  }
  .events-container #tribe-events-content {
    padding-top: 20px;
  }
}

.single-tribe_events .events-container #main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#tribe-events .owl-carousel.futurelab-slides.archive {
  margin-left: -49.1vw !important;
}

#tribe-events-bar {
  margin-bottom: 10px !important;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
@media (width >= 768px) {
  #tribe-events-bar #tribe-bar-form .tribe-bar-filters {
    width: calc(33.33% - 20px);
  }
}
#tribe-events-bar #tribe-bar-collapse-toggle {
  display: none;
}
#tribe-events-bar .categories {
  width: calc(33.33% - 20px);
}
@media (width < 768px) {
  #tribe-events-bar .categories {
    width: 100%;
    margin-bottom: 10px;
  }
}
#tribe-events-bar .categories .dropdown-menu > div {
  display: none;
}
#tribe-events-bar .categories .tribe-event-categories {
  list-style: none;
}
#tribe-events-bar .categories .tribe-event-categories a {
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  line-height: 1.8em;
}
#tribe-events-bar .btn {
  background: #6EBE44;
  color: var(--wp--preset--color--white);
  width: 100%;
  border: none;
  text-align: left;
  padding: 15px 30px;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  letter-spacing: 1px;
}
#tribe-events-bar .caret {
  position: absolute;
  right: 30px;
  top: 40%;
  width: 15px;
  height: 13px;
  border: none;
  background: url(../img/open_menu.png) no-repeat;
  background-size: contain;
  transition: 0.5s;
  background-position: center;
}
#tribe-events-bar .open .caret,
#tribe-events-bar .tribe-bar-views-open .caret {
  -webkit-transform: -webkit-rotate(180deg);
  transform: rotate(180deg);
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views {
  left: 0;
  padding: 0;
}
@media (width >= 768px) {
  #tribe-events-bar #tribe-bar-form #tribe-bar-views {
    width: calc(33.33% - 20px);
  }
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
  background-color: transparent;
  padding: 0;
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-option:first-child {
  display: none;
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list {
  padding: 0;
  border-radius: 0;
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background: #6EBE44;
  color: var(--wp--preset--color--white);
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list span {
  padding-left: 35px;
  font-weight: 700;
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list span.tribe-icon-photo {
  background-image: url(../img/grid_view.png);
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list span.tribe-icon-week {
  background-image: url(../img/view_week.png);
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-list span.tribe-icon-month {
  background-image: url(../img/view_month.png);
}
#tribe-events-bar #tribe-bar-form #tribe-bar-views.tribe-bar-views-open .tribe-bar-views-inner .tribe-bar-views-option:first-child {
  display: list-item;
}
#tribe-events-bar .tribe-bar-filters-inner > * {
  width: 100%;
}
#tribe-events-bar #tribe-events-bar {
  padding-right: 0;
}
#tribe-events-bar .tribe-bar-views-list .tribe-bar-views-option a {
  background: #6EBE44;
  padding: 15px 30px;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner {
  color: var(--wp--preset--color--white);
  background-color: #6EBE44;
  box-shadow: none;
  width: 100%;
  border-radius: 0;
  border: none;
  max-width: 100%;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner label {
  display: none;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner > * {
  padding: 1em 2em;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner input {
  color: var(--wp--preset--color--white);
  font-style: normal;
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 0.5em 0;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner input::-webkit-input-placeholder {
  color: var(--wp--preset--color--white);
  font-style: none;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner input[type=text] {
  font-style: italic;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner input[type=text], #tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner input[type=date] {
  border-bottom: 1px solid var(--wp--preset--color--white);
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(100%);
  font-size: 1.4375rem;
  cursor: pointer;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner .tribe-events-button {
  background: transparent;
  border: 1px solid var(--wp--preset--color--white);
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#tribe-events-bar #tribe-bar-form .tribe-bar-filters-inner .tribe-events-button:hover {
  background-color: var(--wp--preset--color--white);
  color: #6EBE44;
}
#tribe-events-bar #tribe-bar-form {
  background-color: transparent;
  flex-direction: column;
  gap: 0.5em;
}
@media (width >= 1024px) {
  #tribe-events-bar #tribe-bar-form {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: row;
    gap: 2em;
  }
}
#tribe-events-bar .col-md-4 {
  padding: 0;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
  max-width: 1316px;
  padding: 0px;
}

.single-tribe_events .site-inner {
  padding-bottom: 40px;
}
.single-tribe_events .owl-carousel.futurelab-slides .owl-item img {
  height: 100%;
}
.single-tribe_events #tribe-events-pg-template {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.single-tribe_events #tribe-events {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  width: 100%;
  max-width: 1316px;
  padding: 0 15px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: -2px -2px 3px 2px #E0DCDC;
  position: relative;
  z-index: 1;
  padding: 0 50px 40px;
}
@media (width < 768px) {
  .single-tribe_events #tribe-events {
    padding: 0px 10px 40px;
  }
}
.single-tribe_events #tribe-events #tribe-events-footer {
  border: none;
}
.single-tribe_events #tribe-events #tribe-events-footer .tribe-events-sub-nav {
  display: none;
}
.single-tribe_events #tribe-events .btn {
  margin: 30px 0;
  color: #6D6F76;
}
.single-tribe_events #tribe-events .btn:hover {
  background: #6D6F76;
  color: var(--wp--preset--color--white);
}
@media (width >= 768px) {
  .single-tribe_events #tribe-events .text-content {
    padding-left: 50px;
  }
}
.single-tribe_events #tribe-events .tribe-events-button,
.single-tribe_events #tribe-events .tribe-events-button {
  background: transparent;
  padding: 3px 0;
  font-size: 1.125rem;
  text-decoration: none;
  display: block;
  color: #6EBE44;
  text-transform: none;
  text-align: left;
  margin-top: 0;
  letter-spacing: 0;
}
.single-tribe_events #tribe-events .tribe-events-single-section {
  background: transparent;
  border: none;
  padding: 0;
}
.single-tribe_events #tribe-events .tribe-events-single-section .tribe-events-meta-group {
  width: 100%;
  padding: 0;
  font-size: 1.0625rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.single-tribe_events #tribe-events .tribe-events-single-section .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 1.1875rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 700;
}
.single-tribe_events #tribe-events .tribe-events-single-section .tribe-events-meta-group dt {
  padding: 18px 0 3px;
  border-top: 1px solid #ddd;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}
.single-tribe_events #tribe-events .tribe-events-single-section .tribe-events-meta-group dd {
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-weight: 300;
}
.single-tribe_events #tribe-events .tribe-events-single-section .tribe-events-meta-group dd .tribe-events-abbr {
  text-decoration: none;
}
.single-tribe_events #tribe-events .tribe-events-single-section .tribe-events-meta-group a {
  color: #6EBE44;
  text-decoration: underline;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}
.single-tribe_events #tribe-events .tribe-events-single-section .tribe-events-meta-group .tribe-events-event-url {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.single-tribe_events #tribe-events .tribe-events-after-html {
  background-color: var(--wp--preset--color--white);
  padding: 20px;
}
.single-tribe_events .tribe-events-event-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.single-tribe_events .tribe-events-event-image img {
  filter: brightness(75%);
  height: auto;
  width: 100%;
}
.single-tribe_events .slide-content.remove_featured_image_overlay .tribe-events-event-image img {
  filter: initial;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  #tribe-events-photo-events .tribe-events-photo-event {
    margin-bottom: 0;
    width: 100%;
    float: none;
    margin: 0 auto 12px;
    position: static !important;
    width: auto;
  }
}
#tribe-bar-form {
  margin-top: 30px;
}

.tribe-events-list .category > div {
  display: none;
}
.tribe-events-list .tribe-event-categories {
  list-style: none;
  padding-left: 0;
  min-height: 50px;
  overflow: hidden;
}
.tribe-events-list .tribe-event-categories a {
  color: #6D6F76;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-transform: uppercase;
}

#tribe-events-photo-events .tribe-event-featured .category .tribe-event-categories a {
  color: #ffffff;
  margin-top: 12px;
  display: inline-block;
}

.tribe-events-list.tribe-events-photo .tribe-event-featured .tribe-events-content p {
  background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0.1));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#tribe-events-content.tribe-events-list .tribe-events-loop .tribe-event-featured [class*=-event-title] a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
  color: #ffffff;
}

#tribe-events-photo-events .tribe-event-featured .tribe-events-list-event-title {
  margin-top: 7px !important;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-color: #6D6F76;
}

.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
  opacity: 0.9;
}

.tribe-events-list.tribe-events-photo .tribe-events-photo-event-wrap {
  min-height: 581px;
  position: relative;
}
@media (width >= 768px) {
  .tribe-events-list.tribe-events-photo .tribe-events-photo-event-wrap {
    height: 610px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .tribe-events-list.tribe-events-photo .tribe-events-photo-event-wrap {
    height: 610px;
  }
}
.tribe-events-list.tribe-events-photo #tribe-bar-views .tribe-bar-views-list {
  z-index: 5;
}
.tribe-events-list.tribe-events-photo .events_single_date_round {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #6EBE44;
  color: var(--wp--preset--color--white);
  position: absolute;
  top: 152px;
  right: 37px;
  font-size: 0.9375rem;
  text-align: center;
  display: table;
}
.tribe-events-list.tribe-events-photo .events_single_date_round span {
  padding: 24px 3px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
.tribe-events-list.tribe-events-photo .tribe-events-loop .tribe-events-photo-event .tribe-events-event-image {
  height: 230px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.tribe-events-list.tribe-events-photo .tribe-events-loop .tribe-events-photo-event .tribe-events-event-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: initial;
  object-fit: cover;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tribe-events-list.tribe-events-photo .tribe-events-page-title {
  display: none;
}
.tribe-events-list.tribe-events-photo .tribe-events-list-event-title {
  height: auto;
  min-height: 60px;
}
.tribe-events-list.tribe-events-photo .tribe-events-list-event-title a {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}
.tribe-events-list.tribe-events-photo .tribe-events-loop .tribe-events-photo-event .tribe-events-event-details {
  padding: 15px 0;
}
.tribe-events-list.tribe-events-photo .tribe-events-loop .tribe-events-photo-event .tribe-events-event-details .tribe-events-event-meta {
  position: absolute;
  bottom: 25px;
  padding: 0;
}
.tribe-events-list.tribe-events-photo .tribe-event-schedule-details span {
  font-size: 1rem;
  font-weight: 300;
}
.tribe-events-list.tribe-events-photo .tribe-events-content p {
  font-size: 1rem;
  height: 118px;
  background: -webkit-linear-gradient(#333, #eee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tribe-events-list.tribe-events-photo {
  /*Pagination*/
}
.tribe-events-list.tribe-events-photo #tribe-events-footer .tribe-events-sub-nav {
  text-align: right;
}
.tribe-events-list.tribe-events-photo #tribe-events-footer .tribe-events-sub-nav .page-numbers {
  font-size: 0.875rem;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  margin: 5px;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #6D6F76;
  display: inline-block;
  color: #6D6F76;
}
.tribe-events-list.tribe-events-photo #tribe-events-footer .tribe-events-sub-nav.current {
  background-color: #6D6F76;
  color: var(--wp--preset--color--white);
}
.tribe-events-list.tribe-events-photo #tribe-events-footer .tribe-events-sub-nav .previous,
.tribe-events-list.tribe-events-photo #tribe-events-footer .tribe-events-sub-nav .next {
  display: none;
}

@media (width >= 768px) {
  .blog .owl-carousel.futurelab-slides .inner-box p,
  .archive .owl-carousel.futurelab-slides .inner-box p {
    font-size: 1.125rem;
  }
  .blog .owl-carousel.futurelab-slides .inner-box .box,
  .archive .owl-carousel.futurelab-slides .inner-box .box {
    padding: 25px 30px 70px;
  }
  .blog .owl-carousel.futurelab-slides .inner-box .box .event_venue,
  .archive .owl-carousel.futurelab-slides .inner-box .box .event_venue {
    font-size: 21px;
    padding-bottom: 15px;
  }
  .blog .owl-carousel.futurelab-slides .inner-box .box .slide-title,
  .archive .owl-carousel.futurelab-slides .inner-box .box .slide-title {
    margin-bottom: 15px;
  }
  .blog .owl-carousel.futurelab-slides .inner-box .box .event_datetime,
  .archive .owl-carousel.futurelab-slides .inner-box .box .event_datetime {
    font-size: 21px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .blog .owl-carousel.futurelab-slides .inner-box .box .excerpt,
  .archive .owl-carousel.futurelab-slides .inner-box .box .excerpt {
    height: 100px;
    overflow: hidden;
  }
}

/*===========  Gravity Form  ================*/
.sidebar .member .gform_wrapper {
  margin-top: 50px;
}
.sidebar .member .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.sidebar .textwidget > p > br {
  display: none;
}
.sidebar .custom-html-widget > p > br {
  display: block;
}

.gform_wrapper .ginput_container_text input,
.gform_wrapper .ginput_container_email input {
  border: none;
  border-bottom: 1px solid #B6B7BA;
}
.gform_wrapper {
  margin-bottom: 0;
}
.gform_wrapper .top_label .gfield .gfield_label {
  font-size: 1rem;
  font-weight: 500;
}
.gform_wrapper .top_label .gfield .gfield_label .gfield_required {
  color: #6D6F76;
}
.gform_wrapper .gfield .ginput_container textarea {
  border: none;
  border-bottom: 1px solid #B6B7BA;
}
.gform_wrapper .gfield .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/open_menu_g.png) 100%/10px no-repeat #fff;
  border: none;
  border-radius: 0;
  padding: 10px 20px 10px 0 !important;
  border-bottom: 1px solid #B6B7BA;
  font-size: 1rem;
  margin-top: 0;
}
.gform_wrapper .gform_fields ul.gfield_checkbox li input[type=checkbox] {
  width: 20px !important;
  height: 20px;
}
.gform_wrapper ul.gfield_checkbox li label {
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 10px;
}
.gform_wrapper .gform_footer br {
  display: none;
}
.gform_wrapper .gform_footer p {
  padding-bottom: 0;
}
.gform_wrapper .gform_footer input.button {
  background-color: #6EBE44;
  color: var(--wp--preset--color--white);
  border: none;
  width: 100% !important;
  max-width: initial;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  font-size: 14px !important;
  letter-spacing: 1px;
}
.gform_wrapper {
  /* Custom */
}
.gform_wrapper .gfield.small-text .ginput_container select {
  font-size: 0.875rem;
  padding-top: 10px;
  padding-left: 15px;
}
.gform_wrapper .gfield.small-text .ginput_container .gfield_consent_label {
  font-size: 0.875rem;
}
.gform_wrapper .gfield.small-text .gsection_title {
  font-size: 1em;
}

.zohoform label {
  font-size: 1rem;
  margin-top: 16px;
  font-weight: normal;
  padding-right: 10px;
}
.zohoform table {
  width: 100%;
}
@media (width < 768px) {
  .zohoform tr {
    max-width: 100%;
  }
}
.zohoform .select {
  padding-top: 10px;
}
.zohoform .select input {
  float: right;
}
.zohoform .select label {
  width: calc(100% - 50px);
  margin-top: 0;
}
.zohoform .select .col-sm-4 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 70px;
}
@media (width < 768px) {
  .zohoform .select .col-sm-4 {
    max-width: 300px;
    padding-right: 0;
  }
}
.zohoform input {
  border: none;
}
.zohoform input[type=text], .zohoform input[type=email] {
  max-width: 360px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #B6B7BA;
}
.zohoform input[type=checkbox] {
  width: 20px !important;
  height: 20px;
  margin-top: 0px;
}
.zohoform input.btn {
  margin-top: 20px;
}
.zohoform input.submit {
  color: var(--wp--preset--color--white);
}

/*==== Peoples Archive Page ====*/
.people {
  border-bottom: 1px solid #6D6F76;
}
.people.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.people.section:first-child {
  padding-top: 0;
}
.people:last-child {
  border-bottom: none;
}
.people h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.people .people-list {
  padding-top: 15px;
}
.people .people-list ul {
  padding-left: 0;
}
.people .people-list .person {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}
.people .people-list .person:nth-child(4n+1) {
  clear: both;
}
.people .people-list .person a {
  width: 100%;
  height: 100%;
  display: block;
}
.people .people-list .person a:hover,
.people .people-list .person a:focus {
  color: transparent;
}
.people .people-list .person * {
  text-decoration: none;
}
.people .people-list .img-container {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  justify-content: center;
}
.people .people-list .img-container img {
  max-width: none;
  object-fit: cover;
  width: auto;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.people .people-list .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6EBE44;
  visibility: hidden;
  opacity: 0.78;
  transition: 0.1s;
}
.people .people-list .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 200px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  visibility: hidden;
  list-style: none;
  padding-left: 0;
}
.people .people-list .icons .icon {
  padding: 5px;
  width: 25px;
}
.people .people-list li {
  transition: 0.1s;
}
.people .people-list li:hover .overlay,
.people .people-list li:hover .icons {
  visibility: visible;
}
.people .people-list li:hover {
  text-decoration: none;
}
.people .people-list .circle {
  border-radius: 50%;
}
.people .people-list .text-content .name {
  color: #6EBE44;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 5px;
}
.people .people-list .text-content .title {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.6;
  color: #6D6F76;
  display: block;
}
.people .people-list .text-content .title.position {
  position: relative;
  top: 5px;
}

/* Blog and archive */
.archive a:hover,
.blog a:hover,
.page-template-blog a:hover,
.page-template-archive-news a:hover,
.reports-shortcode a:hover {
  text-decoration: none;
}
.archive .site-main,
.blog .site-main,
.page-template-blog .site-main,
.page-template-archive-news .site-main,
.reports-shortcode .site-main {
  box-shadow: none !important;
  background: none !important;
  padding: 0;
}
.archive .site-main .entry-title,
.archive .site-main .entry-title a,
.blog .site-main .entry-title,
.blog .site-main .entry-title a,
.page-template-blog .site-main .entry-title,
.page-template-blog .site-main .entry-title a,
.page-template-archive-news .site-main .entry-title,
.page-template-archive-news .site-main .entry-title a,
.reports-shortcode .site-main .entry-title,
.reports-shortcode .site-main .entry-title a {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 10px;
  min-height: 83px;
  margin-bottom: 5px;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
}
.archive .site-main .entry-title,
.archive .site-main .entry-title a,
.blog .site-main .entry-title,
.blog .site-main .entry-title a,
.page-template-blog .site-main .entry-title,
.page-template-blog .site-main .entry-title a,
.page-template-archive-news .site-main .entry-title,
.page-template-archive-news .site-main .entry-title a,
.reports-shortcode .site-main .entry-title,
.reports-shortcode .site-main .entry-title a {
  color: var(--wp--preset--color--cyan-dark);
}
.archive .site-main .post-description,
.archive .site-main .post-description *,
.blog .site-main .post-description,
.blog .site-main .post-description *,
.page-template-blog .site-main .post-description,
.page-template-blog .site-main .post-description *,
.page-template-archive-news .site-main .post-description,
.page-template-archive-news .site-main .post-description *,
.reports-shortcode .site-main .post-description,
.reports-shortcode .site-main .post-description * {
  font-size: 16px !important;
  height: 100px;
  padding-bottom: 0;
  overflow: hidden;
  background: -webkit-linear-gradient(#333, #eee);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.archive .site-main .date,
.blog .site-main .date,
.page-template-blog .site-main .date,
.page-template-archive-news .site-main .date,
.reports-shortcode .site-main .date {
  padding-top: 25px;
  padding-bottom: 5px;
}
.archive .site-main .date,
.archive .site-main .tags,
.blog .site-main .date,
.blog .site-main .tags,
.page-template-blog .site-main .date,
.page-template-blog .site-main .tags,
.page-template-archive-news .site-main .date,
.page-template-archive-news .site-main .tags,
.reports-shortcode .site-main .date,
.reports-shortcode .site-main .tags {
  font-size: 1rem;
}
.archive .site-main .img-container,
.archive .site-main .post-thumbnail,
.blog .site-main .img-container,
.blog .site-main .post-thumbnail,
.page-template-blog .site-main .img-container,
.page-template-blog .site-main .post-thumbnail,
.page-template-archive-news .site-main .img-container,
.page-template-archive-news .site-main .post-thumbnail,
.reports-shortcode .site-main .img-container,
.reports-shortcode .site-main .post-thumbnail {
  height: 230px;
  overflow: hidden;
  position: relative;
  display: block;
}
.archive .site-main .img-container img,
.archive .site-main .post-thumbnail img,
.blog .site-main .img-container img,
.blog .site-main .post-thumbnail img,
.page-template-blog .site-main .img-container img,
.page-template-blog .site-main .post-thumbnail img,
.page-template-archive-news .site-main .img-container img,
.page-template-archive-news .site-main .post-thumbnail img,
.reports-shortcode .site-main .img-container img,
.reports-shortcode .site-main .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.archive .site-main .bar .caret,
.blog .site-main .bar .caret,
.page-template-blog .site-main .bar .caret,
.page-template-archive-news .site-main .bar .caret,
.reports-shortcode .site-main .bar .caret {
  position: absolute;
  right: 30px;
  top: 40%;
  width: 15px;
  height: 13px;
  border: none;
  background: url(../img/open_menu.png) no-repeat;
  background-size: contain;
  transition: 0.5s;
  background-position: center;
}
.archive .site-main .cat,
.blog .site-main .cat,
.page-template-blog .site-main .cat,
.page-template-archive-news .site-main .cat,
.reports-shortcode .site-main .cat {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #6D6F76;
  font-weight: 700;
  margin-top: 18px;
  letter-spacing: 1px;
}
@media (width >= 768px) {
  .archive .site-main article.col-md-4,
  .blog .site-main article.col-md-4,
  .page-template-blog .site-main article.col-md-4,
  .page-template-archive-news .site-main article.col-md-4,
  .reports-shortcode .site-main article.col-md-4 {
    width: 32%;
    height: 659px;
    float: left;
    margin: 0px 11px 30px;
  }
  .archive .site-main article.col-md-4:nth-child(3n),
  .blog .site-main article.col-md-4:nth-child(3n),
  .page-template-blog .site-main article.col-md-4:nth-child(3n),
  .page-template-archive-news .site-main article.col-md-4:nth-child(3n),
  .reports-shortcode .site-main article.col-md-4:nth-child(3n) {
    margin-right: 0;
  }
  .archive .site-main article.col-md-4:nth-child(3n+1),
  .blog .site-main article.col-md-4:nth-child(3n+1),
  .page-template-blog .site-main article.col-md-4:nth-child(3n+1),
  .page-template-archive-news .site-main article.col-md-4:nth-child(3n+1),
  .reports-shortcode .site-main article.col-md-4:nth-child(3n+1) {
    position: relative;
    margin-left: 0;
    clear: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .archive .site-main article.col-md-4,
  .blog .site-main article.col-md-4,
  .page-template-blog .site-main article.col-md-4,
  .page-template-archive-news .site-main article.col-md-4,
  .reports-shortcode .site-main article.col-md-4 {
    margin: 0px 8px 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  .archive .site-main article.col-md-4,
  .blog .site-main article.col-md-4,
  .page-template-blog .site-main article.col-md-4,
  .page-template-archive-news .site-main article.col-md-4,
  .reports-shortcode .site-main article.col-md-4 {
    height: 620px;
  }
}

/*========== Members and People Bio ===========*/
.member.bio,
.people.bio {
  padding-top: 50px;
}
.member.bio img,
.people.bio img {
  max-width: 100%;
}
.member.bio .name,
.people.bio .name {
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  color: #6EBE44;
  margin-top: 0;
  margin-bottom: 12px;
}
.member.bio .title,
.people.bio .title {
  font-size: 22px;
  color: #6D6F76;
  opacity: 0.5;
  margin-top: 5px;
  margin-bottom: 30px;
}
.member.bio p,
.people.bio p {
  font-weight: 500;
}
.member.bio .social-icons,
.people.bio .social-icons {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}
.member.bio .social-icons .icon,
.people.bio .social-icons .icon {
  padding: 8px 0;
}
.member.bio .social-icons .icon a,
.people.bio .social-icons .icon a {
  color: #6D6F76;
}
.member.bio .social-icons .icon a span,
.people.bio .social-icons .icon a span {
  display: inline-block;
  position: relative;
  top: 3px;
}
.member.bio .social-icons .icon img,
.people.bio .social-icons .icon img {
  width: 22px;
  margin-right: 15px;
}
@media (width >= 768px) {
  .member.bio .img-container,
  .people.bio .img-container {
    margin-right: 25px;
    margin-bottom: 20px;
  }
}

/*.people.bio {
    img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
}*/
/*======== Resource Funding  ===========*/
.funding-gallery figure.wp-block-image {
  margin: 1em 15px;
}
.funding-gallery figcaption {
  text-align: left;
}
.funding-gallery .wp-block-image figcaption {
  font-size: 1.0625rem;
  margin-top: 15px;
  line-height: 1.5;
}
.funding-gallery {
  margin-top: 40px;
}
.funding-gallery .item {
  margin-bottom: 30px;
}

/*====== Filter Group ( Members/Partners )======*/
.filter-groups {
  clear: both;
  padding-top: 20px;
}
.filter-groups .dropdown {
  width: 100%;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}
.filter-groups .dropdown .dropdown-toggle {
  width: 100%;
  max-width: 750px;
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.filter-groups .dropdown .dropdown-toggle:hover {
  background-color: transparent;
  color: #6D6F76;
}
.filter-groups .dropdown .dropdown-toggle .caret {
  position: absolute;
  right: 30px;
  top: 40%;
  width: 15px;
  height: 13px;
  border: none;
  background: url(../img/open_menu_g.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-size: contain;
  transition: 0.5s;
  background-position: center;
}
.filter-groups .dropdown.open .dropdown-toggle {
  border-bottom: 0px solid #6D6F76;
}
.filter-groups .dropdown .dropdown-menu {
  background: #ffffff;
  border: 1px solid #6D6F76;
  border-top: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
  max-width: 750px;
  border-radius: 0;
  padding: 30px;
  z-index: 1000;
  margin-top: -50px;
}
.filter-groups .dropdown .dropdown-menu button {
  background-color: transparent;
  border: none;
  display: inline-block;
  width: 18%;
  font-size: 1.125rem;
  padding: 3px 5px 3px 0;
  text-align: left;
  color: #6EBE44;
}
@media (width < 768px) {
  .filter-groups .dropdown .dropdown-menu button {
    width: 100%;
  }
}
.filter-groups .dropdown .dropdown-menu .all {
  display: block;
  font-weight: 700;
}
.filter-groups .group {
  padding-bottom: 50px;
  list-style: none;
  padding-left: 0;
}
.filter-groups .group img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.filter-groups span {
  display: block;
  text-align: center;
}

.filter-groups .group.partners .title,
.filter-groups .group.members .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 15px;
  color: #6D6F76;
}
.filter-groups .group.partners .title.user-block,
.filter-groups .group.members .title.user-block {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.6;
  color: #6D6F76;
  display: block;
}
.filter-groups .group.partners .desc,
.filter-groups .group.members .desc {
  padding-bottom: 0;
}
.filter-groups .group.partners .desc.expandable,
.filter-groups .group.members .desc.expandable {
  padding-bottom: 15px;
  max-height: 250px;
  transition: max-height 0.3s ease;
  overflow: hidden;
  position: relative;
}
.filter-groups .group.partners .desc.expandable::after,
.filter-groups .group.members .desc.expandable::after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  height: 100px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #fff 10%, transparent);
}
.filter-groups .group.partners .desc.expandable.active,
.filter-groups .group.members .desc.expandable.active {
  max-height: 2000px;
}
.filter-groups .group.partners .desc.expandable.active::after,
.filter-groups .group.members .desc.expandable.active::after {
  background: none;
}
.filter-groups .group.partners .more,
.filter-groups .group.members .more {
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.filter-groups .group.partners .more i,
.filter-groups .group.members .more i {
  font-style: normal;
}
.filter-groups .group.partners.premium .desc,
.filter-groups .group.members.premium .desc {
  font-weight: 400;
}
.filter-groups .group.partners.premium .item.col-md-3,
.filter-groups .group.members.premium .item.col-md-3 {
  min-height: 250px;
}
@media (width >= 768px) {
  .filter-groups .group.partners .image-container,
  .filter-groups .group.members .image-container {
    min-height: 180px;
  }
}
.filter-groups .group.partners,
.filter-groups .group.members {
  /* User page */
}
.filter-groups .group.partners .item.team_member,
.filter-groups .group.members .item.team_member {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 5px;
}
.filter-groups .group.partners .item.team_member a:hover,
.filter-groups .group.members .item.team_member a:hover {
  text-decoration: none;
}
.filter-groups .group.partners .item.team_member .user-name,
.filter-groups .group.members .item.team_member .user-name {
  text-transform: uppercase;
}
.filter-groups .group.partners .item.team_member .title.user-block,
.filter-groups .group.members .item.team_member .title.user-block {
  margin-top: 2px;
}
.filter-groups .group.partners .item.team_member .image-container,
.filter-groups .group.members .item.team_member .image-container {
  overflow: hidden;
  position: relative;
  min-height: initial;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
.filter-groups .group.partners .item.team_member .image-container img,
.filter-groups .group.members .item.team_member .image-container img {
  max-width: none;
  object-fit: cover;
  width: auto;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (width >= 768px) {
  .filter-groups .group.partners .item.col-md-3,
  .filter-groups .group.members .item.col-md-3 {
    min-height: 400px;
  }
}
.filter-groups .group.partners .item.col-md-3:nth-child(4n+1),
.filter-groups .group.members .item.col-md-3:nth-child(4n+1) {
  clear: left;
}

/* User page */
.filter-groups .group.members.circles .item {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 5px;
}
@media (width >= 768px) {
  .filter-groups .group.members.circles .item {
    min-height: 250px !important;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
  }
}
.filter-groups .group.members.circles .item a:hover {
  text-decoration: none;
}
.filter-groups .group.members.circles .item .user-name {
  text-transform: uppercase;
}
.filter-groups .group.members.circles .item .title.user-block {
  margin-top: 2px;
}
.filter-groups .group.members.circles .item .image-container {
  overflow: hidden;
  position: relative;
  min-height: initial;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
.filter-groups .group.members.circles .item .image-container img {
  max-width: none;
  object-fit: cover;
  width: auto;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.filter-groups .group.members.color-photos .item .image-container img {
  filter: none;
}

@media (width >= 768px) {
  .filter-groups.user-container .group.members .item.col-md-3.partner,
  .filter-groups.user-container .group.members .item.col-md-3.premium_partner {
    min-height: 250px;
  }
}

/*  Resource Hub */
.resource-hub {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.resource-hub .owl-nav {
  display: none;
}
.resource-hub:hover .owl-nav {
  opacity: 1;
}
.resource-hub .resource-image {
  height: 200px;
  overflow: hidden;
}
.resource-hub .resource-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.resource-hub a:hover {
  text-decoration: none;
}
.resource-hub .owl-nav {
  display: block;
  opacity: 0;
  position: absolute;
  top: 30%;
  width: 100%;
  transition: 0.5s;
}
.resource-hub .owl-nav .owl-prev {
  color: transparent;
  float: left;
  margin-left: 10px;
  background: url(../img/carousel_arrow_left.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  margin-top: 0px;
}
.resource-hub .owl-nav .owl-next {
  color: transparent;
  float: right;
  margin-right: 10px;
  background: url(../img/carousel_arrow_right.png) no-repeat;
  background-size: contain;
  margin-top: 0px;
  width: 46px;
  height: 46px;
}
.resource-hub .owl-dots {
  position: relative;
  padding: 50px 20px 20px;
  text-align: center;
}
.resource-hub .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #6D6F76;
  display: inline-block;
  margin: 0 5px;
}
.resource-hub .owl-dots .owl-dot.active {
  background: #6D6F76;
}
.resource-hub h3 {
  padding-bottom: 20px;
  text-transform: uppercase;
}
.resource-hub .category {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary), var(--wp--preset--font-family--primary-2), sans-serif;
  color: #6D6F76;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px;
}
.resource-hub .title {
  font-size: 1.125rem;
  color: #6EBE44;
  font-weight: 700;
}

.error404 .site-main,
.search .site-main {
  padding: 15px;
}
@media (width >= 768px) {
  .error404 .site-main,
  .search .site-main {
    padding: 40px 50px 39px;
  }
}
.error404 .site-main .page-title,
.search .site-main .page-title {
  color: #6D6F76;
}

.search-results .site-main article img {
  max-width: 300px;
  height: auto;
  margin: 8px 0 20px;
}
.search-results .site-main article {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6D6F76;
}
.search-results .site-main article:last-child {
  border-bottom: none;
}
.search-results .site-main article h2 {
  font-size: 22px;
}
.search-results .site-main .edit-link {
  display: none;
}
.search-results .site-main .entry-title a {
  color: #6EBE44;
}
.search-results .site-main .entry-summary p {
  font-weight: 400;
  font-size: 1rem;
}
.search-results .site-main .entry-summary a {
  color: #6EBE44;
}
.search-results .site-main .entry-footer {
  padding-bottom: 20px;
  font-size: 1rem;
}
.search-results .site-main .entry-footer a {
  color: #aaaaaa;
}
.search-results .site-main .entry-footer .author {
  display: none;
}
.search-results .site-main .entry-footer .tags-links,
.search-results .site-main .entry-footer .cat-links {
  padding-left: 5px;
}

.single-tribe_events .secondary .tribe-events-venue-map {
  width: 100%;
}

.single-tribe_events .owl-carousel.futurelab-slides .inner-box .slide-title {
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 700px;
  font-weight: bold;
  margin-top: 3px;
  position: relative;
  z-index: 9;
}
@media (width >= 768px) {
  .single-tribe_events .owl-carousel.futurelab-slides {
    height: 550px;
  }
  .single-tribe_events .owl-carousel.futurelab-slides .slide-image {
    height: 550px;
  }
  .single-tribe_events .owl-carousel.futurelab-slides .inner-box .slide-title {
    font-size: 1.4375rem;
  }
}

/* Twitter Iframe */
body .wp-block-embed.wp-block-embed-twitter {
  margin: 0;
  overflow: auto;
  padding-bottom: 9px !important;
  padding-top: 17px !important;
  padding-left: 22px !important;
}
body .wp-block-embed.wp-block-embed-twitter.twitter-equal-four-news .wp-block-embed__wrapper {
  min-height: 1085px;
}
body .wp-block-embed.wp-block-embed-twitter.twitter-equal-four-news .wp-block-embed__wrapper iframe {
  height: 1085px !important;
  max-width: 100% !important;
}
body .wp-block-embed.wp-block-embed-twitter iframe {
  height: 100% !important;
  max-width: 100% !important;
}

.wp-block-embed.wp-block-embed-twitter {
  padding-left: 22px;
}
.wp-block-embed.wp-block-embed-twitter .wp-block-embed__wrapper {
  height: 100%;
}
@media (width < 768px) {
  .wp-block-embed.wp-block-embed-twitter {
    height: 400px;
  }
}
@media (width >= 768px) {
  .wp-block-embed.wp-block-embed-twitter {
    height: 330px;
  }
}

.single-post .wp-block-embed.wp-block-embed-twitter {
  height: auto;
}

.home #main .wp-block-columns.has-2-columns .wp-block-embed.wp-block-embed-twitter {
  display: block;
  width: 100%;
  height: 400px;
  padding-left: 22px;
}
.home #main .wp-block-columns.has-2-columns .wp-block-embed.wp-block-embed-twitter iframe {
  width: 100% !important;
}
@media (width >= 768px) {
  .home #main .wp-block-columns.has-2-columns .wp-block-embed.wp-block-embed-twitter {
    display: block;
    width: 98%;
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    float: right;
    max-height: 1166px;
    max-width: 100% !important;
  }
}
@media only screen and (width >= 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .home #main .wp-block-columns.has-2-columns .wp-block-embed.wp-block-embed-twitter {
    max-height: 1163px;
    max-width: 100% !important;
  }
}

.post-type-archive-tribe_events .site-header .navbar-default .navbar-nav .current_page_parent > a {
  opacity: 1;
}
.post-type-archive-tribe_events .site-header .navbar-default .navbar-nav .event > a {
  opacity: 0.5;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background-color: transparent;
}

/*Mobile*/
@media (width < 768px) {
  #content > .row > .col-md-12 {
    padding-left: 27px;
    padding-right: 27px;
  }
  body .wp-block-columns.has-2-columns,
  body .wp-block-columns {
    display: block;
  }
  .container {
    width: 100%;
  }
}
@media (width >= 600px) {
  .wp-block-column {
    margin-bottom: 0;
  }
  body #main .wp-block-columns.has-2-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  body #main .wp-block-columns.has-2-columns .wp-block-column:not(:first-child) > * {
    width: 98%;
  }
  body #main .wp-block-columns.has-2-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
  body #main .wp-block-columns.has-2-columns .wp-block-column:not(:last-child) > * {
    width: 98%;
  }
}
@media (width >= 768px) {
  body .wp-block-columns.has-2-columns {
    justify-content: space-between;
    display: flex;
  }
  body .wp-block-columns.has-2-columns .layout-column-2 {
    margin-left: 25px;
  }
  body .wp-block-columns.has-2-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  body .wp-block-columns.has-2-columns .wp-block-column:not(:first-child) > * {
    width: 98%;
    float: right;
  }
  body .wp-block-columns.has-2-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
  body .wp-block-columns.has-2-columns .wp-block-column:not(:last-child) > * {
    width: 98%;
  }
  body #main .post-content .wp-block-columns.has-2-columns .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
  body #main .post-content .wp-block-columns.has-2-columns .wp-block-column:not(:last-child) {
    margin-right: 32px;
  }
  .post-content .wp-block-button .wp-block-button__link {
    float: left;
  }
}
/* Ipad */
@media (width < 768px) {
  body .navbar-collapse.collapse {
    display: none !important;
  }
  body .navbar-collapse.collapse.in {
    display: block !important;
  }
  body .navbar-toggle {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .site-header .container {
    width: 100%;
    max-width: 1000px;
  }
  .site-header .navbar-default .site-logo img {
    width: auto;
  }
  .site-header .navbar-default .navbar-nav .btn a {
    padding-top: 15px;
  }
  .site-header .navbar-default .navbar-nav > li > a {
    padding-top: 15px;
  }
  .site-header .navbar-default .navbar-nav .btn {
    min-width: 220px;
    margin-left: 5px;
  }
  .site-header .navbar-default .header-right .icon {
    margin-left: 5px;
  }
  .blog .site-main h2.entry-title {
    min-height: 83px;
    line-height: 1.1;
    font-size: 20px;
  }
  .container {
    width: 100%;
  }
  .nav > li > a {
    padding: 10px;
  }
  .wp-block-fl-block-fl-news-block .content-container,
  .wp-block-fl-block-fl-events-block .content-container {
    padding: 0;
  }
  .wp-block-fl-block-fl-news-block .owl-carousel.owl-drag .owl-item,
  .wp-block-fl-block-fl-events-block .owl-carousel.owl-drag .owl-item {
    min-height: 230px;
  }
  .wp-block-fl-block-fl-news-block .img-container .round-container,
  .wp-block-fl-block-fl-events-block .img-container .round-container {
    width: 160px;
    height: 160px;
  }
  .wp-block-fl-block-fl-news-block .news-item .img-container,
  .wp-block-fl-block-fl-events-block .news-item .img-container {
    width: 160px;
    height: 160px;
  }
  .wp-block-fl-block-fl-news-block .img-container .event-date,
  .wp-block-fl-block-fl-events-block .img-container .event-date {
    bottom: 5px;
    right: 0px;
  }
}
@media (width < 420px) {
  .owl-carousel.futurelab-slides .inner-box .box {
    padding: 35px 10px 40px;
  }
  .owl-carousel.futurelab-slides .inner-box .box .slide-title {
    font-size: 1.5rem;
  }
  .full-width-header-block .subtitle {
    bottom: 25px;
    font-size: 1.5rem;
    max-width: 100%;
    padding-right: 50px;
    line-height: 1.35;
  }
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
  color: #ffffff;
  font-weight: 700;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta a:hover {
  color: #6D6F76;
  font-weight: 700;
}

body .hide {
  display: none;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-futurelab-white-block.fl-white-grid .wp-block-image {
  margin-top: 0;
}
.wp-block-futurelab-white-block.fl-white-grid .wp-block-image img {
  width: auto;
}

/* Switching on mobile */
@media (width < 768px) {
  .home .wp-block-futurelab-right-grid.switch-mobile {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home .wp-block-futurelab-right-grid.switch-mobile .wp-block-futurelab-color-button-block {
    flex: 1;
    order: 2;
  }
  .home .wp-block-futurelab-right-grid.switch-mobile .wp-block-futurelab-image-button-block {
    flex: 1;
    order: 1;
  }
}

.block-chain-social a {
  color: #6dbf43;
}

.wp-block-fl-block-fl-news-block .news-item .img-container img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (width >= 992px) {
  .wp-block-table tr th,
  .wp-block-table tr td {
    min-width: 150px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .site-header .navbar-default .navbar-nav a {
    padding-top: 15px;
  }
  .site-header .navbar-default .navbar-nav .btn {
    min-width: 150px;
  }
  .site-header .navbar-default .navbar-nav a {
    padding-top: 15px;
  }
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  .wp-block-fl-block-guten-left-grid {
    display: block;
  }
  .wp-block-fl-block-guten-left-grid .col-md-4 {
    width: 33%;
  }
  body .wp-block-fl-block-fl-events-block .img-container .round-container img {
    width: 100%;
  }
  .wp-block-fl-block-guten-left-grid .col-md-8 {
    width: calc(66% - 25px);
  }
}
.mixitup-legend .mixitup-page-stats {
  float: left;
}
.mixitup-legend .mixitup-page-list {
  float: right;
}
.mixitup-legend .mixitup-page-list button {
  font-size: 0.875rem;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  margin: 5px;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #6D6F76;
  display: inline-block;
  color: #6D6F76;
  font-family: "Montserrat", sans-serif;
}
.mixitup-legend .mixitup-page-list button.mixitup-control-active {
  background-color: #6D6F76;
  color: #fff;
}
.mixitup-legend .mixitup-page-list .mixitup-control {
  display: inline;
}

#user-select select,
#directory-filter select {
  float: left;
  clear: both;
  height: 36px;
  border: none;
  width: 33%;
  padding: 5px 0;
  overflow: hidden;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/open_menu.png) 100%/16px no-repeat #3556A0;
  background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px);
}
#user-select select:focus,
#directory-filter select:focus {
  outline: none;
  background-color: #3556A0;
  padding: 5px 0;
}
#user-select .mixitup-control-active,
#directory-filter .mixitup-control-active {
  background-color: #3556A0;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
#user-select option,
#directory-filter option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
#user-select option.option-item,
#directory-filter option.option-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}

.page .tribe-events-grid .type-tribe_events a,
.tribe-events-grid .type-tribe_events a {
  color: #6EBE44;
}

.tribe-events-grid .tribe-grid-header .tribe-week-today,
.tribe-week-day-header-1 .tribe-week-today,
.tribe-week-day-header-2 .tribe-week-today,
.tribe-week-day-header-3 .tribe-week-today,
.tribe-week-day-header-4 .tribe-week-today,
.tribe-week-day-header-5 .tribe-week-today,
.tribe-week-day-header-6 .tribe-week-today,
.tribe-week-day-header-0 .tribe-week-today,
.tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single:hover,
.tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single,
.tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single a {
  background-color: #3556A0;
  color: #FFFFFF;
}

#tribe-events-bar .tribe-bar-submit {
  margin-left: 0;
}

.page.post-content div.icons {
  opacity: 0.5;
  padding-top: 50px;
}
.page .single-members-headline {
  font-size: 1.4375rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 700px;
  margin-top: 3px;
  position: relative;
  opacity: unset;
}
@media print {
  .page body.single-post #masthead,
  .page body.single-post #colophon,
  .page body.single-post header.image-header,
  .page body.single-post div.full-width-header-block,
  .page body.single-post div.side,
  .page body.single-post #main .icons,
  .page body.page #masthead,
  .page body.page #colophon,
  .page body.page header.image-header,
  .page body.page div.full-width-header-block,
  .page body.page div.side,
  .page body.page #main .icons {
    display: none !important;
  }
  .page body.single-post div.post-content,
  .page body.single-post article.post,
  .page body.page div.post-content,
  .page body.page article.post {
    display: block !important;
    width: 100% !important;
  }
  .page body.single-post div.members-head,
  .page body.page div.members-head {
    display: none !important;
  }
  .page body.single-post .wp-block-columns,
  .page body.page .wp-block-columns {
    display: block !important;
    width: 100% !important;
  }
  .page body.single-post .wp-block-columns .wp-block-column,
  .page body.page .wp-block-columns .wp-block-column {
    display: block !important;
    width: 48% !important;
    float: left !important;
    clear: none !important;
  }
}

/* Styling for venue link on events list */
h3.tribe-events-month-event-title a,
h3.tribe-events-month-event-title.tribe-events-venue-city a,
h3.tribe-events-month-event-title.tribe-events-venue-city {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* Fix Twitter CSS issues with iOS devices */
.twitter-timeline {
  max-width: 100% !important;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.wp-block-fl-block-fl-large-item-tile-block .wp-block-img img {
  height: auto !important;
}
.wp-block-fl-block-fl-large-item-tile-block figure {
  margin: 1em 0 !important;
}

@media (width < 1200px) {
  .speaker-cols figure {
    margin-left: 0px;
    margin-right: 0px;
  }
  .speaker-cols figure img {
    object-fit: contain;
    object-position: top;
  }
}

.tribe-events-single-event-description .speakers {
  border-top: 1px solid #6D6F76;
  margin: 10px 0;
  padding: 20px 0px 0px 0px;
}
.tribe-events-single-event-description .speakers h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.tribe-events-single-event-description .speakers .speaker {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.tribe-events-single-event-description .speakers .speaker img {
  margin: 0px 15px 3px 0px;
  float: left;
}
.tribe-events-single-event-description .speakers .speaker .name-title {
  font-weight: 700;
  margin-bottom: 10px;
}

#directory-filter .directory-filter-container {
  float: left;
  margin-right: 0;
  width: min-content;
  margin-bottom: 50px;
  margin-right: 40px;
}
#directory-filter .directory-filter-container select {
  min-width: 300px;
  padding-left: 10px;
  float: left;
}
#directory-filter .directory-filter-container input {
  padding: 6px;
}

#directory-container .item {
  height: auto;
  margin: 3px;
  padding: 15px;
}
#directory-container .item .directory-details {
  margin-top: 30px;
}
#directory-container .item a img {
  max-width: 60%;
  height: auto;
}
#directory-container .item .holoniq {
  max-width: 35%;
  float: right;
}
#directory-container .item h2 {
  min-height: auto;
}

.wp-block-cover.flowfield-cover .wp-block-cover__inner-container {
  z-index: 2;
}
.wp-block-cover.flowfield-cover canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.wp-block-cover.gradient-banner-section,
.editor-styles-wrapper .wp-block-cover.gradient-banner-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-block-cover.gradient-banner-section .wp-block-cover__background {
  display: none !important;
}

#media_image-2 img {
  max-width: 280px;
  object-fit: contain;
  height: auto;
  margin-bottom: 1.5em;
}

.btn:hover, .wp-element-button:hover {
  background-color: var(--wp--preset--color--white) !important;
  opacity: 0.8;
}