@charset "UTF-8";
/* Load default/standard assets */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: "\f22d";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

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

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

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

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

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

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

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

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

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

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

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

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

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

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

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

/* Load theme specifics */
/*
@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}
 */
/* COLORS */
/* FONTS */
/* SPACING */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0b2940;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e84a34;
  --orange: #ef7e25;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000000;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e84a34;
  --light: #ffffff;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1370px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1370px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1370px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8b8b8;
}

.table-hover .table-primary:hover {
  background-color: #ababab;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ababab;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9ccc6;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}

.table-hover .table-dark:hover {
  background-color: #b9b9b9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9b9b9;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1369.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e84a34;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(232, 74, 52, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e84a34;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e84a34;
  box-shadow: 0 0 0 0.2rem rgba(232, 74, 52, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e84a34;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e84a34;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f5b0a7;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ed7362;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 74, 52, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e84a34;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(232, 74, 52, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e84a34;
  border-color: #e84a34;
}
.btn-danger:hover {
  color: #fff;
  background-color: #dd3119;
  border-color: #d12e18;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 74, 52, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e84a34;
  border-color: #e84a34;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d12e18;
  border-color: #c62c16;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 74, 52, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-primary {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #e84a34;
  background-color: transparent;
  background-image: none;
  border-color: #e84a34;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e84a34;
  border-color: #e84a34;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 74, 52, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e84a34;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e84a34;
  border-color: #e84a34;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 74, 52, 0.5);
}

.btn-outline-light {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #333333;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000000;
  background-color: transparent;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

/*.dropdown-toggle {
  // Generate the caret automatically
  @include caret;
}*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #000000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000000;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #000000;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000000;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #404040;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(64, 64, 64, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #404040;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #404040;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000000;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  width: 100%;
  margin: auto;
  z-index: 999;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: unset;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: unset;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: unset;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1369.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1370px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: unset;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: unset;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(11, 41, 64, 0.9);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(11, 41, 64, 0.6);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(11, 41, 64, 0.9);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(11, 41, 64, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(11, 41, 64, 0.9);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar {
    width: 100%;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #000000 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #e84a34 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d12e18 !important;
}

.bg-light {
  background-color: #ffffff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #333333 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #000000 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #e84a34 !important;
}

.border-light {
  border-color: #ffffff !important;
}

.border-dark {
  border-color: #333333 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1370px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1370px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1370px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1370px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1370px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #000000 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #e84a34 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #d12e18 !important;
}

.text-light {
  color: #ffffff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #e6e6e6 !important;
}

.text-dark {
  color: #333333 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1a1a1a !important;
}

.text-muted {
  color: #6c757d !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Circular";
  src: url("assets/fonts/lineto-circular-book.eot");
  src: url("assets/fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("assets/fonts/lineto-circular-book.woff2") format("woff2"), url("assets/fonts/lineto-circular-book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("assets/fonts/lineto-circular-bookitalic.eot");
  src: url("assets/fonts/lineto-circular-bookitalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/lineto-circular-bookitalic.woff2") format("woff2"), url("assets/fonts/lineto-circular-bookitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Circular";
  src: url("assets/fonts/lineto-circular-medium.eot");
  src: url("assets/fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/lineto-circular-medium.woff2") format("woff2"), url("assets/fonts/lineto-circular-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("assets/fonts/lineto-circular-bold.eot");
  src: url("assets/fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/lineto-circular-bold.woff2") format("woff2"), url("assets/fonts/lineto-circular-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
p {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  p {
    font-size: 16px;
    line-height: 1.6em;
  }
}
body .navbar a {
  font-size: 16px;
}
body .navbar .navbar-nav .nav-link {
  padding: 0 15px;
}

.subheader {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  padding-top: 24px;
  padding-left: 100px;
}
.subheader p {
  font-size: 18px;
  line-height: 28px;
}
.subheader:before {
  position: absolute;
  top: 36px;
  left: 0;
  content: "";
  display: block;
  height: 2px;
  width: 78px;
  background: #4C5B6C;
}

@media (max-width: 991.98px) {
  .font-size-xl,
.font-size-lg,
.font-size-md {
    font-size: 42px;
    line-height: 1.3em;
  }

  .font-size-xl,
.font-size-lg,
.font-size-md,
.font-size-sm,
.font-size-xs {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .subheader {
    padding-left: 76px;
    font-size: 14px;
    padding-top: 8px;
  }
  .subheader p {
    font-size: 14px;
    line-height: 1.6em;
  }
  .subheader:before {
    top: 19px;
    width: 54px;
  }
}
body {
  background-color: #fff;
}

.vc_tta-panel-body p {
  font-size: 18px;
  line-height: 1.4em;
}

body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
  margin: 0;
}

.navbar-nav {
  font-size: 22px;
}

.nopadding .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
  padding-top: 0px !important;
}

#wrapper-hero {
  padding: 0px !important;
}

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.screen-reader-text {
  font-size: inherit;
}

.aligncenter {
  margin: 0 auto;
}

.entry-footer span {
  padding-right: 10px;
}

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
}
a.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  background: black;
  display: block;
  color: white;
}

.jumbotron {
  margin-bottom: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #000000;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #6c757d !important;
  background-color: transparent;
}

.navbar-light .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand a {
  color: #fff;
}
.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
  color: #fff;
}

.article-list {
  display: flex;
  flex-direction: row;
}
.article-list .vc-loop-post {
  width: 33.333333%;
}
.article-list .vc-loop-post .article-image {
  overflow: hidden;
  display: block;
  transform-style: preserve-3d;
}
.article-list .vc-loop-post .article-image:hover img {
  transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transitionAll: 0.25s, ease-in-out;
}
.article-list .vc-loop-post .article-image img {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transitionAll: 0.25s, ease-in-out;
  transform-style: preserve-3d;
  object-fit: cover;
  height: 450px;
}
.article-list .vc-loop-post .text {
  min-height: 185px;
}
.article-list .vc-loop-post .text .top {
  color: #000000;
  padding-top: 32px;
}
.article-list .vc-loop-post .text .top p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 34px;
}
.article-list .vc-loop-post .text .top a {
  font-size: 18px;
}
.article-list .vc-loop-post .text h2 {
  font-size: 32px;
}

body {
  font-family: "urw-din", sans-serif !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #FFE7AD;
}

.logo {
  height: 33px;
}

.logo-container {
  position: relative;
}
.logo-container .navbar-brand {
  position: absolute;
  z-index: 1002;
  transform: translate(-150px, 15px);
}
.logo-container .navbar-brand .logo {
  height: 100px;
}
.logo-container .brand-name {
  position: absolute;
  z-index: 1002;
  left: 0;
  top: 54px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  display: none;
}

body:not(.home) .logo-container {
  display: none;
}

body.home .name-container {
  display: none;
}

@media (max-width: 1369.98px) {
  .logo-container .navbar-brand {
    transform: translate(0, 15px);
  }
  .logo-container .brand-name {
    left: 148px;
  }
}
@media (max-width: 767.98px) {
  .logo-wrapper {
    background: #892F43;
  }
  .logo-wrapper .logo-container .navbar-brand {
    position: relative;
  }
  .logo-wrapper .logo-container .navbar-brand .logo {
    height: 80px;
  }
  .logo-wrapper .logo-container .brand-name {
    top: 44px;
    left: 135px;
    font-size: 18px;
  }
}
.map-search-header {
  width: 100%;
}
.map-search-header .navbar-nav {
  justify-content: flex-end;
}

.wrapper-navbar .navbar a {
  font-size: 18px;
}
.wrapper-navbar .navbar a > span.home {
  display: none;
}
.wrapper-navbar .navbar a > i.home {
  display: inline-block;
  color: #fff;
  width: 18px;
  height: 27px;
  margin-left: 12px;
  background: url(/wp-content/themes/vidiflex/assets/home-white2.svg) center right no-repeat;
  margin-top: -2px;
  line-height: 16px;
  vertical-align: text-top;
}
.wrapper-navbar .container {
  justify-content: flex-end !important;
}
.wrapper-navbar .container .logo {
  position: absolute;
  top: 20px;
  height: 100px;
  margin-left: -144px;
}
.wrapper-navbar .dropdown > a > i {
  /*&.burger-icon {
                  @include burger(18px, 3px, 5px, #444);
              }*/
}
.wrapper-navbar .dropdown > a > i.burger {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
  margin-top: 11px;
  margin-bottom: 5px;
}
.wrapper-navbar .dropdown > a > i.burger, .wrapper-navbar .dropdown > a > i.burger::before, .wrapper-navbar .dropdown > a > i.burger::after {
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wrapper-navbar .dropdown > a > i.burger::before, .wrapper-navbar .dropdown > a > i.burger::after {
  position: absolute;
  content: "";
}
.wrapper-navbar .dropdown > a > i.burger::before {
  top: -8px;
}
.wrapper-navbar .dropdown > a > i.burger::after {
  top: 8px;
}
.wrapper-navbar .dropdown > .dropdown-menu {
  border: none;
  border-top: none;
  border-left: 4px solid white;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
}
.wrapper-navbar .dropdown > .dropdown-menu a:before {
  content: "> ";
  margin-right: 10px;
}
.wrapper-navbar .dropdown > .dropdown-menu a:focus, .wrapper-navbar .dropdown > .dropdown-menu a:hover {
  background: #FFD775;
  color: black;
}
.wrapper-navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 4px 24px 4px 16px;
}
.wrapper-navbar .dropdown.show > a > i.burger {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
  margin-top: 11px;
  margin-bottom: 5px;
}
.wrapper-navbar .dropdown.show > a > i.burger, .wrapper-navbar .dropdown.show > a > i.burger::before, .wrapper-navbar .dropdown.show > a > i.burger::after {
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wrapper-navbar .dropdown.show > a > i.burger::before, .wrapper-navbar .dropdown.show > a > i.burger::after {
  position: absolute;
  content: "";
}
.wrapper-navbar .dropdown.show > a > i.burger::before {
  top: -8px;
}
.wrapper-navbar .dropdown.show > a > i.burger::after {
  top: 8px;
}
.wrapper-navbar .dropdown.show > a > i.burger {
  background-color: transparent;
}
.wrapper-navbar .dropdown.show > a > i.burger::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.wrapper-navbar .dropdown.show > a > i.burger::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.wrapper-navbar .navbar-solidpink,
.wrapper-navbar .navbar-smal-solidpink {
  background: #892F43;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper-navbar .navbar-solidpink .dropdown-menu,
.wrapper-navbar .navbar-smal-solidpink .dropdown-menu {
  background: #9e3950;
}
.wrapper-navbar .navbar-solidpink .dropdown-menu a,
.wrapper-navbar .navbar-smal-solidpink .dropdown-menu a {
  color: white;
}
.wrapper-navbar .navbar-solidpink .dropdown-menu .dropdown-menu,
.wrapper-navbar .navbar-smal-solidpink .dropdown-menu .dropdown-menu {
  position: relative;
  top: 0;
  left: 0 !important;
  display: block;
  border: none;
  margin-left: 15px;
  padding: 0;
}
.wrapper-navbar .navbar-solidpink .name-container,
.wrapper-navbar .navbar-smal-solidpink .name-container {
  flex-grow: 1;
  font-weight: 600;
  font-size: 20px;
  padding-top: 3px;
}
.wrapper-navbar .navbar-solidpink a,
.wrapper-navbar .navbar-smal-solidpink a {
  color: white;
}
.wrapper-navbar .navbar-solidpink .navbar .navbar-nav .nav-link,
.wrapper-navbar .navbar-smal-solidpink .navbar .navbar-nav .nav-link {
  color: white !important;
}
.wrapper-navbar .navbar-solidpink .header-buttons .utforsk-kart,
.wrapper-navbar .navbar-smal-solidpink .header-buttons .utforsk-kart {
  margin-right: 30px;
}
.wrapper-navbar .navbar-solidpink .group,
.wrapper-navbar .navbar-smal-solidpink .group {
  position: relative;
}
.wrapper-navbar .navbar-solidpink .group label,
.wrapper-navbar .navbar-smal-solidpink .group label {
  font-size: 16px;
  margin-bottom: 2px;
}
.wrapper-navbar .navbar-solidpink .group.search-symbol label,
.wrapper-navbar .navbar-smal-solidpink .group.search-symbol label {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  width: 32px;
  height: 33px;
  z-index: 1;
}
.wrapper-navbar .navbar-solidpink .group .search,
.wrapper-navbar .navbar-smal-solidpink .group .search {
  position: relative;
  width: 100%;
  height: 60px;
  border: 2px solid black;
  padding-left: 60px;
  padding-right: 72px;
  margin-bottom: 15px;
}
.wrapper-navbar .navbar-solidpink .group .search-button,
.wrapper-navbar .navbar-smal-solidpink .group .search-button {
  position: absolute;
  top: 2px;
  right: 2px;
  background: white;
  border: none;
  font-size: 24px;
  height: 56px;
  width: 73px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.wrapper-navbar .navbar-solidpink .group .search-button:hover, .wrapper-navbar .navbar-solidpink .group .search-button:focus,
.wrapper-navbar .navbar-smal-solidpink .group .search-button:hover,
.wrapper-navbar .navbar-smal-solidpink .group .search-button:focus {
  background: #FFD775;
}
.wrapper-navbar .navbar-solidpink .group .options,
.wrapper-navbar .navbar-smal-solidpink .group .options {
  font-size: 16px;
  padding: 3px 15px 1px 15px;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  background: #F7F7F7;
  text-decoration: none;
}
.wrapper-navbar .navbar-solidpink .group .options img,
.wrapper-navbar .navbar-smal-solidpink .group .options img {
  margin-left: 3px;
  margin-top: -1px;
}
.wrapper-navbar .navbar-solidpink .group .options.active, .wrapper-navbar .navbar-solidpink .group .options:hover, .wrapper-navbar .navbar-solidpink .group .options:focus,
.wrapper-navbar .navbar-smal-solidpink .group .options.active,
.wrapper-navbar .navbar-smal-solidpink .group .options:hover,
.wrapper-navbar .navbar-smal-solidpink .group .options:focus {
  border: 1px solid #892F43;
}
.wrapper-navbar .navbar-solidpink .group.radio,
.wrapper-navbar .navbar-smal-solidpink .group.radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper-navbar .navbar-solidpink .group.radio input[type=radio],
.wrapper-navbar .navbar-smal-solidpink .group.radio input[type=radio] {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.wrapper-navbar .navbar-solidpink .group.radio input[type=radio] + label,
.wrapper-navbar .navbar-smal-solidpink .group.radio input[type=radio] + label {
  font-size: 15px;
  padding: 3px 6px;
  border: 1px solid #DADBDB;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}
.wrapper-navbar .navbar-solidpink .group.radio input[type=radio]:checked + label,
.wrapper-navbar .navbar-smal-solidpink .group.radio input[type=radio]:checked + label {
  border: 1px solid #892F43;
}
.wrapper-navbar .navbar-solidpink .group select,
.wrapper-navbar .navbar-smal-solidpink .group select {
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  line-height: 1.42;
  border: 1px solid #efefef;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  border-radius: 2px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.wrapper-navbar .navbar-solidpink .group select:focus,
.wrapper-navbar .navbar-smal-solidpink .group select:focus {
  border-color: black;
}
.wrapper-navbar .navbar-solidpink .options-content,
.wrapper-navbar .navbar-smal-solidpink .options-content {
  display: none;
  transition: all ease-in-out 300ms;
}
.wrapper-navbar .navbar-solidpink .options-content.show,
.wrapper-navbar .navbar-smal-solidpink .options-content.show {
  display: block;
  transition: all ease-in-out 300ms;
}
.wrapper-navbar .navbar-solidpink .options-content .group,
.wrapper-navbar .navbar-smal-solidpink .options-content .group {
  margin-bottom: 10px;
}
.wrapper-navbar .navbar-solidpink .options-content .close-filter,
.wrapper-navbar .navbar-smal-solidpink .options-content .close-filter {
  display: block;
  text-align: center;
  transform: translateY(0);
  animation: MoveUpDown 1.9s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.wrapper-navbar .navbar-solidpink .container .group,
.wrapper-navbar .navbar-smal-solidpink .container .group {
  position: relative;
}
.wrapper-navbar .navbar-solidpink .container .group label,
.wrapper-navbar .navbar-smal-solidpink .container .group label {
  font-size: 16px;
  margin-bottom: 2px;
}
.wrapper-navbar .navbar-solidpink .container .group.search-symbol label,
.wrapper-navbar .navbar-smal-solidpink .container .group.search-symbol label {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  width: 32px;
  height: 33px;
  z-index: 1;
}
.wrapper-navbar .navbar-solidpink .container .group .search,
.wrapper-navbar .navbar-smal-solidpink .container .group .search {
  position: relative;
  width: 100%;
  height: 60px;
  border: 2px solid black;
  padding-left: 60px;
  padding-right: 72px;
  margin-bottom: 15px;
}
.wrapper-navbar .navbar-solidpink .container .group .search-button,
.wrapper-navbar .navbar-smal-solidpink .container .group .search-button {
  position: absolute;
  top: 2px;
  right: 2px;
  background: white;
  border: none;
  font-size: 24px;
  height: 56px;
  width: 73px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.wrapper-navbar .navbar-solidpink .container .group .search-button:hover, .wrapper-navbar .navbar-solidpink .container .group .search-button:focus,
.wrapper-navbar .navbar-smal-solidpink .container .group .search-button:hover,
.wrapper-navbar .navbar-smal-solidpink .container .group .search-button:focus {
  background: #FFD775;
}
.wrapper-navbar .navbar-solidpink .container .group .options,
.wrapper-navbar .navbar-smal-solidpink .container .group .options {
  font-size: 16px;
  padding: 3px 15px 1px 15px;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  background: #F7F7F7;
  text-decoration: none;
}
.wrapper-navbar .navbar-solidpink .container .group .options img,
.wrapper-navbar .navbar-smal-solidpink .container .group .options img {
  margin-left: 3px;
  margin-top: -1px;
}
.wrapper-navbar .navbar-solidpink .container .group .options.active, .wrapper-navbar .navbar-solidpink .container .group .options:hover, .wrapper-navbar .navbar-solidpink .container .group .options:focus,
.wrapper-navbar .navbar-smal-solidpink .container .group .options.active,
.wrapper-navbar .navbar-smal-solidpink .container .group .options:hover,
.wrapper-navbar .navbar-smal-solidpink .container .group .options:focus {
  border: 1px solid #892F43;
}
.wrapper-navbar .navbar-solidpink .container .group.radio,
.wrapper-navbar .navbar-smal-solidpink .container .group.radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper-navbar .navbar-solidpink .container .group.radio input[type=radio],
.wrapper-navbar .navbar-smal-solidpink .container .group.radio input[type=radio] {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.wrapper-navbar .navbar-solidpink .container .group.radio input[type=radio] + label,
.wrapper-navbar .navbar-smal-solidpink .container .group.radio input[type=radio] + label {
  font-size: 15px;
  padding: 3px 6px;
  border: 1px solid #DADBDB;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}
.wrapper-navbar .navbar-solidpink .container .group.radio input[type=radio]:checked + label,
.wrapper-navbar .navbar-smal-solidpink .container .group.radio input[type=radio]:checked + label {
  border: 1px solid #892F43;
}
.wrapper-navbar .navbar-solidpink .container .group select,
.wrapper-navbar .navbar-smal-solidpink .container .group select {
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  line-height: 1.42;
  border: 1px solid #efefef;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  border-radius: 2px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.wrapper-navbar .navbar-solidpink .container .group select:focus,
.wrapper-navbar .navbar-smal-solidpink .container .group select:focus {
  border-color: black;
}
.wrapper-navbar .navbar-solidpink .container .options-content,
.wrapper-navbar .navbar-smal-solidpink .container .options-content {
  display: none;
  transition: all ease-in-out 300ms;
}
.wrapper-navbar .navbar-solidpink .container .options-content.show,
.wrapper-navbar .navbar-smal-solidpink .container .options-content.show {
  display: block;
  transition: all ease-in-out 300ms;
}
.wrapper-navbar .navbar-solidpink .container .options-content .group,
.wrapper-navbar .navbar-smal-solidpink .container .options-content .group {
  margin-bottom: 10px;
}
.wrapper-navbar .navbar-solidpink .container .options-content .close-filter,
.wrapper-navbar .navbar-smal-solidpink .container .options-content .close-filter {
  display: block;
  text-align: center;
  transform: translateY(0);
  animation: MoveUpDown 1.9s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.wrapper-navbar .navbar-solidpink .search-area,
.wrapper-navbar .navbar-smal-solidpink .search-area {
  margin-top: 40px;
}
.wrapper-navbar .navbar-smal-solidpink {
  min-height: 50px;
}

@media (max-width: 767.98px) {
  .wrapper-navbar .navbar-smal-solidpink .name-container {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .sticky #wrapper-navbar {
    width: 100%;
    position: fixed;
    transition: all 0.5s ease-in-out;
  }
  .sticky #page-wrapper {
    padding-top: 140px;
  }

  .home #page-wrapper {
    background: #892F43;
  }

  .hide-nav #wrapper-navbar {
    transform: translateY(-100%);
    transition: all 1s ease-in-out;
  }
}
.search-area-form {
  display: flex;
  flex: 0 0 auto;
}
.search-area-form .search-input-container {
  position: relative;
  flex-grow: 1;
}
.search-area-form .search-input-container label {
  display: block;
}
.search-area-form .search-input-container label input {
  width: 100%;
  height: 50px;
  border: 2px solid black;
  padding: 0 55px 0 20px;
}
.search-area-form .search-input-container .search-button {
  position: absolute;
  top: 2px;
  right: 2px;
  background: white;
  border: none;
  font-size: 24px;
  height: 46px;
  width: 50px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.search-area-form .search-input-container .search-button:hover, .search-area-form .search-input-container .search-button:focus {
  background: #FFD775;
}
.search-area-form a {
  height: 50px;
  border: 1px solid white;
  padding: 0 20px;
  line-height: 50px;
  vertical-align: middle;
}
.search-area-form a:hover {
  text-decoration: none;
  background: #FFD775;
  color: #000000;
  border-color: #000000;
}
.search-area-form a.explore {
  margin-left: 20px;
}
.search-area-form a.explore svg {
  stroke: white;
  fill: white;
  transform: translateY(2px) translateX(-4px);
}
.search-area-form a.explore:hover svg {
  stroke: black;
  fill: black;
}
.search-area-form a.add-bm {
  margin-left: 20px;
}
.search-area-form a.add-bm svg {
  fill: white;
  transform: translateY(-2px) translateX(-4px);
}
.search-area-form a.add-bm:hover svg {
  fill: black;
}

@media screen and (max-width: 1500px) {
  .wrapper-navbar .container .logo {
    margin-left: 0px;
  }

  .navbar-expand-md #navbarNavDropdown .navbar-nav .dropdown .dropdown-menu-container > .container {
    margin-top: 50px;
  }
}
.push-right {
  margin-left: auto;
}

.home #content,
.veileder #content {
  padding-top: 0;
}

/*#content{
	padding-top: 87px;
}*/
.menu-organisasjonsmeny-container a {
  font-size: 18px;
  line-height: 1.5em;
}
.menu-organisasjonsmeny-container ul {
  list-style-type: none;
}
.menu-organisasjonsmeny-container ul li a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.menu-organisasjonsmeny-container ul li a:before {
  position: absolute;
  content: ">";
  top: 0;
  left: 0;
}
.menu-organisasjonsmeny-container > ul > li > a {
  padding: 15px 15px 15px 40px;
  background: #92AF95;
}
.menu-organisasjonsmeny-container > ul > li > a:before {
  top: 15px;
  left: 15px;
}
.menu-organisasjonsmeny-container > ul > li ul {
  padding-left: 15px;
}
.menu-organisasjonsmeny-container > ul > li ul li a {
  margin: 15px 0;
}
.menu-organisasjonsmeny-container > ul > li .sub-menu {
  margin-bottom: 0;
}
.menu-organisasjonsmeny-container > ul > li .sub-menu li.menu-item-has-children > a {
  padding: 15px 15px 15px 40px;
  background: #92AF95;
  margin: 15px 0 0 0;
}
.menu-organisasjonsmeny-container > ul > li .sub-menu li.menu-item-has-children > a:before {
  top: 15px;
  left: 15px;
}
.menu-organisasjonsmeny-container > ul > li .sub-menu li:not(.menu-item-has-children) {
  padding-left: 15px;
}

.wpb_single_image.footer-image img {
  height: 100px;
}

/*
body {
	padding: 0;
	.container{
		//padding-top: 25px;
		//padding-bottom: 25px;
		align-items: initial;
		justify-content: initial;
		.navbar-brand{
			flex-grow: 0;
			width: 125px;
			min-width: 125px;
		}
		.breadcrumb-container{
			flex-grow: 1;
		}
		.language-widget-area{
			width: 56px;
			.language-list{
				ul{
					padding: 0;
					margin: 0;
					list-style-type: none;
				}
			}
		}
		.has-home{
			.icon.home{
				display: block;
				color: $white;
				width: 18px;
				height: 27px;
				margin-left: 30px;
				background: url("/wp-content/themes/vidiflex/assets/home.svg") center right no-repeat;
			}
			.name{
				display: none;
			}
		}
		.has-burger {
			.burger {
				@include burger(18px, 3px, 5px, #000);
				margin-left: 15px;
				margin-top: inherit;
				margin-bottom: 5px;
			}
			.burger-icon {
				@include burger(18px, 3px, 5px, #444);
			}
			.name{
				float: left;
			}
		}
		.show{
			.has-burger{
				.burger{
					@include burger(18px, 3px, 5px, #000);
					@include burger-to-cross;
					margin-left: 15px;
					margin-top: inherit;
					margin-bottom: 5px;
				}
			}
		}
		a{
			font-size: 18px;
		}
	}
}*/
@media screen and (min-width: 1501px) {
  body .navbar .container .navbar-brand {
    width: 0;
    min-width: 0;
    margin: 0;
  }
}
.h2-decorative {
  font-family: "poynter-oldstyle-display", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6, p, a, strong {
  hyphens: manual;
}

h1, h2, h3, h4, h5, h6, p {
  color: #0A0A0A;
}

h1 {
  font-family: "poynter-oldstyle-display", serif;
  font-weight: 700;
}

h2, h3, h4, h5, h6 {
  font-family: "urw-din", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  line-height: 1.2em;
}
h1 a {
  font-size: 48px;
  line-height: 1.2em;
}

h2 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}
h2 a {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

h3, h4, h5 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
}

body summary,
body .entrance-ingres {
  font-size: 20px;
  line-height: 1.5em;
  color: #666666;
}
body summary p,
body .entrance-ingres p {
  font-size: 20px;
  line-height: 1.5em;
  color: #666666;
}
body .search-summary {
  border-bottom: 2px solid #dcdcdd;
  margin-bottom: 30px;
}
body .search-summary .summary {
  margin-bottom: 15px;
}
body .search-summary .date {
  font-size: 15px;
  line-height: 1.2em;
  color: #666666;
}
body blockquote {
  position: relative;
  font-size: 35px !important;
  font-family: "poynter-oldstyle-display", serif;
  color: #433477;
  line-height: 1.2em !important;
  font-weight: 700;
  font-style: italic;
  padding-left: 30px;
}
body blockquote:before {
  content: '"';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 40px;
}
body blockquote p {
  font-size: 35px !important;
  font-family: "poynter-oldstyle-display", serif;
  color: #433477;
  line-height: 1.2em !important;
  font-weight: 700;
  font-style: italic;
}

.search-page .search-page-header {
  margin-bottom: 30px;
}

ol, ul, dl {
  list-style: inside;
  font-size: 18px;
  line-height: 1.5em;
}

.breadcrumb-container {
  padding-top: 8px;
  font-size: 14px;
  line-height: 27px;
}
.breadcrumb-container a {
  font-size: 14px !important;
  line-height: 27px;
}

/*
.content{
	ul{
		li {
			list-style-type: none;
			position: relative;
			display: block;
			padding-left: 20px;

			&:before {
				position: absolute;
				content: ">";
				top: 0;
				left: 0;
			}
		}
	}
}
#content {
	ul:not(.filepond--list):not(.files):not(.pagination):not(.navbar-nav):not(.sub-menu):not(.vc_tta-tabs-list):not(.slicker-heart-comments-wrap):not(.wpforms-field-container) {
		li {
			list-style-type: none;
			position: relative;
			display: block;
			padding-left: 20px;
			&:before{
				position: absolute;
				content: ">";
				top: 0;
				left: 0;
			}
			a{
				color: $solidpink;
				text-decoration: none;
				border-bottom: 1px solid $solidpink;
				&:hover{
					text-decoration: none;
					color: #0a0a0a;
				}
			}
		}
	}
}*/
/*
.wpb_content_element{
	ul{
		li {
			list-style-type: none;
			position: relative;
			display: block;
			padding-left: 20px;
			&:before{
				position: absolute;
				content: ">";
				top: 0;
				left: 0;
			}
			a{
				color: $solidpink;
				text-decoration: none;
				border-bottom: 1px solid $solidpink;
				&:hover{
					text-decoration: none;
					color: #0a0a0a;
				}
			}
		}
	}
}*/
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: normal;
}
p a {
  color: #892F43;
  text-decoration: none;
  border-bottom: 1px solid #892F43;
}
p a:hover {
  text-decoration: none;
  color: #0a0a0a;
}
p a.glossaryLink:hover, p a.glossaryLink:active {
  background: #FFD775;
}

a:hover {
  text-decoration: underline;
}

#page-wrapper .font-size-xxxl {
  font-size: 64px;
  line-height: 1.2em;
}
#page-wrapper .font-size-xxl {
  font-size: 58px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#page-wrapper .font-size-xxl p, #page-wrapper .font-size-xxl a {
  font-size: 58px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#page-wrapper .font-size-xl {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 7px;
}
#page-wrapper .font-size-xl p, #page-wrapper .font-size-xl a {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#page-wrapper .font-size-lg {
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 7px;
}
#page-wrapper .font-size-lg p, #page-wrapper .font-size-lg a {
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#page-wrapper .font-size-md {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 7px;
}
#page-wrapper .font-size-md p, #page-wrapper .font-size-md a {
  font-size: 24px;
  line-height: 1.4em;
}
#page-wrapper .font-size-sm {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 7px;
}
#page-wrapper .font-size-sm p, #page-wrapper .font-size-sm a {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#page-wrapper .font-size-xs {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 7px;
}
#page-wrapper .font-size-xs p, #page-wrapper .font-size-xs a {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#page-wrapper .font-size-xxs {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 7px;
}
#page-wrapper .font-size-xxs p, #page-wrapper .font-size-xxs a {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}
#page-wrapper .font-size-xxxs {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 7px;
}
#page-wrapper .font-size-xxxs p, #page-wrapper .font-size-xxxs a {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 0;
}
#page-wrapper .margin-bottom-15 {
  margin-bottom: 15px;
}
#page-wrapper .margin-bottom-20 {
  margin-bottom: 20px;
}
#page-wrapper .margin-bottom-30 {
  margin-bottom: 30px;
}

