@charset "UTF-8";
/*!
*  Font Awesome 4.4.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.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.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.33333333em;
  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.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  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 {
  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: #ffffff;
}

/* 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: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-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-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";
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/css/fonts/fa-brands-400.woff2") format("woff2"), url("/css/fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

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

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

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

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-pixiv:before {
  content: "\e640";
}

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

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

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

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

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

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

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

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

.fa-microsoft:before {
  content: "\f3ca";
}

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

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

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

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

.fa-jxl:before {
  content: "\e67b";
}

.fa-dart-lang:before {
  content: "\e693";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

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

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

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

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

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

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

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

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-brave:before {
  content: "\e63c";
}

.fa-sistrix:before {
  content: "\f3ee";
}

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

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

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

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

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

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

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

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

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

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

.fa-diaspora:before {
  content: "\f791";
}

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

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

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

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

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

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

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

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

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

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-adversal:before {
  content: "\f36a";
}

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

.fa-watchman-monitoring:before {
  content: "\e087";
}

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

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

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

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

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

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

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

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

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

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

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

.fa-centos:before {
  content: "\f789";
}

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

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-opensuse:before {
  content: "\e62b";
}

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

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

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

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

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

.fa-debian:before {
  content: "\e60b";
}

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

.fa-instalod:before {
  content: "\e081";
}

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

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

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

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

.fa-r-project:before {
  content: "\f4f7";
}

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

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

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

.fa-app-store:before {
  content: "\f36f";
}

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

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

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

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

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

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

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

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

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

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

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

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

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

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

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

.fa-hips:before {
  content: "\f452";
}

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

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

.fa-discord:before {
  content: "\f392";
}

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

.fa-app-store-ios:before {
  content: "\f370";
}

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

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

.fa-confluence:before {
  content: "\f78d";
}

.fa-shoelace:before {
  content: "\e60c";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

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

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

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

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

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

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

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

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

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

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

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

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-padlet:before {
  content: "\e4a0";
}

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

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

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

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

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

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

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

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

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

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

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

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

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

.fa-studiovinari:before {
  content: "\f3f8";
}

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

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

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

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

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

.fa-goodreads:before {
  content: "\f3a8";
}

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

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

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

.fa-sith:before {
  content: "\f512";
}

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

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

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

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

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

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

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

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

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

.fa-dhl:before {
  content: "\f790";
}

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

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

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

.fa-blackberry:before {
  content: "\f37b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

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

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

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

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

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

.fa-typo3:before {
  content: "\f42b";
}

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

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

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

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

.fa-bootstrap:before {
  content: "\f836";
}

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

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-mintbit:before {
  content: "\e62f";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-brave-reverse:before {
  content: "\e63d";
}

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

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

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

.fa-web-awesome:before {
  content: "\e682";
}

.fa-mandalorian:before {
  content: "\f50f";
}

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

.fa-osi:before {
  content: "\f41a";
}

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

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

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

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

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

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

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

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

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

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

.fa-viber:before {
  content: "\f409";
}

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

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

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

.fa-letterboxd:before {
  content: "\e62d";
}

.fa-symfony:before {
  content: "\f83d";
}

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

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

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

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

.fa-cotton-bureau:before {
  content: "\f89e";
}

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

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

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

.fa-elementor:before {
  content: "\f430";
}

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

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

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

.fa-palfed:before {
  content: "\f3d8";
}

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

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-square-web-awesome-stroke:before {
  content: "\e684";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

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

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

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

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

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

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

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

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

.fa-flutter:before {
  content: "\e694";
}

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

.fa-mixer:before {
  content: "\e056";
}

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

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

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

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

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

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

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

.fa-cmplid:before {
  content: "\e360";
}

.fa-upwork:before {
  content: "\e641";
}

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

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

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

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

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

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

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

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

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

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

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

.fa-servicestack:before {
  content: "\f3ec";
}

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

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

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

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

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

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

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

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

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

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

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

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

.fa-square-web-awesome:before {
  content: "\e683";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

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

.fa-apper:before {
  content: "\f371";
}

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

.fa-waze:before {
  content: "\f83f";
}

.fa-bluesky:before {
  content: "\e671";
}

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

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

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

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

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

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

.fa-supple:before {
  content: "\f3f9";
}

.fa-webflow:before {
  content: "\e65c";
}

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

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

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

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

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

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

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

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

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

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

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

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

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

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

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

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

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

.fa-bots:before {
  content: "\e340";
}

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

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

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

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

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

.fa-uber:before {
  content: "\f402";
}

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

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

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

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

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

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

.fa-rockrms:before {
  content: "\f3e9";
}

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

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

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

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

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

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

.fa-stubber:before {
  content: "\e5c7";
}

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

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

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

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

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

.fa-node-js:before {
  content: "\f3d3";
}

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

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

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

.fa-medrt:before {
  content: "\f3c8";
}

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

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

.fa-vaadin:before {
  content: "\f408";
}

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

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

.fa-reacteurope:before {
  content: "\f75d";
}

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

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

.fa-amilia:before {
  content: "\f36d";
}

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

.fa-flipboard:before {
  content: "\f44d";
}

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

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

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

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

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

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

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

/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/css/fonts/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/css/fonts/InterVariable-Italic.woff2") format("woff2");
}
/* static fonts */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("Inter-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("Inter-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("Inter-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("Inter-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("InterDisplay-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("InterDisplay-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("InterDisplay-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("InterDisplay-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("InterDisplay-Light.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("InterDisplay-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("InterDisplay-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("InterDisplay-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("InterDisplay-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("InterDisplay-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("InterDisplay-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("InterDisplay-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("InterDisplay-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("InterDisplay-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("InterDisplay-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("InterDisplay-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("InterDisplay-Black.woff2") format("woff2");
}
@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("InterDisplay-BlackItalic.woff2") format("woff2");
}
/*
=======================================================================
	Misc & framework
=======================================================================
*/
@media (min-width: 1270px) {
  .container {
    width: 1250px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1350px;
  }
}
body, body.mce-content-body, .usky-control-inner {
  font-family: InterVariable;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: 1.42857143;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
}

h1 {
  font-size: 2.3em;
  line-height: 1.35em;
  font-weight: 600;
}

h2 {
  font-size: 1.7em;
  font-weight: 600;
}

h3 {
  font-size: 1.4em;
  font-weight: 600;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

a {
  color: #0076c1;
}

a:hover {
  color: #0076c1;
  border-bottom: 2px solid #0076c1;
  text-decoration: none;
}

a:focus {
  color: #0076c1;
  border-bottom: 2px solid #0076c1;
  text-decoration: none;
}

a[target=_blank]::after {
  content: "\f08e";
  font-family: "FontAwesome";
  padding: 0 2px 0 5px;
  position: relative;
  top: 3px;
  font-size: 15px;
}

footer a[target=_blank]::after {
  content: "" !important;
}

.img-rounded-corner {
  border-radius: 25px;
}

p {
  margin: 0 0 20px 0;
}

/*section {border-bottom:1px solid #CCC;}*/
.section-spacing {
  padding: 80px 0;
}

.section-spacing-top {
  padding-top: 80px;
}

.section-spacing-bottom {
  padding-bottom: 80px;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.sep {
  padding: 40px 0;
}

.sep hr {
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
}

@media (min-width: 991px) {
  .col-left {
    padding-right: 100px;
  }
  .col-right {
    padding-left: 100px;
  }
}
@media (max-width: 990px) {
  .section-spacing {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 17px;
    line-height: 1.42857143;
  }
  h1 {
    font-size: 2em;
    line-height: 1.35em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1.2em;
  }
}
/*
=======================================================================
	UU
=======================================================================
*/
#tilinnhold, #tilnavigasjon {
  position: absolute;
  overflow: hidden;
  z-index: 99999;
  text-align: center;
  width: 100%;
  color: #fff;
  top: -35px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#tilinnhold:focus, #tilnavigasjon:focus {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  top: 0;
  background: #000;
}

/*
=======================================================================
	Buttons
=======================================================================
*/
.bttn {
  display: inline-block;
  background: #0076c1;
  padding: 13px 20px;
  color: #fff;
  border: 0;
}

.bttn:hover {
  background: #007ecc;
  text-decoration: none;
  color: #fff;
  border: 0;
}

.bttn:focus {
  color: #fff;
  padding: 10px 17px;
  border: 3px solid #005e99;
}

.bttn.outline {
  color: #0076c1;
  background: none;
  border: 2px solid #0076c1;
  padding: 11px 18px;
}

/*
=======================================================================
	Header
=======================================================================
*/
.global-header {
  display: table;
  width: 100%;
}

.global-header-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

header > .container {
  position: relative;
}

header {
  position: relative;
  z-index: 999;
  padding-top: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.open {
  padding-bottom: 0;
}

.site-logo {
  max-width: 450px;
  margin: 0 auto;
}
.site-logo a:hover {
  border-bottom: 0;
}

.site-logo img {
  max-width: 100%;
}

header nav {
  display: table; /* Allow the centering to work */
  margin: 0 auto;
}
header nav ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
header nav ul li {
  margin: 0 15px;
  padding: 0;
  float: left;
  position: relative;
}
header nav ul li.active a {
  font-weight: 600;
}
header nav ul li a {
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
header nav ul li a:hover, header nav ul li a:focus {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #f5f5f5;
}

/* lvl 2 */
.frontpage .header-sub-menu .overlay {
  display: none;
}

.header-sub-menu .overlay, .breadcrumb-sub-menu .overlay {
  position: absolute;
  bottom: -100px;
  height: 100px;
  display: block;
  width: 100%;
  margin: 0 -10px;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}

.breadcrumb-sub-menu {
  margin: -10px;
}

.header-sub-menu ul, .breadcrumb-sub-menu ul {
  position: absolute;
  display: none; /* Allow the centering to work */
  padding: 10px;
  list-style: none;
  background: rgb(255, 255, 255);
  margin: 0;
  left: 0;
  width: 100%;
}
.header-sub-menu ul.hover, .header-sub-menu ul:hover, .breadcrumb-sub-menu ul.hover, .breadcrumb-sub-menu ul:hover {
  display: block;
}
.header-sub-menu ul li, .breadcrumb-sub-menu ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
.header-sub-menu ul li a, .breadcrumb-sub-menu ul li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  border-bottom: 2px solid #f5f5f5;
  color: #0076c1;
  padding: 0;
}
.header-sub-menu ul li a:hover, .breadcrumb-sub-menu ul li a:hover {
  border-bottom: 2px solid #0076c1;
  color: #0076c1;
}
.header-sub-menu ul li.active a, .breadcrumb-sub-menu ul li.active a {
  display: inline-block;
  border-bottom: 2px solid #0076c1;
  font-weight: 500;
}
.header-sub-menu ul li:after, .breadcrumb-sub-menu ul li:after {
  content: "|";
  margin-left: 20px;
  margin-right: 20px;
  color: #CCC;
}
.header-sub-menu ul li:last-child:after, .breadcrumb-sub-menu ul li:last-child:after {
  content: "";
}

.mobile-sub-menu {
  display: none;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .header-sub-menu ul li a, .breadcrumb-sub-menu ul li a {
    font-size: 0.7em;
  }
  .header-sub-menu ul li:after, .breadcrumb-sub-menu ul li:after {
    font-size: 0.7em;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .header-sub-menu ul li a, .breadcrumb-sub-menu ul li a {
    font-size: 0.8em;
  }
  .header-sub-menu ul li:after, .breadcrumb-sub-menu ul li:after {
    font-size: 0.8em;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 1250px) {
  .header-sub-menu ul li a, .breadcrumb-sub-menu ul li a {
    font-size: 20px;
  }
  .header-sub-menu ul li:after, .breadcrumb-sub-menu ul li:after {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 990px) {
  .header-sub-menu, .breadcrumb-sub-menu {
    padding: 10px 0 8px 0;
  }
  .header-sub-menu ul li a, .breadcrumb-sub-menu ul li a {
    font-size: 0.8em;
  }
  .header-sub-menu ul li:after, .breadcrumb-sub-menu ul li:after {
    margin: 0;
    content: " | ";
  }
}
@media (max-width: 990px) {
  .link-child:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #fff;
  }
  .link-child.hover::after {
    content: "\f106";
  }
  .link-child.active::after {
    color: #0076c1;
  }
  .hover .mobile-sub-menu {
    display: block;
  }
  .hover .mobile-sub-menu ul {
    display: block;
  }
}
.language-selector {
  position: absolute;
  top: 0;
  right: 15px;
}

.language-selector ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.language-selector ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

.language-selector ul li a {
  color: #fff;
  font-size: 0.8em;
  opacity: 0.7;
}

.language-selector ul li a:hover {
  border-bottom: 2px solid #fff;
  opacity: 1;
}

.language-selector ul li.active a {
  opacity: 1;
  border-bottom: 2px solid #fff;
}

.language-selector ul li:first-child {
  margin-right: 7px;
}

@media only screen and (max-width: 991px) {
  header nav ul li li a {
    color: #fff;
  }
  header nav ul li li a:hover {
    color: #fff;
  }
  header nav ul li.hassub > button {
    position: absolute;
    top: 0;
    right: 0;
    height: 41px;
    width: 41px;
    display: block;
    text-align: center;
    float: right;
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background: #2C94D6;
  }
  header nav ul li.hassub > button:hover {
    background: #2f9ce0;
  }
  header nav ul li.hassub > button:after {
    font-family: FontAwesome;
    content: "\f055";
  }
  header nav ul li.hassub > button.active:after {
    font-family: FontAwesome;
    content: "\f057";
  }
  header {
    padding-bottom: 20px;
  }
  header .main-menu {
    padding: 0;
    margin: 0;
    width: auto;
  }
  header .header-wrapper {
    position: relative;
  }
  header .site-logo {
    max-width: 65%;
    margin: 0;
    float: left;
  }
  header a.hamburger {
    display: block;
    position: absolute;
    top: 30%;
    right: 15px;
  }
  header nav {
    margin: 0;
    width: 100%;
  }
  header nav ul {
    display: none;
  }
  header nav ul li {
    margin: 0;
    padding: 0;
    float: none;
  }
  header nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  header nav ul li a {
    border: 0;
    padding: 10px 15px;
    display: block;
    font-size: 0.8em;
    width: max-content;
  }
  header nav ul li:hover {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.2);
  }
  header nav ul li:hover a {
    padding: 10px 15px;
    border-bottom: 0;
  }
  header nav ul li.active a {
    border-bottom: 0;
    padding-left: 15px;
  }
  header nav ul li.active > a:hover {
    padding-bottom: 10px;
  }
  header nav ul li.active {
    background: #f5f5f5;
  }
  header nav ul li.active > a {
    color: #0076c1;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }
  header nav ul li.active > a:hover {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  header .language-selector {
    position: absolute;
    top: -15px;
  }
}
@media (max-width: 500px) {
  header {
    padding-top: 35px;
  }
  header .language-selector {
    position: absolute;
    top: -25px;
  }
}
@media (min-width: 991px) {
  header nav ul li {
    margin: 0 10px;
  }
  header nav ul li.active a {
    border-bottom: 2px solid #f5f5f5;
  }
  header nav ul li a {
    font-size: 0.65em;
  }
  header {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  header nav ul li a {
    font-size: 0.8em;
  }
}
@media (min-width: 1300px) {
  header nav ul li a {
    font-size: 0.9em;
  }
}
@media (min-width: 1500px) {
  header nav ul li a {
    font-size: 1em;
  }
}
/*
=======================================================================
	Header search button
=======================================================================
*/
.notvisible {
  display: none;
}

.bttn-search {
  /*	background: url(../images/bttn-search.png) no-repeat top left;*/
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
  border: 0;
  color: #fff;
  line-height: 20px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bttn-search:hover {
  color: #fff;
  text-decoration: none;
}

.bttn-search:focus {
  color: #fff;
  /*	border-bottom:2px solid #fff;*/
  text-decoration: none;
}

/* Decide which button to show */
.bttn-search-frontpage {
  display: none;
}

.frontpage .bttn-search-frontpage {
  display: block;
}

.frontpage .bttn-search-expand {
  display: none;
}

@media (max-width: 990px) {
  .bttn-search {
    right: 60px;
  }
}
@media (min-width: 990px) {
  .bttn-search {
    padding: 10px 15px 10px 55px;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .bttn-search:hover {
    border: 1px solid rgb(255, 255, 255);
  }
  .bttn-search-nb:before {
    content: "Søk:";
    position: absolute;
    right: 5px;
    top: 0;
    width: 75px;
    line-height: 46px;
  }
  .bttn-search-en {
    padding-left: 80px;
  }
  .bttn-search-en:before {
    content: "Search: ";
    position: absolute;
    right: 30px;
    top: 0;
    width: 75px;
    line-height: 46px;
  }
}
/*
=======================================================================
	Fast food
=======================================================================
*/
.c-hamburger {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: none;
  z-index: 999999;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 10px;
  right: 10px;
  height: 4px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

@media (max-width: 991px) {
  .c-hamburger {
    display: block;
  }
}
header .c-hamburger {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 5px;
}

header .c-hamburger span {
  background: white;
}

header .c-hamburger span::before,
header .c-hamburger span::after {
  background-color: #fff;
}

/*
=======================================================================
	Insert form
=======================================================================
*/
.grid-insert-form h2 {
  font-size: 1em;
  font-weight: normal;
}
.grid-insert-form .contourPageName {
  font-size: 1.7em !important;
  line-height: 1.7em !important;
  margin: 0;
}
.grid-insert-form .contourFieldSet {
  margin: 0 -15px;
}
.grid-insert-form label {
  font-size: 0.8em;
  font-weight: 300;
}
.grid-insert-form .fieldLabel {
  font-size: 1em;
}
.grid-insert-form .textfield p {
  font-size: 0.8em;
}

/*
=======================================================================
	Sub menu
=======================================================================
*/
nav.sub-menu ul {
  display: table; /* Allow the centering to work */
  margin: 0 auto;
}

.sub-menu {
  padding: 20px 0 18px 0;
  background: #fff;
}

.sub-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-menu ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

.sub-menu ul li a {
  display: inline-block;
  border-bottom: 2px solid #f5f5f5;
}

.sub-menu ul li.active a {
  display: inline-block;
  border-bottom: 2px solid #fff;
  font-weight: 600;
}

.sub-menu ul li a:hover {
  border-bottom: 2px solid #0076c1;
}

.sub-menu ul li:after {
  content: "|";
  margin-left: 20px;
  margin-right: 20px;
  color: #CCC;
}

.sub-menu ul li:last-child:after {
  content: "";
}

.sub-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 991px) and (max-width: 1199px) {
  .sub-menu {
    display: none;
  }
  .sub-menu ul li a {
    font-size: 0.7em;
  }
}
@media (min-width: 1200px) {
  .sub-menu {
    display: none;
  }
  .sub-menu ul li a {
    font-size: 0.8em;
  }
}
@media (min-width: 1250px) {
  .sub-menu {
    display: none;
  }
  .sub-menu ul li a {
    font-size: 1em;
  }
}
@media (max-width: 990px) {
  .active .mobile-sub-menu.sub-menu a {
    color: #0076c1;
    font-weight: 300;
  }
  .mobile-sub-menu.sub-menu {
    padding: 10px 0 8px 0;
    background: none;
  }
  .mobile-sub-menu.sub-menu ul li {
    border: none;
  }
  .mobile-sub-menu.sub-menu ul li:hover {
    background: none;
  }
  .mobile-sub-menu.sub-menu ul li a {
    border-bottom: none;
    padding: 10px;
    font-weight: 300;
  }
  .mobile-sub-menu.sub-menu .overlay {
    display: none;
  }
  .sub-menu {
    padding: 10px 0 8px 0;
  }
  .sub-menu ul li a {
    font-size: 0.8em;
  }
  .sub-menu ul li:after {
    margin: 0;
    content: " | ";
  }
}
/*
=======================================================================
	Breadcrumb
=======================================================================
*/
.breadcr {
  padding: 20px 0 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.breadcrumb {
  background: #fff;
  margin: 0;
  padding-left: 0;
}

.breadcrumb li {
  margin-bottom: 0;
}

.breadcrumb li a {
  color: #999;
}

.breadcrumb li.active a {
  color: #0076c1;
}

@media screen and (max-width: 991px) {
  .breadcr {
    font-size: 0.8em;
    padding: 10px 0 8px 0;
  }
}
.sharing-wrapper {
  padding: 8px 0;
}

@media screen and (min-width: 768px) {
  .sharing-wrapper {
    text-align: right;
  }
}
/*
=======================================================================
	Front-page-banner
=======================================================================
*/
section.front-page-banner {
  position: relative;
  background-size: cover;
  color: #fff;
  font-size: 18px;
}

section.front-page-banner::before {
  background: rgba(0, 39, 104, 0.94);
  background: rgba(13, 122, 191, 0.94);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

section.front-page-search {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

section.front-page-search .search {
  padding-top: 75px;
  padding-bottom: 100px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-wrapper {
  width: 100%;
  display: table;
  padding: 0;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.search-wrapper > div {
  box-sizing: border-box;
  /*width: 100%;*/
}

.search-btn {
  margin-left: -50px;
}

.search-wrapper input[type=text] {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  float: left;
  margin: 0;
  border: 0;
  color: #000;
  font-size: 1.2em;
  background: #fff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border-right: 0;
}

.search-wrapper button {
  float: left;
  width: 50px;
  height: 50px;
  background: url(../images/icon-search.png) no-repeat #fff;
  color: #bfbfbf;
  cursor: pointer;
  font-size: 1.4em;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 0;
}

.pre-search-header {
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}

.pre-search-page-count {
  font-size: 1;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}

section.front-page-search .pre-search-header {
  color: #fff;
}

section.front-page-search .search-wrapper {
  border: 0;
}

.post-search-header {
  margin-top: 20px;
  margin-bottom: 30px;
}

.post-search-header a {
  color: #0076c1;
  border-bottom: 2px solid #0076c1;
  font-size: 0.9em;
  font-weight: 400;
}

.post-search-header a:hover {
  color: #fff;
  background: #0076c1;
}

section.front-page-search .post-search-header a {
  color: #fff;
  border-bottom: 2px solid #fff;
}

section.front-page-search .post-search-header a:hover {
  font-size: 0.9em;
  font-weight: 400;
  color: #0076c1;
  background: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

@media (max-width: 767px) {
  .post-search-header span {
    display: block;
  }
}
@media (max-width: 990px) {
  section.front-page-search .search {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*
=======================================================================
	Sub Block
=======================================================================
*/
.sub-block a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: none;
}
.sub-block a:hover {
  background: none;
  border-bottom: 1.5px solid #fff;
}
.sub-block .sub-block-item {
  margin: 9px 0;
  padding-bottom: 1em;
}
.sub-block .sub-block-item hr {
  margin: 0;
  padding: 0 0 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/*
=======================================================================
	Front-page select segment with icons
=======================================================================
*/
.front-page-select-segment {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.front-page-select-segment:before {
  background: rgba(255, 255, 255, 0.94);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.front-page-select-segment:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  border-color: rgba(13, 122, 191, 0.94) transparent transparent transparent;
}

.front-page-select-segment h2 {
  text-align: center;
  font-weight: normal;
  z-index: 99;
  position: relative;
}

.front-page-select-segment ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.front-page-select-segment ul li {
  margin: 0;
  padding: 0;
}

.front-page-select-segment ul li figure {
  margin: 0 auto;
  text-align: center;
}

.front-page-select-segment ul li figure img {
  max-width: 60px;
  margin: 0 auto;
  opacity: 0.8;
}

.front-page-select-segment ul li figure figcaption {
  text-align: center;
}

.front-page-select-segment ul li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  font-size: 0.7em;
}

.front-page-select-segment ul li a:hover {
  color: #000;
  background: none;
  border: 0;
}

.front-page-select-segment ul li a:hover figure img {
  opacity: 1;
}

.front-page-select-segment ul li:before {
  content: "";
}

article .front-page-select-segment {
  background: inherit;
}
article .front-page-select-segment:after {
  display: none;
}

@media (max-width: 990px) {
  .front-page-select-segment ul li:first-child a,
  .front-page-select-segment ul li:nth-child(2) a,
  .front-page-select-segment ul li:nth-child(3) a {
    margin-bottom: 20px;
  }
}
@media (min-width: 450px) {
  .front-page-select-segment ul li a {
    font-size: 0.9em;
  }
  .front-page-select-segment ul li figure img {
    max-width: 75px;
  }
}
@media (min-width: 768px) {
  .front-page-select-segment ul li a {
    font-size: 1em;
  }
  .front-page-select-segment ul li figure img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .front-page-select-segment ul li a {
    margin-top: 5px;
  }
  .front-page-select-segment ul li a:hover {
    margin-top: 0;
  }
}
/*
=======================================================================
	Front-page-info-section
=======================================================================
*/
.front-page-info {
  background: #F1F1F1;
}

.front-page-info-last {
  background: url(../images/vertical-shadow-bottom.png) bottom center no-repeat #F1F1F1;
}

.front-page-info h1 {
  font-weight: 300;
  margin: 0 0 60px 0;
  padding: 0;
}

.front-page-info-box {
  background: #0076c1;
  color: #fff;
  width: 225px;
  height: 225px;
  border: 0;
  -webkit-border-radius: 225px;
  -moz-border-radius: 225px;
  border-radius: 225px;
  margin: 0 auto 0 auto;
  display: table;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.front-page-info-box:hover,
.front-page-info-box:focus {
  background: #0984D2;
  color: #fff;
  border: 0;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}

.front-page-info-box-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0 20px;
}

.front-page-info-box h2 {
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  color: #b2d5ec;
}

.front-page-info-box h2::first-letter {
  color: #fff;
}

.front-page-info-box p {
  font-weight: 300;
  margin: 0;
  padding: 0 15px;
  font-size: 0.8em;
}

.interestpartners {
  margin-top: 60px;
}

.interestpartners h3 {
  font-size: 1.7em;
  font-weight: 300;
}

.interestpartners ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  /*	border: 1px solid rgba(0,0,0,0.15);*/
}

.interestpartners ul li {
  display: inline-block;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.interestpartners ul li span {
  font-weight: 300;
  margin: 0;
  padding: 0 20px;
}

.interestpartners ul li:before {
  content: " - ";
}

.interestpartners ul li:first-child:before {
  content: "";
}

/*

ul.interestpartners li {margin:0;padding:0;display:inline-block;float:left;font-weight:100;height:80px;line-height:80px;background: #f5f5f5;position:relative;}
ul.interestpartners li span {padding:0 20px 0 50px;display:block; }
ul.interestpartners li:first-child {margin-left:0;background: #0076c1;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
ul.interestpartners li:first-child span {padding-left:20px;color:#fff;}

ul.interestpartners li:nth-child(2):before {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	background: url(../images/puzzle.png);
	background-size:cover;
	width:37px;
	height:30px;
	margin-top:-15px;
	}

ul.interestpartners li:nth-child(3) {background: #0076c1;}
ul.interestpartners li:nth-child(3):before {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	background: url(../images/puzzle-white.png);
	background-size:cover;
	width:37px;
	height:30px;
	margin-top:-15px;
	}
ul.interestpartners li:nth-child(3) span {color:#fff;}

ul.interestpartners li:nth-child(4) {
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
	}
ul.interestpartners li:nth-child(4):before {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	background: url(../images/puzzle.png);
	background-size:cover;
	width:37px;
	height:30px;
	margin-top:-15px;
	}
*/
/*
ul.interestpartners li:before {content:" - ";}
ul.interestpartners li:first-child:before {content:"";}
*/
.front-page-info-segment {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.front-page-segment-box {
  margin: 20px auto 0 auto;
  display: table;
  width: 175px;
  height: 175px;
  -webkit-border-radius: 175px;
  -moz-border-radius: 175px;
  border-radius: 175px;
  border: 2px solid #0076c1;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.front-page-segment-box:hover,
.front-page-segment-box:focus {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
  background: none;
  color: #0076c1;
}

.front-page-segment-box figure {
  display: table-cell;
  vertical-align: middle;
}

.front-page-segment-box figure figcaption {
  font-size: 0.9em;
}

.front-page-segment-box img {
  max-width: 75px;
}

@media (max-width: 991px) {
  .interestpartners ul li {
    display: block;
  }
  .interestpartners ul li:before {
    content: "";
  }
  .interestpartners ul li span {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .front-page-info h1 {
    font-size: 1.4em;
    margin-bottom: 30px;
  }
  .front-page-info .front-page-info-box {
    margin-top: 0;
    width: 185px;
    height: 185px;
    -webkit-border-radius: 185px;
    -moz-border-radius: 185px;
    border-radius: 185px;
  }
  .front-page-info div[class*=col-]:first-of-type .front-page-info-box {
    margin-top: 0;
  }
  .front-page-info-box-content {
    padding: 0 25px;
  }
  .front-page-info-box h2 {
    font-size: 1.35em;
  }
  .front-page-info-box p {
    font-size: 0.6em;
  }
  .interestpartners h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 600px) {
  .front-page-segment-box {
    margin: 20px auto 0 auto;
    display: table;
    width: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  .front-page-segment-box:hover {
    border: 0;
  }
  .front-page-segment-box figure figcaption {
    font-size: 0.6em;
    margin-top: 5px;
  }
  .front-page-info-box p {
    font-size: 0.6em;
  }
}
@media (max-width: 450px) {
  .front-page-info .front-page-info-box {
    margin-top: 0;
    width: auto;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .front-page-info-box h2 { /*color:#639FC5;*/
    margin: 0;
  }
  .front-page-info-box h2::first-letter { /*color: #0076c1;*/ }
  .front-page-info-box p { /*color:#000;*/
    font-size: 0.8em;
  }
  .front-page-info-box1,
  .front-page-info-box2,
  .front-page-info-box3 {
    width: 100%;
    margin: 0;
  }
  .front-page-info-box1,
  .front-page-info-box2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .front-page-info-box1 .front-page-info-box {
    float: right;
  }
  .front-page-info-box3 .front-page-info-box {
    float: left;
  }
  .front-page-segment-box-1 .front-page-segment-box {
    float: right;
  }
  .front-page-segment-box-2 .front-page-segment-box {
    margin: 20px auto 0 auto;
  }
  .front-page-segment-box-3 .front-page-segment-box {
    float: left;
  }
}
/*
=======================================================================
	Front-page-content
=======================================================================
*/
.front-page-content-section {
  margin-bottom: 60px;
}

.front-page-content-section:last-child {
  margin-bottom: 0;
}

.front-page-content-section h2 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.75em;
  font-weight: 300;
}

.front-page-content-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.front-page-content-section ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
}

.front-page-content-section ul li a {
  border: 0;
}

.front-page-content-section ul.list-segments li {
  position: relative;
  padding-left: 75px;
  line-height: 50px;
}

.front-page-content-section ul.list-segments li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
}

.front-page-content-section ul.list-segments li:first-child:before {
  background: url(../images/icon-fish-b.png);
  background-size: cover;
}

.front-page-content-section ul.list-segments li:nth-child(2):before {
  background: url(../images/icon-domesticanimals-b.png);
  background-size: cover;
}

.front-page-content-section ul.list-segments li:nth-child(3):before {
  background: url(../images/icon-moose-b.png);
  background-size: cover;
}

.front-page-content-section ul.list-segments li:nth-child(4):before {
  background: url(../images/icon-crab-b.png);
  background-size: cover;
}

.front-page-content-section ul.list-segments li:nth-child(5):before {
  background: url(../images/icon-rat-b.png);
  background-size: cover;
}

.front-page-content-section ul.list-segments li:nth-child(6):before {
  background: url(../images/icon-cephalopodes-b.png);
  background-size: cover;
}

@media (min-width: 768px) {
  .front-page-content-col-middle .front-page-content-section {
    padding-right: 100px;
  }
}
.front-page-content .news-item {
  margin-bottom: 40px;
}

.front-page-content .news-item a {
  border-bottom: 0;
}

/*.front-page-content .news-item:last-of-type {margin-bottom:0;}*/
.front-page-content .news-item span {
  font-size: 0.8em;
}

.front-page-content .news-item h3 {
  font-size: 1.15em;
  margin: 5px 0 10px 0;
  padding: 0;
}

.front-page-content .calendar-item {
  margin-bottom: 40px;
  clear: both;
}

.front-page-content .calendar-item a {
  border-bottom: 0;
}

/*.front-page-content .calendar-item:last-of-type {margin-bottom:0;}*/
.front-page-content .calendar-item-date {
  font-weight: 600;
}

.front-page-content .calendar-item-date span {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 0.8em;
}

.front-page-content .calendar-item-location {
  font-size: 1em;
}

.front-page-content .calendar-item h3 {
  font-size: 1.2em;
  margin: 5px 0 10px 0;
  padding: 0;
}

/*
.front-page-content .calendar-item .calendar-item-location:before {
	font-family: FontAwesome;
  content: "\f276";
	margin-right:10px;
	opacity:0.8;
	}
*/
@media (max-width: 990px) {
  .front-page-content-section:last-child {
    margin-bottom: 60px;
  }
  .front-page-content div[class^=col-]:last-child .front-page-content-section:last-child {
    margin-bottom: 0;
  }
  .calendar {
    margin-top: 60px;
  }
  .front-page-content h2 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
}
/*
=======================================================================
	Main content / text / article
=======================================================================
*/
main {
  display: block;
  padding-bottom: 75px;
}

main:focus {
  outline: 0;
}

/*main .container + .container {margin-top:60px;}*/ /* for development purposes */
main a {
  border-bottom: 2px solid #0076c1;
}

main a:hover {
  background: #0076c1;
  color: #fff;
}

article, .mce-content-body {
  font-weight: 300;
}
article .teaser, .mce-content-body .teaser {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.42857143;
}
article figure, .mce-content-body figure {
  margin-bottom: 20px;
}
article figure figcaption, .mce-content-body figure figcaption {
  margin-top: 5px;
  color: #666;
  font-size: 0.9em;
}
article h2, .mce-content-body h2 {
  margin: 10px 0 20px 0;
}
article ul, .mce-content-body ul {
  margin-top: 10px;
  padding-left: 20px;
  list-style: none;
}
article .col-md-8 > ul:first-child, .mce-content-body .col-md-8 > ul:first-child {
  margin-top: 0;
}
article ul li, .mce-content-body ul li {
  position: relative;
}
article ul li:before, .mce-content-body ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 0;
  left: -20px;
}
article ul ul li:before, .mce-content-body ul ul li:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  top: 0;
  left: -20px;
}
article ol ul, .mce-content-body ol ul {
  margin-top: 0;
}
article ol li, .mce-content-body ol li {
  margin-bottom: 5px;
}
article table th,
article table td, .mce-content-body table th,
.mce-content-body table td {
  vertical-align: top;
}
article .article-info, .mce-content-body .article-info {
  margin-bottom: 30px;
}
article .article-info th, .mce-content-body .article-info th {
  min-width: 175px;
}
article .article-footer, .mce-content-body .article-footer {
  margin-top: 30px;
  border: 1px solid #999;
  padding: 30px;
}
article .article-footer .supplier, .mce-content-body .article-footer .supplier {
  margin-top: 40px;
}
article .article-footer h2, .mce-content-body .article-footer h2 {
  margin-top: 0;
}
article .article-footer h3, .mce-content-body .article-footer h3 {
  margin-bottom: 10px;
}
article .article-footer ul, .mce-content-body .article-footer ul {
  margin-bottom: 0;
}
article .recently-updated, .mce-content-body .recently-updated {
  margin-top: 30px;
  display: inline-block;
  font-style: italic;
}

/* Link list */
.link-list h2 {
  font-size: 1.4em;
  margin: 0 0 15px 0;
}

.link-list ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  display: block;
}

.link-list li {
  margin: 0 0 4px 0;
  padding: 0;
  list-style: none;
}

.link-list li a {
  font-weight: 500;
  display: inline-block;
  padding: 3px 20px;
  position: relative;
  border: 0;
}

.link-list li a:hover {
  border-bottom: 0;
  background: #0076c1;
  color: #fff;
}

.link-list li:before {
  content: "";
}

.link-list li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #0076c1;
}

@media (max-width: 767px) {
  .article-info th,
  .article-info td {
    display: block;
  }
  article p.teaser {
    font-size: 1em;
  }
}
/*
=======================================================================
	Species categories
=======================================================================
*/
.species-category {
  display: table;
  text-align: center;
  background: #0076c1;
  color: #fff;
  width: 175px;
  height: 175px;
  -webkit-border-radius: 225px;
  -moz-border-radius: 225px;
  border-radius: 225px;
  margin: 60px auto 0 auto;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.species-category > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.species-category img {
  width: 75%;
  padding-left: 25px;
  padding-right: 25px;
}

.species-category h3 {
  font-size: 0.8em;
  font-weight: 100;
  margin: 0;
  padding: 0 30px;
  color: inherit;
  line-height: inherit;
}

.species-category:hover {
  background: #0984D2;
  color: #fff;
  border: 0;
  text-decoration: none;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}

.species-categories {
  margin-bottom: 80px;
}

@media (max-width: 990px) {
  .species-category img {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .species-category {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 500px) {
  .species-category {
    width: 125px;
    height: 125px;
    font-size: 0.7em;
  }
  .species-categories div[class*=" col-"] {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .species-category {
    width: 225px;
    height: 225px;
  }
  .species-category img {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
/*
=======================================================================
	Collapse / expand
=======================================================================
*/
.bttn.expand {
  border: 2px solid #0076c1;
  padding: 15px 20px;
  display: table;
  width: 100%;
}

.bttn.expand span {
  padding-right: 15px;
}

.bttn.expand span,
.bttn.expand:after {
  display: table-cell;
  vertical-align: middle;
}

.bttn.expand:focus {
  /*	border: 0;*/
}

.bttn.expand:after {
  font-family: FontAwesome;
  content: "\f107";
  float: right;
  color: #0076c1;
  width: 30px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bttn.expand:hover:after {
  color: #0076c1;
  font-weigth: 600;
  border: 2px solid rgb(255, 255, 255);
}

.bttn.expand.active:after {
  font-family: FontAwesome;
  content: "\f106";
}

.expand:hover {
  border: 2px solid #0076c1;
}

.expand-content {
  padding: 20px 25px;
  border: 1px solid #e9e9e9;
}

.expand-content p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.expand-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*
=======================================================================
	Default list
=======================================================================
*/
.row ~ .section-list {
  margin-top: 20px;
} /* itemlist preceded by .row */
.list-item {
  margin-bottom: 40px;
}

.list-item img {
  margin-bottom: 15px;
}

.list-item a {
  border: 0;
}

.list-item a:hover img {
  opacity: 0.8;
}

.list-item h2 {
  font-size: 1.4em;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0;
}

.list-item .byline {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 0.8em;
  opacity: 0.8;
}

.list-item p:last-of-type {
  margin: 0 0 5px 0;
  padding: 0;
}

article.list-item p.teaser {
  font-size: 1em;
  font-weight: 300;
}

@media (max-width: 767px) {
  .list-item h2 {
    font-size: 1.1em;
  }
}
/*
=======================================================================
	Employee list
=======================================================================
*/
.list-item-employee {
  margin-bottom: 60px;
  text-align: center;
  display: inline-block;
  max-width: 300px;
}

.list-item-employee .employee-img {
  max-width: 230px;
  margin: 0 auto 20px auto;
}

.list-item-employee .employee-img img {
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
}

.list-item-employee h3 {
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: 100;
  color: #0076c1;
}

.list-item-employee .employee-position.line1 {
  text-align: center;
  font-weight: 600;
}

.list-item-employee .employee-position.line2 {
  text-align: center;
}

.list-item-employee p {
  margin: 0;
  display: none;
}

.list-item-employee .employee-phone {
  text-align: center;
  margin-top: 10px;
}

.list-item-employee .employee-phone a {
  color: #000;
}

.list-item-employee .employee-phone a:hover {
  color: #000;
  text-decoration: none;
  border: 0;
  cursor: text;
  background: none;
}

.list-item-employee .employee-phone a:focus {
  color: #000;
  text-decoration: none;
  border: 0;
}

.list-item-employee .employee-email a {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #0076c1;
  display: inline-block;
}

.list-item-employee .bttn {
  margin: 20px 5px 0 5px;
}

/* Magnific popup (disabled) */
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 450px;
  margin: 20px auto;
}

.white-popup h3 {
  color: #0076c1;
  margin: 0;
  padding: 20px 30px 0 30px;
  font-weight: 300;
}

.white-popup p {
  padding: 20px 30px 30px 30px;
}

.mfp-hide {
  display: none !important;
}

@media screen and (max-width: 650px) {
  .list-item-employee {
    font-size: 0.7em;
  }
  .list-item-employee .employee-phone a {
    color: #fff;
    background: #0076c1;
    padding: 13px 20px;
    margin: 20px 5px 0 5px;
    display: block;
  }
  .list-item-employee .employee-phone a:hover {
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    background: #007ecc;
  }
  .list-item-employee .employee-phone a:focus {
    color: #fff;
    text-decoration: none;
    border: 0;
  }
  .list-item-employee .employee-email span {
    display: none;
    text-transform: capitalize;
  }
  .list-item-employee .employee-position {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .list-item-employee .bttn {
    display: block;
  }
}
/*
=======================================================================
	Video list
=======================================================================
*/
.list-video-options {
  margin-bottom: 30px;
}

.list-video-options .form-control {
  margin-top: 30px;
  max-width: 300px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}

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

/*
=======================================================================
	Slideshow list
=======================================================================
*/
.list-slideshow-options {
  margin-bottom: 30px;
}

.list-slideshow-options .form-control {
  margin-top: 30px;
  max-width: 300px;
}

.list-item .link-slideshow:hover img {
  opacity: 1;
}

.link-slideshow figure {
  position: relative;
}

.link-slideshow figure:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-slideshow:hover figure:before {
  background: rgba(0, 0, 0, 0.15);
}

.link-slideshow figure figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.link-slideshow figure figcaption h2:before {
  font-family: FontAwesome;
  content: "\f002";
  margin-right: 10px;
}

.link-slideshow figure figcaption > div {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.link-slideshow figure figcaption > div > div {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-slideshow:hover figure figcaption > div > div {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}

.link-slideshow:not(:first-child) {
  display: none;
}

/* Magnific zoom effect */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
=======================================================================
	Slideshow gallery
=======================================================================
*/
.slideshow-gallery .link-slideshow:hover img {
  opacity: 1;
}

.slideshow-gallery [class*=col-] {
  margin-bottom: 30px;
}

.slideshow-gallery .link-slideshow figure {
  position: relative;
}

.slideshow-gallery .link-slideshow figure:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slideshow-gallery .link-slideshow:hover figure:before {
  background: rgba(0, 0, 0, 0.15);
}

.slideshow-gallery .link-slideshow figure figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow-gallery .link-slideshow figure figcaption h2 {
  font-size: 1em;
  margin: 0;
  font-weight: 100;
}

.slideshow-gallery .link-slideshow figure figcaption h2:before {
  font-family: FontAwesome;
  content: "\f002";
  margin-right: 10px;
}

.slideshow-gallery .link-slideshow figure figcaption > div {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.slideshow-gallery .link-slideshow figure figcaption > div > div {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slideshow-gallery .link-slideshow:hover figure figcaption > div > div {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}

.slideshow-gallery .link-slideshow:not(:first-child) {
  display: block;
}

/*
=======================================================================
	Employee page
=======================================================================
*/
.section-profile figure {
  max-width: 350px;
}

.section-profile figure img {
  -webkit-border-radius: 350px;
  -moz-border-radius: 350px;
  border-radius: 350px;
}

.section-profile-vcard {
  margin-bottom: 50px;
}

.section-profile-position.line1 {
  font-weight: 600;
  font-size: 1.15em;
}

.section-profile-position.line2 {
  margin-bottom: 20px;
}

.section-profile-phone a {
  border: 0;
  color: #000;
}

/*
=======================================================================
	Footer
=======================================================================
*/
footer {
  background-size: cover;
  color: #D2EEFF;
  position: relative;
  font-weight: 300;
  line-height: 1.55em;
}

footer::before {
  background: rgba(0, 39, 104, 0.94);
  background: rgba(13, 122, 191, 0.94);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.footer-section {
  padding-bottom: 40px;
  clear: both;
}

.footer-section:last-of-type {
  margin-bottom: 0;
}

footer h2 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  color: #fff;
  font-weight: 600;
}

footer h3 {
  font-size: 1.2em;
  color: #fff;
}

footer a {
  color: #D2EEFF;
  padding-bottom: 3px;
}

footer a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

footer a:focus {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul.list-shortcuts li {
  position: relative;
  padding-left: 15px;
}

footer ul.list-shortcuts li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
}

.footer-section-social {
  margin: 0 auto;
}

.list-social li {
  margin-right: 15px;
  margin-bottom: 20px;
}

.list-social li a {
  line-height: 45px;
}

.list-social li a:before {
  width: 50px;
  height: 45px;
  line-height: 49px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-align: center;
  font-size: 1.6em;
  border: 0;
  float: left;
  margin-right: 15px;
  color: #fff;
}

.social-facebook:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f09a";
}

.social-twitter:before, .social-twitter-x:before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
}

.social-linkedin, .social-LinkedIn {
  margin-right: 5px;
  margin-left: 6px;
  max-height: 33px;
}

.list-social li a:focus {
  color: #fff;
  border: 1px solid #fff;
}

.footer-section [class*=logo-] {
  max-width: 200px;
  opacity: 0.8;
  margin-bottom: 20px;
}

.footer-section [class*=logo-]:first-child {
  margin-top: 20px;
}

.footer-section [class*=logo-]:hover {
  opacity: 1;
}

.newsletter {
  width: 100%;
  /*display:table;*/
  padding: 0;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.newsletter div {
  box-sizing: border-box;
  width: 100%;
  display: table-cell;
}

.newsletter input[type=text] {
  height: 40px;
  width: 100%;
  padding: 0 10px;
  float: left;
  margin: 0;
  border: 0;
  color: #000;
  font-size: 1em;
  background: #fff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.newsletter button {
  float: left;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: #015286;
}

.newsletter button:hover {
  background: #065F98;
}

.newsletter div.newsletter-error-missing,
.newsletter div.newsletter-error-invalid {
  display: none;
  color: red;
}

.newsletter-thanks {
  display: none;
}

.newsletter-new {
  font-family: InterVariable !important;
  font-weight: 300;
  background-color: transparent !important;
}
.newsletter-new div {
  background-color: transparent !important;
  font-family: InterVariable !important;
  font-weight: 300;
}
.newsletter-new .body-div > table > tbody > tr > td a {
  color: #0076c1 !important;
  text-decoration: underline;
}
.newsletter-new .body-div > table > tbody > tr > td a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.newsletter-new .body-div > table > tbody > tr > td > div:first-child .rsd {
  display: none;
}
.newsletter-new .body-div > table > tbody > tr > td > div:nth-child(2) .rsd, .newsletter-new .body-div > table > tbody > tr > td > div:last-child .rsd {
  background-color: #0076c1 !important;
}

/*
    active search filters
*/
.active-search-filters {
  margin-top: 20px;
  margin-bottom: 30px;
}
.active-search-filters ul {
  margin-top: 10px;
}
.active-search-filters ul a {
  font-size: 16px;
  border-bottom-width: 1px;
}
.active-search-filters ul a .close {
  padding-top: 7px;
  padding-left: 4px;
  font-size: 18px;
  color: #0076c1;
  opacity: 1;
}
.active-search-filters ul a:hover {
  color: #f04124;
  background-color: #fff;
  text-decoration: none;
  border-bottom: 0;
}
.active-search-filters ul a:hover .close {
  color: #f04124;
  opacity: 1;
}

/*
=======================================================================
	Search with filter section
=======================================================================
*/
.search-filter {
  background: #0076c1;
}

.search-filter h2 {
  padding: 20px;
  margin: 0;
  color: #fff;
}

.search-filter .bttn.expand {
  border: 0;
  border-top: 1px solid #0076c1;
  background: #006AAD;
  position: relative;
}

.search-filter .bttn.expand {
  border: 0;
  border-top: 1px solid #0076c1;
  background: #006AAD;
  position: relative;
}

.search-filter .bttn.expand:hover {
  border-top: 1px solid #0076c1;
  background: #0076c1;
}

.search-filter .bttn.expand:focus {
  color: #fff;
}

.search-filter .bttn.expand:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #006AAD;
}

/* filter segment active */
.search-filter .bttn.expand.selected span:before {
  font-family: FontAwesome;
  content: "\f14a";
  margin-right: 10px;
}

.search-filter .bttn.expand:before {
  z-index: -1;
}

.search-filter .bttn.expand:hover:before {
  border-top: 10px solid #0076c1;
}

.search-filter .bttn.expand.active:before {
  z-index: 9;
  bottom: -10px;
}

.search-filter .bttn.expand:after {
  font-family: FontAwesome;
  content: "\f055";
  border: 0;
  background: none;
  color: #fff;
}

.search-filter .bttn.expand.active:after {
  font-family: FontAwesome;
  content: "\f056";
  /*color: #0076c1;*/
}

.search-filter .expand-content {
  padding: 10px 20px;
}

label {
  font-size: 14px;
}

.search-filter-section {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.search-filter-section-content {
  background: #fff;
}

.search-filter-section-content .form-controls {
  margin: 10px 0;
}

.search-result-counter-wrapper {
  margin-top: 60px;
  /*	padding:30px 30px 0 30px;*/
  background: rgba(0, 0, 0, 0.08);
  position: relative;
  margin-bottom: 60px;
}

.search-result-counter-wrapper:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  /*	border-top: 20px solid rgba(0, 0, 0, 0.08);*/
  border-top: 20px solid #0076c1;
}

.search-result-global-counter {
  background: #0076c1;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.search-result-global-counter a {
  color: #fff;
  text-decoration: underline;
}
.search-result-global-counter a:hover {
  background-color: #fff;
  color: #0076c1;
}

.search-result-global-counter span {
  font-weight: 600;
}

.search-result-counters {
  margin-top: 30px;
}

.search-result-counter {
  margin-bottom: 30px;
  display: block;
  border-bottom: 0;
  color: #000;
}

.search-result-counter h3 {
  font-size: 1em;
  color: #fff;
  background: #006AAD;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  position: relative;
}

.search-result-counter h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #006AAD;
}

.search-result-counter .hits {
  display: block;
  text-align: center;
  padding: 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-top: 0;
  background: #fff;
}

.search-result-counter .hits span {
  font-weight: 600;
}

.search-result-counter:hover {
  border-bottom: 0;
  color: #000;
}

.search-result-counter:hover h3 {
  background: #0076c1;
}

.search-result-counter:hover h3:after {
  border-top: 10px solid #0076c1;
}

.search-results {
  margin-top: 40px;
}

.search-results-item {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 30px;
}

.search-results-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.search-results-item h2 {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
}

.search-results-db {
  font-weight: 600;
}

.search-results-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-results-item li {
  margin: 0;
  padding: 0;
}

.search-results-item li span {
  font-weight: bold;
}

@media (max-width: 990px) {
  .search-filter {
    margin-top: 30px;
  }
}
/*
=======================================================================
	PREPARE section
=======================================================================
*/
*[data-href] {
  cursor: pointer;
}

.prepare {
  background: #0076c1;
}
.prepare h2 {
  padding: 20px;
  margin: 0;
  color: #fff;
}
.prepare .bttn.expand {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.prepare .bttn.expand:hover {
  background: #0985d4;
}
.prepare .bttn.expand:after {
  /*font-family: FontAwesome;*/
  border: 0;
  background: none;
  color: #fff;
}
.prepare .bttn.expand.no-child:after {
  content: "";
}
.prepare .bttn.expand.selected span:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}
.prepare .bttn.expand.active {
  /*background: #0076c1;*/
  background: #006AAD;
}
.prepare .bttn.expand.active:before {
  z-index: 9;
}
.prepare .bttn.expand.active:after {
  /*font-family: FontAwesome;*/
  /*content: "";*/
  /*color: #0076c1;*/
}
.prepare .bttn.expand.active.closed:after {
  content: "\f107";
}
.prepare .bttn.expand.bttn-section {
  background: rgb(247, 251, 253);
  border-bottom: 1px solid rgb(205, 228, 244);
  display: flex;
  color: #000;
}
.prepare .bttn.expand.bttn-section .title {
  border-bottom: none;
  flex: 1;
  /*text-align: center;*/
  /*				span {
  	width: 40px;
  	height: 40px;
  	border-radius: 50%;
  	background-color: rgb(198, 225, 241);
  	padding-left: 8px;
  }*/
}
.prepare .bttn.expand.bttn-section .description {
  flex: 10;
  font-size: 12px;
}
.prepare .bttn.expand.bttn-section .description p {
  margin: 0;
}
.prepare .bttn.expand.bttn-section:hover {
  background: inherit;
  color: #fff;
}
.prepare .bttn.expand.bttn-section:after {
  content: "";
}
.prepare .bttn.expand.bttn-section.active {
  background-color: rgb(205, 228, 244);
}
.prepare .bttn.expand.bttn-section.active:hover {
  color: #000;
}
.prepare .expand-content {
  padding: 10px 20px;
}

.section-link-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-bottom: 10px;
}
.section-link-container .section-link {
  flex: 1 250px;
  display: flex;
  background: rgba(0, 118, 193, 0.03);
  border: 1px solid rgba(0, 118, 193, 0.2);
  border-radius: 4px;
  margin: 5px;
}
.section-link-container .section-link:hover {
  background: rgba(0, 118, 193, 0.12);
}
.section-link-container .section-link.active {
  color: #fff;
  background: rgb(0, 118, 193);
}
.section-link-container .section-link .title {
  flex: 1;
  align-content: center;
  border-radius: 4px 0 0 4px;
  padding: 10px;
  font-size: 24px;
  text-align: center;
}
.section-link-container .section-link .title div {
  background: rgba(0, 118, 193, 0.2);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: inline-block;
  padding-top: 4px;
  border: 1px solid #fff;
  font-weight: bold;
}
.section-link-container .section-link .description {
  flex: 10;
  padding: 10px;
}
.section-link-container .section-link p {
  margin-bottom: 0;
}

.section-tab-container {
  display: flex;
  padding-bottom: 30px;
  margin: 0 -5px;
}
.section-tab-container .section-tab {
  padding: 10px;
  border-radius: 4px;
  margin: 5px;
  background: rgba(0, 118, 193, 0.2);
  border: 1px solid rgba(0, 118, 193, 0.4);
}
.section-tab-container .section-tab:hover {
  background: rgba(0, 118, 193, 0.4);
}
.section-tab-container .section-tab.active {
  background: rgb(0, 118, 193);
  color: #fff;
}

.prepare-did-you-find .col-md-3 {
  display: block !important;
}
.prepare-did-you-find .section-spacing {
  padding-top: 0;
}

label {
  font-size: 14px;
}

.prepare-section {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.prepare-section-content {
  background: #fff;
}
.prepare-section-content .form-controls {
  margin: 10px 0;
}

@media (max-width: 990px) {
  .prepare {
    margin-top: 30px;
  }
}
/*
=======================================================================
	Post search result
=======================================================================
*/
.post-search-result .bttn.expand {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/*
=======================================================================
	Sub footer
=======================================================================
*/
.sub-footer {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  position: relative;
  z-index: 999;
}

.sub-footer .credits {
  opacity: 0.5;
}

.sub-footer .footer-print a {
  opacity: 0.5;
}

.sub-footer .footer-print a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .footer-section {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .sub-footer .footer-print a {
    float: right;
  }
}
/*
=======================================================================
	Site help
=======================================================================
*/
.site-help {
  display: block;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.site-help a {
  border-bottom: 0;
}

.site-help a.bttn-response {
  display: block;
  padding: 10px;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-help a.positive {
  background: #279B61;
  width: 48%;
  margin-right: 4%;
  float: left;
}

.site-help a.positive:before {
  font-family: FontAwesome;
  content: "\f164";
  margin-right: 10px;
}

.site-help a.positive:hover {
  background: #2aa869;
}

.site-help a.negative {
  background: #993333;
  width: 48%;
  float: right;
}

.site-help a.negative:before {
  font-family: FontAwesome;
  content: "\f165";
  margin-right: 10px;
}

.site-help a.negative:hover {
  background: #a83838;
}

.site-help a.positive:hover,
.site-help a.negative:hover,
.site-help a.positive:focus,
.site-help a.negative:focus {
  border: 0;
}

.site-help a.active {
  width: 100%;
}

.site-help a.inactive {
  opacity: 0.3;
  background: #999;
  width: 0px;
  overflow: hidden;
  padding: 0;
}

div[class*=response-] {
  display: none;
  clear: both;
  padding: 20px 20px 0 20px;
}

.response-positive h3 {
  margin: 0;
}

.response-negative textarea {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
}

.response-negative input[type=submit] {
  margin: 0 auto 10px auto;
}

.response-negative a {
  clear: both;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .site-help .bttn-response.negative {
    margin-top: 10px;
  }
  .site-help .bttn-response {
    width: 100% !important;
    margin: 0;
  }
}
/*
=======================================================================
	Newsletter
=======================================================================
*/
.section-newsletter {
  background: rgba(0, 0, 0, 0.08);
}

.section-newsletter div[class^=section-newsletter-] {
  padding: 30px;
}

.section-newsletter ul {
  margin-top: 10px;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 30px;
}

.section-newsletter ul li {
  position: relative;
}

.section-newsletter ul li:before {
  font-family: FontAwesome;
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 0;
  left: -20px;
}

/*
=======================================================================
	Sponsors
=======================================================================
*/
.list-item-sponsor {
  clear: both;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  color: #000;
}

.list-item-sponsor:hover {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000;
}

.list-item-img {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}

.list-item-img figure {
  display: table-cell;
  vertical-align: middle;
  padding: 25px;
}

.list-item-sponsor:hover figure {
  background: #fff;
}

.list-item-img figure img {
  margin: 0 auto;
}

.list-item-sponsor .list-item-caption {
  width: 100%;
  font-size: 0.7em;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.list-item-sponsor:hover .list-item-caption {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.list-item-sponsor h3 {
  margin: 0 0 6px 0;
  color: #000;
}

.list-item-sponsor:hover h3 {
  color: #0076c1;
}

@media (min-width: 768px) {
  .list-item-img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .list-item-sponsor h3 {
    font-size: 1.1em;
  }
}
/*
=======================================================================
	Print styles
=======================================================================
*/
@media print {
  body {
    zoom: 75%;
    font-family: InterVariable;
    background: white;
    font-size: 11pt;
  }
  a {
    border-bottom: 0px !important;
    text-decoration: underline;
  }
  .species-category {
    background: #0076c1;
    -webkit-print-color-adjust: exact;
    -webkit-border-radius: 225px;
    -moz-border-radius: 225px;
    border-radius: 225px;
    border: 0 !important;
    width: 175px !important;
    height: 175px !important;
  }
  .species-category img {
    margin: 0 auto;
    padding: 0;
    width: 100px;
    height: 100px;
  }
  .species-category h3 {
    color: #0076c1 !important;
  }
  main#content {
    width: auto;
    border: 0;
    padding: 0;
    float: none !important;
  }
  .site-logo {
    max-width: 300px;
  }
  section.front-page-search {
    border-top: 0;
  }
  section.front-page-search .search {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.front-page-banner {
    -webkit-print-color-adjust: exact !important;
    color: #fff !important;
    padding: 10px;
  }
  section.front-page-banner *, section.front-page-banner:after, section.front-page-banner:before {
    color: #000 !important;
  }
  section.front-page-banner::before {
    background: #fff !important;
  }
  .search-wrapper input[type=text] {
    text-align: center;
  }
  .bttn-search {
    border: 1px solid #fff;
  }
  .bttn-search:before {
    color: #fff !important;
  }
  header nav ul li {
    margin: 0 5px;
  }
  header nav ul li a {
    font-size: 10pt;
    text-decoration: none;
  }
  .site-help,
  .section-newsletter,
  .sub-footer .credits,
  .front-page-content .bttn,
  .footer-section-social,
  .footer-section-newsletter {
    display: none;
  }
  .video-container iframe {
    display: none;
  }
  .video-container {
    /*
              background: url(../images/norecopa-play.png)!important;
              no-repeat center center fixed!important;
              -webkit-background-size: cover!important;
            -moz-background-size: cover!important;
            -o-background-size: cover!important;
            background-size: cover!important;
              border: 1px solid #0076c1;*/
  }
  a {
    text-decoration: underline;
  }
  div a[href]:after {
    content: none;
  }
  .site-logo a[href]:after,
  .main-menu a[href]:after,
  .front-page-select-segment a[href]:after {
    content: none;
  }
  .front-page-info-box h2::first-letter {
    color: #000;
  }
  .front-page-segment-box {
    border: 0;
  }
  .front-page-segment-box img {
    max-width: 75px !important;
    margin-bottom: 20px;
  }
  .expand-content {
    display: block;
  }
  .row.section-list > div[class*=col-] {
    width: 100%;
  }
  .list-item {
    height: auto !important;
    page-break-inside: avoid;
  }
  .list-item div[class*=col-]:first-child {
    width: 20%;
    float: left;
  }
  .list-item div[class*=col-]:last-child {
    width: 80%;
    float: left;
  }
  .list-item-img figure {
    padding: 0;
  }
  .list-item-img figure img {
    margin: 0;
  }
  .list-item.list-item-sponsor {
    width: auto;
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .list-item.list-item-sponsor .list-item-img {
    height: 100px;
    padding: 15px;
  }
  .list-item.list-item-sponsor .list-item-img img {
    width: auto;
    height: 50px;
    max-width: none;
  }
  .list-item.list-item-sponsor .list-item-caption {
    min-height: 0;
    padding: 15px;
    font-size: 1em;
  }
  .list-item.list-item-sponsor h3 {
    font-size: 1.3em;
  }
  .container {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none !important;
  }
  /*figure * {display:none;}*/
  figure figcaption {
    position: relative !important;
  }
  .gallery .link-slideshow figure img {
    margin-bottom: 0;
  }
  .gallery .link-slideshow figure figcaption > div {
    text-align: left;
  }
  .gallery .link-slideshow figure figcaption h2 {
    margin: 8px 0 0 0;
    font-size: 1em;
  }
  .gallery .link-slideshow figure figcaption h2:before {
    display: none;
  }
  .search-result-global-counter {
    text-align: left;
    padding: 0;
  }
  .search-result-counter-wrapper:after {
    display: none;
  }
  .list-item-employee {
    height: auto !important;
  }
  .list-item-employee img {
    margin: 0;
    padding: 0;
  }
  .list-item-employee h3 {
    margin: 0;
    padding: 0;
  }
  .list-item-employee .employee-position {
    margin: 0;
    padding: 0;
  }
  .list-item-employee .employee-phone {
    margin: 0;
    padding: 0;
  }
  .list-item-employee .bttn {
    display: none;
  }
  .list-item-employee a {
    margin: 0;
    padding: 0;
  }
  /* Cancel list columns */
  .row.section-list > div[class*=col-] {
    width: 100%;
  }
}
a.old-id {
  color: #999;
  border: none;
  font-size: 16px;
}
a.old-id:hover {
  background-color: #999;
}

.product-image {
  float: right;
  margin: 0 0 15px 15px;
}

.edit-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  z-index: 99999 !important;
}
@media (max-width: 600px) {
  .edit-button {
    display: none;
  }
}

.nal-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  z-index: 99999 !important;
}
@media (max-width: 600px) {
  .nal-button {
    display: none;
  }
}

#searchTerm {
  /*display:block;*/
}
#searchTerm .angucomplete-holder {
  display: block;
  width: 100%;
}
#searchTerm .angucomplete-dropdown {
  width: 100%;
  opacity: 0.95;
}

#searchTerm_dropdown {
  padding: 0 !important;
  top: 53px;
  text-align: left;
}

div.angucomplete-searching {
  display: none !important;
}

.pagination .current a {
  background-color: #0076c1;
  color: #fff;
}
.pagination li:before {
  content: "";
}

#cc-main {
  --cc-modal-margin: 5rem;
  --cc-primary-color: #0076c1;
  --cc-btn-primary-bg: #0076c1;
}
#cc-main .cm__body {
  padding: 1em;
}
#cc-main .cm__title {
  font-size: 2em;
}
#cc-main .cm__desc {
  font-size: 1.2em;
}
#cc-main .cm__btn {
  font-size: 0.9em;
}

/*# sourceMappingURL=custom.css.map */