.hero .container {
  height: 517px;
}
.hero .container .left-col {
  padding-top: 75px;
  height: 517px;
}
.hero .container .left-col h1 {
  font-size: 58px;
  line-height: 1.2em;
  padding-right: 70px;
  -ms-word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}
.hero .container .left-col p {
  padding-right: 70px;
}
.hero .container .left-col .search-form {
  bottom: 80px;
}
.hero .container .right-col {
  position: relative;
}
.hero .container .right-col .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 487px;
}
.hero .container .right-col .img-container img {
  height: 100%;
  width: auto;
}

body .dropdown-menu-container {
  background: white;
}
body .dropdown-menu-container {
  background: #E4EBE4;
}
body.overlay .wrapper-navbar > nav > .container {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: linear-gradient(to right, #E4EBE4 0%, #E4EBE4 79.8%, #E4EBE4 79.8%, #E4EBE4 79.8%, #E4EBE4 100%);
}
body.veileder .dropdown-menu-container {
  background: #E3F0F2;
}

.hero.romantic {
  background: #FFCCB2;
  background: linear-gradient(to right, #FFCCB2 0%, #FFCCB2 50%, #FFCCB2 50%, #ffffff 50%, #ffffff 100%);
}
.hero.romantic .container {
  background: #FFCCB2;
  background: linear-gradient(to right, #FFCCB2 0%, #FFCCB2 79.8%, #FFCCB2 79.8%, #ffffff 79.8%, #ffffff 100%);
}

.image-text-container .text {
  padding: 30px;
}

@media (max-width: 1369.98px) {
  .hero .container .left-col h1 {
    font-size: 48px;
    padding-right: 25px;
  }
  .hero .container .left-col p {
    padding-right: 25px;
  }
  .hero .container .right-col .img-container img {
    object-fit: cover;
  }

  body.overlay .wrapper-navbar > nav > .container {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: linear-gradient(to right, #E4EBE4 0%, #E4EBE4 74.5%, #E4EBE4 74.5%, #E4EBE4 74.5%, #E4EBE4 100%);
  }

  .hero.romantic {
    background: #FFCCB2;
    background: linear-gradient(to right, #FFCCB2 0%, #FFCCB2 50%, #FFCCB2 50%, #ffffff 50%, #ffffff 100%);
  }
  .hero.romantic .container {
    background: #FFCCB2;
    background: linear-gradient(to right, #FFCCB2 0%, #FFCCB2 74.5%, #FFCCB2 74.5%, #ffffff 74.5%, #ffffff 100%);
  }
}
@media (max-width: 991.98px) {
  .hero .container .left-col {
    padding-top: 65px;
  }
  .hero .container .left-col h1 {
    font-size: 48px;
    padding-right: 25px;
  }
  .hero .container .left-col p {
    padding-right: 25px;
  }
  .hero .container .left-col .search-form {
    bottom: 50px;
    width: 178%;
  }
  .hero .container .right-col .img-container img {
    object-fit: cover;
  }

  body.overlay .wrapper-navbar > nav > .container {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: linear-gradient(to right, #E4EBE4 0%, #E4EBE4 69%, #E4EBE4 69%, #E4EBE4 69%, #E4EBE4 100%);
  }

  .hero.romantic {
    background: #FFCCB2;
    background: linear-gradient(to right, #FFCCB2 0%, #FFCCB2 50%, #FFCCB2 50%, #ffffff 50%, #ffffff 100%);
  }
  .hero.romantic .container {
    background: #FFCCB2;
    background: linear-gradient(to right, #FFCCB2 0%, #FFCCB2 69%, #FFCCB2 69%, #ffffff 69%, #ffffff 100%);
  }
}
@media (max-width: 767.98px) {
  .hero.romantic {
    background: #FFCCB2;
  }
  .hero.romantic .container {
    background: none;
  }
  .hero .container {
    height: auto;
    padding-bottom: 30px;
  }
  .hero .container .left-col {
    position: inherit;
    padding-top: 75px;
    padding-bottom: 30px;
    height: auto;
  }
  .hero .container .left-col h1 {
    font-size: 48px;
    padding-right: 0;
  }
  .hero .container .left-col p {
    padding-right: 0;
  }
  .hero .container .left-col .search-form {
    bottom: 30px;
    width: 68%;
  }
  .hero .container .right-col .img-container {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    width: 100%;
  }
  .hero .container .right-col .img-container img {
    height: auto;
    object-fit: contain;
  }
}
.search-form {
  position: absolute;
  bottom: 90px;
  z-index: 10;
  margin-top: 30px;
  width: 100%;
}
.search-form:before {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  left: 20px;
  width: 32px;
  height: 33px;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVCQTZBOUZEMEU4QzExRUFCOUNEQjExRkM3OUYzQzQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVCQTZBOUZFMEU4QzExRUFCOUNEQjExRkM3OUYzQzQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUJBNkE5RkIwRThDMTFFQUI5Q0RCMTFGQzc5RjNDNDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUJBNkE5RkMwRThDMTFFQUI5Q0RCMTFGQzc5RjNDNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAhACADAREAAhEBAxEB/8QAZgABAAMAAwAAAAAAAAAAAAAACgAHCAQFCQEBAAAAAAAAAAAAAAAAAAAAABAAAQQCAQQBBAEFAAAAAAAAAwIEBQYBBwgAERMJEiEiFBUWJjZ2tgoRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/APdT2Se0XfbTkFH8APXhXf5byKkjhiLpdWMZHTzusTD2KzMkqlPbTX9LNpSAgs/mzs3J+WOhQYINeBHA4K1DKePTV7YJXvuCU52xzbd5yJn/ANQvZ23SBFKfR2hga1NIr9aF0gn2KGGNKwwXvhJFD+/Iah9ePsm5O1TkyX16eyCFRE7lMlTLWezXraKindklAM1vYuuzziCCKp2hlbIlsRcJPMsiU7eBw0Nh06cpWIEX9AUj0PtIuw87vYndNg4Cbd4JiVwBUlnGZobSzbbuTvahxCLnJkqxZIyEG5XjHdCiJRnOML7ZBW/QGI9/7KIg98+uG+U5IW29A7RlWUE5jUpxOvYiu3LWEzV0uCCxl14YW4ShFR2M9sYM+dZR3z8+wJ36Aw3Pzg9yy4l8vXvso9d8K7tbmxupGa3NqSGjCzzxUlMiRm7uDUpmZtJ36hbFcAS/kmjJRJeOm1qfNsjwkBmAdUD/AKTwtoLFemOFt6Fu0af1pKiC9IbwRp3CMiT2/Kpira0SZzj5fhZjzGGnPj8y848mQwNO7f3vCcuNC+zb2laN2S01c9tJozR+u4Fg0rh6nIUtbCwU90Ch290CcDUKySaczrPD10yfTsw2SfBSNfLhQNH1ZtTXm7dfVXamqbZEXjX91ixTFbs0IZRWT9oRSxFGQZUCdsJFg6ERu7ZuRhdsnQiAOMZhrQkLA6DjZZs8ucPctW2XiUeNLvIBZc4H2zjx4P8AHy4R2zn6d+316CnOQ3HnU/KTU1o0vuisN7RSLS3wkws5w3lYWUb4WqLstak8IWaGscKdfkbOR4z27qGRJAkKJYF94+VLnL6ceb1Z421qoWzktxh5K3AgafDV8CvjYBASPD65wCzkzFUDaNCgUJNY27ooIqQim3kcGS3G0kGILu6CdBOgru2f3nqz/ILH/o9i6D//2Q==");
  z-index: 1;
}
.search-form input {
  font-size: 18px;
  height: 80px;
  background: white;
  border: none;
  width: 100%;
  padding-left: 78px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-form input:focus {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #892F43;
}
.search-form input:focus + button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #892F43;
}
.search-form button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  right: -60px;
  background-color: white;
  height: 80px;
  width: 80px;
  border: none;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.search-form button:hover {
  background: #FFD775;
}

@media (max-width: 767.98px) {
  .search-form {
    display: none;
  }
}
.vc-loop-entrance-with-links img {
  display: block;
  height: 225px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .vc_row-o-equal-height .vc-loop-entrance-with-links {
    height: 100%;
  }
  .vc_row-o-equal-height .vc-loop-entrance-with-links .entrance {
    min-height: 94px;
  }
  .vc_row-o-equal-height .vc-loop-entrance-with-links .list-items {
    height: calc(100% - 357px);
  }
}
.vc-loop-entrance .entrance-container {
  margin-bottom: 30px;
}
.vc-loop-entrance .entrance {
  height: 100%;
  min-height: 120px;
}
.vc-loop-entrance .entrance-with-image {
  margin-bottom: 30px;
}

.vc_col-sm-6 .entrance-with-image img {
  display: block;
  height: 375px;
  width: 100%;
  object-fit: cover;
}

.vc_row-o-equal-height .vc_col-sm-6 .entrance-with-image .entrance {
  height: calc(100% - 375px);
}

.entrance-with-image.col-sm-6 img {
  display: block;
  height: 375px;
  width: 100%;
  object-fit: cover;
}

.vc_row-o-equal-height .entrance-with-image.col-sm-6 .entrance {
  height: calc(100% - 375px);
}

.vc_col-sm-4 .entrance-with-image img {
  display: block;
  height: 225px;
  width: 100%;
  object-fit: cover;
}

.vc_row-o-equal-height .vc_col-sm-4 .entrance-with-image .entrance {
  height: calc(100% - 225px);
}

.entrance-with-image.col-sm-4 img {
  display: block;
  height: 225px;
  width: 100%;
  object-fit: cover;
}

.vc_col-sm-3 .entrance-with-image img {
  display: block;
  height: 165px;
  width: 100%;
  object-fit: cover;
}
.vc_col-sm-3 .entrance-with-image .entrance.glitter {
  padding: 30px 30px 70px 30px;
  background: #E3F0F2 url("/wp-content/themes/vidiflex/assets/arrow-b-light.svg") center bottom 20px no-repeat;
}

.vc_row-o-equal-height .vc_col-sm-3 .entrance-with-image .entrance {
  height: calc(100% - 165px);
}

.entrance-with-image.col-sm-3 img {
  display: block;
  height: 165px;
  width: 100%;
  object-fit: cover;
}

.entrance {
  display: block;
  padding: 30px 90px 30px 30px;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  -ms-word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}
.entrance:hover {
  text-decoration: none;
}
.entrance:hover strong {
  text-decoration: underline;
}
.entrance:active, .entrance:hover {
  background-color: #FFD775 !important;
  color: black !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.entrance strong {
  display: block;
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}
.entrance.jacarta {
  background: #4C3477;
  color: white;
}
.entrance.glitter {
  background: #E3F0F2 url("/wp-content/themes/vidiflex/assets/arrow-b-light-color-horizontal.svg") right 20px center no-repeat;
}
.entrance.violet {
  color: white;
  background: #210B40 url("/wp-content/themes/vidiflex/assets/Arrow-w-dark-bg-horizontal.svg") right 20px center no-repeat;
}
.entrance.envy {
  padding: 30px 30px 70px 30px;
  background: #92AF95 url("/wp-content/themes/vidiflex/assets/Arrow-bw-midrange-bg.svg") center bottom 20px no-repeat;
}
.entrance.catskillwhite {
  background: #E3F0F2 url("/wp-content/themes/vidiflex/assets/arrow-b-light-color-horizontal.svg") 20px right center no-repeat;
}

.vc-loop-entrance-with-links .entrance {
  position: relative;
  height: initial;
  padding: 30px 55px 5px 30px;
}
.vc-loop-entrance-with-links .entrance.envy {
  background-image: none;
  background: #92AF95;
}
.vc-loop-entrance-with-links .entrance.envy:after {
  background: url("/wp-content/themes/vidiflex/assets/Arrow-bw-midrange-bg-horizontal.svg") 0 0 no-repeat;
  background-size: 80%;
}
.vc-loop-entrance-with-links .entrance.violet {
  background-image: none;
  background: #210B40;
}
.vc-loop-entrance-with-links .entrance.violet:after {
  background: url("/wp-content/themes/vidiflex/assets/Arrow-w-dark-bg-horizontal.svg") 0 0 no-repeat;
  background-size: 80%;
}
.vc-loop-entrance-with-links .entrance.tuftbush {
  background-image: none;
  background: #FFEBE0;
}
.vc-loop-entrance-with-links .entrance.tuftbush:after {
  background: url("/wp-content/themes/vidiflex/assets/arrow-b-light-color-horizontal.svg") 0 0 no-repeat;
  background-size: 80%;
}
.vc-loop-entrance-with-links .entrance.catskillwhite {
  background-image: none;
  background: #E3F0F2;
}
.vc-loop-entrance-with-links .entrance.catskillwhite:after {
  background: url("/wp-content/themes/vidiflex/assets/arrow-b-light-color-horizontal.svg") 0 0 no-repeat;
  background-size: 80%;
}
.vc-loop-entrance-with-links .entrance:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 24px;
  top: calc(50% - 1px);
  right: 15px;
}
.vc-loop-entrance-with-links .list-items {
  width: 100%;
  padding: 10px 0;
}
.vc-loop-entrance-with-links .list-items.envy {
  background: #92AF95;
}
.vc-loop-entrance-with-links .list-items.violet {
  background: #210B40;
}
.vc-loop-entrance-with-links .list-items.violet a {
  color: white;
}
.vc-loop-entrance-with-links .list-items.tuftbush {
  background: #FFEBE0;
}
.vc-loop-entrance-with-links .list-items.catskillwhite {
  background: #E3F0F2;
}
.vc-loop-entrance-with-links .list-items .list-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 5px 55px 5px 30px;
}
.vc-loop-entrance-with-links .list-items .list-item:after {
  content: ">";
  position: absolute;
  display: block;
  width: 15px;
  height: 24px;
  top: calc(50% - 13px);
  right: 15px;
  font-size: 18px;
}
.vc-loop-entrance-with-links .list-items .list-item:active {
  /*background-color: $goldentainoi!important;
  color: black!important;*/
}

.header.left > h1, .header.left h2, .header.left h3, .header.left h4, .header.left h5, .header.left h6, .header.left a, .header.left p, .header.left span {
  text-align: left;
}
.header.right > h1, .header.right h2, .header.right h3, .header.right h4, .header.right h5, .header.right h6, .header.right a, .header.right p, .header.right span {
  text-align: right;
}
.header.center > h1, .header.center h2, .header.center h3, .header.center h4, .header.center h5, .header.center h6, .header.center a, .header.center p, .header.center span {
  text-align: center;
}
.header.bold {
  font-weight: 700;
}
.header.bold h1, .header.bold h2, .header.bold h3, .header.bold h4, .header.bold h5, .header.bold h6, .header.bold a, .header.bold p, .header.bold span {
  font-weight: 700;
}
.header.normal {
  font-weight: normal;
}
.header.normal h1, .header.normal h2, .header.normal h3, .header.normal h4, .header.normal h5, .header.normal h6, .header.normal a, .header.normal p, .header.normal span {
  font-weight: normal;
}
.header + .entrance-ingres {
  padding-top: 15px;
}
.header.white h1, .header.white h2, .header.white h3, .header.white h4, .header.white h5, .header.white h6, .header.white a, .header.white p, .header.white span {
  color: white;
}
.header.solidpink h1, .header.solidpink h2, .header.solidpink h3, .header.solidpink h4, .header.solidpink h5, .header.solidpink h6, .header.solidpink a, .header.solidpink p, .header.solidpink span {
  color: #892F43;
}
.header.violet h1, .header.violet h2, .header.violet h3, .header.violet h4, .header.violet h5, .header.violet h6, .header.violet a, .header.violet p, .header.violet span {
  color: #210B40;
}
.header.pointerstyle h1, .header.pointerstyle h2, .header.pointerstyle h3, .header.pointerstyle h4, .header.pointerstyle h5, .header.pointerstyle h6, .header.pointerstyle a, .header.pointerstyle p, .header.pointerstyle span {
  font-family: "poynter-oldstyle-display", serif;
}

.calltoaction {
  display: inline-block;
  text-align: center;
}
.calltoaction.right {
  float: right;
}
.calltoaction.whiteondark .button {
  border: 1px solid white;
  color: #ffffff;
}
.calltoaction.whiteondark .sublink {
  color: #ffffff;
}
.calltoaction.violet .button {
  background: #210B40;
  color: white;
}
.calltoaction .button {
  display: block;
  border-radius: 3px;
  padding: 15px 33px 16px 33px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #892F43;
  color: white;
}
#wrapper-footer-full h1, #wrapper-footer-full h2, #wrapper-footer-full h3, #wrapper-footer-full h4, #wrapper-footer-full h5, #wrapper-footer-full h6, #wrapper-footer-full p, #wrapper-footer-full a, #wrapper-footer-full ul, #wrapper-footer-full li,
#wrapper-static-hero h1,
#wrapper-static-hero h2,
#wrapper-static-hero h3,
#wrapper-static-hero h4,
#wrapper-static-hero h5,
#wrapper-static-hero h6,
#wrapper-static-hero p,
#wrapper-static-hero a,
#wrapper-static-hero ul,
#wrapper-static-hero li {
  color: white;
}
#wrapper-footer-full a,
#wrapper-static-hero a {
  text-decoration: none;
  border-color: white;
}

.social-media-container .social-media-list {
  list-style-type: none;
  padding: 25px 0;
  margin: 0;
}
.social-media-container .social-media-list li {
  display: inline;
  margin-right: 20px;
}
.social-media-container .social-media-list li a i {
  font-size: 32px;
}

.language-widget-area {
  position: relative;
  margin-left: 10px;
}
.language-widget-area .current-language {
  display: block;
  position: relative;
  width: 56px;
  height: 48px;
  background: #666666;
  color: white;
  margin-top: -5px;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
}
.language-widget-area .current-language:hover {
  background: #777777;
}
.language-widget-area .current-language:focus + .language-list {
  display: block;
}
.language-widget-area:hover .language-list, .language-widget-area:focus .language-list {
  display: block;
}
.language-widget-area .language-list {
  display: none;
  position: absolute;
  left: 0;
  top: 43px;
  width: 56px;
  background: #FFCCB2;
  text-transform: capitalize;
  text-align: center;
}
.language-widget-area .language-list ul li a {
  display: block;
  padding: 15px 0;
}

body .home.language-widget-area .current-language {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #FFCCB2;
  color: black;
}
body .home.language-widget-area .current-language:hover {
  background: #FFEBE0;
}
body.overlay .language-widget-area .current-language {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: white;
  color: #0a0a0a;
}
body.overlay .language-widget-area .current-language:hover {
  background: white;
}
body.overlay .language-widget-area .language-list {
  background: white;
}
body.overlay .language-widget-area .language-list:hover {
  background: white;
}

.veileder-template-default .language-widget-area .current-language {
  background: white;
  color: black;
}
.veileder-template-default .language-widget-area .current-language:hover {
  background: white;
}

.go-to-section {
  display: block;
  background: white;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.go-to-section:hover {
  background: #FFD775;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.go-to-section.smal {
  font-size: 16px;
  padding: 10px;
}
.go-to-section.smal .number {
  font-family: "poynter-oldstyle-display", serif;
  padding-right: 5px;
}
.go-to-section.normal {
  margin-bottom: 30px;
}
.go-to-section.normal .number {
  display: block;
  padding-top: 16px;
  height: 80px;
  font-size: 60px;
  line-height: 60px;
  font-family: "poynter-oldstyle-display", serif;
  text-align: center;
}
.go-to-section.normal .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding: 0 15px 10px 15px;
  height: 82px;
  -ms-word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}

.veileder {
  margin-bottom: 100px;
}
.veileder.text-content {
  padding-top: 30px;
}
.veileder .container .row {
  position: relative;
}
.veileder .container .row .section {
  position: relative;
}
.veileder .container .row .section .scroll {
  position: absolute;
  top: -108px;
  z-index: -1;
}
.veileder .container .row .section.active .main-header {
  background: #FFD775;
}
.veileder .container .row .section .main-header .number {
  margin-left: 7px;
  width: 36px;
  display: inline-block;
  text-align: center;
}
.veileder .container .row .section .main-header .header {
  margin-left: 42px;
}
.veileder .container .row .section .content {
  padding: 0 175px 0 60px;
  border-left: 1px solid #000;
  margin: 30px 0 30px 24px;
}
.veileder .container .row .section .content h3 {
  margin: 24px 0;
  font-weight: 700;
}
.veileder .container .row .section .content h4 {
  margin: 24px 0;
}
.veileder .container .row .section .content h5 {
  margin: 24px 0;
}
.veileder .container .row .section .content h6 {
  margin: 24px 0;
}
.veileder .container .row .section .content p {
  font-size: 18px;
  line-height: 27px;
}
.veileder .container .row .section .content a:hover {
  text-decoration: none;
}
.veileder .container .row .section .content .ingres {
  font-weight: 600;
}
.veileder .container .row .section.files a {
  position: relative;
  margin-left: 32px;
  display: inline-block;
  color: #892F43;
  border-bottom: 1px solid #892F43;
}
.veileder .container .row .section.files a .fa {
  position: absolute;
  left: -32px;
  top: 3px;
  color: #0a0a0a;
}
.veileder .container .row .section.files a:hover {
  color: #0a0a0a;
}

.veileder-top {
  margin-top: -180px;
  padding-top: 171px;
  background: #E3F0F2;
}
.veileder-top.only-pdf {
  padding-bottom: 30px;
}
.veileder-top .veileder-top-navigation {
  padding: 50px 0 0 0;
  background-image: url("/wp-content/uploads/2019/09/pattern-veileder.png");
  background-position: 0 20px;
  background-repeat: repeat-x;
}

@media (max-width: 767.98px) {
  .veileder-top {
    padding-bottom: 30px;
  }
  .veileder-top .veileder-top-navigation {
    display: none;
  }
}
.veileder-sticky-navigation {
  position: fixed;
  top: -80px;
  left: 0;
  right: 0;
  background: white;
  z-index: 10;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.veileder-sticky-navigation a {
  font-size: 16px;
  padding: 10px 12px;
  display: inline-block;
}
.veileder-sticky-navigation a.active {
  background: #FFD775;
}
.veileder-sticky-navigation a .number {
  padding-right: 5px;
}

.section1 #file1 {
  display: block;
}

.section2 #file2 {
  display: block;
}

.section3 #file3 {
  display: block;
}

.section4 #file4 {
  display: block;
}

.section5 #file5 {
  display: block;
}

.section6 #file6 {
  display: block;
}

.file-container p {
  font-size: 16px;
  border-bottom: 10px solid #FE5B58;
  padding-bottom: 10px;
}
.file-container .prefilled-form {
  display: none;
}
.file-container .prefilled-form a {
  font-size: 18px;
  font-weight: 600;
}
.file-container .prefilled-form a .download-icon img {
  width: 12px;
  top: -3px;
  position: relative;
  margin-right: 10px;
}

.paragraph {
  display: block;
  padding: 30px 30px 50px 30px;
}
.paragraph p {
  font-size: 16px;
  line-height: 22px;
}
.paragraph.solidpink {
  background: #892F43;
  color: white;
  background: #892F43 url("/wp-content/themes/vidiflex/assets/Arrow-w-dark-bg.svg") center bottom 20px no-repeat;
}
.paragraph h1, .paragraph h2 {
  text-decoration: line-through;
  content: "Do not use h1 & h2";
}
.paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}

.veileder-template-default .sticky-right {
  width: 280px;
}
.veileder-template-default.scroll .sticky-postion {
  position: absolute;
  right: 0;
  top: 0;
}
.veileder-template-default.scroll .sticky-postion .sticky-right {
  position: fixed;
  top: 108px;
}
.veileder-template-default.scroll .sticky-postion.last .sticky-right {
  position: absolute;
  top: 0;
}
.veileder-template-default.scroll .veileder-sticky-navigation {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0;
}
.veileder-template-default.scroll.admin-bar .veileder-sticky-navigation {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 32px;
}

@media (max-width: 1369.98px) {
  .veileder-template-default .sticky-right {
    width: 280px;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .veileder-template-default .sticky-right {
    width: 200px;
    margin-left: 20px;
  }
  .veileder-template-default .sticky-right .paragraph {
    padding: 20px 20px 50px 20px;
  }
}
@media (max-width: 767.98px) {
  .veileder-template-default .veileder .row {
    flex-wrap: wrap-reverse;
  }
  .veileder-template-default .veileder .row .sticky-right {
    width: auto;
    margin-left: 0;
  }
  .veileder-template-default .veileder .row .section .main-header .number {
    margin-left: 0;
  }
  .veileder-template-default .veileder .row .section .main-header .header {
    margin-left: 7px;
  }
  .veileder-template-default .veileder .row .section .content {
    padding: 0 0 0 20px;
    border-left: 1px solid #000;
    margin: 30px 0 30px 18px;
  }
  .veileder-template-default .veileder-sticky-navigation {
    display: none;
  }
  .veileder-template-default .prefilled-form {
    margin-left: 10px;
    display: block;
  }
  .veileder-template-default.scroll .sticky-postion {
    position: relative;
    top: 0 !important;
    right: inherit;
  }
  .veileder-template-default.scroll .sticky-postion .sticky-right {
    position: relative;
    top: inherit;
  }
  .veileder-template-default.scroll .sticky-postion .sticky-right .file-container .prefilled-form {
    display: block;
  }
}
#page:before {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 124px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0);
  z-index: 20;
  transition: all 200ms cubic-bezier(0.77, 0.3, 0.39, 0.9);
}

.overlay #page:before {
  visibility: visible;
  background: rgba(51, 51, 51, 0.8);
  transition: all 700ms cubic-bezier(0.77, 0.3, 0.39, 0.9);
}

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}
.vc_row-o-equal-height .wpb_wrapper .vc_row {
  height: 100%;
}
.vc_row-o-equal-height .wpb_wrapper .vc_row .wpb_column {
  height: 100%;
}
.vc_row-o-equal-height .wpb_wrapper .vc_row .wpb_column .vc_column-inner {
  height: 100%;
}

.col-lg-ext-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

@media (max-width: 991.98px) {
  .col-lg-ext-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
figure.standard-image {
  position: relative;
}
figure.standard-image.no-caption {
  margin-bottom: 30px;
}
figure.standard-image a {
  display: block;
}
figure.standard-image a:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 15px;
  right: 15px;
  background: url("/wp-content/themes/vidiflex/assets/enlarge.svg") 0 0 no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.standard-image a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

figure.wp-caption {
  position: relative;
}
figure.wp-caption:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 15px;
  right: 15px;
  background: url("/wp-content/themes/vidiflex/assets/enlarge.svg") 0 0 no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.wp-caption:hover:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

figcaption {
  padding: 15px 0;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.2em;
  color: #666666;
}
figcaption strong {
  color: #0A0A0A;
}
figcaption.wp-caption-text {
  font-size: 15px;
}

.tag-and-image,
body .entrance-ingres p.tag-and-image {
  margin-top: -20px;
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.2em;
  color: #666666;
}
.tag-and-image strong,
body .entrance-ingres p.tag-and-image strong {
  color: #0A0A0A;
}

.page-date .tag-and-image {
  margin: 0;
}

.page-sharing {
  text-align: right;
}
.page-sharing .sharinglinks {
  margin-bottom: 0;
}
.page-sharing .sharinglinks p {
  padding: 15px 0;
  margin-bottom: 0;
}

.vc-loop-posts-left-right article {
  border-bottom: 2px solid #dcdcdd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.vc-loop-posts-left-right article .article-image {
  float: left;
  margin-right: 30px;
}
.vc-loop-posts-left-right article .article-image img {
  display: block;
  max-height: 180px;
  object-fit: contain;
  width: 260px;
}
.vc-loop-posts-left-right article .content {
  float: left;
  width: calc(100% - 290px);
}

@media (max-width: 767.98px) {
  .vc-loop-posts-left-right article {
    padding-bottom: 0;
  }
  .vc-loop-posts-left-right article .article-image {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
  .vc-loop-posts-left-right article .article-image img {
    display: block;
    max-height: 180px;
    object-fit: cover;
    width: 100%;
  }
  .vc-loop-posts-left-right article .content {
    float: none;
    width: 100%;
  }
}
.location {
  margin: 0;
}
.location .icon {
  padding-right: 25px;
  align-self: center;
}
.location .google-map-link {
  font-size: 20px;
  line-height: 24px;
}
.location .google-map-link span {
  font-size: 15px;
  padding-right: 15px;
  background: url("/wp-content/themes/vidiflex/assets/solid-pink-arrow-smal.svg") center right no-repeat;
}

body #page-wrapper .border-pattern,
body #page-wrapper .border-pattern-tasman {
  background-color: #E4EBE4;
  background-size: auto 165px;
  background-image: url("/wp-content/themes/vidiflex/assets/pattern-2.svg");
  background-repeat: repeat-x;
  background-position: bottom;
}

body #page-wrapper .border-pattern-catskillwhite {
  background-color: #E3F0F2;
  background-size: auto 165px;
  background-image: url("/wp-content/themes/vidiflex/assets/pattern-2.svg");
  background-repeat: repeat-x;
  background-position: bottom;
}

body #page-wrapper .border-pattern-half-catskillwhite {
  background-color: #E3F0F2;
  background-size: auto 115px;
  background-image: url("/wp-content/themes/vidiflex/assets/pattern-1.svg");
  background-repeat: repeat-x;
  background-position: bottom;
}

.vc-search-container {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  color: white;
}
.vc-search-container.last-container {
  margin-bottom: 30px;
}
.vc-search-container p, .vc-search-container a, .vc-search-container h3, .vc-search-container label {
  color: #0a0a0a;
}
.vc-search-container.violet, .vc-search-container .tuftbush, .vc-search-container .catskillwhite, .vc-search-container .snowdrift {
  padding: 30px 30px 30px 30px;
}
.vc-search-container.violet .search-inputs .search-input, .vc-search-container .tuftbush .search-inputs .search-input, .vc-search-container .catskillwhite .search-inputs .search-input, .vc-search-container .snowdrift .search-inputs .search-input {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.vc-search-container.violet .search-inputs .search-button, .vc-search-container .tuftbush .search-inputs .search-button, .vc-search-container .catskillwhite .search-inputs .search-button, .vc-search-container .snowdrift .search-inputs .search-button {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.vc-search-container.violet {
  background: #210B40;
}
.vc-search-container.violet p, .vc-search-container.violet a, .vc-search-container.violet h3, .vc-search-container.violet label {
  color: white;
}
.vc-search-container.tuftbush {
  background: #FFEBE0;
}
.vc-search-container.catskillwhite {
  background: #E3F0F2;
}
.vc-search-container.snowdrift {
  background: #F1F5F1;
}
.vc-search-container .search-inputs {
  display: flex;
  position: relative;
}
.vc-search-container .search-inputs:before {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  left: 20px;
  width: 32px;
  height: 33px;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVCQTZBOUZEMEU4QzExRUFCOUNEQjExRkM3OUYzQzQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVCQTZBOUZFMEU4QzExRUFCOUNEQjExRkM3OUYzQzQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUJBNkE5RkIwRThDMTFFQUI5Q0RCMTFGQzc5RjNDNDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUJBNkE5RkMwRThDMTFFQUI5Q0RCMTFGQzc5RjNDNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAhACADAREAAhEBAxEB/8QAZgABAAMAAwAAAAAAAAAAAAAACgAHCAQFCQEBAAAAAAAAAAAAAAAAAAAAABAAAQQCAQQBBAEFAAAAAAAAAwIEBQYBBwgAERMJEiEiFBUWJjZ2tgoRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/APdT2Se0XfbTkFH8APXhXf5byKkjhiLpdWMZHTzusTD2KzMkqlPbTX9LNpSAgs/mzs3J+WOhQYINeBHA4K1DKePTV7YJXvuCU52xzbd5yJn/ANQvZ23SBFKfR2hga1NIr9aF0gn2KGGNKwwXvhJFD+/Iah9ePsm5O1TkyX16eyCFRE7lMlTLWezXraKindklAM1vYuuzziCCKp2hlbIlsRcJPMsiU7eBw0Nh06cpWIEX9AUj0PtIuw87vYndNg4Cbd4JiVwBUlnGZobSzbbuTvahxCLnJkqxZIyEG5XjHdCiJRnOML7ZBW/QGI9/7KIg98+uG+U5IW29A7RlWUE5jUpxOvYiu3LWEzV0uCCxl14YW4ShFR2M9sYM+dZR3z8+wJ36Aw3Pzg9yy4l8vXvso9d8K7tbmxupGa3NqSGjCzzxUlMiRm7uDUpmZtJ36hbFcAS/kmjJRJeOm1qfNsjwkBmAdUD/AKTwtoLFemOFt6Fu0af1pKiC9IbwRp3CMiT2/Kpira0SZzj5fhZjzGGnPj8y848mQwNO7f3vCcuNC+zb2laN2S01c9tJozR+u4Fg0rh6nIUtbCwU90Ch290CcDUKySaczrPD10yfTsw2SfBSNfLhQNH1ZtTXm7dfVXamqbZEXjX91ixTFbs0IZRWT9oRSxFGQZUCdsJFg6ERu7ZuRhdsnQiAOMZhrQkLA6DjZZs8ucPctW2XiUeNLvIBZc4H2zjx4P8AHy4R2zn6d+316CnOQ3HnU/KTU1o0vuisN7RSLS3wkws5w3lYWUb4WqLstak8IWaGscKdfkbOR4z27qGRJAkKJYF94+VLnL6ceb1Z421qoWzktxh5K3AgafDV8CvjYBASPD65wCzkzFUDaNCgUJNY27ooIqQim3kcGS3G0kGILu6CdBOgru2f3nqz/ILH/o9i6D//2Q==");
  z-index: 1;
}
.vc-search-container .search-inputs .search-input {
  position: relative;
  flex-grow: 1;
  font-size: 18px;
  height: 80px;
  background: white;
  border: none;
  width: 100%;
  padding-left: 78px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.vc-search-container .search-inputs .search-input:focus {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #892F43;
}
.vc-search-container .search-inputs .search-input:focus + .search-button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #892F43;
}
.vc-search-container .search-inputs .search-button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: white;
  height: 80px;
  border: none;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  padding: 0 20px;
}
.vc-search-container .search-inputs .search-button:hover {
  background: #FFD775;
}

.infobox, .files-container, .oria-search-container {
  padding: 30px 0 0 0;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
}
.infobox p, .files-container p, .oria-search-container p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.infobox p a, .files-container p a, .oria-search-container p a {
  text-decoration: none;
  border-bottom: 1px solid #0a0a0a;
}
.infobox .fa, .files-container .fa, .oria-search-container .fa {
  color: #0a0a0a;
}
.infobox ol, .infobox ul, .infobox dl, .files-container ol, .files-container ul, .files-container dl, .oria-search-container ol, .oria-search-container ul, .oria-search-container dl {
  font-size: 16px;
  line-height: 1.5em;
}
.infobox h3, .files-container h3, .oria-search-container h3 {
  font-size: 16px;
  line-height: 27px;
}
.infobox.facts ul, .files-container.facts ul, .oria-search-container.facts ul {
  list-style-type: none;
}
.infobox.facts ul h2, .infobox.facts ul h3, .files-container.facts ul h2, .files-container.facts ul h3, .oria-search-container.facts ul h2, .oria-search-container.facts ul h3 {
  font-size: 16px;
  line-height: 1.5em;
}
.infobox.facts ul p, .files-container.facts ul p, .oria-search-container.facts ul p {
  color: #666666;
}
.infobox.amethystsmoke, .infobox.tuftbush, .infobox.tasman, .infobox.snowdrift, .infobox.creambrulee, .infobox.dovegray, .infobox.catskillwhite, .infobox.jacarta, .infobox.solidpink, .infobox.violet, .infobox.envy, .infobox.romantic, .infobox.goldentainoi, .files-container.amethystsmoke, .files-container.tuftbush, .files-container.tasman, .files-container.snowdrift, .files-container.creambrulee, .files-container.dovegray, .files-container.catskillwhite, .files-container.jacarta, .files-container.solidpink, .files-container.violet, .files-container.envy, .files-container.romantic, .files-container.goldentainoi, .oria-search-container.amethystsmoke, .oria-search-container.tuftbush, .oria-search-container.tasman, .oria-search-container.snowdrift, .oria-search-container.creambrulee, .oria-search-container.dovegray, .oria-search-container.catskillwhite, .oria-search-container.jacarta, .oria-search-container.solidpink, .oria-search-container.violet, .oria-search-container.envy, .oria-search-container.romantic, .oria-search-container.goldentainoi {
  padding: 30px 30px 30px 30px;
}
.infobox.amethystsmoke, .files-container.amethystsmoke, .oria-search-container.amethystsmoke {
  background: #B3A5CF;
  color: #000000;
}
.infobox.amethystsmoke p, .infobox.amethystsmoke a, .infobox.amethystsmoke h3, .files-container.amethystsmoke p, .files-container.amethystsmoke a, .files-container.amethystsmoke h3, .oria-search-container.amethystsmoke p, .oria-search-container.amethystsmoke a, .oria-search-container.amethystsmoke h3 {
  color: #000000;
}
.infobox.tuftbush, .files-container.tuftbush, .oria-search-container.tuftbush {
  background: #FFEBE0;
  color: #000000;
}
.infobox.tuftbush p, .infobox.tuftbush a, .infobox.tuftbush h3, .files-container.tuftbush p, .files-container.tuftbush a, .files-container.tuftbush h3, .oria-search-container.tuftbush p, .oria-search-container.tuftbush a, .oria-search-container.tuftbush h3 {
  color: #000000;
}
.infobox.tuftbush a, .files-container.tuftbush a, .oria-search-container.tuftbush a {
  color: #892F43;
  border-bottom: 1px solid #892F43;
}
.infobox.tasman, .files-container.tasman, .oria-search-container.tasman {
  background: #E4EBE4;
  color: #000000;
}
.infobox.tasman p, .infobox.tasman a, .infobox.tasman h3, .files-container.tasman p, .files-container.tasman a, .files-container.tasman h3, .oria-search-container.tasman p, .oria-search-container.tasman a, .oria-search-container.tasman h3 {
  color: #000000;
}
.infobox.snowdrift, .files-container.snowdrift, .oria-search-container.snowdrift {
  background: #F1F5F1;
  color: #000000;
}
.infobox.snowdrift p, .infobox.snowdrift a, .infobox.snowdrift h3, .files-container.snowdrift p, .files-container.snowdrift a, .files-container.snowdrift h3, .oria-search-container.snowdrift p, .oria-search-container.snowdrift a, .oria-search-container.snowdrift h3 {
  color: #000000;
}
.infobox.snowdrift a, .files-container.snowdrift a, .oria-search-container.snowdrift a {
  color: #892F43;
  border-bottom: 1px solid #892F43;
}
.infobox.creambrulee, .files-container.creambrulee, .oria-search-container.creambrulee {
  background: #FFE7AD;
  color: #000000;
}
.infobox.creambrulee p, .infobox.creambrulee a, .infobox.creambrulee h3, .files-container.creambrulee p, .files-container.creambrulee a, .files-container.creambrulee h3, .oria-search-container.creambrulee p, .oria-search-container.creambrulee a, .oria-search-container.creambrulee h3 {
  color: #000000;
}
.infobox.dovegray, .files-container.dovegray, .oria-search-container.dovegray {
  background: #666666;
  color: white;
}
.infobox.dovegray p, .infobox.dovegray a, .infobox.dovegray h3, .files-container.dovegray p, .files-container.dovegray a, .files-container.dovegray h3, .oria-search-container.dovegray p, .oria-search-container.dovegray a, .oria-search-container.dovegray h3 {
  color: white;
}
.infobox.catskillwhite, .files-container.catskillwhite, .oria-search-container.catskillwhite {
  background: #E3F0F2;
  color: #000000;
}
.infobox.catskillwhite p, .infobox.catskillwhite a, .infobox.catskillwhite h3, .files-container.catskillwhite p, .files-container.catskillwhite a, .files-container.catskillwhite h3, .oria-search-container.catskillwhite p, .oria-search-container.catskillwhite a, .oria-search-container.catskillwhite h3 {
  color: #000000;
}
.infobox.catskillwhite a, .files-container.catskillwhite a, .oria-search-container.catskillwhite a {
  color: #892F43;
  border-bottom: 1px solid #892F43;
}
.infobox.jacarta, .files-container.jacarta, .oria-search-container.jacarta {
  background: #4C3477;
  color: white;
}
.infobox.jacarta p, .infobox.jacarta a, .infobox.jacarta h3, .files-container.jacarta p, .files-container.jacarta a, .files-container.jacarta h3, .oria-search-container.jacarta p, .oria-search-container.jacarta a, .oria-search-container.jacarta h3 {
  color: white;
}
.infobox.solidpink, .files-container.solidpink, .oria-search-container.solidpink {
  background: #892F43;
  color: white;
}
.infobox.solidpink p, .infobox.solidpink a, .infobox.solidpink h3, .files-container.solidpink p, .files-container.solidpink a, .files-container.solidpink h3, .oria-search-container.solidpink p, .oria-search-container.solidpink a, .oria-search-container.solidpink h3 {
  color: white;
}
.infobox.violet, .files-container.violet, .oria-search-container.violet {
  background: #210B40;
  color: white;
}
.infobox.violet p, .infobox.violet a, .infobox.violet h3, .files-container.violet p, .files-container.violet a, .files-container.violet h3, .oria-search-container.violet p, .oria-search-container.violet a, .oria-search-container.violet h3 {
  color: white;
}
.infobox.envy, .files-container.envy, .oria-search-container.envy {
  background: #92AF95;
  color: #000000;
}
.infobox.envy p, .infobox.envy a, .infobox.envy h3, .files-container.envy p, .files-container.envy a, .files-container.envy h3, .oria-search-container.envy p, .oria-search-container.envy a, .oria-search-container.envy h3 {
  color: #000000;
}
.infobox.romantic, .files-container.romantic, .oria-search-container.romantic {
  background: #FFCCB2;
  color: #000000;
}
.infobox.romantic p, .infobox.romantic a, .infobox.romantic h3, .files-container.romantic p, .files-container.romantic a, .files-container.romantic h3, .oria-search-container.romantic p, .oria-search-container.romantic a, .oria-search-container.romantic h3 {
  color: #000000;
}
.infobox.goldentainoi, .files-container.goldentainoi, .oria-search-container.goldentainoi {
  background: #FFD775;
  color: #000000;
}
.infobox.goldentainoi p, .infobox.goldentainoi a, .infobox.goldentainoi h3, .files-container.goldentainoi p, .files-container.goldentainoi a, .files-container.goldentainoi h3, .oria-search-container.goldentainoi p, .oria-search-container.goldentainoi a, .oria-search-container.goldentainoi h3 {
  color: #000000;
}
.infobox.leftborder, .files-container.leftborder, .oria-search-container.leftborder {
  border-left: 1px solid black;
}
.infobox.rightborder, .files-container.rightborder, .oria-search-container.rightborder {
  border-right: 1px solid black;
}

.infobox.symbol.tuftbush:before, .infobox.symbol.catskillwhite:before, .infobox.symbol.snowdrift:before {
  background: url("/wp-content/themes/vidiflex/assets/arrow-b-light-color-horizontal.svg") 0 0 no-repeat;
}
.infobox.symbol:before {
  content: "";
  display: block;
  width: 24px;
  height: 48px;
  margin-bottom: 20px;
  background: url("/wp-content/themes/vidiflex/assets/Arrow-w-dark-bg-horizontal.svg") 0 0 no-repeat;
}

.vc_row-o-equal-height .infobox {
  height: 100%;
}

.oria-search-container .search-input {
  display: flex;
  position: relative;
}
.oria-search-container .search-input:before {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  left: 20px;
  width: 32px;
  height: 33px;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVCQTZBOUZEMEU4QzExRUFCOUNEQjExRkM3OUYzQzQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVCQTZBOUZFMEU4QzExRUFCOUNEQjExRkM3OUYzQzQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUJBNkE5RkIwRThDMTFFQUI5Q0RCMTFGQzc5RjNDNDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUJBNkE5RkMwRThDMTFFQUI5Q0RCMTFGQzc5RjNDNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAhACADAREAAhEBAxEB/8QAZgABAAMAAwAAAAAAAAAAAAAACgAHCAQFCQEBAAAAAAAAAAAAAAAAAAAAABAAAQQCAQQBBAEFAAAAAAAAAwIEBQYBBwgAERMJEiEiFBUWJjZ2tgoRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/APdT2Se0XfbTkFH8APXhXf5byKkjhiLpdWMZHTzusTD2KzMkqlPbTX9LNpSAgs/mzs3J+WOhQYINeBHA4K1DKePTV7YJXvuCU52xzbd5yJn/ANQvZ23SBFKfR2hga1NIr9aF0gn2KGGNKwwXvhJFD+/Iah9ePsm5O1TkyX16eyCFRE7lMlTLWezXraKindklAM1vYuuzziCCKp2hlbIlsRcJPMsiU7eBw0Nh06cpWIEX9AUj0PtIuw87vYndNg4Cbd4JiVwBUlnGZobSzbbuTvahxCLnJkqxZIyEG5XjHdCiJRnOML7ZBW/QGI9/7KIg98+uG+U5IW29A7RlWUE5jUpxOvYiu3LWEzV0uCCxl14YW4ShFR2M9sYM+dZR3z8+wJ36Aw3Pzg9yy4l8vXvso9d8K7tbmxupGa3NqSGjCzzxUlMiRm7uDUpmZtJ36hbFcAS/kmjJRJeOm1qfNsjwkBmAdUD/AKTwtoLFemOFt6Fu0af1pKiC9IbwRp3CMiT2/Kpira0SZzj5fhZjzGGnPj8y848mQwNO7f3vCcuNC+zb2laN2S01c9tJozR+u4Fg0rh6nIUtbCwU90Ch290CcDUKySaczrPD10yfTsw2SfBSNfLhQNH1ZtTXm7dfVXamqbZEXjX91ixTFbs0IZRWT9oRSxFGQZUCdsJFg6ERu7ZuRhdsnQiAOMZhrQkLA6DjZZs8ucPctW2XiUeNLvIBZc4H2zjx4P8AHy4R2zn6d+316CnOQ3HnU/KTU1o0vuisN7RSLS3wkws5w3lYWUb4WqLstak8IWaGscKdfkbOR4z27qGRJAkKJYF94+VLnL6ceb1Z421qoWzktxh5K3AgafDV8CvjYBASPD65wCzkzFUDaNCgUJNY27ooIqQim3kcGS3G0kGILu6CdBOgru2f3nqz/ILH/o9i6D//2Q==");
  z-index: 1;
}
.oria-search-container .search-input #primoQueryTemp {
  position: relative;
  flex-grow: 1;
  font-size: 18px;
  height: 80px;
  background: white;
  border: none;
  width: 100%;
  padding-left: 78px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.oria-search-container .search-input #primoQueryTemp:focus {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #892F43;
}
.oria-search-container .search-input #primoQueryTemp:focus + #search-oria {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 2px solid #892F43;
}
.oria-search-container .search-input #search-oria {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: white;
  height: 80px;
  border: none;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  padding: 0 20px;
}
.oria-search-container .search-input #search-oria:hover {
  background: #FFD775;
}

.files-container {
  padding: 30px 30px 30px 30px;
}
.files-container ul {
  list-style-type: none;
  padding: 0;
}
.files-container ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.files-container ul li .fa {
  position: absolute;
  left: 0;
  top: 6px;
}
.files-container ul li .name {
  hyphens: manual;
}

.swiper-container {
  padding-bottom: 30px !important;
}
.swiper-container .swiper-slide {
  height: auto;
}
.swiper-container .swiper-slide a.gallery:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 15px;
  right: 15px;
  background: url("/wp-content/themes/vidiflex/assets/enlarge.svg") 0 0 no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.swiper-container .swiper-slide a.gallery:hover:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.swiper-container .swiper-slide .caption {
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.2em;
  color: #0a0a0a;
}
.swiper-container.swiper-container-initialized .equal-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container .swiper-pagination-bullet-active {
  background: white;
}
.swiper-container .swiper-pagination-fraction,
.swiper-container .swiper-pagination-custom,
.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 3px;
  left: 0;
  width: 100%;
}
.swiper-container .swiper-pagination-bullet-active {
  background: black;
}

body .swiper-button-prev,
body .swiper-button-next {
  width: 54px;
}
body .swiper-button-prev:after,
body .swiper-button-next:after {
  font-family: inherit;
  font-size: 16px;
  text-transform: none !important;
  content: "";
  display: block;
  width: 20px;
  height: 25px;
}
body .swiper-button-prev:after {
  background: url("/wp-content/themes/vidiflex/assets/chevron-arrow-white-left.png") 0 0 no-repeat;
}
body .swiper-button-next:after {
  background: url("/wp-content/themes/vidiflex/assets/chevron-arrow-white-right.png") 0 0 no-repeat;
}

.fullscreen-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d1e1f;
  z-index: 99999;
  color: white;
}
.fullscreen-gallery.show {
  display: block;
}
.fullscreen-gallery .container {
  position: relative;
}
.fullscreen-gallery #close-gallery {
  position: absolute;
  top: -42px;
  right: 0;
}
.fullscreen-gallery p, .fullscreen-gallery a {
  color: white;
}
.fullscreen-gallery .hide {
  display: none !important;
}
.fullscreen-gallery .images.row > div {
  padding: 0;
}
.fullscreen-gallery .images .swiper-container .swiper-slide {
  height: calc(100vh - 250px);
}
.fullscreen-gallery .images .swiper-container .swiper-slide img {
  width: 100%;
  object-fit: contain;
  max-height: 100%;
}
.fullscreen-gallery .image-information {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #4f5050;
}
.fullscreen-gallery .image-information .title {
  font-weight: 600;
  margin-bottom: 6px;
}
.fullscreen-gallery .image-information .text, .fullscreen-gallery .image-information .title {
  font-size: 16px;
  line-height: 1.4em;
  color: #f2f2f2;
}
.fullscreen-gallery .image-information .text {
  max-height: 108px;
  overflow: overlay;
}
.fullscreen-gallery .pagination-container {
  text-align: center;
}
.fullscreen-gallery .pagination-container .pagination-index {
  font-size: 16px;
  margin-top: 34px;
  background: #666666;
  border-radius: 3px;
  padding: 7px 10px;
  display: inline-block;
}
.fullscreen-gallery .pagination-container .pagination-index .numbers {
  padding: 0px 10px;
}
.fullscreen-gallery .photograph-container .title {
  font-weight: 600;
  margin-bottom: 6px;
}
.fullscreen-gallery .photograph-container .photograph, .fullscreen-gallery .photograph-container .title {
  font-size: 16px;
  line-height: 1.4em;
  color: #f2f2f2;
}
.fullscreen-gallery .details {
  text-align: right;
}
.fullscreen-gallery .details .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 18px;
  line-height: 27px;
  vertical-align: middle;
  font-size: 30px;
  text-align: center;
}
.fullscreen-gallery .swiper-button-prev {
  left: -41px;
}
.fullscreen-gallery .swiper-button-next {
  right: -41px;
}

@media (max-width: 767.98px) {
  .fullscreen-gallery .swiper-container .swiper-slide {
    height: calc(100vh - 420px);
  }
}
#content article .vc-loop-news-template, #primary article .vc-loop-news-template {
  margin-bottom: 30px;
}
#content article .vc-loop-news-template .inner-article, #primary article .vc-loop-news-template .inner-article {
  position: relative;
  background: white;
  /*padding-bottom: 20px;
  background-image: url("/wp-content/themes/vidiflex/assets/news-pattern.png");
  background-repeat: repeat-x;
  background-position: left bottom;*/
}
#content article .vc-loop-news-template .inner-article .article-image, #primary article .vc-loop-news-template .inner-article .article-image {
  display: block;
  height: 235px;
  width: 100%;
  box-shadow: 0 5px 0 #FFEBE0;
  margin-bottom: 0;
}
#content article .vc-loop-news-template .inner-article .article-image img, #primary article .vc-loop-news-template .inner-article .article-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#content article .vc-loop-news-template .inner-article .details .date, #primary article .vc-loop-news-template .inner-article .details .date {
  font-size: 16px;
  color: #666666;
}
#content article .vc-loop-news-template .inner-article .category, #primary article .vc-loop-news-template .inner-article .category {
  /*color: $bittersweet;
  text-transform: uppercase;*/
}
#content article .vc-loop-news-template .inner-article .text, #primary article .vc-loop-news-template .inner-article .text {
  padding-top: 0;
  min-height: 80px;
  padding: 30px;
}
#content article .vc-loop-news-template .inner-article .text h2, #content article .vc-loop-news-template .inner-article .text h3, #primary article .vc-loop-news-template .inner-article .text h2, #primary article .vc-loop-news-template .inner-article .text h3 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}
#content article .vc-loop-news-template .inner-article .text .entrance-ingres p, #primary article .vc-loop-news-template .inner-article .text .entrance-ingres p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
}
#content article .vc-loop-image-text-template .inner-article, #primary article .vc-loop-image-text-template .inner-article {
  position: relative;
  background: white;
}
#content article .vc-loop-image-text-template .inner-article .article-image, #primary article .vc-loop-image-text-template .inner-article .article-image {
  display: block;
  height: 235px;
}
#content article .vc-loop-image-text-template .inner-article .article-image img, #primary article .vc-loop-image-text-template .inner-article .article-image img {
  height: 100%;
  object-fit: cover;
}
#content article .vc-loop-image-text-template .inner-article .text, #primary article .vc-loop-image-text-template .inner-article .text {
  display: block;
  padding: 30px 90px 0 30px;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
}
#content article .vc-loop-image-text-template .inner-article .text:hover, #primary article .vc-loop-image-text-template .inner-article .text:hover {
  text-decoration: none;
}
#content article .vc-loop-image-text-template .inner-article .text:hover strong, #primary article .vc-loop-image-text-template .inner-article .text:hover strong {
  text-decoration: underline;
}
#content article .vc-loop-image-text-template .inner-article .text h2, #primary article .vc-loop-image-text-template .inner-article .text h2 {
  display: block;
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}
#content article .vc-loop-image-text-template .inner-article .text p, #primary article .vc-loop-image-text-template .inner-article .text p {
  font-size: 16px;
  line-height: 24px;
}
#content article .vc-loop-image-text-template .inner-article .text .entrance-ingres, #primary article .vc-loop-image-text-template .inner-article .text .entrance-ingres {
  display: inline-block;
}
#content article .vc-loop-image-text-template .inner-article .text.jacarta, #primary article .vc-loop-image-text-template .inner-article .text.jacarta {
  background: #4C3477;
  color: white;
}
#content article .vc-loop-image-text-template .inner-article .text.glitter, #primary article .vc-loop-image-text-template .inner-article .text.glitter {
  background: #E3F0F2 url("/wp-content/themes/vidiflex/assets/arrow-b-light-color-horizontal.svg") right 20px center no-repeat;
}
#content article .vc-loop-image-text-template .inner-article .text.violet, #primary article .vc-loop-image-text-template .inner-article .text.violet {
  color: white;
  background: #210B40 url("/wp-content/themes/vidiflex/assets/Arrow-w-dark-bg-horizontal.svg") right 20px center no-repeat;
}
#content article .vc-loop-image-text-template .inner-article .text.envy, #primary article .vc-loop-image-text-template .inner-article .text.envy {
  padding: 30px 30px 70px 30px;
  background: #92AF95 url("/wp-content/themes/vidiflex/assets/Arrow-bw-midrange-bg.svg") center bottom 20px no-repeat;
}
#content .vc_row-o-equal-height article .inner-article, #primary .vc_row-o-equal-height article .inner-article {
  height: 100%;
}

.vc_posts.header {
  margin-bottom: 15px;
}

.single-default .header-content {
  margin-bottom: 40px;
}
.single-default .header-content .left-content {
  display: flex;
}
.single-default .inner {
  padding-right: 30px;
}
.single-default .inner .ingres {
  color: #666666;
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .single-default .header-content {
    margin-bottom: 30px;
  }
  .single-default .header-content .left-content {
    margin-bottom: 30px;
  }
  .single-default .header-content .left-content h1 {
    -ms-word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
  }
  .single-default .header-content .right-content .date-container {
    padding-left: 0;
  }
}
#content .category:not(#category), #primary .category:not(#category) {
  color: #FE5B58;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 19px !important;
  margin-bottom: 10px !important;
}

.vc-menu-container {
  margin-top: -34px;
}
.vc-menu-container .category {
  transform: translateY(-10px);
  display: block;
}

.date-container {
  float: right;
  width: 100%;
  padding-left: 15px;
}
.date-container .type {
  font-weight: bold;
  margin-bottom: 5px !important;
}
.date-container .dates {
  padding: 10px 0;
  position: relative;
  border-left: 1px solid #666666;
}
.date-container .dates:after {
  position: absolute;
  top: 85px;
  left: -9.5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #666666;
}
.date-container .dates .date {
  margin-bottom: 40px;
}
.date-container .dates .date:last-of-type {
  margin-bottom: 0;
}
.date-container .dates .date span {
  display: inline-block;
  width: 100%;
}
.date-container .dates .date .day {
  display: inline-block;
  width: 98px;
  text-align: center;
}
.date-container .dates .date .day .D {
  font-size: 20px;
}
.date-container .dates .date .day .j {
  font-size: 32px;
}
.date-container .dates .date .time-month {
  display: inline-block;
}
.date-container .dates .date .time-month .Hs {
  font-size: 20px;
  margin-bottom: 5px;
}
.date-container .dates .date .time-month .F {
  font-size: 20px;
}
.date-container .dates .date .year {
  display: inline-block;
}
.date-container .dates .date .year .Y {
  font-size: 16px;
}

.elasticsearchresults .elasticlistimage img {
  Object-fit: cover;
  Width: 100%;
  height: 115px;
}

.tag-and-image + .sharinglinks {
  margin-top: -40px;
}

.sharinglinks {
  margin-bottom: 30px;
}
.sharinglinks p {
  color: #666666;
  font-size: 16px;
  line-height: 1.5em;
}
.sharinglinks p span {
  color: #666666;
  font-size: 16px;
  line-height: 1.5em;
  margin-right: 15px;
}
.sharinglinks a {
  color: #666666;
  margin-right: 15px;
  font-size: 16px;
  border-bottom: none;
}
.sharinglinks a:last-of-type {
  margin-right: 0;
}
.sharinglinks a:hover {
  color: #892F43;
}

.hide {
  display: none;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
  padding: 14px 30px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab:not(.vc_active) > a .vc_tta-title-text:after {
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #92AF95;
  transform: translateY(13px);
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border: none;
  background-color: transparent;
  color: #0A0A0A;
  border-radius: 0;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:hover {
  background: #F1F5F1;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
  border: none;
  background-color: transparent;
  color: #0A0A0A;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background: transparent;
  border: none;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel, body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container {
  background: transparent;
  border: none;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-body {
  background: transparent;
  border: none;
  padding: 80px 0 0 0;
}

.anchor-wrapper {
  top: 0;
  z-index: 100;
  padding: 0;
}
.anchor-wrapper.floating {
  border-right: 21px solid transparent;
}
.anchor-wrapper .anchor-container {
  padding: 30px;
}
.anchor-wrapper .anchor-container.tuftbush {
  background: #FFEBE0;
}
.anchor-wrapper .anchor-container.catskillwhite {
  background: #E3F0F2;
}
.anchor-wrapper .anchor-container.snowdrift {
  background: #F1F5F1;
}
.anchor-wrapper .anchor-container select {
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  line-height: 1.42;
  border: 1px solid #efefef;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  border-radius: 2px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.anchor-wrapper .anchor-container select:focus {
  border-color: black;
}

.post-filter .filter label {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.2em;
}
.post-filter .filter select {
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  line-height: 1.42;
  border: 1px solid #d9dbdb;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 20px;
  border-radius: 2px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 145px center;
  background-position: calc(100% - 8px) center;
}
.post-filter .filter select:focus {
  border-color: black;
}
.post-filter .filter-btn {
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 600;
  background: #892F43;
  color: white;
  border: none;
}
.post-filter .filter-btn:hover {
  background: #632230;
}
.post-filter input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: white;
  height: 40px;
  width: 40px;
  border: 1px solid #d9dbdb;
}
.post-filter input[type=checkbox]:checked {
  background: #892F43;
}
.post-filter input[type=checkbox]:hover {
  filter: brightness(90%);
}
.post-filter input[type=checkbox]:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.post-filter input[type=checkbox]:after {
  content: "";
  position: relative;
  left: 45%;
  top: 27%;
  width: 15%;
  height: 40%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.post-filter input[type=checkbox]:checked:after {
  display: block;
}
.post-filter input[type=checkbox]:disabled:after {
  border-color: #7b7b7b;
}

.paging-navigation {
  padding: 1em;
  background: white;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 50px;
}
.paging-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.paging-navigation li {
  display: inline;
}
.paging-navigation a.page-numbers {
  padding: 0.3em 0.7em;
}
.paging-navigation span.page-numbers {
  padding: 0.3em 0.7em;
}
.paging-navigation .current {
  font-weight: bold;
}

body div.wpforms-container-full {
  padding: 30px;
  background: #E4EBE4;
}
body div.wpforms-container-full .wpforms-form .wpforms-title {
  font-weight: 600;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal;
}
body div.wpforms-container-full .wpforms-form button[type=submit] {
  border: none;
  background: #892F43;
  color: white;
  cursor: pointer;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  border: none;
  background: #632230;
  color: white;
}
body div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width: 100% !important;
}

.sketchfab {
  width: 100%;
  height: 480px;
}

.site-main {
  width: 100%;
}

/* Feed them social. Design consistency */
.fts-simple-fb-wrapper {
  padding: 0 15px;
}

/*
	Facebook
*/
.fts-fb-header-wrapper {
  display: none;
}

.fts-jal-fb-message {
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
}
.fts-jal-fb-message p {
  font-size: 16px;
  line-height: 27px;
}

/*
	Instagram
*/
.fts-profile-wrap {
  padding: 15px 0 20px;
}

.fts-profile-pic {
  margin: 0 11px 3px 0;
  max-width: 50px;
}

.fts-profile-name-wrap {
  font-weight: 700;
  color: #892F43;
  display: block;
  padding-top: 6px;
  padding-right: 5px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
}

.slicker-instagram-placeholder {
  height: 298px !important;
}

.do body .entry-content .vc_row {
  margin-bottom: 30px;
}
.do body .wpb_content_element {
  margin-bottom: 30px;
}
.do body .wpb_content_element:last-of-type:only-of-type {
  margin-bottom: 0;
}
.do body .wpb_content_element:last-of-type:only-of-type + .standard-image {
  margin-top: 30px;
}
.do body .wpb_wrapper p:last-of-type:not(:only-of-type) {
  margin-bottom: 0 !important;
}
.do body .home .wrapper-navbar {
  margin-bottom: 0;
}
.do body #single-wrapper h1 {
  margin-bottom: 20px;
}
.do body h2, .do body h3, .do body h4, .do body h5, .do body h6 {
  margin-bottom: 5px;
}
.do body .files-container h3 {
  margin-bottom: 15px;
}
.do body ol, .do body ul, .do body dl {
  list-style: inside;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5em;
}
.do body p {
  margin-bottom: 30px;
}
.do body .file-container {
  margin-bottom: 30px;
}
.do body .file-container ul {
  margin-bottom: 0;
}
.do body .file-container p {
  margin-bottom: 15px;
}
.do body .files-container ul {
  margin-bottom: 0;
}
.do body .paragraph {
  margin-bottom: 30px;
}
.do body figure.standard-image {
  margin-bottom: 0;
  /*&:first-of-type{
  	&:only-of-type {
  		margin-top: 30px;
  	}
  }*/
}
.do body .infobox, .do body .files-container {
  margin-bottom: 30px;
}
.do body .infobox:last-of-type, .do body .files-container:last-of-type {
  margin-bottom: 0;
}
.do body .infobox.facts:not(.tuftbush, .catskillwhite, .snowdrift), .do body .files-container.facts:not(.tuftbush, .catskillwhite, .snowdrift) {
  margin-bottom: 0;
  padding-top: 0;
}

table {
  border: none !important;
}
table thead {
  border: none !important;
}
table thead tr {
  border: none !important;
}
table thead tr td,
table thead tr th {
  font-weight: bold;
  padding: 10px 5px;
  border: none !important;
  border-bottom: 1px solid #666666 !important;
}
table tbody {
  border: none !important;
}
table tbody tr {
  border: none !important;
}
table tbody tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.4);
}
table tbody tr td {
  border: none !important;
  padding: 10px 5px;
}

.filter select {
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  line-height: 1.42;
  border: 1px solid #efefef;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  border-radius: 2px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.filter select:focus {
  border-color: black;
}
.filter label {
  font-size: 16px;
  line-height: 1.2em;
}
.filter .input-group {
  margin-bottom: 30px;
}

.vc-loop-employees table {
  width: 100%;
  font-size: 16px;
  margin: 0 10px;
}
.vc-loop-employees table tbody tr:nth-of-type(even) {
  background: #f7f7f7;
}
.vc-loop-employees table tbody tr td {
  padding: 10px;
}

.no-wrap {
  white-space: nowrap;
}

pre {
  display: block;
  font-size: 16px;
  color: #0a0a0a;
  background: #f1f1f1;
  padding: 15px;
}

#navbarNavDropdown .dropdown-menu {
  right: 10px !important;
  left: auto !important;
  top: 46px;
  min-width: 280px;
}

@media (max-width: 991.98px) {
  .vc_col-sm-6:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  body {
    /*
    		.navbar .container .navbar-brand {
    			flex-grow: 1;
    			width: auto;
    			min-width: 90px;
    		}
    		.wrapper-navbar .navbar-solidpink .name-container,
    		.wrapper-navbar .navbar-smal-solidpink .name-container {
    			flex-grow: initial;
    		}

    		#navbarNavDropdown {
    			width: 100%;
    			margin-top: 15px;
    		}

    		.wrapper-navbar .container .logo {
    			position: relative;
    			top: initial;
    		}

    		.navbar {
    			padding: 0;
    			.navbar-nav .nav-link{
    				padding: 0;
    			}
    		}
    		.wrapper-navbar .navbar-solidpink .dropdown-menu, .wrapper-navbar .navbar-smal-solidpink .dropdown-menu {
    			background: transparent;
    			border: none;
    			a {
    				color: white;
    			}
    		}
    */
  }
  body .vc_col-sm-6:not(:nth-last-child(-n+1)) {
    margin-bottom: 30px;
  }
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .breadcrumb-container {
    display: none;
  }
  body #navbarNavDropdown {
    margin-top: 10px;
  }
  body #navbarNavDropdown a {
    white-space: normal;
  }
  body #navbarNavDropdown .dropdown-menu {
    right: 10px !important;
    left: auto !important;
  }
  body .navbar {
    padding: 20px 0;
  }
  body .navbar .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  body .navbar .container a .logo {
    top: auto;
    position: relative;
  }
  body .navbar-solidpink {
    padding: 0 !important;
  }
  body .navbar-nav {
    flex-direction: row;
  }
  body .dropdown-menu {
    position: absolute !important;
  }
  body .search-area-form a.explore {
    margin-bottom: 15px;
  }
  body .search-area-form a.add-bm {
    margin-left: 0;
  }
  body .search-area-form .search-input-container {
    margin-bottom: 10px;
  }
  body .search-area {
    margin-top: 0 !important;
    padding: 0 0 30px 0 !important;
  }
  body .kulturheader .column {
    max-width: initial;
  }
  body #content {
    padding-top: 30px;
  }
  body .kulturheader .column .header-buttons .header-button {
    width: 100%;
    margin-bottom: 30px;
  }
  body .rest-container h1 {
    margin-bottom: 30px;
  }
  body .rest-container .list-container.kulturminner .kulturminnner,
body .rest-container .list-container.kulturminner .video,
body .rest-container .list-container.videos .kulturminnner,
body .rest-container .list-container.videos .video {
    flex-direction: column;
    padding-right: 0;
  }
  body .rest-container .list-container.kulturminner .kulturminnner .tumb,
body .rest-container .list-container.kulturminner .video .tumb,
body .rest-container .list-container.videos .kulturminnner .tumb,
body .rest-container .list-container.videos .video .tumb {
    width: auto;
    min-width: auto;
  }
  body .rest-container .list-container.kulturminner .kulturminnner .tumb img,
body .rest-container .list-container.kulturminner .video .tumb img,
body .rest-container .list-container.videos .kulturminnner .tumb img,
body .rest-container .list-container.videos .video .tumb img {
    width: 100%;
    height: 180px;
  }
  body .rest-container .list-container.kulturminner .kulturminnner .edit,
body .rest-container .list-container.videos .video .edit {
    top: 115px;
    right: 80px;
  }
  body .rest-container .list-container.kulturminner .kulturminnner .delete,
body .rest-container .list-container.videos .video .delete {
    top: 115px;
    right: 20px;
  }
  body .rest-container .list-container.comments ul .comment,
body .rest-container .list-container.links .link {
    padding-right: 0;
    padding-bottom: 60px;
    height: auto;
  }
  body .rest-container .list-container.comments ul .comment .edit,
body .rest-container .list-container.links .link .edit {
    top: initial;
    bottom: 10px;
    right: 80px;
  }
  body .rest-container .list-container.comments ul .comment .delete,
body .rest-container .list-container.links .link .delete {
    top: initial;
    bottom: 10px;
    right: 20px;
  }
}
@media print {
  #wrapper-footer-full {
    display: none;
  }

  .sharinglinks {
    display: none;
  }

  .infobox.symbol:before {
    display: none;
  }

  .infobox, .files-container {
    padding: 0 !important;
  }

  table tbody tr:nth-of-type(even) {
    -webkit-print-color-adjust: exact;
    background: #f7f7f7 !important;
  }
}
.filepond--file-metadata {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 10px;
  z-index: 999;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.filepond--file-metadata .metadata-group {
  margin-right: 30px;
}
.filepond--file-metadata .metadata-group label {
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

#admin-map {
  width: 100%;
  height: 300px;
}

.vc-map-search-container .vc-map-search-form {
  position: relative;
}
.vc-map-search-container .vc-map-search-form:before {
  content: "";
  position: absolute;
  display: block;
  top: 25px;
  left: 20px;
  width: 32px;
  height: 33px;
  background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVCQTZBOUZEMEU4QzExRUFCOUNEQjExRkM3OUYzQzQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVCQTZBOUZFMEU4QzExRUFCOUNEQjExRkM3OUYzQzQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUJBNkE5RkIwRThDMTFFQUI5Q0RCMTFGQzc5RjNDNDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUJBNkE5RkMwRThDMTFFQUI5Q0RCMTFGQzc5RjNDNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAhACADAREAAhEBAxEB/8QAZgABAAMAAwAAAAAAAAAAAAAACgAHCAQFCQEBAAAAAAAAAAAAAAAAAAAAABAAAQQCAQQBBAEFAAAAAAAAAwIEBQYBBwgAERMJEiEiFBUWJjZ2tgoRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/APdT2Se0XfbTkFH8APXhXf5byKkjhiLpdWMZHTzusTD2KzMkqlPbTX9LNpSAgs/mzs3J+WOhQYINeBHA4K1DKePTV7YJXvuCU52xzbd5yJn/ANQvZ23SBFKfR2hga1NIr9aF0gn2KGGNKwwXvhJFD+/Iah9ePsm5O1TkyX16eyCFRE7lMlTLWezXraKindklAM1vYuuzziCCKp2hlbIlsRcJPMsiU7eBw0Nh06cpWIEX9AUj0PtIuw87vYndNg4Cbd4JiVwBUlnGZobSzbbuTvahxCLnJkqxZIyEG5XjHdCiJRnOML7ZBW/QGI9/7KIg98+uG+U5IW29A7RlWUE5jUpxOvYiu3LWEzV0uCCxl14YW4ShFR2M9sYM+dZR3z8+wJ36Aw3Pzg9yy4l8vXvso9d8K7tbmxupGa3NqSGjCzzxUlMiRm7uDUpmZtJ36hbFcAS/kmjJRJeOm1qfNsjwkBmAdUD/AKTwtoLFemOFt6Fu0af1pKiC9IbwRp3CMiT2/Kpira0SZzj5fhZjzGGnPj8y848mQwNO7f3vCcuNC+zb2laN2S01c9tJozR+u4Fg0rh6nIUtbCwU90Ch290CcDUKySaczrPD10yfTsw2SfBSNfLhQNH1ZtTXm7dfVXamqbZEXjX91ixTFbs0IZRWT9oRSxFGQZUCdsJFg6ERu7ZuRhdsnQiAOMZhrQkLA6DjZZs8ucPctW2XiUeNLvIBZc4H2zjx4P8AHy4R2zn6d+316CnOQ3HnU/KTU1o0vuisN7RSLS3wkws5w3lYWUb4WqLstak8IWaGscKdfkbOR4z27qGRJAkKJYF94+VLnL6ceb1Z421qoWzktxh5K3AgafDV8CvjYBASPD65wCzkzFUDaNCgUJNY27ooIqQim3kcGS3G0kGILu6CdBOgru2f3nqz/ILH/o9i6D//2Q==);
  z-index: 1;
}
.vc-map-search-container .vc-map-search-form label {
  color: white;
}
.vc-map-search-container .vc-map-search-form .map-search-input {
  font-size: 18px;
  height: 80px;
  background: white;
  border: none;
  width: calc(100% - 80px);
  padding-left: 78px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.vc-map-search-container .vc-map-search-form .map-search-input::-moz-selection {
  background: #FFE7AD;
}
.vc-map-search-container .vc-map-search-form .map-search-input::selection {
  background: #FFE7AD;
}
.vc-map-search-container .vc-map-search-form .map-search-button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  height: 80px;
  width: 80px;
  border: none;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.vc-map-search-container .vc-map-search-form .map-search-button:active, .vc-map-search-container .vc-map-search-form .map-search-button:hover {
  background: #FFD775;
}

.links-container.white ul li {
  color: white;
}
.links-container.white ul li a {
  color: white;
}
.links-container.horizontal ul {
  display: flex;
  flex-wrap: wrap;
}
.links-container.horizontal ul li {
  margin-right: 30px;
}
.links-container.horizontal ul li:last-of-type {
  margin-right: 0;
}
.links-container ul {
  padding: 0;
  margin: 0;
}
.links-container ul li:before {
  content: ">";
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .links-container.horizontal ul li {
    width: 100%;
    margin-bottom: 5px;
  }
}
.text.white {
  color: white;
}
.text.white h1, .text.white h2, .text.white h3, .text.white h4, .text.white h5, .text.white h6, .text.white p, .text.white a {
  color: white;
}
.text.solidpink {
  color: #892F43;
}
.text.solidpink h1, .text.solidpink h2, .text.solidpink h3, .text.solidpink h4, .text.solidpink h5, .text.solidpink h6, .text.solidpink a, .text.solidpink p, .text.solidpink span {
  color: #892F43;
}
.text.violet {
  color: #210B40;
}
.text.violet h1, .text.violet h2, .text.violet h3, .text.violet h4, .text.violet h5, .text.violet h6, .text.violet a, .text.violet p, .text.violet span {
  color: #210B40;
}
.text.font-size-lg p {
  line-height: 1.6em !important;
}

.feed-container .kulturminnner {
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: white;
  margin-bottom: 30px;
  height: 135px;
  padding-right: 160px;
}
.feed-container .kulturminnner .tumb {
  position: relative;
  left: 0;
  width: 180px;
  min-width: 180px;
  background: grey;
}
.feed-container .kulturminnner .tumb img {
  height: 100%;
  object-fit: cover;
}
.feed-container .kulturminnner .description {
  padding: 20px 20px 10px 20px;
}
.feed-container .kulturminnner .description h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.feed-container .kulturminnner .date {
  font-size: 14px;
  bottom: 5px;
}
.feed-container .kulturminnner .info {
  font-size: 14px;
  margin-bottom: 5px;
}
.feed-container .kulturminnner .info a {
  font-size: 14px;
}
.feed-container .kulturminnner .edit {
  position: absolute;
  top: 34%;
  right: 100px;
}
.feed-container .kulturminnner .delete {
  position: absolute;
  top: 34%;
  right: 40px;
}
.feed-container .kulturminnner .header-description {
  margin-bottom: 5px;
}
.feed-container .kulturminnner .image-meta p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #page-wrapper .font-size-xxxl {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 7px;
  }
  #page-wrapper .font-size-xxxl p, #page-wrapper .font-size-xxxl a {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  #page-wrapper .font-size-xxl {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  #page-wrapper .font-size-xxl p, #page-wrapper .font-size-xxl a {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  #page-wrapper .font-size-xl {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 7px;
  }
  #page-wrapper .font-size-xl p, #page-wrapper .font-size-xl a {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  #page-wrapper .font-size-lg {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 7px;
  }
  #page-wrapper .font-size-lg p, #page-wrapper .font-size-lg a {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  #page-wrapper p.font-size-lg {
    font-size: 18px;
  }
  #page-wrapper .font-size-md {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 7px;
  }
  #page-wrapper .font-size-md p, #page-wrapper .font-size-md a {
    font-size: 18px;
    line-height: 1.4em;
  }
  #page-wrapper .font-size-sm {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 7px;
  }
  #page-wrapper .font-size-sm p, #page-wrapper .font-size-sm a {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  #page-wrapper .font-size-xs {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 7px;
  }
  #page-wrapper .font-size-xs p, #page-wrapper .font-size-xs a {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
  #page-wrapper .font-size-xxs {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 7px;
  }
  #page-wrapper .font-size-xxs p, #page-wrapper .font-size-xxs a {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
  }
}
#single-wrapper {
  padding-top: 140px;
  padding-bottom: 50px;
}

body .navbar {
  align-items: baseline;
  padding-top: 11px;
  padding-bottom: 12px;
}

.page:not(.home) #page-wrapper {
  padding-top: 140px;
  padding-bottom: 50px;
}

.kulturheader {
  display: flex;
  flex-wrap: wrap;
}
.kulturheader .column {
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 50%;
}
.kulturheader .column .header-buttons {
  display: flex;
  justify-content: flex-end;
}
.kulturheader .column .header-buttons .button-myprofile {
  text-align: center;
  padding: 10px;
  border: 3px solid #000;
}
.kulturheader .column .header-buttons .button-myprofile a {
  font-size: 18px;
  font-weight: 600;
}
.kulturheader .column .header-buttons .header-button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  column-gap: 25px;
}
.kulturheader .column .header-buttons .header-button.one {
  grid-template-columns: repeat(1, 1fr);
}
.kulturheader .column .header-buttons .header-button .button-add {
  text-align: center;
  padding: 10px;
  border: 3px solid #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.kulturheader .column .header-buttons .header-button .button-add:hover {
  background: #FFD775;
}
.kulturheader .column .header-buttons .header-button .button-myprofile {
  text-align: center;
  padding: 10px;
  border: 3px solid #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.kulturheader .column .header-buttons .header-button .button-myprofile:hover {
  background: #FFD775;
}

.entrances {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 25px;
  column-gap: 25px;
}
.entrances .column .entrancebox {
  position: relative;
  height: 156px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.entrances .column .entrancebox .entrance-header {
  padding: 20px 0 0 20px;
  font-size: 16px;
}
.entrances .column .entrancebox .entrance-number {
  padding: 0 0 0 20px;
  font-size: 48px;
}
.entrances .column .entrancebox .entrance-button {
  display: flex;
  position: absolute;
  height: 35px;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #892F43;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  line-height: 19px;
}
.entrances .column .entrancebox .entrance-button:hover, .entrances .column .entrancebox .entrance-button.active {
  background-color: #FFD775;
  color: #000;
  text-decoration: none;
}
.entrances .column .entrancebox.active .entrance-button {
  background-color: #FFD775;
  color: #000;
  text-decoration: none;
}
.entrances .column .entrancebox img {
  position: absolute;
  bottom: 35px;
  right: 0;
}
.entrances .column .entrancebox .video {
  bottom: 43px;
  right: 5px;
}
.entrances .column .entrancebox .links {
  bottom: 40px;
  right: 5px;
}
.entrances .column .entrancebox .images {
  bottom: 43px;
  right: 5px;
}
.entrances .column .entrancebox .comments {
  bottom: 40px;
  right: 5px;
}

.rest-container {
  margin-top: 70px;
}
.rest-container .list-container.comments ul {
  margin: 0;
  padding: 0;
}
.rest-container .list-container.comments ul .comment {
  position: relative;
  padding: 20px 20px 10px 20px;
  background-color: #E3F0F2;
  border-radius: 15px;
  margin-bottom: 30px;
  padding-right: 160px;
}
.rest-container .list-container.comments ul .comment p {
  font-size: 16px;
}
.rest-container .list-container.comments ul .comment .date {
  font-size: 14px;
}
.rest-container .list-container.comments ul .comment .info {
  font-size: 14px;
  margin-bottom: 5px;
}
.rest-container .list-container.comments ul .comment .info a {
  font-size: 14px;
}
.rest-container .list-container.comments ul .comment .edit {
  position: absolute;
  top: 30%;
  right: 100px;
}
.rest-container .list-container.comments ul .comment .delete {
  position: absolute;
  top: 30%;
  right: 40px;
}
.rest-container .list-container.kulturminner .kulturminnner,
.rest-container .list-container.kulturminner .video,
.rest-container .list-container.videos .kulturminnner,
.rest-container .list-container.videos .video {
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #FFEBE0;
  margin-bottom: 30px;
  height: 135px;
  padding-right: 160px;
}
.rest-container .list-container.kulturminner .kulturminnner .tumb,
.rest-container .list-container.kulturminner .video .tumb,
.rest-container .list-container.videos .kulturminnner .tumb,
.rest-container .list-container.videos .video .tumb {
  position: relative;
  left: 0;
  width: 180px;
  min-width: 180px;
  background: grey;
}
.rest-container .list-container.kulturminner .kulturminnner .tumb img,
.rest-container .list-container.kulturminner .video .tumb img,
.rest-container .list-container.videos .kulturminnner .tumb img,
.rest-container .list-container.videos .video .tumb img {
  height: 100%;
  object-fit: cover;
}
.rest-container .list-container.kulturminner .kulturminnner .description,
.rest-container .list-container.kulturminner .video .description,
.rest-container .list-container.videos .kulturminnner .description,
.rest-container .list-container.videos .video .description {
  padding: 20px 20px 10px 20px;
}
.rest-container .list-container.kulturminner .kulturminnner .description h2,
.rest-container .list-container.kulturminner .video .description h2,
.rest-container .list-container.videos .kulturminnner .description h2,
.rest-container .list-container.videos .video .description h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.rest-container .list-container.kulturminner .kulturminnner .date,
.rest-container .list-container.kulturminner .video .date,
.rest-container .list-container.videos .kulturminnner .date,
.rest-container .list-container.videos .video .date {
  font-size: 14px;
  bottom: 5px;
}
.rest-container .list-container.kulturminner .kulturminnner .info,
.rest-container .list-container.kulturminner .video .info,
.rest-container .list-container.videos .kulturminnner .info,
.rest-container .list-container.videos .video .info {
  font-size: 14px;
  margin-bottom: 5px;
}
.rest-container .list-container.kulturminner .kulturminnner .info a,
.rest-container .list-container.kulturminner .video .info a,
.rest-container .list-container.videos .kulturminnner .info a,
.rest-container .list-container.videos .video .info a {
  font-size: 14px;
}
.rest-container .list-container.kulturminner .kulturminnner .edit,
.rest-container .list-container.kulturminner .video .edit,
.rest-container .list-container.videos .kulturminnner .edit,
.rest-container .list-container.videos .video .edit {
  position: absolute;
  top: 34%;
  right: 100px;
}
.rest-container .list-container.kulturminner .kulturminnner .delete,
.rest-container .list-container.kulturminner .video .delete,
.rest-container .list-container.videos .kulturminnner .delete,
.rest-container .list-container.videos .video .delete {
  position: absolute;
  top: 34%;
  right: 40px;
}
.rest-container .list-container.kulturminner .kulturminnner .header-description,
.rest-container .list-container.kulturminner .video .header-description,
.rest-container .list-container.videos .kulturminnner .header-description,
.rest-container .list-container.videos .video .header-description {
  margin-bottom: 5px;
}
.rest-container .list-container.kulturminner .kulturminnner .image-meta p,
.rest-container .list-container.kulturminner .video .image-meta p,
.rest-container .list-container.videos .kulturminnner .image-meta p,
.rest-container .list-container.videos .video .image-meta p {
  font-size: 16px;
  margin-bottom: 0;
}
.rest-container .list-container.links .link {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 20px 20px 10px 20px;
  background-color: #F1F5F1;
  margin-bottom: 30px;
  height: 135px;
  padding-right: 160px;
}
.rest-container .list-container.links .link .details h2 {
  font-weight: 400;
  margin-bottom: 35px;
}
.rest-container .list-container.links .link .details h2 li {
  list-style: none;
}
.rest-container .list-container.links .link .date {
  position: relative;
  font-size: 14px;
}
.rest-container .list-container.links .link .info {
  font-size: 14px;
  margin-bottom: 5px;
}
.rest-container .list-container.links .link .info a {
  font-size: 14px;
}
.rest-container .list-container.links .link .edit {
  position: absolute;
  top: 30%;
  right: 100px;
}
.rest-container .list-container.links .link .delete {
  position: absolute;
  top: 30%;
  right: 40px;
}
.rest-container .list-container.users .user {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 20px 20px 10px 20px;
  background-color: #F1F5F1;
  margin-bottom: 30px;
  height: 135px;
}
.rest-container .list-container.users .user .details h2 {
  font-weight: 400;
  margin-bottom: 25px;
}
.rest-container .list-container.users .user .details h2 li {
  list-style: none;
}
.rest-container .list-container.users .user .date {
  position: relative;
  font-size: 14px;
}
.rest-container .list-container.users .user .info {
  font-size: 14px;
  margin-bottom: 5px;
}
.rest-container .list-container.users .user .info a {
  font-size: 14px;
}
.rest-container .list-container.users .user .edit {
  position: absolute;
  top: 30%;
  right: 100px;
}
.rest-container .list-container.users .user .delete {
  position: absolute;
  top: 30%;
  right: 40px;
}
.rest-container .user h2 {
  font-family: "poynter-oldstyle-display", serif;
  font-size: 26px;
  margin-bottom: 0;
}
.rest-container #new-password h2,
.rest-container #new-email h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.rest-container .completed-message {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #E4EBE4;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
}
.rest-container .completed-message.show {
  display: block;
}
.rest-container .error {
  color: red;
}
.rest-container .filter {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.rest-container .filter h2 {
  flex-grow: 1;
}
.rest-container .filter .filter-form {
  margin-right: 15px;
}
.rest-container .filter .filter-form .group {
  float: left;
  margin-left: 15px;
}
.rest-container .filter .filter-form .group .search-container {
  position: relative;
}
.rest-container .filter .filter-form .group .search-container input {
  height: 40px;
}
.rest-container .filter .filter-form .group .search-container .search-button {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #0A0A0A;
  background: white;
  border: none;
  height: 36px;
  width: 45px;
  padding: 0;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}
.rest-container .filter .filter-form .group .search-container .search-button:hover {
  background: #FFD775;
}
.rest-container .filter .filter-form .group select {
  padding: 7px 30px 7px 10px;
}

@media (max-width: 1369.98px) {
  .entrances .column .entrancebox .entrance-number {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .entrances {
    grid-template-columns: repeat(2, 1fr);
  }
  .entrances .column {
    margin-bottom: 15px;
  }

  .rest-container .filter {
    flex-wrap: wrap;
  }
  .rest-container .filter .font-size-lg {
    width: 100%;
  }
  .rest-container .filter .filter-form {
    display: flex;
  }
  .rest-container .filter .filter-form .group {
    width: 100%;
    margin-left: 0;
    margin-right: 15px;
  }
  .rest-container h1 {
    font-size: 35px;
  }

  .rest-container .list-container.kulturminner .kulturminnner, .rest-container .list-container.kulturminner .video, .rest-container .list-container.videos .kulturminnner, .rest-container .list-container.videos .video {
    height: auto;
  }

  body .navbar {
    align-items: baseline;
    padding-top: 2px;
    padding-bottom: 3px;
  }

  .map-search-header .navbar-nav {
    justify-content: flex-start;
    margin-left: -15px;
  }

  body #navbarNavDropdown .dropdown-menu {
    right: -11px !important;
    left: auto !important;
  }
}
/**
 * FormValidation (https://formvalidation.io)
 * The best validation library for JavaScript
 * (c) 2013 - 2020 Nguyen Huu Phuoc <me@phuoc.ng>
 */
.fv-sr-only {
  display: none;
}

.fv-plugins-framework input::-ms-clear,
.fv-plugins-framework textarea::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

.fv-plugins-icon-container {
  position: relative;
}

.fv-plugins-icon {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.fv-plugins-tooltip {
  position: absolute;
  z-index: 10000;
}

.fv-plugins-tooltip .fv-plugins-tooltip__content {
  background: #000;
  border-radius: 3px;
  color: #eee;
  padding: 10px;
  position: relative;
}

.fv-plugins-tooltip .fv-plugins-tooltip__content:before {
  border: 8px solid transparent;
  content: "";
  position: absolute;
}

.fv-plugins-tooltip--hide {
  opacity: 0;
}

.fv-plugins-tooltip--top-left {
  margin-top: 8px;
}

.fv-plugins-tooltip--top-left .fv-plugins-tooltip__content:before {
  border-top-color: #000;
  left: 8px;
  top: 100%;
}

.fv-plugins-tooltip--top {
  margin-top: 8px;
}

.fv-plugins-tooltip--top .fv-plugins-tooltip__content:before {
  border-top-color: #000;
  left: 50%;
  margin-left: -8px;
  top: 100%;
}

.fv-plugins-tooltip--top-right {
  margin-top: 8px;
}

.fv-plugins-tooltip--top-right .fv-plugins-tooltip__content:before {
  border-top-color: #000;
  right: 8px;
  top: 100%;
}

.fv-plugins-tooltip--right .fv-plugins-tooltip__content:before {
  border-right-color: #000;
  margin-top: -8px;
  right: 100%;
  top: 50%;
}

.fv-plugins-tooltip--bottom-right {
  margin-top: 8px;
}

.fv-plugins-tooltip--bottom-right .fv-plugins-tooltip__content:before {
  border-bottom-color: #000;
  bottom: 100%;
  right: 8px;
}

.fv-plugins-tooltip--bottom {
  margin-top: 8px;
}

.fv-plugins-tooltip--bottom .fv-plugins-tooltip__content:before {
  border-bottom-color: #000;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}

.fv-plugins-tooltip--bottom-left {
  margin-top: 8px;
}

.fv-plugins-tooltip--bottom-left .fv-plugins-tooltip__content:before {
  border-bottom-color: #000;
  bottom: 100%;
  left: 8px;
}

.fv-plugins-tooltip--left .fv-plugins-tooltip__content:before {
  border-left-color: #000;
  left: 100%;
  margin-top: -8px;
  top: 50%;
}

.fv-plugins-tooltip-icon {
  cursor: pointer;
  pointer-events: inherit;
}

.fv-plugins-bootstrap {
  /* For horizontal form */
  /* Stacked form */
  /* Inline form */
  /* Remove the icons generated by Bootstrap 4.2+ */
}

.fv-plugins-bootstrap .fv-help-block {
  color: #dc3545;
  font-size: 80%;
  margin-top: 0.25rem;
}

.fv-plugins-bootstrap .is-invalid ~ .form-check-label,
.fv-plugins-bootstrap .is-valid ~ .form-check-label {
  color: inherit;
}

.fv-plugins-bootstrap .has-danger .fv-plugins-icon {
  color: #dc3545;
}

.fv-plugins-bootstrap .has-success .fv-plugins-icon {
  color: #28a745;
}

.fv-plugins-bootstrap .fv-plugins-icon {
  height: 38px;
  line-height: 38px;
  width: 38px;
}

.fv-plugins-bootstrap .input-group ~ .fv-plugins-icon {
  z-index: 3;
}

.fv-plugins-bootstrap .form-group.row .fv-plugins-icon {
  right: 15px;
}

.fv-plugins-bootstrap .form-group.row .fv-plugins-icon-check {
  top: -7px;
  /* labelHeight/2 - iconHeight/2 */
}

.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon {
  top: 32px;
}

.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon-check {
  top: 25px;
}

.fv-plugins-bootstrap:not(.form-inline) label.sr-only ~ .fv-plugins-icon-check {
  top: -7px;
}

.fv-plugins-bootstrap.form-inline .form-group {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: auto;
}

.fv-plugins-bootstrap .form-control.is-valid,
.fv-plugins-bootstrap .form-control.is-invalid {
  background-image: none;
}

.fv-plugins-bootstrap3 .help-block {
  margin-bottom: 0;
}

.fv-plugins-bootstrap3 .input-group ~ .form-control-feedback {
  z-index: 4;
}

.fv-plugins-bootstrap3.form-inline .form-group {
  vertical-align: top;
}

.fv-plugins-bulma {
  /* Support add ons inside field */
}

.fv-plugins-bulma .field.has-addons {
  flex-wrap: wrap;
}

.fv-plugins-bulma .field.has-addons::after {
  content: "";
  width: 100%;
}

.fv-plugins-bulma .field.has-addons .fv-plugins-message-container {
  order: 1;
}

.fv-plugins-bulma .icon.fv-plugins-icon-check {
  top: -4px;
}

.fv-plugins-bulma .fv-has-error .input,
.fv-plugins-bulma .fv-has-error .textarea {
  border: 1px solid #ff3860;
  /* Same as .input.is-danger */
}

.fv-plugins-bulma .fv-has-success .input,
.fv-plugins-bulma .fv-has-success .textarea {
  border: 1px solid #23d160;
  /* Same as .input.is-success */
}

.fv-plugins-foundation {
  /* Stacked form */
}

.fv-plugins-foundation .fv-plugins-icon {
  height: 39px;
  line-height: 39px;
  right: 0;
  width: 39px;
  /* Same as height of input */
}

.fv-plugins-foundation .grid-padding-x .fv-plugins-icon {
  right: 15px;
}

.fv-plugins-foundation .fv-plugins-icon-container .cell {
  position: relative;
}

.fv-plugins-foundation [type=checkbox] ~ .fv-plugins-icon,
.fv-plugins-foundation [type=checkbox] ~ .fv-plugins-icon {
  top: -7px;
  /* labelHeight/2 - iconHeight/2 */
}

.fv-plugins-foundation.fv-stacked-form .fv-plugins-message-container {
  width: 100%;
}

.fv-plugins-foundation.fv-stacked-form label .fv-plugins-icon,
.fv-plugins-foundation.fv-stacked-form fieldset [type=checkbox] ~ .fv-plugins-icon,
.fv-plugins-foundation.fv-stacked-form fieldset [type=radio] ~ .fv-plugins-icon {
  top: 25px;
  /* Same as height of label */
}

.fv-plugins-foundation .form-error {
  display: block;
}

.fv-plugins-foundation .fv-row__success .fv-plugins-icon {
  color: #3adb76;
  /* Same as .success */
}

.fv-plugins-foundation .fv-row__error label,
.fv-plugins-foundation .fv-row__error fieldset legend,
.fv-plugins-foundation .fv-row__error .fv-plugins-icon {
  color: #cc4b37;
  /* Same as .is-invalid-label and .form-error */
}

.fv-plugins-materialize .fv-plugins-icon {
  height: 42px;
  /* Same as height of input */
  line-height: 42px;
  width: 42px;
}

.fv-plugins-materialize .fv-plugins-icon-check {
  top: -10px;
}

.fv-plugins-materialize .fv-invalid-row .helper-text,
.fv-plugins-materialize .fv-invalid-row .fv-plugins-icon {
  color: #F44336;
}

.fv-plugins-materialize .fv-valid-row .helper-text,
.fv-plugins-materialize .fv-valid-row .fv-plugins-icon {
  color: #4CAF50;
}

.fv-plugins-milligram .fv-plugins-icon {
  height: 38px;
  /* Same as height of input */
  line-height: 38px;
  width: 38px;
}

.fv-plugins-milligram .column {
  position: relative;
}

.fv-plugins-milligram .column .fv-plugins-icon {
  right: 10px;
}

.fv-plugins-milligram .fv-plugins-icon-check {
  top: -6px;
}

.fv-plugins-milligram .fv-plugins-message-container {
  margin-bottom: 15px;
}

.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon {
  top: 30px;
}

.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon-check {
  top: 24px;
}

.fv-plugins-milligram .fv-invalid-row .fv-help-block,
.fv-plugins-milligram .fv-invalid-row .fv-plugins-icon {
  color: red;
}

.fv-plugins-milligram .fv-valid-row .fv-help-block,
.fv-plugins-milligram .fv-valid-row .fv-plugins-icon {
  color: green;
}

.fv-plugins-mini .fv-plugins-icon {
  height: 42px;
  /* Same as height of input */
  line-height: 42px;
  width: 42px;
  top: 4px;
  /* Same as input's margin top */
}

.fv-plugins-mini .fv-plugins-icon-check {
  top: -8px;
}

.fv-plugins-mini.fv-stacked-form .fv-plugins-icon {
  top: 28px;
}

.fv-plugins-mini.fv-stacked-form .fv-plugins-icon-check {
  top: 20px;
}

.fv-plugins-mini .fv-plugins-message-container {
  margin: calc(var(--universal-margin) / 2);
}

.fv-plugins-mini .fv-invalid-row .fv-help-block,
.fv-plugins-mini .fv-invalid-row .fv-plugins-icon {
  color: var(--input-invalid-color);
}

.fv-plugins-mini .fv-valid-row .fv-help-block,
.fv-plugins-mini .fv-valid-row .fv-plugins-icon {
  color: #308732;
  /* Same as tertiary color */
}

.fv-plugins-mui .fv-plugins-icon {
  height: 32px;
  /* Same as height of input */
  line-height: 32px;
  width: 32px;
  top: 15px;
  right: 4px;
}

.fv-plugins-mui .fv-plugins-icon-check {
  top: -6px;
  right: -10px;
}

.fv-plugins-mui .fv-plugins-message-container {
  margin: 8px 0;
}

.fv-plugins-mui .fv-invalid-row .fv-help-block,
.fv-plugins-mui .fv-invalid-row .fv-plugins-icon {
  color: #F44336;
}

.fv-plugins-mui .fv-valid-row .fv-help-block,
.fv-plugins-mui .fv-valid-row .fv-plugins-icon {
  color: #4CAF50;
}

.fv-plugins-pure {
  /* Horizontal form */
  /* Stacked form */
}

.fv-plugins-pure .fv-plugins-icon {
  height: 36px;
  line-height: 36px;
  width: 36px;
  /* Height of Pure input */
}

.fv-plugins-pure .fv-has-error label,
.fv-plugins-pure .fv-has-error .fv-help-block,
.fv-plugins-pure .fv-has-error .fv-plugins-icon {
  color: #CA3C3C;
  /* Same as .button-error */
}

.fv-plugins-pure .fv-has-success label,
.fv-plugins-pure .fv-has-success .fv-help-block,
.fv-plugins-pure .fv-has-success .fv-plugins-icon {
  color: #1CB841;
  /* Same as .button-success */
}

.fv-plugins-pure.pure-form-aligned .fv-help-block {
  margin-top: 5px;
  margin-left: 180px;
}

.fv-plugins-pure.pure-form-aligned .fv-plugins-icon-check {
  top: -9px;
  /* labelHeight/2 - iconHeight/2 */
}

.fv-plugins-pure.pure-form-stacked .pure-control-group {
  margin-bottom: 8px;
}

.fv-plugins-pure.pure-form-stacked .fv-plugins-icon {
  top: 22px;
  /* Same as height of label */
}

.fv-plugins-pure.pure-form-stacked .fv-plugins-icon-check {
  top: 13px;
}

.fv-plugins-pure.pure-form-stacked .fv-sr-only ~ .fv-plugins-icon {
  top: -9px;
}

.fv-plugins-semantic.ui.form .fields.error label,
.fv-plugins-semantic .error .fv-plugins-icon {
  color: #9f3a38;
  /* Same as .ui.form .field.error .input */
}

.fv-plugins-semantic .fv-plugins-icon-check {
  right: 7px;
}

.fv-plugins-shoelace .input-group {
  margin-bottom: 0;
}

.fv-plugins-shoelace .fv-plugins-icon {
  height: 32px;
  line-height: 32px;
  /* Same as height of input */
  width: 32px;
  top: 28px;
  /* Same as height of label */
}

.fv-plugins-shoelace .row .fv-plugins-icon {
  right: 16px;
  top: 0;
}

.fv-plugins-shoelace .fv-plugins-icon-check {
  top: 24px;
}

.fv-plugins-shoelace .fv-sr-only ~ .fv-plugins-icon,
.fv-plugins-shoelace .fv-sr-only ~ div .fv-plugins-icon {
  top: -4px;
}

.fv-plugins-shoelace .input-valid .fv-help-block,
.fv-plugins-shoelace .input-valid .fv-plugins-icon {
  color: #2ecc40;
}

.fv-plugins-shoelace .input-invalid .fv-help-block,
.fv-plugins-shoelace .input-invalid .fv-plugins-icon {
  color: #ff4136;
}

.fv-plugins-spectre .input-group .fv-plugins-icon {
  z-index: 2;
}

.fv-plugins-spectre .form-group .fv-plugins-icon-check {
  right: 6px;
  top: 10px;
}

.fv-plugins-spectre:not(.form-horizontal) .form-group .fv-plugins-icon-check {
  right: 6px;
  top: 45px;
}

.fv-plugins-tachyons .fv-plugins-icon {
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.fv-plugins-tachyons .fv-plugins-icon-check {
  top: -7px;
}

.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon {
  top: 34px;
}

.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon-check {
  top: 24px;
}

.fv-plugins-turret .fv-plugins-icon {
  height: 40px;
  /* Same as height of input */
  line-height: 40px;
  width: 40px;
}

.fv-plugins-turret.fv-stacked-form .fv-plugins-icon {
  top: 29px;
}

.fv-plugins-turret.fv-stacked-form .fv-plugins-icon-check {
  top: 17px;
}

.fv-plugins-turret .fv-invalid-row .form-message,
.fv-plugins-turret .fv-invalid-row .fv-plugins-icon {
  color: #c00;
  /* Same as .form-message.error */
}

.fv-plugins-turret .fv-valid-row .form-message,
.fv-plugins-turret .fv-valid-row .fv-plugins-icon {
  color: #00b300;
  /* Same as .form-message.success */
}

.fv-plugins-uikit {
  /* Horizontal form */
  /* Stacked form */
}

.fv-plugins-uikit .fv-plugins-icon {
  height: 40px;
  /* Height of UIKit input */
  line-height: 40px;
  top: 25px;
  /* Height of UIKit label */
  width: 40px;
}

.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon {
  top: 0;
}

.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon-check {
  top: -11px;
  /* checkboxLabelHeight/2 - iconHeight/2 = 18/2 - 40/2 */
}

.fv-plugins-uikit.uk-form-stacked .fv-plugins-icon-check {
  top: 15px;
  /* labelHeight + labelMarginBottom + checkboxLabelHeight/2 - iconHeight/2 = 21 + 5 + 18/2 - 40/2 */
}

.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon {
  top: 0;
}

.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon-check {
  top: -11px;
}

.fv-plugins-wizard--step {
  display: none;
}

.fv-plugins-wizard--active {
  display: block;
}

.rest-container h1 {
  margin-bottom: 50px;
}
.rest-container h2 {
  font-size: 16px;
  line-height: 1.2em;
}
.rest-container .image-upload-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  /*li {
      flex: 0 0 33.333%;
  }*/
}
.rest-container .image-upload-content #file {
  position: fixed;
  left: 0;
  top: -2000px;
}
.rest-container .image-upload-content .preview-image,
.rest-container .image-upload-content .add-image {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.rest-container .image-upload-content .preview-image .image {
  position: relative;
  height: 200px;
  border: 1px dashed #a7a7a7;
}
.rest-container .image-upload-content .preview-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.rest-container .image-upload-content .preview-image .image .progress-bar {
  display: none;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -2px;
  border-radius: 4px;
  width: calc(100% - 50px);
  background: white;
  height: 5px;
}
.rest-container .image-upload-content .preview-image .image .remove, .rest-container .image-upload-content .preview-image .image .rotate {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  cursor: pointer;
  border: none;
}
.rest-container .image-upload-content .preview-image .image .remove i, .rest-container .image-upload-content .preview-image .image .rotate i {
  cursor: pointer;
}
.rest-container .image-upload-content .preview-image .image .remove:hover, .rest-container .image-upload-content .preview-image .image .rotate:hover {
  background: #FFD775;
}
.rest-container .image-upload-content .preview-image .image .rotate {
  right: 65px;
}
.rest-container .image-upload-content .preview-image .image .rotate.dim {
  opacity: 0.4;
}
.rest-container .image-upload-content .preview-image .image.start, .rest-container .image-upload-content .preview-image .image.progress, .rest-container .image-upload-content .preview-image .image.success, .rest-container .image-upload-content .preview-image .image.error {
  border: none;
}
.rest-container .image-upload-content .preview-image .image.progress .progress-bar {
  display: block;
}
.rest-container .image-upload-content .preview-image .image.success .remove, .rest-container .image-upload-content .preview-image .image.success .rotate {
  display: block;
}
.rest-container .image-upload-content .preview-image .image.error .remove {
  display: block;
}
.rest-container .image-upload-content .preview-image .image-description {
  padding-top: 10px;
}
.rest-container .image-upload-content .add-image {
  align-items: center;
  min-height: 200px;
}
.rest-container .image-upload-content .add-image .file-btn-container {
  height: 100%;
}
.rest-container .image-upload-content .add-image .file-btn-container label {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #f7f7f7;
  border: 2px dashed transparent;
  cursor: pointer;
}
.rest-container .image-upload-content .add-image .file-btn-container label:hover {
  border: 2px dashed #ccc;
}
.rest-container .image-upload-content .add-image .file-btn-container label .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.rest-container .image-upload-content .add-image .file-btn-container label .inner .icon, .rest-container .image-upload-content .add-image .file-btn-container label .inner .text {
  display: block;
  width: 100%;
  text-align: center;
}
.rest-container .image-upload-content .add-image .file-btn-container label .inner .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 2em;
  color: #4d4d4d;
}
.rest-container .image-upload-content .add-image .file-btn-container label .inner .icon {
  font-size: 40px;
}
.rest-container .tab-container {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.rest-container .tab-container li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  flex-wrap: wrap;
}
.rest-container .tab-container li a {
  padding: 13px 0 10px 0;
  border-bottom: 1px solid #E4EBE4;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  display: block;
}
.rest-container .tab-container li a.active {
  padding: 13px 0 10px 0;
  margin: 0;
  background: #E4EBE4;
}
.rest-container .tab-container li a:hover {
  padding: 13px 34px 10px 34px;
  margin: 0;
  background: #92AF95;
  border-bottom: 1px solid #92AF95;
}
.rest-container .tab-content {
  display: none;
  padding-top: 50px;
}
.rest-container .tab-content.active {
  display: block;
}
.rest-container .group {
  margin-bottom: 20px;
}
.rest-container label {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.rest-container input[type=text],
.rest-container input[type=password],
.rest-container textarea {
  display: block;
  width: 100%;
  border: 2px solid #92AF95;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 0;
}
.rest-container input[type=text]:focus,
.rest-container input[type=password]:focus,
.rest-container textarea:focus {
  border: 2px solid #892F43;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.rest-container input[type=text],
.rest-container input[type=password] {
  height: 50px;
}
.rest-container textarea {
  height: 150px;
  padding: 10px 15px;
}
.rest-container input[type=submit],
.rest-container button:not(.remove):not(.rotate) {
  padding: 6px 46px 7px 46px;
  background: #892F43;
  color: white;
  font-size: 18px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.rest-container input[type=submit]:hover, .rest-container input[type=submit]:focus,
.rest-container button:not(.remove):not(.rotate):hover,
.rest-container button:not(.remove):not(.rotate):focus {
  background: #FFD775;
  color: black;
}
.rest-container .btn {
  position: relative;
}
.rest-container .btn.pending:hover, .rest-container .btn.pending:focus {
  background: #892F43;
  color: white;
}
.rest-container .btn.pending .text {
  visibility: hidden;
}
.rest-container .btn.pending:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  top: 8px;
  left: 50%;
  margin-left: -12.5px;
  border: 3px solid hsla(0deg, 0%, 100%, 0.2);
  border-left-color: #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader 1.1s linear infinite;
  animation: loader 1.1s linear infinite;
}
.rest-container .btn.completed {
  background: #217129;
}
.rest-container .btn.completed:hover, .rest-container .btn.completed:focus {
  background: #217129;
  color: white;
}
.rest-container select {
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  line-height: 1.42;
  border: 2px solid #92AF95;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  border-radius: 2px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 10px center;
  box-shadow: none;
  outline: none;
}
.rest-container select:hover, .rest-container select:focus {
  border-color: #FFD775;
}
.rest-container form .image-container .rotate {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 25px;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  cursor: pointer;
  border: none;
}
.rest-container form .image-container .rotate i {
  cursor: pointer;
}
.rest-container form .image-container .rotate:hover {
  background: #FFD775;
}
.rest-container form .image-container .rotate.dim {
  opacity: 0.4;
}

.pagination {
  display: flex;
  height: 40px;
  flex: 0 0 40px;
  padding: 5px 15px 0 15px;
}
.pagination .arrow {
  stroke: #848484;
  transform: translateY(5px);
  cursor: pointer;
}
.pagination .arrow:hover, .pagination .arrow:focus, .pagination .arrow.active {
  stroke: #892F43;
}
.pagination .numbers {
  flex: 1 1 auto;
  text-align: center;
}
.pagination .numbers .number {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: middle;
  line-height: 30px;
}
.pagination .numbers .number.active {
  background: #892F43;
  color: white;
}

@media (max-width: 767.98px) {
  .rest-container .tab-container {
    flex-direction: column;
  }
  .rest-container .tab-container li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
* Vendor
 */
/*@import "vendor/filepond";
@import "vendor/filepond-preview";
*/
/*
*   Vc elements
*/

/*# sourceMappingURL=theme.css.map */
