@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

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

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

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

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

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

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

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

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-allergies:before {
  content: "\f461";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-band-aid:before {
  content: "\f462";
}

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

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

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

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

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

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

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

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

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

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

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

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

.fa-burn:before {
  content: "\f46a";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-capsules:before {
  content: "\f46b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before {
  content: "\f328";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-couch:before {
  content: "\f4b8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-deaf:before {
  content: "\f2a4";
}

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

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

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

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

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

.fa-diagnoses:before {
  content: "\f470";
}

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

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

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

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

.fa-dna:before {
  content: "\f471";
}

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

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

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

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

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

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

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

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

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

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

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

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

.fa-edit:before {
  content: "\f044";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

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

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

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

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

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

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

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

.fa-first-aid:before {
  content: "\f479";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-football-ball:before {
  content: "\f44e";
}

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

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

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

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

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

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

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

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

.fa-futbol:before {
  content: "\f1e3";
}

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

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

.fa-gem:before {
  content: "\f3a5";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-glass-martini:before {
  content: "\f000";
}

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

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

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

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

.fa-golf-ball:before {
  content: "\f450";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

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

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

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

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

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

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

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

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

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

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

.fa-hockey-puck:before {
  content: "\f453";
}

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

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

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

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

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

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

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

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

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

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

.fa-nintendo-switch:before {
  content: "\f418";
}

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

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

.fa-notes-medical:before {
  content: "\f481";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pallet:before {
  content: "\f482";
}

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

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

.fa-parachute-box:before {
  content: "\f4cd";
}

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

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

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

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

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

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

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

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

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

.fa-people-carry:before {
  content: "\f4ce";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-poo:before {
  content: "\f2fe";
}

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

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

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

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

.fa-procedures:before {
  content: "\f487";
}

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

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

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

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

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

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

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

.fa-reply:before {
  content: "\f3e5";
}

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

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

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

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

.fa-ribbon:before {
  content: "\f4d6";
}

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

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

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

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

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

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

.fa-ruble-sign:before {
  content: "\f158";
}

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

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

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

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

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

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

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

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

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

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

.fa-seedling:before {
  content: "\f4d8";
}

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

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

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

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

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

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

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

.fa-shipping-fast:before {
  content: "\f48b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-smoking:before {
  content: "\f48d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-stopwatch:before {
  content: "\f2f2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

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

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

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

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

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

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

.fa-tape:before {
  content: "\f4db";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-thermometer:before {
  content: "\f491";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-undo-alt:before {
  content: "\f2ea";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-utensils:before {
  content: "\f2e7";
}

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

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

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

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

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

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

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

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

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

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

.fa-video-slash:before {
  content: "\f4e2";
}

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

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

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

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

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

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

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

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

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

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

.fa-warehouse:before {
  content: "\f494";
}

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

.fa-weight:before {
  content: "\f496";
}

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

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

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

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

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

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

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

.fa-window-close:before {
  content: "\f410";
}

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

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

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

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

.fa-wine-glass:before {
  content: "\f4e3";
}

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

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

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

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

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

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

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

.fa-x-ray:before {
  content: "\f497";
}

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

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Linearicons";
  src: url("../fonts/linearicons/Linearicons.eot");
  src: url("../fonts/linearicons/Linearicons.eot") format("embedded-opentype"), url("../fonts/linearicons/Linearicons.woff") format("woff"), url("../fonts/linearicons/Linearicons.ttf") format("truetype"), url("../fonts/linearicons/Linearicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: "Linearicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
  content: "\e600";
}

.lnr-home2:before {
  content: "\e601";
}

.lnr-home3:before {
  content: "\e602";
}

.lnr-home4:before {
  content: "\e603";
}

.lnr-home5:before {
  content: "\e604";
}

.lnr-home6:before {
  content: "\e605";
}

.lnr-bathtub:before {
  content: "\e606";
}

.lnr-toothbrush:before {
  content: "\e607";
}

.lnr-bed:before {
  content: "\e608";
}

.lnr-couch:before {
  content: "\e609";
}

.lnr-chair:before {
  content: "\e60a";
}

.lnr-city:before {
  content: "\e60b";
}

.lnr-apartment:before {
  content: "\e60c";
}

.lnr-pencil:before {
  content: "\e60d";
}

.lnr-pencil2:before {
  content: "\e60e";
}

.lnr-pen:before {
  content: "\e60f";
}

.lnr-pencil3:before {
  content: "\e610";
}

.lnr-eraser:before {
  content: "\e611";
}

.lnr-pencil4:before {
  content: "\e612";
}

.lnr-pencil5:before {
  content: "\e613";
}

.lnr-feather:before {
  content: "\e614";
}

.lnr-feather2:before {
  content: "\e615";
}

.lnr-feather3:before {
  content: "\e616";
}

.lnr-pen2:before {
  content: "\e617";
}

.lnr-pen-add:before {
  content: "\e618";
}

.lnr-pen-remove:before {
  content: "\e619";
}

.lnr-vector:before {
  content: "\e61a";
}

.lnr-pen3:before {
  content: "\e61b";
}

.lnr-blog:before {
  content: "\e61c";
}

.lnr-brush:before {
  content: "\e61d";
}

.lnr-brush2:before {
  content: "\e61e";
}

.lnr-spray:before {
  content: "\e61f";
}

.lnr-paint-roller:before {
  content: "\e620";
}

.lnr-stamp:before {
  content: "\e621";
}

.lnr-tape:before {
  content: "\e622";
}

.lnr-desk-tape:before {
  content: "\e623";
}

.lnr-texture:before {
  content: "\e624";
}

.lnr-eye-dropper:before {
  content: "\e625";
}

.lnr-palette:before {
  content: "\e626";
}

.lnr-color-sampler:before {
  content: "\e627";
}

.lnr-bucket:before {
  content: "\e628";
}

.lnr-gradient:before {
  content: "\e629";
}

.lnr-gradient2:before {
  content: "\e62a";
}

.lnr-magic-wand:before {
  content: "\e62b";
}

.lnr-magnet:before {
  content: "\e62c";
}

.lnr-pencil-ruler:before {
  content: "\e62d";
}

.lnr-pencil-ruler2:before {
  content: "\e62e";
}

.lnr-compass:before {
  content: "\e62f";
}

.lnr-aim:before {
  content: "\e630";
}

.lnr-gun:before {
  content: "\e631";
}

.lnr-bottle:before {
  content: "\e632";
}

.lnr-drop:before {
  content: "\e633";
}

.lnr-drop-crossed:before {
  content: "\e634";
}

.lnr-drop2:before {
  content: "\e635";
}

.lnr-snow:before {
  content: "\e636";
}

.lnr-snow2:before {
  content: "\e637";
}

.lnr-fire:before {
  content: "\e638";
}

.lnr-lighter:before {
  content: "\e639";
}

.lnr-knife:before {
  content: "\e63a";
}

.lnr-dagger:before {
  content: "\e63b";
}

.lnr-tissue:before {
  content: "\e63c";
}

.lnr-toilet-paper:before {
  content: "\e63d";
}

.lnr-poop:before {
  content: "\e63e";
}

.lnr-umbrella:before {
  content: "\e63f";
}

.lnr-umbrella2:before {
  content: "\e640";
}

.lnr-rain:before {
  content: "\e641";
}

.lnr-tornado:before {
  content: "\e642";
}

.lnr-wind:before {
  content: "\e643";
}

.lnr-fan:before {
  content: "\e644";
}

.lnr-contrast:before {
  content: "\e645";
}

.lnr-sun-small:before {
  content: "\e646";
}

.lnr-sun:before {
  content: "\e647";
}

.lnr-sun2:before {
  content: "\e648";
}

.lnr-moon:before {
  content: "\e649";
}

.lnr-cloud:before {
  content: "\e64a";
}

.lnr-cloud-upload:before {
  content: "\e64b";
}

.lnr-cloud-download:before {
  content: "\e64c";
}

.lnr-cloud-rain:before {
  content: "\e64d";
}

.lnr-cloud-hailstones:before {
  content: "\e64e";
}

.lnr-cloud-snow:before {
  content: "\e64f";
}

.lnr-cloud-windy:before {
  content: "\e650";
}

.lnr-sun-wind:before {
  content: "\e651";
}

.lnr-cloud-fog:before {
  content: "\e652";
}

.lnr-cloud-sun:before {
  content: "\e653";
}

.lnr-cloud-lightning:before {
  content: "\e654";
}

.lnr-cloud-sync:before {
  content: "\e655";
}

.lnr-cloud-lock:before {
  content: "\e656";
}

.lnr-cloud-gear:before {
  content: "\e657";
}

.lnr-cloud-alert:before {
  content: "\e658";
}

.lnr-cloud-check:before {
  content: "\e659";
}

.lnr-cloud-cross:before {
  content: "\e65a";
}

.lnr-cloud-crossed:before {
  content: "\e65b";
}

.lnr-cloud-database:before {
  content: "\e65c";
}

.lnr-database:before {
  content: "\e65d";
}

.lnr-database-add:before {
  content: "\e65e";
}

.lnr-database-remove:before {
  content: "\e65f";
}

.lnr-database-lock:before {
  content: "\e660";
}

.lnr-database-refresh:before {
  content: "\e661";
}

.lnr-database-check:before {
  content: "\e662";
}

.lnr-database-history:before {
  content: "\e663";
}

.lnr-database-upload:before {
  content: "\e664";
}

.lnr-database-download:before {
  content: "\e665";
}

.lnr-server:before {
  content: "\e666";
}

.lnr-shield:before {
  content: "\e667";
}

.lnr-shield-check:before {
  content: "\e668";
}

.lnr-shield-alert:before {
  content: "\e669";
}

.lnr-shield-cross:before {
  content: "\e66a";
}

.lnr-lock:before {
  content: "\e66b";
}

.lnr-rotation-lock:before {
  content: "\e66c";
}

.lnr-unlock:before {
  content: "\e66d";
}

.lnr-key:before {
  content: "\e66e";
}

.lnr-key-hole:before {
  content: "\e66f";
}

.lnr-toggle-off:before {
  content: "\e670";
}

.lnr-toggle-on:before {
  content: "\e671";
}

.lnr-cog:before {
  content: "\e672";
}

.lnr-cog2:before {
  content: "\e673";
}

.lnr-wrench:before {
  content: "\e674";
}

.lnr-screwdriver:before {
  content: "\e675";
}

.lnr-hammer-wrench:before {
  content: "\e676";
}

.lnr-hammer:before {
  content: "\e677";
}

.lnr-saw:before {
  content: "\e678";
}

.lnr-axe:before {
  content: "\e679";
}

.lnr-axe2:before {
  content: "\e67a";
}

.lnr-shovel:before {
  content: "\e67b";
}

.lnr-pickaxe:before {
  content: "\e67c";
}

.lnr-factory:before {
  content: "\e67d";
}

.lnr-factory2:before {
  content: "\e67e";
}

.lnr-recycle:before {
  content: "\e67f";
}

.lnr-trash:before {
  content: "\e680";
}

.lnr-trash2:before {
  content: "\e681";
}

.lnr-trash3:before {
  content: "\e682";
}

.lnr-broom:before {
  content: "\e683";
}

.lnr-game:before {
  content: "\e684";
}

.lnr-gamepad:before {
  content: "\e685";
}

.lnr-joystick:before {
  content: "\e686";
}

.lnr-dice:before {
  content: "\e687";
}

.lnr-spades:before {
  content: "\e688";
}

.lnr-diamonds:before {
  content: "\e689";
}

.lnr-clubs:before {
  content: "\e68a";
}

.lnr-hearts:before {
  content: "\e68b";
}

.lnr-heart:before {
  content: "\e68c";
}

.lnr-star:before {
  content: "\e68d";
}

.lnr-star-half:before {
  content: "\e68e";
}

.lnr-star-empty:before {
  content: "\e68f";
}

.lnr-flag:before {
  content: "\e690";
}

.lnr-flag2:before {
  content: "\e691";
}

.lnr-flag3:before {
  content: "\e692";
}

.lnr-mailbox-full:before {
  content: "\e693";
}

.lnr-mailbox-empty:before {
  content: "\e694";
}

.lnr-at-sign:before {
  content: "\e695";
}

.lnr-envelope:before {
  content: "\e696";
}

.lnr-envelope-open:before {
  content: "\e697";
}

.lnr-paperclip:before {
  content: "\e698";
}

.lnr-paper-plane:before {
  content: "\e699";
}

.lnr-reply:before {
  content: "\e69a";
}

.lnr-reply-all:before {
  content: "\e69b";
}

.lnr-inbox:before {
  content: "\e69c";
}

.lnr-inbox2:before {
  content: "\e69d";
}

.lnr-outbox:before {
  content: "\e69e";
}

.lnr-box:before {
  content: "\e69f";
}

.lnr-archive:before {
  content: "\e6a0";
}

.lnr-archive2:before {
  content: "\e6a1";
}

.lnr-drawers:before {
  content: "\e6a2";
}

.lnr-drawers2:before {
  content: "\e6a3";
}

.lnr-drawers3:before {
  content: "\e6a4";
}

.lnr-eye:before {
  content: "\e6a5";
}

.lnr-eye-crossed:before {
  content: "\e6a6";
}

.lnr-eye-plus:before {
  content: "\e6a7";
}

.lnr-eye-minus:before {
  content: "\e6a8";
}

.lnr-binoculars:before {
  content: "\e6a9";
}

.lnr-binoculars2:before {
  content: "\e6aa";
}

.lnr-hdd:before {
  content: "\e6ab";
}

.lnr-hdd-down:before {
  content: "\e6ac";
}

.lnr-hdd-up:before {
  content: "\e6ad";
}

.lnr-floppy-disk:before {
  content: "\e6ae";
}

.lnr-disc:before {
  content: "\e6af";
}

.lnr-tape2:before {
  content: "\e6b0";
}

.lnr-printer:before {
  content: "\e6b1";
}

.lnr-shredder:before {
  content: "\e6b2";
}

.lnr-file-empty:before {
  content: "\e6b3";
}

.lnr-file-add:before {
  content: "\e6b4";
}

.lnr-file-check:before {
  content: "\e6b5";
}

.lnr-file-lock:before {
  content: "\e6b6";
}

.lnr-files:before {
  content: "\e6b7";
}

.lnr-copy:before {
  content: "\e6b8";
}

.lnr-compare:before {
  content: "\e6b9";
}

.lnr-folder:before {
  content: "\e6ba";
}

.lnr-folder-search:before {
  content: "\e6bb";
}

.lnr-folder-plus:before {
  content: "\e6bc";
}

.lnr-folder-minus:before {
  content: "\e6bd";
}

.lnr-folder-download:before {
  content: "\e6be";
}

.lnr-folder-upload:before {
  content: "\e6bf";
}

.lnr-folder-star:before {
  content: "\e6c0";
}

.lnr-folder-heart:before {
  content: "\e6c1";
}

.lnr-folder-user:before {
  content: "\e6c2";
}

.lnr-folder-shared:before {
  content: "\e6c3";
}

.lnr-folder-music:before {
  content: "\e6c4";
}

.lnr-folder-picture:before {
  content: "\e6c5";
}

.lnr-folder-film:before {
  content: "\e6c6";
}

.lnr-scissors:before {
  content: "\e6c7";
}

.lnr-paste:before {
  content: "\e6c8";
}

.lnr-clipboard-empty:before {
  content: "\e6c9";
}

.lnr-clipboard-pencil:before {
  content: "\e6ca";
}

.lnr-clipboard-text:before {
  content: "\e6cb";
}

.lnr-clipboard-check:before {
  content: "\e6cc";
}

.lnr-clipboard-down:before {
  content: "\e6cd";
}

.lnr-clipboard-left:before {
  content: "\e6ce";
}

.lnr-clipboard-alert:before {
  content: "\e6cf";
}

.lnr-clipboard-user:before {
  content: "\e6d0";
}

.lnr-register:before {
  content: "\e6d1";
}

.lnr-enter:before {
  content: "\e6d2";
}

.lnr-exit:before {
  content: "\e6d3";
}

.lnr-papers:before {
  content: "\e6d4";
}

.lnr-news:before {
  content: "\e6d5";
}

.lnr-reading:before {
  content: "\e6d6";
}

.lnr-typewriter:before {
  content: "\e6d7";
}

.lnr-document:before {
  content: "\e6d8";
}

.lnr-document2:before {
  content: "\e6d9";
}

.lnr-graduation-hat:before {
  content: "\e6da";
}

.lnr-license:before {
  content: "\e6db";
}

.lnr-license2:before {
  content: "\e6dc";
}

.lnr-medal-empty:before {
  content: "\e6dd";
}

.lnr-medal-first:before {
  content: "\e6de";
}

.lnr-medal-second:before {
  content: "\e6df";
}

.lnr-medal-third:before {
  content: "\e6e0";
}

.lnr-podium:before {
  content: "\e6e1";
}

.lnr-trophy:before {
  content: "\e6e2";
}

.lnr-trophy2:before {
  content: "\e6e3";
}

.lnr-music-note:before {
  content: "\e6e4";
}

.lnr-music-note2:before {
  content: "\e6e5";
}

.lnr-music-note3:before {
  content: "\e6e6";
}

.lnr-playlist:before {
  content: "\e6e7";
}

.lnr-playlist-add:before {
  content: "\e6e8";
}

.lnr-guitar:before {
  content: "\e6e9";
}

.lnr-trumpet:before {
  content: "\e6ea";
}

.lnr-album:before {
  content: "\e6eb";
}

.lnr-shuffle:before {
  content: "\e6ec";
}

.lnr-repeat-one:before {
  content: "\e6ed";
}

.lnr-repeat:before {
  content: "\e6ee";
}

.lnr-headphones:before {
  content: "\e6ef";
}

.lnr-headset:before {
  content: "\e6f0";
}

.lnr-loudspeaker:before {
  content: "\e6f1";
}

.lnr-equalizer:before {
  content: "\e6f2";
}

.lnr-theater:before {
  content: "\e6f3";
}

.lnr-3d-glasses:before {
  content: "\e6f4";
}

.lnr-ticket:before {
  content: "\e6f5";
}

.lnr-presentation:before {
  content: "\e6f6";
}

.lnr-play:before {
  content: "\e6f7";
}

.lnr-film-play:before {
  content: "\e6f8";
}

.lnr-clapboard-play:before {
  content: "\e6f9";
}

.lnr-media:before {
  content: "\e6fa";
}

.lnr-film:before {
  content: "\e6fb";
}

.lnr-film2:before {
  content: "\e6fc";
}

.lnr-surveillance:before {
  content: "\e6fd";
}

.lnr-surveillance2:before {
  content: "\e6fe";
}

.lnr-camera:before {
  content: "\e6ff";
}

.lnr-camera-crossed:before {
  content: "\e700";
}

.lnr-camera-play:before {
  content: "\e701";
}

.lnr-time-lapse:before {
  content: "\e702";
}

.lnr-record:before {
  content: "\e703";
}

.lnr-camera2:before {
  content: "\e704";
}

.lnr-camera-flip:before {
  content: "\e705";
}

.lnr-panorama:before {
  content: "\e706";
}

.lnr-time-lapse2:before {
  content: "\e707";
}

.lnr-shutter:before {
  content: "\e708";
}

.lnr-shutter2:before {
  content: "\e709";
}

.lnr-face-detection:before {
  content: "\e70a";
}

.lnr-flare:before {
  content: "\e70b";
}

.lnr-convex:before {
  content: "\e70c";
}

.lnr-concave:before {
  content: "\e70d";
}

.lnr-picture:before {
  content: "\e70e";
}

.lnr-picture2:before {
  content: "\e70f";
}

.lnr-picture3:before {
  content: "\e710";
}

.lnr-pictures:before {
  content: "\e711";
}

.lnr-book:before {
  content: "\e712";
}

.lnr-audio-book:before {
  content: "\e713";
}

.lnr-book2:before {
  content: "\e714";
}

.lnr-bookmark:before {
  content: "\e715";
}

.lnr-bookmark2:before {
  content: "\e716";
}

.lnr-label:before {
  content: "\e717";
}

.lnr-library:before {
  content: "\e718";
}

.lnr-library2:before {
  content: "\e719";
}

.lnr-contacts:before {
  content: "\e71a";
}

.lnr-profile:before {
  content: "\e71b";
}

.lnr-portrait:before {
  content: "\e71c";
}

.lnr-portrait2:before {
  content: "\e71d";
}

.lnr-user:before {
  content: "\e71e";
}

.lnr-user-plus:before {
  content: "\e71f";
}

.lnr-user-minus:before {
  content: "\e720";
}

.lnr-user-lock:before {
  content: "\e721";
}

.lnr-users:before {
  content: "\e722";
}

.lnr-users2:before {
  content: "\e723";
}

.lnr-users-plus:before {
  content: "\e724";
}

.lnr-users-minus:before {
  content: "\e725";
}

.lnr-group-work:before {
  content: "\e726";
}

.lnr-woman:before {
  content: "\e727";
}

.lnr-man:before {
  content: "\e728";
}

.lnr-baby:before {
  content: "\e729";
}

.lnr-baby2:before {
  content: "\e72a";
}

.lnr-baby3:before {
  content: "\e72b";
}

.lnr-baby-bottle:before {
  content: "\e72c";
}

.lnr-walk:before {
  content: "\e72d";
}

.lnr-hand-waving:before {
  content: "\e72e";
}

.lnr-jump:before {
  content: "\e72f";
}

.lnr-run:before {
  content: "\e730";
}

.lnr-woman2:before {
  content: "\e731";
}

.lnr-man2:before {
  content: "\e732";
}

.lnr-man-woman:before {
  content: "\e733";
}

.lnr-height:before {
  content: "\e734";
}

.lnr-weight:before {
  content: "\e735";
}

.lnr-scale:before {
  content: "\e736";
}

.lnr-button:before {
  content: "\e737";
}

.lnr-bow-tie:before {
  content: "\e738";
}

.lnr-tie:before {
  content: "\e739";
}

.lnr-socks:before {
  content: "\e73a";
}

.lnr-shoe:before {
  content: "\e73b";
}

.lnr-shoes:before {
  content: "\e73c";
}

.lnr-hat:before {
  content: "\e73d";
}

.lnr-pants:before {
  content: "\e73e";
}

.lnr-shorts:before {
  content: "\e73f";
}

.lnr-flip-flops:before {
  content: "\e740";
}

.lnr-shirt:before {
  content: "\e741";
}

.lnr-hanger:before {
  content: "\e742";
}

.lnr-laundry:before {
  content: "\e743";
}

.lnr-store:before {
  content: "\e744";
}

.lnr-haircut:before {
  content: "\e745";
}

.lnr-store-24:before {
  content: "\e746";
}

.lnr-barcode:before {
  content: "\e747";
}

.lnr-barcode2:before {
  content: "\e748";
}

.lnr-barcode3:before {
  content: "\e749";
}

.lnr-cashier:before {
  content: "\e74a";
}

.lnr-bag:before {
  content: "\e74b";
}

.lnr-bag2:before {
  content: "\e74c";
}

.lnr-cart:before {
  content: "\e74d";
}

.lnr-cart-empty:before {
  content: "\e74e";
}

.lnr-cart-full:before {
  content: "\e74f";
}

.lnr-cart-plus:before {
  content: "\e750";
}

.lnr-cart-plus2:before {
  content: "\e751";
}

.lnr-cart-add:before {
  content: "\e752";
}

.lnr-cart-remove:before {
  content: "\e753";
}

.lnr-cart-exchange:before {
  content: "\e754";
}

.lnr-tag:before {
  content: "\e755";
}

.lnr-tags:before {
  content: "\e756";
}

.lnr-receipt:before {
  content: "\e757";
}

.lnr-wallet:before {
  content: "\e758";
}

.lnr-credit-card:before {
  content: "\e759";
}

.lnr-cash-dollar:before {
  content: "\e75a";
}

.lnr-cash-euro:before {
  content: "\e75b";
}

.lnr-cash-pound:before {
  content: "\e75c";
}

.lnr-cash-yen:before {
  content: "\e75d";
}

.lnr-bag-dollar:before {
  content: "\e75e";
}

.lnr-bag-euro:before {
  content: "\e75f";
}

.lnr-bag-pound:before {
  content: "\e760";
}

.lnr-bag-yen:before {
  content: "\e761";
}

.lnr-coin-dollar:before {
  content: "\e762";
}

.lnr-coin-euro:before {
  content: "\e763";
}

.lnr-coin-pound:before {
  content: "\e764";
}

.lnr-coin-yen:before {
  content: "\e765";
}

.lnr-calculator:before {
  content: "\e766";
}

.lnr-calculator2:before {
  content: "\e767";
}

.lnr-abacus:before {
  content: "\e768";
}

.lnr-vault:before {
  content: "\e769";
}

.lnr-telephone:before {
  content: "\e76a";
}

.lnr-phone-lock:before {
  content: "\e76b";
}

.lnr-phone-wave:before {
  content: "\e76c";
}

.lnr-phone-pause:before {
  content: "\e76d";
}

.lnr-phone-outgoing:before {
  content: "\e76e";
}

.lnr-phone-incoming:before {
  content: "\e76f";
}

.lnr-phone-in-out:before {
  content: "\e770";
}

.lnr-phone-error:before {
  content: "\e771";
}

.lnr-phone-sip:before {
  content: "\e772";
}

.lnr-phone-plus:before {
  content: "\e773";
}

.lnr-phone-minus:before {
  content: "\e774";
}

.lnr-voicemail:before {
  content: "\e775";
}

.lnr-dial:before {
  content: "\e776";
}

.lnr-telephone2:before {
  content: "\e777";
}

.lnr-pushpin:before {
  content: "\e778";
}

.lnr-pushpin2:before {
  content: "\e779";
}

.lnr-map-marker:before {
  content: "\e77a";
}

.lnr-map-marker-user:before {
  content: "\e77b";
}

.lnr-map-marker-down:before {
  content: "\e77c";
}

.lnr-map-marker-check:before {
  content: "\e77d";
}

.lnr-map-marker-crossed:before {
  content: "\e77e";
}

.lnr-radar:before {
  content: "\e77f";
}

.lnr-compass2:before {
  content: "\e780";
}

.lnr-map:before {
  content: "\e781";
}

.lnr-map2:before {
  content: "\e782";
}

.lnr-location:before {
  content: "\e783";
}

.lnr-road-sign:before {
  content: "\e784";
}

.lnr-calendar-empty:before {
  content: "\e785";
}

.lnr-calendar-check:before {
  content: "\e786";
}

.lnr-calendar-cross:before {
  content: "\e787";
}

.lnr-calendar-31:before {
  content: "\e788";
}

.lnr-calendar-full:before {
  content: "\e789";
}

.lnr-calendar-insert:before {
  content: "\e78a";
}

.lnr-calendar-text:before {
  content: "\e78b";
}

.lnr-calendar-user:before {
  content: "\e78c";
}

.lnr-mouse:before {
  content: "\e78d";
}

.lnr-mouse-left:before {
  content: "\e78e";
}

.lnr-mouse-right:before {
  content: "\e78f";
}

.lnr-mouse-both:before {
  content: "\e790";
}

.lnr-keyboard:before {
  content: "\e791";
}

.lnr-keyboard-up:before {
  content: "\e792";
}

.lnr-keyboard-down:before {
  content: "\e793";
}

.lnr-delete:before {
  content: "\e794";
}

.lnr-spell-check:before {
  content: "\e795";
}

.lnr-escape:before {
  content: "\e796";
}

.lnr-enter2:before {
  content: "\e797";
}

.lnr-screen:before {
  content: "\e798";
}

.lnr-aspect-ratio:before {
  content: "\e799";
}

.lnr-signal:before {
  content: "\e79a";
}

.lnr-signal-lock:before {
  content: "\e79b";
}

.lnr-signal-80:before {
  content: "\e79c";
}

.lnr-signal-60:before {
  content: "\e79d";
}

.lnr-signal-40:before {
  content: "\e79e";
}

.lnr-signal-20:before {
  content: "\e79f";
}

.lnr-signal-0:before {
  content: "\e7a0";
}

.lnr-signal-blocked:before {
  content: "\e7a1";
}

.lnr-sim:before {
  content: "\e7a2";
}

.lnr-flash-memory:before {
  content: "\e7a3";
}

.lnr-usb-drive:before {
  content: "\e7a4";
}

.lnr-phone:before {
  content: "\e7a5";
}

.lnr-smartphone:before {
  content: "\e7a6";
}

.lnr-smartphone-notification:before {
  content: "\e7a7";
}

.lnr-smartphone-vibration:before {
  content: "\e7a8";
}

.lnr-smartphone-embed:before {
  content: "\e7a9";
}

.lnr-smartphone-waves:before {
  content: "\e7aa";
}

.lnr-tablet:before {
  content: "\e7ab";
}

.lnr-tablet2:before {
  content: "\e7ac";
}

.lnr-laptop:before {
  content: "\e7ad";
}

.lnr-laptop-phone:before {
  content: "\e7ae";
}

.lnr-desktop:before {
  content: "\e7af";
}

.lnr-launch:before {
  content: "\e7b0";
}

.lnr-new-tab:before {
  content: "\e7b1";
}

.lnr-window:before {
  content: "\e7b2";
}

.lnr-cable:before {
  content: "\e7b3";
}

.lnr-cable2:before {
  content: "\e7b4";
}

.lnr-tv:before {
  content: "\e7b5";
}

.lnr-radio:before {
  content: "\e7b6";
}

.lnr-remote-control:before {
  content: "\e7b7";
}

.lnr-power-switch:before {
  content: "\e7b8";
}

.lnr-power:before {
  content: "\e7b9";
}

.lnr-power-crossed:before {
  content: "\e7ba";
}

.lnr-flash-auto:before {
  content: "\e7bb";
}

.lnr-lamp:before {
  content: "\e7bc";
}

.lnr-flashlight:before {
  content: "\e7bd";
}

.lnr-lampshade:before {
  content: "\e7be";
}

.lnr-cord:before {
  content: "\e7bf";
}

.lnr-outlet:before {
  content: "\e7c0";
}

.lnr-battery-power:before {
  content: "\e7c1";
}

.lnr-battery-empty:before {
  content: "\e7c2";
}

.lnr-battery-alert:before {
  content: "\e7c3";
}

.lnr-battery-error:before {
  content: "\e7c4";
}

.lnr-battery-low1:before {
  content: "\e7c5";
}

.lnr-battery-low2:before {
  content: "\e7c6";
}

.lnr-battery-low3:before {
  content: "\e7c7";
}

.lnr-battery-mid1:before {
  content: "\e7c8";
}

.lnr-battery-mid2:before {
  content: "\e7c9";
}

.lnr-battery-mid3:before {
  content: "\e7ca";
}

.lnr-battery-full:before {
  content: "\e7cb";
}

.lnr-battery-charging:before {
  content: "\e7cc";
}

.lnr-battery-charging2:before {
  content: "\e7cd";
}

.lnr-battery-charging3:before {
  content: "\e7ce";
}

.lnr-battery-charging4:before {
  content: "\e7cf";
}

.lnr-battery-charging5:before {
  content: "\e7d0";
}

.lnr-battery-charging6:before {
  content: "\e7d1";
}

.lnr-battery-charging7:before {
  content: "\e7d2";
}

.lnr-chip:before {
  content: "\e7d3";
}

.lnr-chip-x64:before {
  content: "\e7d4";
}

.lnr-chip-x86:before {
  content: "\e7d5";
}

.lnr-bubble:before {
  content: "\e7d6";
}

.lnr-bubbles:before {
  content: "\e7d7";
}

.lnr-bubble-dots:before {
  content: "\e7d8";
}

.lnr-bubble-alert:before {
  content: "\e7d9";
}

.lnr-bubble-question:before {
  content: "\e7da";
}

.lnr-bubble-text:before {
  content: "\e7db";
}

.lnr-bubble-pencil:before {
  content: "\e7dc";
}

.lnr-bubble-picture:before {
  content: "\e7dd";
}

.lnr-bubble-video:before {
  content: "\e7de";
}

.lnr-bubble-user:before {
  content: "\e7df";
}

.lnr-bubble-quote:before {
  content: "\e7e0";
}

.lnr-bubble-heart:before {
  content: "\e7e1";
}

.lnr-bubble-emoticon:before {
  content: "\e7e2";
}

.lnr-bubble-attachment:before {
  content: "\e7e3";
}

.lnr-phone-bubble:before {
  content: "\e7e4";
}

.lnr-quote-open:before {
  content: "\e7e5";
}

.lnr-quote-close:before {
  content: "\e7e6";
}

.lnr-dna:before {
  content: "\e7e7";
}

.lnr-heart-pulse:before {
  content: "\e7e8";
}

.lnr-pulse:before {
  content: "\e7e9";
}

.lnr-syringe:before {
  content: "\e7ea";
}

.lnr-pills:before {
  content: "\e7eb";
}

.lnr-first-aid:before {
  content: "\e7ec";
}

.lnr-lifebuoy:before {
  content: "\e7ed";
}

.lnr-bandage:before {
  content: "\e7ee";
}

.lnr-bandages:before {
  content: "\e7ef";
}

.lnr-thermometer:before {
  content: "\e7f0";
}

.lnr-microscope:before {
  content: "\e7f1";
}

.lnr-brain:before {
  content: "\e7f2";
}

.lnr-beaker:before {
  content: "\e7f3";
}

.lnr-skull:before {
  content: "\e7f4";
}

.lnr-bone:before {
  content: "\e7f5";
}

.lnr-construction:before {
  content: "\e7f6";
}

.lnr-construction-cone:before {
  content: "\e7f7";
}

.lnr-pie-chart:before {
  content: "\e7f8";
}

.lnr-pie-chart2:before {
  content: "\e7f9";
}

.lnr-graph:before {
  content: "\e7fa";
}

.lnr-chart-growth:before {
  content: "\e7fb";
}

.lnr-chart-bars:before {
  content: "\e7fc";
}

.lnr-chart-settings:before {
  content: "\e7fd";
}

.lnr-cake:before {
  content: "\e7fe";
}

.lnr-gift:before {
  content: "\e7ff";
}

.lnr-balloon:before {
  content: "\e800";
}

.lnr-rank:before {
  content: "\e801";
}

.lnr-rank2:before {
  content: "\e802";
}

.lnr-rank3:before {
  content: "\e803";
}

.lnr-crown:before {
  content: "\e804";
}

.lnr-lotus:before {
  content: "\e805";
}

.lnr-diamond:before {
  content: "\e806";
}

.lnr-diamond2:before {
  content: "\e807";
}

.lnr-diamond3:before {
  content: "\e808";
}

.lnr-diamond4:before {
  content: "\e809";
}

.lnr-linearicons:before {
  content: "\e80a";
}

.lnr-teacup:before {
  content: "\e80b";
}

.lnr-teapot:before {
  content: "\e80c";
}

.lnr-glass:before {
  content: "\e80d";
}

.lnr-bottle2:before {
  content: "\e80e";
}

.lnr-glass-cocktail:before {
  content: "\e80f";
}

.lnr-glass2:before {
  content: "\e810";
}

.lnr-dinner:before {
  content: "\e811";
}

.lnr-dinner2:before {
  content: "\e812";
}

.lnr-chef:before {
  content: "\e813";
}

.lnr-scale2:before {
  content: "\e814";
}

.lnr-egg:before {
  content: "\e815";
}

.lnr-egg2:before {
  content: "\e816";
}

.lnr-eggs:before {
  content: "\e817";
}

.lnr-platter:before {
  content: "\e818";
}

.lnr-steak:before {
  content: "\e819";
}

.lnr-hamburger:before {
  content: "\e81a";
}

.lnr-hotdog:before {
  content: "\e81b";
}

.lnr-pizza:before {
  content: "\e81c";
}

.lnr-sausage:before {
  content: "\e81d";
}

.lnr-chicken:before {
  content: "\e81e";
}

.lnr-fish:before {
  content: "\e81f";
}

.lnr-carrot:before {
  content: "\e820";
}

.lnr-cheese:before {
  content: "\e821";
}

.lnr-bread:before {
  content: "\e822";
}

.lnr-ice-cream:before {
  content: "\e823";
}

.lnr-ice-cream2:before {
  content: "\e824";
}

.lnr-candy:before {
  content: "\e825";
}

.lnr-lollipop:before {
  content: "\e826";
}

.lnr-coffee-bean:before {
  content: "\e827";
}

.lnr-coffee-cup:before {
  content: "\e828";
}

.lnr-cherry:before {
  content: "\e829";
}

.lnr-grapes:before {
  content: "\e82a";
}

.lnr-citrus:before {
  content: "\e82b";
}

.lnr-apple:before {
  content: "\e82c";
}

.lnr-leaf:before {
  content: "\e82d";
}

.lnr-landscape:before {
  content: "\e82e";
}

.lnr-pine-tree:before {
  content: "\e82f";
}

.lnr-tree:before {
  content: "\e830";
}

.lnr-cactus:before {
  content: "\e831";
}

.lnr-paw:before {
  content: "\e832";
}

.lnr-footprint:before {
  content: "\e833";
}

.lnr-speed-slow:before {
  content: "\e834";
}

.lnr-speed-medium:before {
  content: "\e835";
}

.lnr-speed-fast:before {
  content: "\e836";
}

.lnr-rocket:before {
  content: "\e837";
}

.lnr-hammer2:before {
  content: "\e838";
}

.lnr-balance:before {
  content: "\e839";
}

.lnr-briefcase:before {
  content: "\e83a";
}

.lnr-luggage-weight:before {
  content: "\e83b";
}

.lnr-dolly:before {
  content: "\e83c";
}

.lnr-plane:before {
  content: "\e83d";
}

.lnr-plane-crossed:before {
  content: "\e83e";
}

.lnr-helicopter:before {
  content: "\e83f";
}

.lnr-traffic-lights:before {
  content: "\e840";
}

.lnr-siren:before {
  content: "\e841";
}

.lnr-road:before {
  content: "\e842";
}

.lnr-engine:before {
  content: "\e843";
}

.lnr-oil-pressure:before {
  content: "\e844";
}

.lnr-coolant-temperature:before {
  content: "\e845";
}

.lnr-car-battery:before {
  content: "\e846";
}

.lnr-gas:before {
  content: "\e847";
}

.lnr-gallon:before {
  content: "\e848";
}

.lnr-transmission:before {
  content: "\e849";
}

.lnr-car:before {
  content: "\e84a";
}

.lnr-car-wash:before {
  content: "\e84b";
}

.lnr-car-wash2:before {
  content: "\e84c";
}

.lnr-bus:before {
  content: "\e84d";
}

.lnr-bus2:before {
  content: "\e84e";
}

.lnr-car2:before {
  content: "\e84f";
}

.lnr-parking:before {
  content: "\e850";
}

.lnr-car-lock:before {
  content: "\e851";
}

.lnr-taxi:before {
  content: "\e852";
}

.lnr-car-siren:before {
  content: "\e853";
}

.lnr-car-wash3:before {
  content: "\e854";
}

.lnr-car-wash4:before {
  content: "\e855";
}

.lnr-ambulance:before {
  content: "\e856";
}

.lnr-truck:before {
  content: "\e857";
}

.lnr-trailer:before {
  content: "\e858";
}

.lnr-scale-truck:before {
  content: "\e859";
}

.lnr-train:before {
  content: "\e85a";
}

.lnr-ship:before {
  content: "\e85b";
}

.lnr-ship2:before {
  content: "\e85c";
}

.lnr-anchor:before {
  content: "\e85d";
}

.lnr-boat:before {
  content: "\e85e";
}

.lnr-bicycle:before {
  content: "\e85f";
}

.lnr-bicycle2:before {
  content: "\e860";
}

.lnr-dumbbell:before {
  content: "\e861";
}

.lnr-bench-press:before {
  content: "\e862";
}

.lnr-swim:before {
  content: "\e863";
}

.lnr-football:before {
  content: "\e864";
}

.lnr-baseball-bat:before {
  content: "\e865";
}

.lnr-baseball:before {
  content: "\e866";
}

.lnr-tennis:before {
  content: "\e867";
}

.lnr-tennis2:before {
  content: "\e868";
}

.lnr-ping-pong:before {
  content: "\e869";
}

.lnr-hockey:before {
  content: "\e86a";
}

.lnr-8ball:before {
  content: "\e86b";
}

.lnr-bowling:before {
  content: "\e86c";
}

.lnr-bowling-pins:before {
  content: "\e86d";
}

.lnr-golf:before {
  content: "\e86e";
}

.lnr-golf2:before {
  content: "\e86f";
}

.lnr-archery:before {
  content: "\e870";
}

.lnr-slingshot:before {
  content: "\e871";
}

.lnr-soccer:before {
  content: "\e872";
}

.lnr-basketball:before {
  content: "\e873";
}

.lnr-cube:before {
  content: "\e874";
}

.lnr-3d-rotate:before {
  content: "\e875";
}

.lnr-puzzle:before {
  content: "\e876";
}

.lnr-glasses:before {
  content: "\e877";
}

.lnr-glasses2:before {
  content: "\e878";
}

.lnr-accessibility:before {
  content: "\e879";
}

.lnr-wheelchair:before {
  content: "\e87a";
}

.lnr-wall:before {
  content: "\e87b";
}

.lnr-fence:before {
  content: "\e87c";
}

.lnr-wall2:before {
  content: "\e87d";
}

.lnr-icons:before {
  content: "\e87e";
}

.lnr-resize-handle:before {
  content: "\e87f";
}

.lnr-icons2:before {
  content: "\e880";
}

.lnr-select:before {
  content: "\e881";
}

.lnr-select2:before {
  content: "\e882";
}

.lnr-site-map:before {
  content: "\e883";
}

.lnr-earth:before {
  content: "\e884";
}

.lnr-earth-lock:before {
  content: "\e885";
}

.lnr-network:before {
  content: "\e886";
}

.lnr-network-lock:before {
  content: "\e887";
}

.lnr-planet:before {
  content: "\e888";
}

.lnr-happy:before {
  content: "\e889";
}

.lnr-smile:before {
  content: "\e88a";
}

.lnr-grin:before {
  content: "\e88b";
}

.lnr-tongue:before {
  content: "\e88c";
}

.lnr-sad:before {
  content: "\e88d";
}

.lnr-wink:before {
  content: "\e88e";
}

.lnr-dream:before {
  content: "\e88f";
}

.lnr-shocked:before {
  content: "\e890";
}

.lnr-shocked2:before {
  content: "\e891";
}

.lnr-tongue2:before {
  content: "\e892";
}

.lnr-neutral:before {
  content: "\e893";
}

.lnr-happy-grin:before {
  content: "\e894";
}

.lnr-cool:before {
  content: "\e895";
}

.lnr-mad:before {
  content: "\e896";
}

.lnr-grin-evil:before {
  content: "\e897";
}

.lnr-evil:before {
  content: "\e898";
}

.lnr-wow:before {
  content: "\e899";
}

.lnr-annoyed:before {
  content: "\e89a";
}

.lnr-wondering:before {
  content: "\e89b";
}

.lnr-confused:before {
  content: "\e89c";
}

.lnr-zipped:before {
  content: "\e89d";
}

.lnr-grumpy:before {
  content: "\e89e";
}

.lnr-mustache:before {
  content: "\e89f";
}

.lnr-tombstone-hipster:before {
  content: "\e8a0";
}

.lnr-tombstone:before {
  content: "\e8a1";
}

.lnr-ghost:before {
  content: "\e8a2";
}

.lnr-ghost-hipster:before {
  content: "\e8a3";
}

.lnr-halloween:before {
  content: "\e8a4";
}

.lnr-christmas:before {
  content: "\e8a5";
}

.lnr-easter-egg:before {
  content: "\e8a6";
}

.lnr-mustache2:before {
  content: "\e8a7";
}

.lnr-mustache-glasses:before {
  content: "\e8a8";
}

.lnr-pipe:before {
  content: "\e8a9";
}

.lnr-alarm:before {
  content: "\e8aa";
}

.lnr-alarm-add:before {
  content: "\e8ab";
}

.lnr-alarm-snooze:before {
  content: "\e8ac";
}

.lnr-alarm-ringing:before {
  content: "\e8ad";
}

.lnr-bullhorn:before {
  content: "\e8ae";
}

.lnr-hearing:before {
  content: "\e8af";
}

.lnr-volume-high:before {
  content: "\e8b0";
}

.lnr-volume-medium:before {
  content: "\e8b1";
}

.lnr-volume-low:before {
  content: "\e8b2";
}

.lnr-volume:before {
  content: "\e8b3";
}

.lnr-mute:before {
  content: "\e8b4";
}

.lnr-lan:before {
  content: "\e8b5";
}

.lnr-lan2:before {
  content: "\e8b6";
}

.lnr-wifi:before {
  content: "\e8b7";
}

.lnr-wifi-lock:before {
  content: "\e8b8";
}

.lnr-wifi-blocked:before {
  content: "\e8b9";
}

.lnr-wifi-mid:before {
  content: "\e8ba";
}

.lnr-wifi-low:before {
  content: "\e8bb";
}

.lnr-wifi-low2:before {
  content: "\e8bc";
}

.lnr-wifi-alert:before {
  content: "\e8bd";
}

.lnr-wifi-alert-mid:before {
  content: "\e8be";
}

.lnr-wifi-alert-low:before {
  content: "\e8bf";
}

.lnr-wifi-alert-low2:before {
  content: "\e8c0";
}

.lnr-stream:before {
  content: "\e8c1";
}

.lnr-stream-check:before {
  content: "\e8c2";
}

.lnr-stream-error:before {
  content: "\e8c3";
}

.lnr-stream-alert:before {
  content: "\e8c4";
}

.lnr-communication:before {
  content: "\e8c5";
}

.lnr-communication-crossed:before {
  content: "\e8c6";
}

.lnr-broadcast:before {
  content: "\e8c7";
}

.lnr-antenna:before {
  content: "\e8c8";
}

.lnr-satellite:before {
  content: "\e8c9";
}

.lnr-satellite2:before {
  content: "\e8ca";
}

.lnr-mic:before {
  content: "\e8cb";
}

.lnr-mic-mute:before {
  content: "\e8cc";
}

.lnr-mic2:before {
  content: "\e8cd";
}

.lnr-spotlights:before {
  content: "\e8ce";
}

.lnr-hourglass:before {
  content: "\e8cf";
}

.lnr-loading:before {
  content: "\e8d0";
}

.lnr-loading2:before {
  content: "\e8d1";
}

.lnr-loading3:before {
  content: "\e8d2";
}

.lnr-refresh:before {
  content: "\e8d3";
}

.lnr-refresh2:before {
  content: "\e8d4";
}

.lnr-undo:before {
  content: "\e8d5";
}

.lnr-redo:before {
  content: "\e8d6";
}

.lnr-jump2:before {
  content: "\e8d7";
}

.lnr-undo2:before {
  content: "\e8d8";
}

.lnr-redo2:before {
  content: "\e8d9";
}

.lnr-sync:before {
  content: "\e8da";
}

.lnr-repeat-one2:before {
  content: "\e8db";
}

.lnr-sync-crossed:before {
  content: "\e8dc";
}

.lnr-sync2:before {
  content: "\e8dd";
}

.lnr-repeat-one3:before {
  content: "\e8de";
}

.lnr-sync-crossed2:before {
  content: "\e8df";
}

.lnr-return:before {
  content: "\e8e0";
}

.lnr-return2:before {
  content: "\e8e1";
}

.lnr-refund:before {
  content: "\e8e2";
}

.lnr-history:before {
  content: "\e8e3";
}

.lnr-history2:before {
  content: "\e8e4";
}

.lnr-self-timer:before {
  content: "\e8e5";
}

.lnr-clock:before {
  content: "\e8e6";
}

.lnr-clock2:before {
  content: "\e8e7";
}

.lnr-clock3:before {
  content: "\e8e8";
}

.lnr-watch:before {
  content: "\e8e9";
}

.lnr-alarm2:before {
  content: "\e8ea";
}

.lnr-alarm-add2:before {
  content: "\e8eb";
}

.lnr-alarm-remove:before {
  content: "\e8ec";
}

.lnr-alarm-check:before {
  content: "\e8ed";
}

.lnr-alarm-error:before {
  content: "\e8ee";
}

.lnr-timer:before {
  content: "\e8ef";
}

.lnr-timer-crossed:before {
  content: "\e8f0";
}

.lnr-timer2:before {
  content: "\e8f1";
}

.lnr-timer-crossed2:before {
  content: "\e8f2";
}

.lnr-download:before {
  content: "\e8f3";
}

.lnr-upload:before {
  content: "\e8f4";
}

.lnr-download2:before {
  content: "\e8f5";
}

.lnr-upload2:before {
  content: "\e8f6";
}

.lnr-enter-up:before {
  content: "\e8f7";
}

.lnr-enter-down:before {
  content: "\e8f8";
}

.lnr-enter-left:before {
  content: "\e8f9";
}

.lnr-enter-right:before {
  content: "\e8fa";
}

.lnr-exit-up:before {
  content: "\e8fb";
}

.lnr-exit-down:before {
  content: "\e8fc";
}

.lnr-exit-left:before {
  content: "\e8fd";
}

.lnr-exit-right:before {
  content: "\e8fe";
}

.lnr-enter-up2:before {
  content: "\e8ff";
}

.lnr-enter-down2:before {
  content: "\e900";
}

.lnr-enter-vertical:before {
  content: "\e901";
}

.lnr-enter-left2:before {
  content: "\e902";
}

.lnr-enter-right2:before {
  content: "\e903";
}

.lnr-enter-horizontal:before {
  content: "\e904";
}

.lnr-exit-up2:before {
  content: "\e905";
}

.lnr-exit-down2:before {
  content: "\e906";
}

.lnr-exit-left2:before {
  content: "\e907";
}

.lnr-exit-right2:before {
  content: "\e908";
}

.lnr-cli:before {
  content: "\e909";
}

.lnr-bug:before {
  content: "\e90a";
}

.lnr-code:before {
  content: "\e90b";
}

.lnr-file-code:before {
  content: "\e90c";
}

.lnr-file-image:before {
  content: "\e90d";
}

.lnr-file-zip:before {
  content: "\e90e";
}

.lnr-file-audio:before {
  content: "\e90f";
}

.lnr-file-video:before {
  content: "\e910";
}

.lnr-file-preview:before {
  content: "\e911";
}

.lnr-file-charts:before {
  content: "\e912";
}

.lnr-file-stats:before {
  content: "\e913";
}

.lnr-file-spreadsheet:before {
  content: "\e914";
}

.lnr-link:before {
  content: "\e915";
}

.lnr-unlink:before {
  content: "\e916";
}

.lnr-link2:before {
  content: "\e917";
}

.lnr-unlink2:before {
  content: "\e918";
}

.lnr-thumbs-up:before {
  content: "\e919";
}

.lnr-thumbs-down:before {
  content: "\e91a";
}

.lnr-thumbs-up2:before {
  content: "\e91b";
}

.lnr-thumbs-down2:before {
  content: "\e91c";
}

.lnr-thumbs-up3:before {
  content: "\e91d";
}

.lnr-thumbs-down3:before {
  content: "\e91e";
}

.lnr-share:before {
  content: "\e91f";
}

.lnr-share2:before {
  content: "\e920";
}

.lnr-share3:before {
  content: "\e921";
}

.lnr-magnifier:before {
  content: "\e922";
}

.lnr-file-search:before {
  content: "\e923";
}

.lnr-find-replace:before {
  content: "\e924";
}

.lnr-zoom-in:before {
  content: "\e925";
}

.lnr-zoom-out:before {
  content: "\e926";
}

.lnr-loupe:before {
  content: "\e927";
}

.lnr-loupe-zoom-in:before {
  content: "\e928";
}

.lnr-loupe-zoom-out:before {
  content: "\e929";
}

.lnr-cross:before {
  content: "\e92a";
}

.lnr-menu:before {
  content: "\e92b";
}

.lnr-list:before {
  content: "\e92c";
}

.lnr-list2:before {
  content: "\e92d";
}

.lnr-list3:before {
  content: "\e92e";
}

.lnr-menu2:before {
  content: "\e92f";
}

.lnr-list4:before {
  content: "\e930";
}

.lnr-menu3:before {
  content: "\e931";
}

.lnr-exclamation:before {
  content: "\e932";
}

.lnr-question:before {
  content: "\e933";
}

.lnr-check:before {
  content: "\e934";
}

.lnr-cross2:before {
  content: "\e935";
}

.lnr-plus:before {
  content: "\e936";
}

.lnr-minus:before {
  content: "\e937";
}

.lnr-percent:before {
  content: "\e938";
}

.lnr-chevron-up:before {
  content: "\e939";
}

.lnr-chevron-down:before {
  content: "\e93a";
}

.lnr-chevron-left:before {
  content: "\e93b";
}

.lnr-chevron-right:before {
  content: "\e93c";
}

.lnr-chevrons-expand-vertical:before {
  content: "\e93d";
}

.lnr-chevrons-expand-horizontal:before {
  content: "\e93e";
}

.lnr-chevrons-contract-vertical:before {
  content: "\e93f";
}

.lnr-chevrons-contract-horizontal:before {
  content: "\e940";
}

.lnr-arrow-up:before {
  content: "\e941";
}

.lnr-arrow-down:before {
  content: "\e942";
}

.lnr-arrow-left:before {
  content: "\e943";
}

.lnr-arrow-right:before {
  content: "\e944";
}

.lnr-arrow-up-right:before {
  content: "\e945";
}

.lnr-arrows-merge:before {
  content: "\e946";
}

.lnr-arrows-split:before {
  content: "\e947";
}

.lnr-arrow-divert:before {
  content: "\e948";
}

.lnr-arrow-return:before {
  content: "\e949";
}

.lnr-expand:before {
  content: "\e94a";
}

.lnr-contract:before {
  content: "\e94b";
}

.lnr-expand2:before {
  content: "\e94c";
}

.lnr-contract2:before {
  content: "\e94d";
}

.lnr-move:before {
  content: "\e94e";
}

.lnr-tab:before {
  content: "\e94f";
}

.lnr-arrow-wave:before {
  content: "\e950";
}

.lnr-expand3:before {
  content: "\e951";
}

.lnr-expand4:before {
  content: "\e952";
}

.lnr-contract3:before {
  content: "\e953";
}

.lnr-notification:before {
  content: "\e954";
}

.lnr-warning:before {
  content: "\e955";
}

.lnr-notification-circle:before {
  content: "\e956";
}

.lnr-question-circle:before {
  content: "\e957";
}

.lnr-menu-circle:before {
  content: "\e958";
}

.lnr-checkmark-circle:before {
  content: "\e959";
}

.lnr-cross-circle:before {
  content: "\e95a";
}

.lnr-plus-circle:before {
  content: "\e95b";
}

.lnr-circle-minus:before {
  content: "\e95c";
}

.lnr-percent-circle:before {
  content: "\e95d";
}

.lnr-arrow-up-circle:before {
  content: "\e95e";
}

.lnr-arrow-down-circle:before {
  content: "\e95f";
}

.lnr-arrow-left-circle:before {
  content: "\e960";
}

.lnr-arrow-right-circle:before {
  content: "\e961";
}

.lnr-chevron-up-circle:before {
  content: "\e962";
}

.lnr-chevron-down-circle:before {
  content: "\e963";
}

.lnr-chevron-left-circle:before {
  content: "\e964";
}

.lnr-chevron-right-circle:before {
  content: "\e965";
}

.lnr-backward-circle:before {
  content: "\e966";
}

.lnr-first-circle:before {
  content: "\e967";
}

.lnr-previous-circle:before {
  content: "\e968";
}

.lnr-stop-circle:before {
  content: "\e969";
}

.lnr-play-circle:before {
  content: "\e96a";
}

.lnr-pause-circle:before {
  content: "\e96b";
}

.lnr-next-circle:before {
  content: "\e96c";
}

.lnr-last-circle:before {
  content: "\e96d";
}

.lnr-forward-circle:before {
  content: "\e96e";
}

.lnr-eject-circle:before {
  content: "\e96f";
}

.lnr-crop:before {
  content: "\e970";
}

.lnr-frame-expand:before {
  content: "\e971";
}

.lnr-frame-contract:before {
  content: "\e972";
}

.lnr-focus:before {
  content: "\e973";
}

.lnr-transform:before {
  content: "\e974";
}

.lnr-grid:before {
  content: "\e975";
}

.lnr-grid-crossed:before {
  content: "\e976";
}

.lnr-layers:before {
  content: "\e977";
}

.lnr-layers-crossed:before {
  content: "\e978";
}

.lnr-toggle:before {
  content: "\e979";
}

.lnr-rulers:before {
  content: "\e97a";
}

.lnr-ruler:before {
  content: "\e97b";
}

.lnr-funnel:before {
  content: "\e97c";
}

.lnr-flip-horizontal:before {
  content: "\e97d";
}

.lnr-flip-vertical:before {
  content: "\e97e";
}

.lnr-flip-horizontal2:before {
  content: "\e97f";
}

.lnr-flip-vertical2:before {
  content: "\e980";
}

.lnr-angle:before {
  content: "\e981";
}

.lnr-angle2:before {
  content: "\e982";
}

.lnr-subtract:before {
  content: "\e983";
}

.lnr-combine:before {
  content: "\e984";
}

.lnr-intersect:before {
  content: "\e985";
}

.lnr-exclude:before {
  content: "\e986";
}

.lnr-align-center-vertical:before {
  content: "\e987";
}

.lnr-align-right:before {
  content: "\e988";
}

.lnr-align-bottom:before {
  content: "\e989";
}

.lnr-align-left:before {
  content: "\e98a";
}

.lnr-align-center-horizontal:before {
  content: "\e98b";
}

.lnr-align-top:before {
  content: "\e98c";
}

.lnr-square:before {
  content: "\e98d";
}

.lnr-plus-square:before {
  content: "\e98e";
}

.lnr-minus-square:before {
  content: "\e98f";
}

.lnr-percent-square:before {
  content: "\e990";
}

.lnr-arrow-up-square:before {
  content: "\e991";
}

.lnr-arrow-down-square:before {
  content: "\e992";
}

.lnr-arrow-left-square:before {
  content: "\e993";
}

.lnr-arrow-right-square:before {
  content: "\e994";
}

.lnr-chevron-up-square:before {
  content: "\e995";
}

.lnr-chevron-down-square:before {
  content: "\e996";
}

.lnr-chevron-left-square:before {
  content: "\e997";
}

.lnr-chevron-right-square:before {
  content: "\e998";
}

.lnr-check-square:before {
  content: "\e999";
}

.lnr-cross-square:before {
  content: "\e99a";
}

.lnr-menu-square:before {
  content: "\e99b";
}

.lnr-prohibited:before {
  content: "\e99c";
}

.lnr-circle:before {
  content: "\e99d";
}

.lnr-radio-button:before {
  content: "\e99e";
}

.lnr-ligature:before {
  content: "\e99f";
}

.lnr-text-format:before {
  content: "\e9a0";
}

.lnr-text-format-remove:before {
  content: "\e9a1";
}

.lnr-text-size:before {
  content: "\e9a2";
}

.lnr-bold:before {
  content: "\e9a3";
}

.lnr-italic:before {
  content: "\e9a4";
}

.lnr-underline:before {
  content: "\e9a5";
}

.lnr-strikethrough:before {
  content: "\e9a6";
}

.lnr-highlight:before {
  content: "\e9a7";
}

.lnr-text-align-left:before {
  content: "\e9a8";
}

.lnr-text-align-center:before {
  content: "\e9a9";
}

.lnr-text-align-right:before {
  content: "\e9aa";
}

.lnr-text-align-justify:before {
  content: "\e9ab";
}

.lnr-line-spacing:before {
  content: "\e9ac";
}

.lnr-indent-increase:before {
  content: "\e9ad";
}

.lnr-indent-decrease:before {
  content: "\e9ae";
}

.lnr-text-wrap:before {
  content: "\e9af";
}

.lnr-pilcrow:before {
  content: "\e9b0";
}

.lnr-direction-ltr:before {
  content: "\e9b1";
}

.lnr-direction-rtl:before {
  content: "\e9b2";
}

.lnr-page-break:before {
  content: "\e9b3";
}

.lnr-page-break2:before {
  content: "\e9b4";
}

.lnr-sort-alpha-asc:before {
  content: "\e9b5";
}

.lnr-sort-alpha-desc:before {
  content: "\e9b6";
}

.lnr-sort-numeric-asc:before {
  content: "\e9b7";
}

.lnr-sort-numeric-desc:before {
  content: "\e9b8";
}

.lnr-sort-amount-asc:before {
  content: "\e9b9";
}

.lnr-sort-amount-desc:before {
  content: "\e9ba";
}

.lnr-sort-time-asc:before {
  content: "\e9bb";
}

.lnr-sort-time-desc:before {
  content: "\e9bc";
}

.lnr-sigma:before {
  content: "\e9bd";
}

.lnr-pencil-line:before {
  content: "\e9be";
}

.lnr-hand:before {
  content: "\e9bf";
}

.lnr-pointer-up:before {
  content: "\e9c0";
}

.lnr-pointer-right:before {
  content: "\e9c1";
}

.lnr-pointer-down:before {
  content: "\e9c2";
}

.lnr-pointer-left:before {
  content: "\e9c3";
}

.lnr-finger-tap:before {
  content: "\e9c4";
}

.lnr-fingers-tap:before {
  content: "\e9c5";
}

.lnr-reminder:before {
  content: "\e9c6";
}

.lnr-fingers-crossed:before {
  content: "\e9c7";
}

.lnr-fingers-victory:before {
  content: "\e9c8";
}

.lnr-gesture-zoom:before {
  content: "\e9c9";
}

.lnr-gesture-pinch:before {
  content: "\e9ca";
}

.lnr-fingers-scroll-horizontal:before {
  content: "\e9cb";
}

.lnr-fingers-scroll-vertical:before {
  content: "\e9cc";
}

.lnr-fingers-scroll-left:before {
  content: "\e9cd";
}

.lnr-fingers-scroll-right:before {
  content: "\e9ce";
}

.lnr-hand2:before {
  content: "\e9cf";
}

.lnr-pointer-up2:before {
  content: "\e9d0";
}

.lnr-pointer-right2:before {
  content: "\e9d1";
}

.lnr-pointer-down2:before {
  content: "\e9d2";
}

.lnr-pointer-left2:before {
  content: "\e9d3";
}

.lnr-finger-tap2:before {
  content: "\e9d4";
}

.lnr-fingers-tap2:before {
  content: "\e9d5";
}

.lnr-reminder2:before {
  content: "\e9d6";
}

.lnr-gesture-zoom2:before {
  content: "\e9d7";
}

.lnr-gesture-pinch2:before {
  content: "\e9d8";
}

.lnr-fingers-scroll-horizontal2:before {
  content: "\e9d9";
}

.lnr-fingers-scroll-vertical2:before {
  content: "\e9da";
}

.lnr-fingers-scroll-left2:before {
  content: "\e9db";
}

.lnr-fingers-scroll-right2:before {
  content: "\e9dc";
}

.lnr-fingers-scroll-vertical3:before {
  content: "\e9dd";
}

.lnr-border-style:before {
  content: "\e9de";
}

.lnr-border-all:before {
  content: "\e9df";
}

.lnr-border-outer:before {
  content: "\e9e0";
}

.lnr-border-inner:before {
  content: "\e9e1";
}

.lnr-border-top:before {
  content: "\e9e2";
}

.lnr-border-horizontal:before {
  content: "\e9e3";
}

.lnr-border-bottom:before {
  content: "\e9e4";
}

.lnr-border-left:before {
  content: "\e9e5";
}

.lnr-border-vertical:before {
  content: "\e9e6";
}

.lnr-border-right:before {
  content: "\e9e7";
}

.lnr-border-none:before {
  content: "\e9e8";
}

.lnr-ellipsis:before {
  content: "\e9e9";
}

.lnr-uni21:before {
  content: "!";
}

.lnr-uni22:before {
  content: '"';
}

.lnr-uni23:before {
  content: "#";
}

.lnr-uni24:before {
  content: "$";
}

.lnr-uni25:before {
  content: "%";
}

.lnr-uni26:before {
  content: "&";
}

.lnr-uni27:before {
  content: "'";
}

.lnr-uni28:before {
  content: "(";
}

.lnr-uni29:before {
  content: ")";
}

.lnr-uni2a:before {
  content: "*";
}

.lnr-uni2b:before {
  content: "+";
}

.lnr-uni2c:before {
  content: ",";
}

.lnr-uni2d:before {
  content: "-";
}

.lnr-uni2e:before {
  content: ".";
}

.lnr-uni2f:before {
  content: "/";
}

.lnr-uni30:before {
  content: "0";
}

.lnr-uni31:before {
  content: "1";
}

.lnr-uni32:before {
  content: "2";
}

.lnr-uni33:before {
  content: "3";
}

.lnr-uni34:before {
  content: "4";
}

.lnr-uni35:before {
  content: "5";
}

.lnr-uni36:before {
  content: "6";
}

.lnr-uni37:before {
  content: "7";
}

.lnr-uni38:before {
  content: "8";
}

.lnr-uni39:before {
  content: "9";
}

.lnr-uni3a:before {
  content: ":";
}

.lnr-uni3b:before {
  content: ";";
}

.lnr-uni3c:before {
  content: "<";
}

.lnr-uni3d:before {
  content: "=";
}

.lnr-uni3e:before {
  content: ">";
}

.lnr-uni3f:before {
  content: "?";
}

.lnr-uni40:before {
  content: "@";
}

.lnr-uni41:before {
  content: "A";
}

.lnr-uni42:before {
  content: "B";
}

.lnr-uni43:before {
  content: "C";
}

.lnr-uni44:before {
  content: "D";
}

.lnr-uni45:before {
  content: "E";
}

.lnr-uni46:before {
  content: "F";
}

.lnr-uni47:before {
  content: "G";
}

.lnr-uni48:before {
  content: "H";
}

.lnr-uni49:before {
  content: "I";
}

.lnr-uni4a:before {
  content: "J";
}

.lnr-uni4b:before {
  content: "K";
}

.lnr-uni4c:before {
  content: "L";
}

.lnr-uni4d:before {
  content: "M";
}

.lnr-uni4e:before {
  content: "N";
}

.lnr-uni4f:before {
  content: "O";
}

.lnr-uni50:before {
  content: "P";
}

.lnr-uni51:before {
  content: "Q";
}

.lnr-uni52:before {
  content: "R";
}

.lnr-uni53:before {
  content: "S";
}

.lnr-uni54:before {
  content: "T";
}

.lnr-uni55:before {
  content: "U";
}

.lnr-uni56:before {
  content: "V";
}

.lnr-uni57:before {
  content: "W";
}

.lnr-uni58:before {
  content: "X";
}

.lnr-uni59:before {
  content: "Y";
}

.lnr-uni5a:before {
  content: "Z";
}

.lnr-uni5b:before {
  content: "[";
}

.lnr-uni5c:before {
  content: "\\";
}

.lnr-uni5d:before {
  content: "]";
}

.lnr-uni5e:before {
  content: "^";
}

.lnr-uni5f:before {
  content: "_";
}

.lnr-uni60:before {
  content: "`";
}

.lnr-uni61:before {
  content: "a";
}

.lnr-uni62:before {
  content: "b";
}

.lnr-uni63:before {
  content: "c";
}

.lnr-uni64:before {
  content: "d";
}

.lnr-uni65:before {
  content: "e";
}

.lnr-uni66:before {
  content: "f";
}

.lnr-uni67:before {
  content: "g";
}

.lnr-uni68:before {
  content: "h";
}

.lnr-uni69:before {
  content: "i";
}

.lnr-uni6a:before {
  content: "j";
}

.lnr-uni6b:before {
  content: "k";
}

.lnr-uni6c:before {
  content: "l";
}

.lnr-uni6d:before {
  content: "m";
}

.lnr-uni6e:before {
  content: "n";
}

.lnr-uni6f:before {
  content: "o";
}

.lnr-uni70:before {
  content: "p";
}

.lnr-uni71:before {
  content: "q";
}

.lnr-uni72:before {
  content: "r";
}

.lnr-uni73:before {
  content: "s";
}

.lnr-uni74:before {
  content: "t";
}

.lnr-uni75:before {
  content: "u";
}

.lnr-uni76:before {
  content: "v";
}

.lnr-uni77:before {
  content: "w";
}

.lnr-uni78:before {
  content: "x";
}

.lnr-uni79:before {
  content: "y";
}

.lnr-uni7a:before {
  content: "z";
}

.lnr-uni7b:before {
  content: "{";
}

.lnr-uni7c:before {
  content: "|";
}

.lnr-uni7d:before {
  content: "}";
}

.lnr-uni7e:before {
  content: "~";
}

.lnr-copyright:before {
  content: "©";
}

/*!
 * # Semantic UI 2.2.10 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}

.ui.dropdown .menu > * {
  white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  transition: none;
}

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429rem 1.14285714rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  box-shadow: none;
  -webkit-touch-callout: none;
}

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px;
}

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important;
}

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important;
}

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase;
}

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em;
}

.ui.dropdown .menu > .input {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem;
}

.ui.dropdown .menu > .header + .input {
  margin-top: 0em;
}

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal;
}

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100% !important;
  right: auto !important;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none;
}

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em;
}

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em;
}

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem;
}

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2em;
}

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em;
}

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%;
}

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em;
}

.ui.button.dropdown .menu {
  min-width: 100%;
}

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -ms-transform: rotate(0deg);
      transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.78571429em 2.1em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  transition: box-shadow 0.1s ease, width 0.1s ease;
}

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.78571429em;
  opacity: 0.8;
  transition: opacity 0.1s ease;
}

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px;
}

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  transition: opacity 0.1s ease;
}

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
}

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}

/* Hover */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: none;
}

/* Active */
.ui.selection.active.dropdown {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Focus */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  box-shadow: none;
}

.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3;
}

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  box-shadow: none !important;
}

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  box-shadow: none !important;
}

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: "";
}

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
}

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2;
}

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3;
}

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
}

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre;
}

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto;
}

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important;
}

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
}
/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
}

.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text;
}

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: "";
  padding: "";
}

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important;
}

.ui.multiple.dropdown > .label ~ .text {
  display: none;
}

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.21428571em;
  vertical-align: baseline;
}

.ui.inline.dropdown > .text {
  font-weight: bold;
}

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem;
}

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
  z-index: 12;
}

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13;
}

/*--------------------
       Loading
---------------------*/
.ui.loading.dropdown > i.icon {
  height: 1em !important;
  padding: 1.14285714em 1.07142857em !important;
}

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  animation: dropdown-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none;
}
@keyframes dropdown-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87);
}

.ui.dropdown:not(.button) > input:focus + .default.text,
.ui.default.dropdown:not(.button) > input:focus + .text {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  transition: none;
}

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden;
}

.ui.dropdown .filtered.item {
  display: none !important;
}

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38;
}

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu > .item {
  color: #9F3A38;
}

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4;
}

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2;
}

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF;
}

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px;
}

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}

/* Left Flyout Menu */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto !important;
  right: 100% !important;
  border-radius: 0.28571429rem !important;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
}

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

.ui.upward.active.selection.dropdown:hover .menu {
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
}

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none;
}

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    min-width: calc(100% - 17px);
  }
}
@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem;
  }
}
@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}
/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 0.1s ease;
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1;
}

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block;
}

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em;
}

.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important;
}

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important;
}

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  visibility: visible;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2;
}

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em;
}

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em;
}

.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto;
  right: 1em;
  margin: 0em;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em;
}

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em;
}

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em;
}

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important;
}

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto;
}

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto;
}

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  margin: 0em 0em 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.upward.pointing.dropdown > .menu:after,
.ui.upward.top.pointing.dropdown > .menu:after {
  top: 100%;
  bottom: auto;
  box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em;
}

/* Right Pointing Upward */
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu {
  top: auto;
  bottom: 0;
  margin: 0em 1em 0em 0em;
}

.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
  top: auto;
  bottom: 0;
  margin: 0em 0em 1em 0em;
  box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
}

/* Left Pointing Upward */
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu {
  top: auto;
  bottom: 0;
  margin: 0em 0em 0em 1em;
}

.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
  top: auto;
  bottom: 0;
  margin: 0em 0em 1em 0em;
  box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
}

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: "Dropdown";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal;
}
.ui.dropdown > .dropdown.icon {
  font-family: "Dropdown";
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.ui.dropdown > .dropdown.icon {
  width: auto;
}

.ui.dropdown > .dropdown.icon:before {
  content: "\f0d7";
}

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: "\f0da";
}

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9";
}

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da";
}

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.10 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  animation-iteration-count: 1;
  animation-duration: 300ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
    transform: @use3DAcceleration;*/
}

/* Disabled */
.disabled.transition {
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/
.looping.transition {
  animation-iteration-count: infinite;
}

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  animation-duration: 500ms;
}

.transition.browse.in {
  animation-name: browseIn;
}

.transition.browse.out,
.transition.browse.left.out {
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  animation-name: browseOutRight;
}

/* In */
@keyframes browseIn {
  0% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }
  10% {
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }
  80% {
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }
  100% {
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}
/* Out */
@keyframes browseOutLeft {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: -1;
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
@keyframes browseOutRight {
  0% {
    z-index: 999;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }
  50% {
    z-index: 1;
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }
  80% {
    opacity: 1;
  }
  100% {
    z-index: 1;
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}
/*--------------
     Drop
---------------*/
.drop.transition {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

.drop.transition.in {
  animation-name: dropIn;
}

.drop.transition.out {
  animation-name: dropOut;
}

/* Drop */
@keyframes dropIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
/*--------------
      Fade
---------------*/
.transition.fade.in {
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  animation-name: fadeInRight;
}

.transition.fade.out {
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  animation-name: fadeOutRight;
}

/* In */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* Out */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-5%);
  }
}
/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  animation-duration: 600ms;
}

.horizontal.flip.transition.in {
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  animation-name: verticalFlipOut;
}

/* In */
@keyframes horizontalFlipIn {
  0% {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes verticalFlipIn {
  0% {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}
/* Out */
@keyframes horizontalFlipOut {
  0% {
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes verticalFlipOut {
  0% {
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}
/*--------------
      Scale
---------------*/
.scale.transition.in {
  animation-name: scaleIn;
}

.scale.transition.out {
  animation-name: scaleOut;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Out */
@keyframes scaleOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  animation-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.transition.fly.in {
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  animation-name: flyInRight;
}

/* Outward */
.transition.fly.out {
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  animation-name: flyOutRight;
}

/* In */
@keyframes flyIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
/* Out */
@keyframes flyOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOutUp {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  animation-name: slideInY;
  -ms-transform-origin: top center;
      transform-origin: top center;
}

.transition[class*="slide up"].in {
  animation-name: slideInY;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
}

.transition[class*="slide left"].in {
  animation-name: slideInX;
  -ms-transform-origin: center right;
      transform-origin: center right;
}

.transition[class*="slide right"].in {
  animation-name: slideInX;
  -ms-transform-origin: center left;
      transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
  animation-name: slideOutY;
  -ms-transform-origin: top center;
      transform-origin: top center;
}

.transition[class*="slide up"].out {
  animation-name: slideOutY;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
}

.transition[class*="slide left"].out {
  animation-name: slideOutX;
  -ms-transform-origin: center right;
      transform-origin: center right;
}

.transition[class*="slide right"].out {
  animation-name: slideOutX;
  -ms-transform-origin: center left;
      transform-origin: center left;
}

/* In */
@keyframes slideInY {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
/* Out */
@keyframes slideOutY {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
/*--------------
     Swing
---------------*/
.transition.swing {
  animation-duration: 800ms;
}

.transition[class*="swing down"].in {
  animation-name: swingInX;
  -ms-transform-origin: top center;
      transform-origin: top center;
}

.transition[class*="swing up"].in {
  animation-name: swingInX;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
}

.transition[class*="swing left"].in {
  animation-name: swingInY;
  -ms-transform-origin: center right;
      transform-origin: center right;
}

.transition[class*="swing right"].in {
  animation-name: swingInY;
  -ms-transform-origin: center left;
      transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
  animation-name: swingOutX;
  -ms-transform-origin: top center;
      transform-origin: top center;
}

.transition[class*="swing up"].out {
  animation-name: swingOutX;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
}

.transition[class*="swing left"].out {
  animation-name: swingOutY;
  -ms-transform-origin: center right;
      transform-origin: center right;
}

.transition[class*="swing right"].out {
  animation-name: swingOutY;
  -ms-transform-origin: center left;
      transform-origin: center left;
}

/* In */
@keyframes swingInX {
  0% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  60% {
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes swingInY {
  0% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  60% {
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
/* Out */
@keyframes swingOutX {
  0% {
    transform: perspective(1000px) rotateX(0deg);
  }
  40% {
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes swingOutY {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  40% {
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }
  100% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}
/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  animation-duration: 750ms;
  animation-name: flash;
}

.shake.transition {
  animation-duration: 750ms;
  animation-name: shake;
}

.bounce.transition {
  animation-duration: 750ms;
  animation-name: bounce;
}

.tada.transition {
  animation-duration: 750ms;
  animation-name: tada;
}

.pulse.transition {
  animation-duration: 500ms;
  animation-name: pulse;
}

.jiggle.transition {
  animation-duration: 750ms;
  animation-name: jiggle;
}

/* Flash */
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* Shake */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
/* Bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* Tada */
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* Pulse */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Rubberband */
@keyframes jiggle {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*******************************
         Site Overrides
*******************************/
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
.bigger {
  font-size: 1.3em;
}
@media all and (max-width: 768px) {
  .bigger {
    font-size: 1.1em;
  }
}

body {
  background: white;
  color: #363636;
  font-family: "museo-sans", sans-serif;
}

a {
  text-decoration: none;
  transition: color 0.3s ease-out;
  color: #1078e2;
}
a:hover {
  color: #0b529b;
}

h1, h2, h3, h4, h5, h6, .section-title {
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  margin: 0;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, .section-title p {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
}

.section-title, h1 {
  font-size: 5em;
  margin-bottom: 0.7em;
}
@media all and (max-width: 1600px) {
  .section-title, h1 {
    font-size: 4em;
  }
}
@media all and (max-width: 768px) {
  .section-title, h1 {
    font-size: 3em;
  }
}
@media all and (max-width: 568px) {
  .section-title, h1 {
    font-size: 2.8em;
  }
}

h2 {
  font-size: 2.2em;
}
@media all and (max-width: 1600px) {
  h2 {
    font-size: 2em;
  }
}
@media all and (max-width: 568px) {
  h2 {
    font-size: 1.7em;
  }
}

h3 {
  font-size: 2em;
}
@media all and (max-width: 1600px) {
  h3 {
    font-size: 1.9em;
  }
}
@media all and (max-width: 568px) {
  h3 {
    font-size: 1.8em;
  }
}

p, .label, .file, h5 {
  font-size: 1.6em;
  line-height: 1.7em;
  margin-top: 0;
}
@media all and (max-width: 1600px) {
  p, .label, .file, h5 {
    font-size: 1.5em;
  }
}
@media all and (max-width: 768px) {
  p, .label, .file, h5 {
    font-size: 1.3em;
  }
}
p:last-child, .label:last-child, .file:last-child, h5:last-child {
  margin-bottom: 0;
}

h5 {
  font-weight: bold;
  margin-bottom: 1em !important;
}

.label p {
  font-size: 1em;
  margin: 0;
}

h4 {
  font-size: 1.2em;
}
@media all and (max-width: 1600px) {
  h4 {
    font-size: 1.1em;
  }
}
@media all and (max-width: 568px) {
  h4 {
    font-size: 1em;
  }
}

#views-container {
  min-height: 100vh;
}

.page-view {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.social ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.social ul li {
  margin-right: 1em;
  display: inline-block;
  font-size: 1.7em;
}
.social ul li a {
  color: white;
}

.dropdown.ui {
  border-radius: 0 !important;
}
.dropdown.ui .text {
  line-height: 1.5;
}

.chevron {
  font-size: 1em;
}
@media all and (max-width: 568px) {
  .chevron {
    font-size: 0.4em;
  }
}

.uppercase {
  text-transform: uppercase;
}

.notfound section {
  min-height: 100vh;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-size: 0.8em;
}
.notfound section h1 {
  padding: 100px 30px;
}
.notfound section h1 span {
  font-size: 3em;
  color: #1078e2;
}

::selection {
  background-color: #1078e2;
  color: #fff;
}

::-moz-selection {
  background-color: #1078e2;
  color: #fff;
}

::-o-selection {
  background-color: #1078e2;
  color: #fff;
}

::-ms-selection {
  background-color: #1078e2;
  color: #fff;
}

::-webkit-selection {
  background-color: #1078e2;
  color: #fff;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

a.link {
  font-size: 1.8em;
  color: white;
  padding-bottom: 0.5em;
  position: relative;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
}
a.link .lnr {
  position: relative;
  top: 0.1em;
}
a.link .link-label {
  margin-left: 0.2em;
}
a.link:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
  height: 1px;
  top: initial;
  transition: transform 0.3s ease-out;
  -ms-transform: scale(0);
      transform: scale(0);
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}
a.link:hover:after {
  -ms-transform: none;
      transform: none;
}
a.link.dark {
  color: black;
}
a.link.dark:after {
  background: #1078e2;
}
@media all and (max-width: 568px) {
  a.link {
    font-size: 1.2em;
  }
}

.lawyer-search {
  font-size: 1.7em;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.lawyer-search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
.lawyer-search form input, .lawyer-search form .dropdown {
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  background: none;
  border: none !important;
  color: white;
  padding: 2em !important;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  -ms-flex: 1;
      flex: 1;
  outline: none;
}
.lawyer-search form input::-webkit-input-placeholder, .lawyer-search form .dropdown::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.lawyer-search form input:-ms-input-placeholder, .lawyer-search form .dropdown:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.lawyer-search form input::placeholder, .lawyer-search form .dropdown::placeholder {
  color: white;
  opacity: 1;
}
.lawyer-search form input::-webkit-input-placeholder, .lawyer-search form .dropdown::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.lawyer-search form input:-moz-placeholder, .lawyer-search form .dropdown:-moz-placeholder {
  color: white;
  opacity: 1;
}
.lawyer-search form input::-moz-placeholder, .lawyer-search form .dropdown::-moz-placeholder {
  color: white;
  opacity: 1;
}
.lawyer-search form input:-ms-input-placeholder, .lawyer-search form .dropdown:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.lawyer-search form input {
  padding-right: 4em !important;
  background: rgba(255, 255, 255, 0.15);
}
.lawyer-search form .dropdown {
  color: white !important;
}
.lawyer-search form .dropdown:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #0e4782 0%, #1078e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#007db9e8",GradientType=1 );
}
.lawyer-search form .dropdown .text {
  color: white !important;
  z-index: 2;
}
.lawyer-search form i, .lawyer-search form button {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: inherit;
  width: auto;
  background: none;
  font-size: 1.3em;
  padding: 0;
  right: 1.5384615385em;
}
.lawyer-search form i span, .lawyer-search form button span {
  margin: 0;
}
.lawyer-search form button {
  left: auto;
  right: 2em;
}
.lawyer-search .search-label {
  background: #1078e2;
  color: white;
  font-size: 1.6em;
  padding: 2em;
  transition: all 0.3s ease-out;
  font-size: 1em;
  background: #0e4782;
}
.lawyer-search .search-label:hover {
  background: #0e4782;
}
@media all and (max-width: 568px) {
  .lawyer-search .search-label {
    padding: 1.4em;
    font-size: 1.3em;
  }
}
@media all and (max-width: 568px) {
  .lawyer-search .search-label, .lawyer-search input, .lawyer-search .text {
    font-size: 0.7em;
    padding: 2em 1.4em !important;
  }
  .lawyer-search form input {
    padding: 2em 1.4em !important;
    padding-right: 3em !important;
  }
  .lawyer-search form button {
    font-size: 0.8em;
    right: 1em;
  }
}

.pixelcarve {
  margin: 0 1em 0 0;
}
.pixelcarve a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.pixelcarve a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pixelcarve a {
  position: relative;
  float: right;
  z-index: 1;
}
.pixelcarve a object, .pixelcarve a img {
  width: 2.5em;
  height: auto;
}
.pixelcarve .pcarve_caption {
  height: 1.3em;
  overflow: hidden;
  margin: 0.5em 0 0 0;
  font-size: 1em;
  color: white;
  float: left;
  width: 0;
  line-height: 1.5;
  transition: width 0.3s ease-out;
}
.pixelcarve .pcarve_caption .pcarve_label {
  padding-left: 1em;
  position: relative;
  color: white;
}
.pixelcarve .pcarve_caption.shown {
  width: 18em;
}
@media all and (max-width: 768px) {
  .pixelcarve .pcarve_caption {
    display: none;
  }
}

header.main {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  max-height: 12vh;
  transition: background 0.3s ease-out;
}
header.main .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: 8.5em;
  background: white;
  opacity: 0;
  transition: all 0.3s ease-out;
}
header.main .logo {
  margin-top: 4vh;
  margin-left: 2%;
  transition: all 0.3s ease-out;
}
header.main .logo a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
header.main .logo a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header.main .logo object {
  display: block;
}
@media all and (max-width: 768px) {
  header.main .logo object {
    width: 20em;
  }
}
@media all and (max-width: 568px) {
  header.main .logo {
    margin-top: 3vh;
  }
  header.main .logo object {
    width: 10em;
  }
}
header.main .logo a {
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  transition: all 0.3s ease-out;
}
header.main .logo #logo_white {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
header.main .logo #logo_dark, header.main .logo #logo_white {
  transition: all 0.3s ease-out;
}
header.main .logo #logo_dark.hidden, header.main .logo #logo_white.hidden {
  visibility: hidden;
  opacity: 0;
}
header.main .logo #logo_dark.shown, header.main .logo #logo_white.shown {
  visibility: visible;
  opacity: 1;
}
header.main .nav-wrapper {
  margin-left: auto;
}
header.main .nav-wrapper .nav-triggers {
  position: relative;
  z-index: 1;
  height: 5.2em;
  transition: height 0.3s ease-out;
}
header.main .nav-wrapper .nav-triggers button {
  font-size: 1.7em;
  background: #1078e2;
  transition: background 0.3s ease-out;
  cursor: pointer;
}
header.main .nav-wrapper .nav-triggers button span.lnr {
  margin-right: 0.25em;
}
header.main .nav-wrapper .nav-triggers button:hover {
  background: #0e4782;
}
header.main .nav-wrapper .nav-triggers button.badge {
  background: none;
  float: left;
  height: 5.2em;
  text-align: right;
  transition: height 0.3s ease-out;
  padding: 0;
  padding-right: 10px;
}
@media all and (max-width: 1024px) {
  header.main .nav-wrapper .nav-triggers button.badge {
    height: 3.5em;
  }
}
@media all and (max-width: 768px) {
  header.main .nav-wrapper .nav-triggers button.badge {
    top: 3.5em;
    height: 2.4em;
  }
}
header.main .nav-wrapper .nav-triggers button.badge img {
  height: 100%;
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger, header.main .nav-wrapper .nav-triggers button.menu-trigger {
  padding: 0;
  color: white;
  position: relative;
  perspective: 1000px;
  width: 8em;
  height: 5.2em;
  background: none;
  transition: height 0.3s ease-out;
}
@media all and (max-width: 768px) {
  header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger, header.main .nav-wrapper .nav-triggers button.menu-trigger {
    font-size: 1em;
  }
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4em);
  height: calc(100% - 4em);
  padding: 2em;
  transform-style: preserve-3d;
  transform: translateZ(-2.6em);
  transition: transform 0.3s ease-out;
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .open, header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .close, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .open, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 8em;
  height: 5.2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-transform-origin: center;
      transform-origin: center;
  transition: background 0.3s ease-out, height 0.3s ease-out, transform 0.3s ease-out;
}
@media all and (max-width: 568px) {
  header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .open, header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .close, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .open, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .close {
    width: 6em;
    height: 4em;
  }
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .open, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .open {
  background: #1078e2;
  transform: rotateX(0) translateZ(2.6em);
}
@media all and (max-width: 568px) {
  header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .open, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .open {
    transform: rotateX(0) translateZ(2em);
  }
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .close, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .close {
  background: white;
  transform: rotateX(-90deg) translateZ(2.6em);
  color: #363636;
}
@media all and (max-width: 568px) {
  header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .close, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .close {
    transform: rotateX(-90deg) translateZ(2em);
  }
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper:hover .open, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper:hover .open {
  background: #0e4782;
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger {
  width: 12em;
  float: left;
}
@media all and (max-width: 568px) {
  header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger {
    display: none;
  }
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 2em;
  right: 0;
  height: calc(100% - 4em);
  width: 1px;
  background: white;
  transition: transform 0.3s ease-out;
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper {
  transition-delay: 0.1s;
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .open, header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .close {
  width: 12em;
}
header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .close {
  background: #0e4782;
  color: white;
}
@media all and (max-width: 568px) {
  header.main .nav-wrapper .nav-triggers button.menu-trigger {
    width: 6em;
    height: 4em;
    position: relative;
    right: 0;
  }
}
header.main .nav-wrapper .nav-triggers.open button.lawyer-search-trigger .button-wrapper, header.main .nav-wrapper .nav-triggers.open button.menu-trigger .button-wrapper {
  transform: translateZ(-2.6em) rotateX(90deg);
}
header.main .nav-wrapper .nav-triggers.open button.lawyer-search-trigger {
  pointer-events: none;
}
header.main .nav-wrapper .nav-triggers.open button.lawyer-search-trigger:before {
  -ms-transform: scaleY(0);
      transform: scaleY(0);
}
header.main .nav-wrapper .nav-triggers.hide-search button.lawyer-search-trigger .button-wrapper {
  transform: translateZ(-2.6em) translateY(-125%);
}
header.main .nav-wrapper .nav-triggers.hide-search button.lawyer-search-trigger:before {
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}
header.main .nav-wrapper .nav-triggers.hide-search button.menu-trigger {
  float: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger, header.main .nav-wrapper .nav-triggers button.menu-trigger {
    -ms-transform: none;
        transform: none;
  }
  header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper {
    -ms-transform: none;
        transform: none;
  }
  header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .open, header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .close, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .open, header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .close {
    -ms-transform: none;
        transform: none;
  }
  header.main .nav-wrapper .nav-triggers button.lawyer-search-trigger .button-wrapper .close {
    background: #1078e2;
  }
  header.main .nav-wrapper .nav-triggers button.menu-trigger .button-wrapper .close {
    opacity: 0;
  }
  header.main .nav-wrapper .nav-triggers.open button.lawyer-search-trigger .button-wrapper, header.main .nav-wrapper .nav-triggers.open button.menu-trigger .button-wrapper {
    -ms-transform: none;
        transform: none;
  }
  header.main .nav-wrapper .nav-triggers.open button.lawyer-search-trigger .button-wrapper .close {
    background: #0e4782;
  }
  header.main .nav-wrapper .nav-triggers.open button.menu-trigger .button-wrapper .close {
    opacity: 1;
  }
}
header.main nav.main {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  height: 0;
  background: #1078e2;
  background: linear-gradient(150deg, #1078e2 44%, #1078e2 44%, #11a9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$brandColor, endColorstr=$brandColorLight, GradientType=1 );
}
@media all and (max-width: 568px) {
  header.main nav.main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3em;
  }
}
header.main nav.main .bg {
  position: absolute;
  width: 130%;
  height: auto;
  pointer-events: none;
  left: 0;
}
header.main nav.main .lawyer-search {
  width: 100%;
}
header.main nav.main .lawyer-search form {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}
header.main nav.main .lawyer-search form input {
  background: none;
  padding-right: 2em !important;
}
@media all and (max-width: 568px) {
  header.main nav.main .lawyer-search.desktop {
    display: none;
  }
}
header.main nav.main .mobile-search {
  display: none;
}
@media all and (max-width: 568px) {
  header.main nav.main .mobile-search {
    display: block;
    padding-top: 8em;
  }
  header.main nav.main .mobile-search .search-label {
    width: 40%;
    float: left;
    box-sizing: border-box;
    max-height: 5.2em;
  }
  header.main nav.main .mobile-search .lawyer-search {
    overflow: auto;
    -ms-flex-align: inherit;
        align-items: inherit;
    font-size: 1.3em;
    box-sizing: border-box;
    display: block;
  }
  header.main nav.main .mobile-search .lawyer-search form {
    float: left;
    position: relative;
    width: 60%;
    -ms-flex: inherit;
        flex: inherit;
    display: block;
  }
  header.main nav.main .mobile-search .lawyer-search form input {
    width: 100%;
  }
  header.main nav.main .mobile-search .logo {
    width: 60%;
    padding-bottom: 5em;
  }
  header.main nav.main .mobile-search .logo object {
    width: 100%;
  }
}
header.main nav.main .menu {
  height: calc(100% - 25em);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 20%;
}
@media all and (max-width: 568px) {
  header.main nav.main .menu {
    padding: 0;
    padding-top: 2em;
    display: block;
  }
}
header.main nav.main .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header.main nav.main .menu ul li {
  font-size: 2.7em;
  margin-bottom: 1em;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
}
@media all and (max-width: 568px) {
  header.main nav.main .menu ul li {
    font-size: 2em;
  }
}
@media all and (max-height: 768px) {
  header.main nav.main .menu ul li {
    font-size: 2.2em;
  }
}
@media all and (max-height: 600px) {
  header.main nav.main .menu ul li {
    font-size: 1.7em;
  }
}
@media all and (max-width: 568px) {
  header.main nav.main .menu ul li {
    margin-bottom: 0.6em;
  }
}
header.main nav.main .menu ul li a {
  color: white;
}
header.main nav.main .menu ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
header.main nav.main .menu ul li.current-menu-item {
  pointer-events: none;
}
header.main nav.main .menu ul li.current-menu-item a {
  color: rgba(255, 255, 255, 0.6);
}
header.main nav.main .social {
  padding-left: 20%;
  box-sizing: border-box;
}
header.main nav.main .social ul {
  display: -ms-flexbox;
  display: flex;
}
header.main nav.main .social ul li {
  margin-right: 4em;
}
@media all and (max-width: 568px) {
  header.main nav.main .social {
    padding: 0 3em;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15%;
  }
  header.main nav.main .social ul {
    width: 70%;
  }
  header.main nav.main .social ul li {
    font-size: 1.2em;
  }
  header.main nav.main .social .pixelcarve {
    float: right;
    margin-right: 0;
    -ms-flex: 1;
        flex: 1;
  }
  header.main nav.main .social .pixelcarve object {
    width: 2em;
  }
}
header.main nav.main.open {
  height: 100vh;
  box-shadow: -1em -5em 10em rgba(14, 71, 130, 0.76);
}
@media all and (max-width: 768px) {
  header.main.open button.badge {
    opacity: 0;
  }
}
@media all and (max-width: 568px) {
  header.main.open {
    width: 100%;
  }
}
header.main.shrunk .header-bg {
  opacity: 1;
  height: 6.8em;
}
@media all and (max-width: 768px) {
  header.main.shrunk .header-bg {
    height: 5.2em;
  }
}
header.main.shrunk .logo {
  margin-top: 1.6em;
  margin-left: 2em;
}
header.main.shrunk .logo a {
  -ms-transform: scale(0.7);
      transform: scale(0.7);
}
header.main.shrunk .logo #logo_dark {
  visibility: visible;
  opacity: 1;
  display: block;
}
header.main.shrunk .logo #logo_white {
  visibility: hidden;
  opacity: 0;
  display: none;
}
header.main.shrunk .nav-triggers {
  height: 4em;
}
header.main.shrunk .nav-triggers button.badge {
  top: 4em;
}
@media all and (max-width: 1024px) {
  header.main.shrunk .nav-triggers button.badge {
    display: none;
  }
}
header.main.shrunk .nav-triggers button.lawyer-search-trigger, header.main.shrunk .nav-triggers button.menu-trigger, header.main.shrunk .nav-triggers button.badge {
  height: 4em;
}
header.main.shrunk .nav-triggers button.lawyer-search-trigger .button-wrapper, header.main.shrunk .nav-triggers button.menu-trigger .button-wrapper, header.main.shrunk .nav-triggers button.badge .button-wrapper {
  transform: translateZ(-2em);
}
header.main.shrunk .nav-triggers button.lawyer-search-trigger .button-wrapper .open, header.main.shrunk .nav-triggers button.lawyer-search-trigger .button-wrapper .close, header.main.shrunk .nav-triggers button.menu-trigger .button-wrapper .open, header.main.shrunk .nav-triggers button.menu-trigger .button-wrapper .close, header.main.shrunk .nav-triggers button.badge .button-wrapper .open, header.main.shrunk .nav-triggers button.badge .button-wrapper .close {
  height: 4em;
}
header.main.shrunk .nav-triggers button.lawyer-search-trigger .button-wrapper .open, header.main.shrunk .nav-triggers button.menu-trigger .button-wrapper .open, header.main.shrunk .nav-triggers button.badge .button-wrapper .open {
  transform: rotateX(0) translateZ(2em);
}
header.main.shrunk .nav-triggers button.lawyer-search-trigger .button-wrapper .close, header.main.shrunk .nav-triggers button.menu-trigger .button-wrapper .close, header.main.shrunk .nav-triggers button.badge .button-wrapper .close {
  transform: rotateX(-90deg) translateZ(2em);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header.main.shrunk .nav-triggers button.lawyer-search-trigger .button-wrapper .close, header.main.shrunk .nav-triggers button.menu-trigger .button-wrapper .close, header.main.shrunk .nav-triggers button.badge .button-wrapper .close {
    -ms-transform: none;
        transform: none;
  }
}
header.main.shrunk .nav-triggers button.lawyer-search-trigger:before {
  top: 1.5em;
  height: calc(100% - 3em);
}
header.main.shrunk .nav-triggers.hide-search button.lawyer-search-trigger .button-wrapper {
  transform: translateZ(-2em) translateY(-125%);
}

footer {
  padding: 8vh 4vw 7vh;
  background: #363636;
}
footer .menu ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
footer .menu ul li {
  margin-right: 2em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.3em;
}
footer .menu ul li a {
  color: white;
  opacity: 0.3;
  transition: opacity 0.3s ease-out;
}
footer .menu ul li a:hover {
  opacity: 1;
}
footer .menu ul li.current-menu-item {
  pointer-events: none;
}
footer .menu ul li.current-menu-item a {
  opacity: 1;
}
footer .logo-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
footer .bottom-row {
  display: none;
  text-align: center;
  margin-top: 3em;
}
footer .logo a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
footer .logo a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .logo object {
  width: 17em;
}
footer .right-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .right-content .menu {
  margin-right: 4vw;
}
@media all and (max-width: 768px) {
  footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  footer .bottom-row {
    display: block;
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    margin-bottom: 2em;
  }
  footer .bottom-row ul li {
    font-size: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    font-size: 0.87em;
  }
  footer .logo-row {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
  }
  footer .right-content .menu {
    display: none;
  }
}
@media all and (max-width: 568px) {
  footer {
    padding: 3em;
  }
  footer .logo {
    width: 50%;
  }
  footer .logo a {
    width: 80%;
  }
  footer .logo a object {
    width: 100%;
  }
  footer .social ul li {
    font-size: 1em;
  }
  footer .social .pixelcarve object {
    height: 1.8em;
  }
}

.backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.backgrounds .background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
@media all and (max-width: 500px) {
  .backgrounds .size-large, .backgrounds .size-medium {
    background: none !important;
  }
  .backgrounds .size-small {
    display: block;
  }
}
@media all and (max-width: 1000px) and (min-width: 501px) {
  .backgrounds .size-large, .backgrounds .size-small {
    background: none !important;
  }
  .backgrounds .size-medium {
    display: block;
  }
}
@media all and (min-width: 1001px) {
  .backgrounds .size-small, .backgrounds .size-medium {
    background: none !important;
  }
  .backgrounds .size-large {
    display: block;
  }
}

.lawyers, .results {
  margin-top: 5vh;
}
.lawyers .lawyer, .lawyers .result, .results .lawyer, .results .result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 17em;
}
.lawyers .lawyer div, .lawyers .result div, .results .lawyer div, .results .result div {
  box-sizing: border-box;
}
.lawyers .lawyer:hover .lawyer-info, .lawyers .result:hover .lawyer-info, .results .lawyer:hover .lawyer-info, .results .result:hover .lawyer-info {
  background: #EBEBEB;
}
.lawyers .lawyer:hover .contact-buttons, .lawyers .result:hover .contact-buttons, .results .lawyer:hover .contact-buttons, .results .result:hover .contact-buttons {
  opacity: 1;
}
.lawyers .lawyer .photo, .lawyers .result .photo, .results .lawyer .photo, .results .result .photo {
  position: relative;
  width: 39%;
}
.lawyers .lawyer .photo .background, .lawyers .result .photo .background, .results .lawyer .photo .background, .results .result .photo .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.lawyers .lawyer .lawyer-info, .lawyers .result .lawyer-info, .results .lawyer .lawyer-info, .results .result .lawyer-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 3% 5%;
  background: transparent;
  width: 43%;
  transition: all 0.3s ease-out;
}
.lawyers .lawyer .lawyer-info .lawyer-name, .lawyers .result .lawyer-info .lawyer-name, .results .lawyer .lawyer-info .lawyer-name, .results .result .lawyer-info .lawyer-name {
  font-size: 2.6em;
}
.lawyers .lawyer .lawyer-info .lawyer-name a, .lawyers .result .lawyer-info .lawyer-name a, .results .lawyer .lawyer-info .lawyer-name a, .results .result .lawyer-info .lawyer-name a {
  color: #363636;
}
.lawyers .lawyer .lawyer-info .lawyer-name a:hover, .lawyers .result .lawyer-info .lawyer-name a:hover, .results .lawyer .lawyer-info .lawyer-name a:hover, .results .result .lawyer-info .lawyer-name a:hover {
  color: #1078e2;
}
.lawyers .lawyer .lawyer-info .lawyer-position, .lawyers .result .lawyer-info .lawyer-position, .results .lawyer .lawyer-info .lawyer-position, .results .result .lawyer-info .lawyer-position {
  font-size: 1.5em;
  margin-top: 0.6em;
}
.lawyers .lawyer .lawyer-info .phone-extension, .lawyers .result .lawyer-info .phone-extension, .results .lawyer .lawyer-info .phone-extension, .results .result .lawyer-info .phone-extension {
  font-size: 1.2em;
  margin-top: 0.75em;
}
.lawyers .lawyer .contact-buttons, .lawyers .result .contact-buttons, .results .lawyer .contact-buttons, .results .result .contact-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #D9D9D9;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.lawyers .lawyer .contact-buttons a, .lawyers .result .contact-buttons a, .results .lawyer .contact-buttons a, .results .result .contact-buttons a {
  font-size: 2.4em;
  color: black;
  padding: 1em 2em;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background: transparent;
  box-sizing: border-box;
  transition: all ease-out 0.3s;
}
.lawyers .lawyer .contact-buttons a:hover, .lawyers .lawyer .contact-buttons a:active, .lawyers .result .contact-buttons a:hover, .lawyers .result .contact-buttons a:active, .results .lawyer .contact-buttons a:hover, .results .lawyer .contact-buttons a:active, .results .result .contact-buttons a:hover, .results .result .contact-buttons a:active {
  color: white;
  background: #1078e2;
}
@media all and (max-width: 1440px) {
  .lawyers .lawyer .lawyer-info .lawyer-name, .lawyers .result .lawyer-info .lawyer-name, .results .lawyer .lawyer-info .lawyer-name, .results .result .lawyer-info .lawyer-name {
    font-size: 2.5em;
  }
  .lawyers .lawyer .contact-buttons a, .lawyers .result .contact-buttons a, .results .lawyer .contact-buttons a, .results .result .contact-buttons a {
    padding: 1em;
  }
}
@media all and (max-width: 1024px) {
  .lawyers .lawyer, .lawyers .result, .results .lawyer, .results .result {
    height: auto;
  }
  .lawyers .lawyer .lawyer-info, .lawyers .result .lawyer-info, .results .lawyer .lawyer-info, .results .result .lawyer-info {
    background: #EBEBEB;
  }
  .lawyers .lawyer .contact-buttons, .lawyers .result .contact-buttons, .results .lawyer .contact-buttons, .results .result .contact-buttons {
    -ms-flex: inherit;
        flex: inherit;
    opacity: 1;
    -ms-flex: 1;
        flex: 1;
  }
  .lawyers .lawyer .contact-buttons a, .lawyers .result .contact-buttons a, .results .lawyer .contact-buttons a, .results .result .contact-buttons a {
    font-size: 1.4em;
    padding: 0.7em;
  }
  .lawyers .lawyer .photo, .lawyers .result .photo, .results .lawyer .photo, .results .result .photo {
    height: 15em;
  }
  .lawyers .lawyer .lawyer-info .lawyer-name, .lawyers .result .lawyer-info .lawyer-name, .results .lawyer .lawyer-info .lawyer-name, .results .result .lawyer-info .lawyer-name {
    font-size: 1.8em;
  }
  .lawyers .lawyer .lawyer-info .lawyer-position, .lawyers .result .lawyer-info .lawyer-position, .results .lawyer .lawyer-info .lawyer-position, .results .result .lawyer-info .lawyer-position {
    font-size: 1em;
  }
  .lawyers .lawyer .lawyer-info .phone-extension, .lawyers .result .lawyer-info .phone-extension, .results .lawyer .lawyer-info .phone-extension, .results .result .lawyer-info .phone-extension {
    font-size: 0.8em;
  }
}
@media all and (max-width: 768px) {
  .lawyers .lawyer .photo, .lawyers .result .photo, .results .lawyer .photo, .results .result .photo {
    height: 12em;
    width: 30%;
  }
  .lawyers .lawyer .lawyer-info, .lawyers .result .lawyer-info, .results .lawyer .lawyer-info, .results .result .lawyer-info {
    width: 55%;
  }
  .lawyers .lawyer .contact-buttons .phone, .lawyers .result .contact-buttons .phone, .results .lawyer .contact-buttons .phone, .results .result .contact-buttons .phone {
    background: #1078e2;
    color: white;
  }
}

.contact .hero {
  padding: 12vh 8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media all and (max-width: 768px) {
  .contact .hero {
    padding-top: 6vh;
    padding-bottom: 6vh;
    min-height: 0;
  }
}
@media all and (max-height: 600px) {
  .contact .hero {
    padding: 12vh 8vw;
  }
}
@media all and (max-width: 568px) {
  .contact .hero {
    padding: 3em;
  }
  .contact .hero .section-content {
    width: 100%;
  }
}
.contact .hero.list .con-gradient {
  position: relative;
}
.contact .hero.list .con-gradient:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 12vh;
  bottom: 0;
  top: initial;
  z-index: 10;
  width: calc(100% - 6px);
}
.contact .hero.list .con-gradient:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 6vh;
  z-index: 10;
  width: calc(100% - 6px);
}
@media all and (max-width: 568px) {
  .contact .hero {
    padding: 8em 3em 3em;
  }
}
.contact .hero .logo {
  z-index: 2;
  margin-bottom: 18vh;
}
@media all and (max-width: 568px) {
  .contact .hero .logo {
    width: 60%;
    margin-bottom: 10vh;
  }
  .contact .hero .logo object {
    max-width: 100%;
  }
}
.contact .hero h4 {
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  margin-bottom: 2vh;
  color: rgba(128, 128, 128, 0.7);
}
.contact .hero .brightFont {
  color: #1078e2;
}
@media all and (max-width: 568px) {
  .contact .section-content {
    min-height: 70vh;
  }
}
.contact .content {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  z-index: 1;
}
.contact .content:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
@media all and (max-width: 568px) {
  .contact .content:before {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  }
}
.contact .map-container {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contact .map-container #mapinfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1em 0.5em 0;
}
.contact .map-container #mapinfo p {
  text-align: center;
}
.contact .map-container .gm-style-iw {
  padding: 1em 0 0 0.7em;
}
.contact .map-container .gm-style-iw p {
  font-size: 1.2em;
}
.contact .map-container .gm-style-iw img {
  margin-bottom: 2em;
}
.contact:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
@media all and (max-width: 568px) {
  .contact:before {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  }
}
.contact .contact-info-row {
  margin-bottom: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.contact .contact-info-row a {
  color: #363636;
}
.contact .contact-info-row a:hover {
  color: #1078e2;
}
.contact .contact-info-row:first-child {
  -ms-flex-align: start;
      align-items: flex-start;
}
.contact .contact-info-row:first-child .lnr {
  padding-top: 0.2em;
  top: 0;
}
.contact .contact-info-row .lnr {
  margin-right: 1em;
  font-size: 1.6em;
  color: #1078e2;
  position: absolute;
  left: -2em;
  top: 0.25em;
}
@media all and (max-width: 568px) {
  .contact .contact-info-row .lnr {
    position: relative;
    left: inherit;
  }
}
.contact .directions {
  background: #1078e2;
  color: white;
  font-size: 1.6em;
  padding: 2em;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 5vh;
  left: 60%;
  z-index: 1;
}
.contact .directions:hover {
  background: #0e4782;
}
@media all and (max-width: 568px) {
  .contact .directions {
    padding: 1.4em;
    font-size: 1.3em;
  }
}
@media all and (max-width: 768px) {
  .contact .directions {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 2em;
    display: inline-block;
  }
}

@page {
  margin: 35mm 10mm;
}
.print-el {
  display: none;
}

main .logo a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
main .logo a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section {
  position: relative;
}
section .backgrounds {
  position: relative;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section .backgrounds .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.subpage ul {
  padding-left: 40px;
}
.subpage ul li {
  font-size: 1.6em;
  line-height: 1.7em;
  list-style: disc;
}

.dropdown.ui.selection {
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding-right: 4em !important;
  min-width: 0;
  background: none !important;
}
.dropdown.ui.selection i {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: inherit;
  width: auto;
  background: none;
  font-size: 1em;
  padding: 0;
  right: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.dropdown.ui.selection .menu {
  border: none !important;
  background: none !important;
  border-radius: 0;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.2) !important;
  background: #0e4782;
  max-height: 30vh;
}
.dropdown.ui.selection .menu .item {
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  padding: 2em !important;
  border: none;
  border-top: 1px solid #4c9ef2;
  background: #0e4782;
}
.dropdown.ui.selection .menu .item.selected, .dropdown.ui.selection .menu .item:hover {
  background: #1078e2;
  font-weight: 300;
}
.dropdown.ui.selection .menu .item.selected {
  pointer-events: none;
}
@media all and (max-width: 568px) {
  .dropdown.ui.selection .menu .item {
    padding: 1.4em !important;
    font-size: 1.3em;
  }
}
.dropdown.ui.selection .menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.dropdown.ui.selection .menu::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.dropdown.ui.selection .menu::-webkit-scrollbar-thumb {
  background-color: #4c9ef2;
  border: none;
}
.dropdown.ui.selection.visible .text:not(.default) {
  color: white;
}

.subpage {
  padding: 12vh 8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  display: block;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media all and (max-width: 768px) {
  .subpage {
    padding-top: 6vh;
    padding-bottom: 6vh;
    min-height: 0;
  }
}
@media all and (max-height: 600px) {
  .subpage {
    padding: 12vh 8vw;
  }
}
@media all and (max-width: 568px) {
  .subpage {
    padding: 3em;
  }
  .subpage .section-content {
    width: 100%;
  }
}
.subpage.list .con-gradient {
  position: relative;
}
.subpage.list .con-gradient:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 12vh;
  bottom: 0;
  top: initial;
  z-index: 10;
  width: calc(100% - 6px);
}
.subpage.list .con-gradient:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 6vh;
  z-index: 10;
  width: calc(100% - 6px);
}
.subpage h2 {
  font-size: 3.4em;
  margin-bottom: 0.2em;
}
@media all and (max-width: 568px) {
  .subpage h2 {
    font-size: 3em;
  }
}
@media all and (max-width: 768px) {
  .subpage {
    padding: 6vh 8vw;
  }
}
@media all and (max-width: 568px) {
  .subpage {
    padding: 3em;
  }
}
.subpage .wpcf7 {
  width: 80%;
  max-width: 750px;
}
@media all and (max-width: 768px) {
  .subpage .wpcf7 {
    width: 100%;
  }
}
.subpage .wpcf7 p, .subpage .wpcf7 .file {
  margin-bottom: 0;
  position: relative;
}
.subpage .wpcf7 p br, .subpage .wpcf7 .file br {
  line-height: 0;
}
.subpage .wpcf7 .dropdown.ui.selection {
  font-size: 1.7em;
  box-sizing: border-box;
  padding: 1.2em 0;
  padding-right: 1em;
  width: 100%;
  border-bottom: 1px solid lightgrey !important;
  box-shadow: none !important;
}
@media all and (max-width: 1024px) {
  .subpage .wpcf7 .dropdown.ui.selection {
    font-size: 1.3em;
    padding: 1.5em 0;
  }
}
@media all and (max-width: 768px) {
  .subpage .wpcf7 .dropdown.ui.selection {
    font-size: 1em;
  }
}
.subpage .wpcf7 .dropdown.ui.selection .item {
  background: white;
  color: #363636;
}
.subpage .wpcf7 .dropdown.ui.selection .item.selected, .subpage .wpcf7 .dropdown.ui.selection .item:hover {
  background: #11a9f9;
  color: white;
}
.subpage .wpcf7 .dropdown.ui.selection i {
  color: #1078e2;
  right: 0;
}
.subpage .wpcf7 .dropdown.ui.selection.visible .text:not(.default) {
  color: #363636;
  font-weight: 100;
}
.subpage .wpcf7 label {
  font-size: 0.8em;
  color: #1078e2;
  position: absolute;
  z-index: 0;
  opacity: 0;
  top: 0.5em;
  -ms-transform: translateY(10px);
      transform: translateY(10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.subpage .wpcf7 label.shown, .subpage .wpcf7 label.visible {
  opacity: 1;
  -ms-transform: none;
      transform: none;
}
.subpage .wpcf7 label.visible {
  z-index: 11;
}
@media all and (max-width: 768px) {
  .subpage .wpcf7 label {
    top: 0;
  }
}
.subpage .wpcf7 input, .subpage .wpcf7 textarea {
  width: 100%;
  padding: 1.2em 0;
  border: none;
  outline: none;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  font-size: 1.7em;
  box-sizing: border-box;
  border-bottom: 1px solid lightgrey !important;
}
.subpage .wpcf7 input::-webkit-input-placeholder, .subpage .wpcf7 textarea::-webkit-input-placeholder {
  color: black;
}
.subpage .wpcf7 input:-ms-input-placeholder, .subpage .wpcf7 textarea:-ms-input-placeholder {
  color: black;
}
.subpage .wpcf7 input::placeholder, .subpage .wpcf7 textarea::placeholder {
  color: black;
}
@media all and (max-width: 1024px) {
  .subpage .wpcf7 input, .subpage .wpcf7 textarea {
    font-size: 1.3em;
    padding: 1.5em 0;
  }
}
@media all and (max-width: 768px) {
  .subpage .wpcf7 input, .subpage .wpcf7 textarea {
    font-size: 1em;
  }
}
.subpage .wpcf7 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media all and (max-width: 568px) {
  .subpage .wpcf7 .row {
    display: block;
  }
}
.subpage .wpcf7 .row p {
  box-sizing: border-box;
}
.subpage .wpcf7 .row p:first-child {
  margin-right: 1.5em;
}
.subpage .wpcf7 .row p:last-child {
  margin-left: 1.5em;
}
@media all and (max-width: 568px) {
  .subpage .wpcf7 .row p {
    margin: 0 !important;
  }
}
.subpage .wpcf7 .submit-con {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 8vh !important;
}
.subpage .wpcf7 .submit-con .wpcf7-submit {
  cursor: pointer;
  background: #1078e2;
  color: white;
  font-size: 1.6em;
  padding: 2em;
  transition: all 0.3s ease-out;
  width: auto;
}
.subpage .wpcf7 .submit-con .wpcf7-submit:hover {
  background: #0e4782;
}
@media all and (max-width: 568px) {
  .subpage .wpcf7 .submit-con .wpcf7-submit {
    padding: 1.4em;
    font-size: 1.3em;
  }
}
.subpage .wpcf7 .wpcf7-file {
  position: relative;
  font-size: 1.3em;
  color: #1078e2;
  padding: 1.5em;
}
@media all and (max-width: 1024px) {
  .subpage .wpcf7 .wpcf7-file {
    font-size: 1em;
  }
}
@media all and (max-width: 568px) {
  .subpage .wpcf7 .wpcf7-file {
    padding-right: 2em;
  }
}
.subpage .wpcf7 .wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
  padding-right: 5em;
}
@media all and (max-width: 568px) {
  .subpage .wpcf7 .wpcf7-file::-webkit-file-upload-button {
    padding-right: 2em;
  }
}
.subpage .wpcf7 .wpcf7-file:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "Attach Resume:";
  font-stretch: expanded;
  font-size: 1.3em;
  color: black;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media all and (max-width: 768px) {
  .subpage .wpcf7 .wpcf7-file:after {
    font-size: 1em;
  }
}
.subpage .wpcf7 .lnr-paperclip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
  left: inherit;
  width: auto;
  font-size: 2em;
  color: #1078e2;
}

section.hero {
  min-height: 60vh;
  position: relative;
  box-sizing: border-box;
  color: white;
  padding: 12vh 8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-align: start !important;
      align-items: flex-start !important;
  -ms-flex-direction: column;
      flex-direction: column;
}
section.hero:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grid_white.png);
}
@media all and (max-width: 768px) {
  section.hero {
    padding-top: 6vh;
    padding-bottom: 6vh;
    min-height: 0;
  }
}
@media all and (max-height: 600px) {
  section.hero {
    padding: 12vh 8vw;
  }
}
@media all and (max-width: 568px) {
  section.hero {
    padding: 3em;
  }
  section.hero .section-content {
    width: 100%;
  }
}
section.hero.list .con-gradient {
  position: relative;
}
section.hero.list .con-gradient:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 12vh;
  bottom: 0;
  top: initial;
  z-index: 10;
  width: calc(100% - 6px);
}
section.hero.list .con-gradient:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 6vh;
  z-index: 10;
  width: calc(100% - 6px);
}
section.hero:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #11a9f9;
  z-index: 0;
}
section.hero .backgrounds {
  z-index: 1;
}
section.hero .backgrounds:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1078e2 0%, rgba(17, 169, 249, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
section.hero .backgrounds .background {
  z-index: 2;
  opacity: 0.2;
}
section.hero .section-title, section.hero h1 {
  max-width: 1000px;
}
section.hero .section-title p, section.hero h1 p {
  font-size: 1.1em;
}
section.hero .section-content {
  position: relative;
  z-index: 3;
  margin-top: auto;
}
@media all and (max-width: 768px) {
  section.hero .section-content {
    margin: auto 0;
  }
}
section.hero h4 {
  margin-bottom: 2vh;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
section.hero h4 .brightFont {
  color: #1078e2;
}
section.hero .submenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  z-index: 2;
  margin: 0;
  padding-left: 0;
}
section.hero .submenu li {
  list-style: none;
  max-width: 25em;
  position: relative;
  transition: all 0.3s ease-out;
  margin-right: 1px;
}
section.hero .submenu li a, section.hero .submenu li .ui {
  color: rgba(255, 255, 255, 0.5) !important;
  background: #1078e2;
  color: white;
  font-size: 1.6em;
  padding: 2em;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: none !important;
}
section.hero .submenu li a:hover, section.hero .submenu li .ui:hover {
  background: #0e4782;
}
@media all and (max-width: 568px) {
  section.hero .submenu li a, section.hero .submenu li .ui {
    padding: 1.4em;
    font-size: 1.3em;
  }
}
section.hero .submenu li a .text, section.hero .submenu li .ui .text {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
}
section.hero .submenu li a {
  line-height: 1.5;
}
section.hero .submenu li:before {
  background-image: linear-gradient(to right, #0E4782, #2364a7, #0E4782, #0F64E1);
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 300% 100%;
  transition: background 0.3s ease-out;
  background-position: 0 0;
}
section.hero .submenu li:hover:before, section.hero .submenu li.selected:before {
  background-position: 100% 0;
}
section.hero .submenu li:hover a, section.hero .submenu li:hover .ui.active, section.hero .submenu li.selected a, section.hero .submenu li.selected .ui.active {
  color: white !important;
}
section.hero .submenu li:hover .text, section.hero .submenu li.selected .text {
  color: white;
}
section.hero .submenu li.selected a {
  pointer-events: none;
}
@media all and (max-width: 568px) {
  section.hero .submenu .item {
    padding: 1.4em !important;
  }
}
@media all and (max-width: 1024px) {
  section.hero .submenu {
    display: none;
  }
}
section.hero .mobile-submenu {
  position: relative;
  z-index: 11;
  text-align: center;
  display: none;
  width: 100%;
}
@media all and (max-width: 1024px) {
  section.hero .mobile-submenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media all and (max-width: 568px) {
  section.hero .mobile-submenu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
section.hero .mobile-submenu .ui.dropdown.selection {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 25em;
  position: relative;
  transition: all 0.3s ease-out;
  margin-right: 1px;
  padding: 0;
}
section.hero .mobile-submenu .ui.dropdown.selection a, section.hero .mobile-submenu .ui.dropdown.selection .ui {
  color: rgba(255, 255, 255, 0.5) !important;
  background: #1078e2;
  color: white;
  font-size: 1.6em;
  padding: 2em;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: none !important;
}
section.hero .mobile-submenu .ui.dropdown.selection a:hover, section.hero .mobile-submenu .ui.dropdown.selection .ui:hover {
  background: #0e4782;
}
@media all and (max-width: 568px) {
  section.hero .mobile-submenu .ui.dropdown.selection a, section.hero .mobile-submenu .ui.dropdown.selection .ui {
    padding: 1.4em;
    font-size: 1.3em;
  }
}
section.hero .mobile-submenu .ui.dropdown.selection a .text, section.hero .mobile-submenu .ui.dropdown.selection .ui .text {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
}
section.hero .mobile-submenu .ui.dropdown.selection a {
  line-height: 1.5;
}
section.hero .mobile-submenu .ui.dropdown.selection:before {
  background-image: linear-gradient(to right, #0E4782, #2364a7, #0E4782, #0F64E1);
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 300% 100%;
  transition: background 0.3s ease-out;
  background-position: 0 0;
}
section.hero .mobile-submenu .ui.dropdown.selection:hover:before, section.hero .mobile-submenu .ui.dropdown.selection.selected:before {
  background-position: 100% 0;
}
section.hero .mobile-submenu .ui.dropdown.selection:hover a, section.hero .mobile-submenu .ui.dropdown.selection:hover .ui.active, section.hero .mobile-submenu .ui.dropdown.selection.selected a, section.hero .mobile-submenu .ui.dropdown.selection.selected .ui.active {
  color: white !important;
}
section.hero .mobile-submenu .ui.dropdown.selection:hover .text, section.hero .mobile-submenu .ui.dropdown.selection.selected .text {
  color: white;
}
section.hero .mobile-submenu .ui.dropdown.selection.selected a {
  pointer-events: none;
}
@media all and (max-width: 568px) {
  section.hero .mobile-submenu .ui.dropdown.selection {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
}
section.hero .mobile-submenu .ui.dropdown.selection .text {
  background: #1078e2;
  color: white;
  font-size: 1.6em;
  padding: 2em;
  transition: all 0.3s ease-out;
  background: none !important;
}
section.hero .mobile-submenu .ui.dropdown.selection .text:hover {
  background: #0e4782;
}
@media all and (max-width: 568px) {
  section.hero .mobile-submenu .ui.dropdown.selection .text {
    padding: 1.4em;
    font-size: 1.3em;
  }
}
@media all and (max-width: 568px) {
  section.hero {
    padding-top: 8em !important;
  }
}

.section-title {
  margin: 0.5em 0 0.5em -0.1em;
}

.section-content {
  z-index: 2;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

.hidden {
  display: none;
}

.loadmore {
  background: #1078e2;
  color: white;
  font-size: 1.6em;
  padding: 2em;
  transition: all 0.3s ease-out;
  padding: 2em 3em;
}
.loadmore:hover {
  background: #0e4782;
}
@media all and (max-width: 568px) {
  .loadmore {
    padding: 1.4em;
    font-size: 1.3em;
  }
}

main.home h1 {
  margin-bottom: 0 !important;
}
main.home .badge {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
  right: 3em;
  z-index: 11;
  bottom: 3em;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 568px) {
  main.home .badge {
    bottom: 1em;
    right: 1em;
  }
}
main.home .badge:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
main.home .badge img {
  max-width: 100%;
  max-height: 100%;
}
main.home .gridCon {
  position: relative;
}
main.home .gridCon:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grid_white.png);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main.home .gridCon p {
    width: 75%;
  }
}
main.home section {
  padding: 12vh 8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media all and (max-width: 768px) {
  main.home section {
    padding-top: 6vh;
    padding-bottom: 6vh;
    min-height: 0;
  }
}
@media all and (max-height: 600px) {
  main.home section {
    padding: 12vh 8vw;
  }
}
@media all and (max-width: 568px) {
  main.home section {
    padding: 3em;
  }
  main.home section .section-content {
    width: 100%;
  }
}
main.home section.list .con-gradient {
  position: relative;
}
main.home section.list .con-gradient:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 12vh;
  bottom: 0;
  top: initial;
  z-index: 10;
  width: calc(100% - 6px);
}
main.home section.list .con-gradient:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 6vh;
  z-index: 10;
  width: calc(100% - 6px);
}
main.home section h3, main.home section .section-title, main.home section p {
  position: relative;
  z-index: 2;
}
main.home section .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
main.home section h2 {
  margin: 0.5em 0;
}
main.home section h4 {
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  color: rgba(128, 128, 128, 0.5);
}
main.home section h4 .brightFont {
  color: #1078e2;
}
main.home section.hero {
  position: relative;
  color: black;
  min-height: 60vh;
}
main.home section.hero:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grid_grey.png);
}
main.home section.hero h4 {
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  color: rgba(128, 128, 128, 0.5);
}
main.home section.hero:after {
  z-index: 2;
  opacity: 0.4;
}
main.home section.hero:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
main.home section.hero .backgrounds:before {
  content: none;
}
main.home section.hero .corners {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
}
main.home section.hero .corners div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: 120%;
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 0%, 0 0%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 0%, 0 0%);
  transition: -webkit-clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in, -webkit-clip-path 0.5s ease-in;
}
@media all and (max-width: 768px) {
  main.home section.hero .corners div {
    height: 100%;
    background-position: left;
  }
}
main.home section.hero .corners div.slide {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
main.home section.hero .corners .corner1 {
  background-image: url("../images/corner1.png");
  transition: -webkit-clip-path 1.3s ease-in;
  transition: clip-path 1.3s ease-in;
  transition: clip-path 1.3s ease-in, -webkit-clip-path 1.3s ease-in;
}
main.home section.hero .corners .corner2 {
  background-image: url("../images/corner2.png");
}
main.home section.hero .corners .corner3 {
  background-image: url("../images/corner3.png");
  transition: -webkit-clip-path 0.7s ease-in;
  transition: clip-path 0.7s ease-in;
  transition: clip-path 0.7s ease-in, -webkit-clip-path 0.7s ease-in;
}
main.home section.hero .corners .corner4 {
  background-image: url("../images/corner4.png");
}
main.home section.hero .corners:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/brushes_over.png");
}
@media all and (max-width: 1024px) {
  main.home section.hero {
    min-height: calc(80vh - 2.7em);
  }
}
@media all and (max-width: 568px) {
  main.home section.hero {
    padding-bottom: 6em;
  }
}
main.home section.highlight {
  padding: 0;
  -ms-flex-align: stretch;
      align-items: stretch;
  color: white;
}
main.home section.highlight .chevron {
  display: none;
  position: absolute;
  bottom: 1.5em;
  font-size: 0.5em;
  color: white;
  z-index: 2;
  cursor: pointer;
  animation: MoveUpDown 1s linear infinite;
}
main.home section.highlight .left, main.home section.highlight .right {
  width: 50%;
  padding: 12vh 8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  box-sizing: border-box;
  position: relative;
  padding-top: 4em !important;
  padding-bottom: 4em !important;
  min-height: 40vh !important;
}
@media all and (max-width: 768px) {
  main.home section.highlight .left, main.home section.highlight .right {
    padding-top: 6vh;
    padding-bottom: 6vh;
    min-height: 0;
  }
}
@media all and (max-height: 600px) {
  main.home section.highlight .left, main.home section.highlight .right {
    padding: 12vh 8vw;
  }
}
@media all and (max-width: 568px) {
  main.home section.highlight .left, main.home section.highlight .right {
    padding: 3em;
  }
  main.home section.highlight .left .section-content, main.home section.highlight .right .section-content {
    width: 100%;
  }
}
main.home section.highlight .left.list .con-gradient, main.home section.highlight .right.list .con-gradient {
  position: relative;
}
main.home section.highlight .left.list .con-gradient:after, main.home section.highlight .right.list .con-gradient:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 12vh;
  bottom: 0;
  top: initial;
  z-index: 10;
  width: calc(100% - 6px);
}
main.home section.highlight .left.list .con-gradient:before, main.home section.highlight .right.list .con-gradient:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 6vh;
  z-index: 10;
  width: calc(100% - 6px);
}
main.home section.highlight .left.section-title, main.home section.highlight .right.section-title {
  font-size: 1em;
  width: 50%;
  -ms-flex-align: center !important;
      align-items: center !important;
}
main.home section.highlight .left.section-title .count, main.home section.highlight .right.section-title .count {
  border-color: #1078e2;
  z-index: 11;
}
main.home section.highlight .left.section-title .year, main.home section.highlight .right.section-title .year {
  color: white;
}
main.home section.highlight .left.section-title .label, main.home section.highlight .right.section-title .label {
  font-size: 1.6em !important;
}
main.home section.highlight .left.section-title .background, main.home section.highlight .right.section-title .background {
  display: none;
}
main.home section.highlight .left.left, main.home section.highlight .right.left {
  padding-right: 8vw;
  background: #0e4782;
  margin: 0;
}
main.home section.highlight .left.left:after, main.home section.highlight .right.left:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(16, 120, 226, 0.8) 0%, rgba(14, 71, 130, 0.85) 50%, rgba(14, 71, 130, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b6ce1", endColorstr="#007db9e8",GradientType=1 );
  z-index: 1;
}
main.home section.highlight .left.right, main.home section.highlight .right.right {
  padding-left: 8vw;
  background: #1078e2;
  z-index: initial;
}
main.home section.highlight .left.right:after, main.home section.highlight .right.right:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(17, 169, 249, 0.8) 0%, rgba(16, 120, 226, 0.7) 50%, rgba(16, 120, 226, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b6ce1", endColorstr="#007db9e8",GradientType=1 );
  z-index: 1;
}
main.home section.highlight .section-content p {
  margin: 0;
}
@media all and (max-width: 1024px) {
  main.home section.highlight {
    display: block;
  }
  main.home section.highlight .chevron {
    display: inline-block;
  }
  main.home section.highlight .left, main.home section.highlight .right {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  main.home section.highlight .left.left, main.home section.highlight .right.left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  main.home section.highlight .left.left p, main.home section.highlight .right.left p {
    font-size: 0.6em;
  }
}
@media all and (max-width: 568px) {
  main.home section.highlight .left, main.home section.highlight .right {
    width: 100% !important;
    padding: 10vw !important;
  }
  main.home section.highlight .left.left, main.home section.highlight .right.left {
    text-align: center;
  }
}
main.home section.duo {
  padding: 0 !important;
}
main.home section.duo.img-right {
  -ms-flex-align: stretch;
      align-items: stretch;
}
main.home section.duo.img-right .left {
  -ms-flex-align: center;
      align-items: center;
}
main.home section.duo:not(.no-img) .text {
  padding: 0 !important;
}
main.home section.duo.no-img .right {
  padding-left: 0;
  padding-bottom: 0;
}
@media all and (max-width: 568px) {
  main.home section.duo.no-img .right {
    padding-left: 3em;
  }
}
main.home section.team, main.home section.contact {
  color: white;
  background: #11a9f9;
  padding-top: 9.4em;
  padding-bottom: 9.4em;
}
main.home section.team h4, main.home section.contact h4 {
  color: rgba(255, 255, 255, 0.5);
}
main.home section.team:before, main.home section.contact:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #11a9f9;
  z-index: 0;
}
main.home section.team:after, main.home section.contact:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1078e2 0%, rgba(17, 169, 249, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  z-index: 1;
}
main.home section.team .backgrounds, main.home section.contact .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
main.home section.team .backgrounds .background, main.home section.contact .backgrounds .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
main.home section.team .backgrounds:after, main.home section.contact .backgrounds:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1078e2 0%, rgba(17, 169, 249, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  z-index: 1;
}
main.home section.team .backgrounds .background:after, main.home section.contact .backgrounds .background:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #11a9f9;
  opacity: 0.2;
}
main.home section.team .brightFont {
  color: #0e4782;
}
main.home section.team .lawyer-search {
  margin-left: auto;
  width: 40%;
  min-width: 25em;
  min-width: auto;
}
main.home section.team .lawyer-search input {
  width: 100%;
}
@media all and (max-width: 1200px) {
  main.home section.team .lawyer-search {
    width: 60%;
  }
}
@media all and (max-width: 1024px) {
  main.home section.team {
    display: block;
  }
  main.home section.team div {
    position: relative;
  }
  main.home section.team .lawyer-search {
    width: 100%;
    margin-top: 3em;
    max-width: 30em;
    margin-left: 0;
  }
}
main.home section.contact {
  padding-bottom: 12vh;
}
main.home section.contact h4 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
main.home section.contact .section-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 568px) {
  main.home section.contact .section-content {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
main.home section.contact .button {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
}
@media all and (max-width: 568px) {
  main.home section.contact .button {
    text-align: left;
  }
}
main.home section.contact .directions {
  margin-left: auto;
  margin-top: 0;
  bottom: 3em;
  left: 50%;
}

main.about, main.home {
  background: white;
}
main.about section h3, main.about section h2, main.about section p, main.home section h3, main.home section h2, main.home section p {
  z-index: 2;
}
main.about section h2, main.home section h2 {
  margin: 10px 0 40px;
}
main.about section .left, main.about section .right, main.home section .left, main.home section .right {
  width: 50%;
  position: relative;
  box-sizing: border-box;
}
main.about section.duo, main.home section.duo {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-align: stretch;
      align-items: stretch;
}
main.about section.duo div, main.home section.duo div {
  box-sizing: border-box;
}
main.about section.duo.img-right .left, main.home section.duo.img-right .left {
  -ms-flex-align: start;
      align-items: flex-start;
  padding-left: 16vw;
}
main.about section.duo.img-right ul, main.home section.duo.img-right ul {
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  padding-left: 0;
  height: 25em;
  overflow: auto;
  position: relative;
}
main.about section.duo.img-right ul li, main.home section.duo.img-right ul li {
  font-size: 1.4em;
  line-height: 1.7;
}
@media all and (max-width: 1440px) {
  main.about section.duo.img-right ul li, main.home section.duo.img-right ul li {
    font-size: 1.3vw;
    line-height: 2.5;
  }
}
@media all and (max-width: 1024px) {
  main.about section.duo.img-right ul li, main.home section.duo.img-right ul li {
    line-height: 4;
  }
}
@media all and (max-width: 768px) {
  main.about section.duo.img-right ul li, main.home section.duo.img-right ul li {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 568px) {
  main.about section.duo.img-right ul li, main.home section.duo.img-right ul li {
    font-size: 1em;
  }
}
@media all and (max-width: 568px) {
  main.about section.duo.img-right ul li, main.home section.duo.img-right ul li {
    font-size: 1.2em;
  }
}
main.about section.duo .text, main.home section.duo .text {
  padding-right: 5vw;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  width: 100%;
}
main.about section.duo .section-title, main.home section.duo .section-title {
  width: 100%;
}
main.about section.duo .backgrounds, main.home section.duo .backgrounds {
  z-index: 0;
  opacity: 0.7;
}
main.about section.duo .left, main.about section.duo .right, main.home section.duo .left, main.home section.duo .right {
  padding: 12vh 8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  min-height: 60vh;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media all and (max-width: 768px) {
  main.about section.duo .left, main.about section.duo .right, main.home section.duo .left, main.home section.duo .right {
    padding-top: 6vh;
    padding-bottom: 6vh;
    min-height: 0;
  }
}
@media all and (max-height: 600px) {
  main.about section.duo .left, main.about section.duo .right, main.home section.duo .left, main.home section.duo .right {
    padding: 12vh 8vw;
  }
}
@media all and (max-width: 568px) {
  main.about section.duo .left, main.about section.duo .right, main.home section.duo .left, main.home section.duo .right {
    padding: 3em;
  }
  main.about section.duo .left .section-content, main.about section.duo .right .section-content, main.home section.duo .left .section-content, main.home section.duo .right .section-content {
    width: 100%;
  }
}
main.about section.duo .left.list .con-gradient, main.about section.duo .right.list .con-gradient, main.home section.duo .left.list .con-gradient, main.home section.duo .right.list .con-gradient {
  position: relative;
}
main.about section.duo .left.list .con-gradient:after, main.about section.duo .right.list .con-gradient:after, main.home section.duo .left.list .con-gradient:after, main.home section.duo .right.list .con-gradient:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 12vh;
  bottom: 0;
  top: initial;
  z-index: 10;
  width: calc(100% - 6px);
}
main.about section.duo .left.list .con-gradient:before, main.about section.duo .right.list .con-gradient:before, main.home section.duo .left.list .con-gradient:before, main.home section.duo .right.list .con-gradient:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 6vh;
  z-index: 10;
  width: calc(100% - 6px);
}
main.about section.duo ul, main.about section.duo .count, main.home section.duo ul, main.home section.duo .count {
  z-index: 1;
  font-size: 1.1em;
  width: 100%;
}
main.about section.duo ul li, main.about section.duo .count li, main.home section.duo ul li, main.home section.duo .count li {
  border-bottom: darkgrey 1px solid;
  list-style: none;
  padding: 0.9em 0;
  margin: 0;
}
main.about section.duo ul li .num, main.about section.duo .count li .num, main.home section.duo ul li .num, main.home section.duo .count li .num {
  color: #1078e2;
  margin-right: 4vw;
}
@media all and (max-width: 1600px) {
  main.about section.duo ul li .num, main.about section.duo .count li .num, main.home section.duo ul li .num, main.home section.duo .count li .num {
    margin-right: 2vw;
  }
}
@media all and (max-width: 1200px) {
  main.about section.duo ul li .num, main.about section.duo .count li .num, main.home section.duo ul li .num, main.home section.duo .count li .num {
    margin-right: 1vw;
  }
}
main.about section.duo h3, main.home section.duo h3 {
  color: #1078e2;
}
main.about section.duo .count, main.home section.duo .count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid darkgrey;
  border-radius: 50%;
  width: 290px;
  height: 290px;
}
main.about section.duo .count .year, main.home section.duo .count .year {
  font-size: 9em;
  color: #1078e2;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
}
main.about section.duo .count .label, main.home section.duo .count .label {
  text-align: center;
}
main.about section.duo .count p, main.home section.duo .count p {
  margin: 0;
}
main.about section.text-block, main.home section.text-block {
  padding: 12vh 8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 0;
}
@media all and (max-width: 768px) {
  main.about section.text-block, main.home section.text-block {
    padding-top: 6vh;
    padding-bottom: 6vh;
    min-height: 0;
  }
}
@media all and (max-height: 600px) {
  main.about section.text-block, main.home section.text-block {
    padding: 12vh 8vw;
  }
}
@media all and (max-width: 568px) {
  main.about section.text-block, main.home section.text-block {
    padding: 3em;
  }
  main.about section.text-block .section-content, main.home section.text-block .section-content {
    width: 100%;
  }
}
main.about section.text-block.list .con-gradient, main.home section.text-block.list .con-gradient {
  position: relative;
}
main.about section.text-block.list .con-gradient:after, main.home section.text-block.list .con-gradient:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 12vh;
  bottom: 0;
  top: initial;
  z-index: 10;
  width: calc(100% - 6px);
}
main.about section.text-block.list .con-gradient:before, main.home section.text-block.list .con-gradient:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 6vh;
  z-index: 10;
  width: calc(100% - 6px);
}
main.about section.text-block:last-child, main.home section.text-block:last-child {
  padding-bottom: 12vh;
}
@media all and (max-width: 568px) {
  main.about section.text-block:last-child, main.home section.text-block:last-child {
    padding: 0;
  }
  main.about section.text-block:last-child .left, main.about section.text-block:last-child .content, main.home section.text-block:last-child .left, main.home section.text-block:last-child .content {
    padding: 0 3em;
  }
}
main.about section.text-block .right, main.home section.text-block .right {
  display: block;
  -ms-flex-direction: row;
      flex-direction: row;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
}
main.about section.text-block .right h2, main.home section.text-block .right h2 {
  line-height: 1.5;
}
main.about section.text-block .right .text, main.home section.text-block .right .text {
  padding-right: 8vw;
}
main.about section.text-block .left, main.home section.text-block .left {
  padding-left: 8vw;
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media all and (max-width: 1024px) {
  main.about section.text-block .left, main.home section.text-block .left {
    padding-left: 0;
    padding-right: 3em;
  }
}
main.about section.text-block .left .section-num, main.home section.text-block .left .section-num {
  color: #1078e2;
  position: relative;
  font-size: 1.5em;
  padding-top: 2em;
  margin-right: 2em;
}
main.about section.text-block .left .section-title, main.home section.text-block .left .section-title {
  margin: 0;
}
@media all and (max-width: 1200px) {
  main.about section.duo .right .text, main.about section.text-block .right .text, main.home section.duo .right .text, main.home section.text-block .right .text {
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  main.about section.duo .left .section-num, main.about section.text-block .left .section-num, main.home section.duo .left .section-num, main.home section.text-block .left .section-num {
    padding-top: 1.2em;
    margin-right: 1em;
  }
  main.about section.duo.img-right .left, main.about section.text-block.img-right .left, main.home section.duo.img-right .left, main.home section.text-block.img-right .left {
    padding-left: 8vw;
  }
}
@media all and (max-width: 568px) {
  main.about section h2, main.home section h2 {
    margin: 1em 0;
  }
  main.about section .left, main.about section .right, main.home section .left, main.home section .right {
    width: 100%;
  }
  main.about section.duo, main.about section.text-block, main.home section.duo, main.home section.text-block {
    display: block;
  }
  main.about section.duo h3, main.about section.text-block h3, main.home section.duo h3, main.home section.text-block h3 {
    margin-top: 0;
  }
  main.about section.duo .text, main.about section.text-block .text, main.home section.duo .text, main.home section.text-block .text {
    padding-right: 0;
  }
  main.about section.duo .left, main.about section.text-block .left, main.home section.duo .left, main.home section.text-block .left {
    min-height: auto;
  }
  main.about section.duo .left .section-num, main.about section.text-block .left .section-num, main.home section.duo .left .section-num, main.home section.text-block .left .section-num {
    padding-top: 0.7em;
  }
  main.about section.duo .right, main.about section.text-block .right, main.home section.duo .right, main.home section.text-block .right {
    min-height: auto;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: white;
}
@media all and (max-width: 568px) {
  ::-webkit-scrollbar {
    width: 5px;
  }
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  cursor: pointer !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1078e2;
}

main.careers .hero {
  padding-bottom: 0;
  min-height: 50vh;
}
main.careers .hero .submenu li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  max-width: 26.5em;
}
main.careers .subpage.apply-online {
  text-align: center;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
}
main.careers .subpage.apply-online h2, main.careers .subpage.apply-online div {
  margin: 0 auto;
}
main.careers .subpage.apply-online h2 {
  margin-bottom: 0.25em;
}
main.careers .subpage.apply-online .wpcf7 {
  margin-top: 1em;
}
main.careers .subpage.information, main.careers .subpage.students {
  max-width: 900px;
  margin: 0 auto;
}
main.careers .subpage.information ul, main.careers .subpage.students ul {
  padding-left: 1.8em;
  margin-top: 0;
}
main.careers .subpage.information ul li, main.careers .subpage.students ul li {
  font-size: 1.6em;
  line-height: 1.7em;
  list-style-type: disc;
}
@media all and (max-width: 568px) {
  main.careers .subpage.information ul li, main.careers .subpage.students ul li {
    font-size: 1.3em;
  }
}

main.contact {
  min-height: 100vh;
}
main.contact .content.hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
main.contact .map-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
main.contact .directions {
  bottom: 5em;
}

main.news section.hero {
  padding-bottom: 0;
  min-height: 50vh;
}
main.news section.hero .submenu li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: none;
}
main.news section.subpages {
  display: block;
  padding-top: 0;
}
main.news section.subpages .subpage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 7vh;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media all and (max-width: 1024px) {
  main.news section.subpages .subpage {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
main.news section.subpages .subpage.hidden {
  display: none;
}
main.news section.subpages .subpage .loadmore {
  margin-top: 10vh;
}
main.news section.subpages .subpage .content {
  font-size: 1.7em;
  line-height: 1.7;
  margin-top: 1.4705882353em;
}
main.news section.subpages .subpage .featured-posts {
  width: 35%;
  display: inline-block;
  background-color: #11a9f9;
  color: white;
  padding: 3em;
  min-height: 50vh;
}
@media all and (max-width: 1024px) {
  main.news section.subpages .subpage .featured-posts {
    display: block;
    width: 100%;
    margin-bottom: 2em;
    min-height: unset;
    box-sizing: border-box;
  }
}
main.news section.subpages .subpage .featured-posts .header {
  font-size: 2em;
  margin-bottom: 1em;
}
main.news section.subpages .subpage .featured-posts .title {
  font-size: 4em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
main.news section.subpages .subpage .featured-posts .date {
  font-size: 2em;
  margin-bottom: 3em;
}
main.news section.subpages .subpage .featured-posts .read_more {
  font-size: 2em;
  color: white;
}
main.news section.subpages .subpage ul.posts {
  margin: 0;
  width: 80%;
  padding-left: 9%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media all and (max-width: 1440px) {
  main.news section.subpages .subpage ul.posts {
    padding-left: 10%;
  }
}
@media all and (max-width: 1024px) {
  main.news section.subpages .subpage ul.posts {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  main.news section.subpages .subpage ul.posts {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
main.news section.subpages .subpage ul.posts li {
  width: 43%;
  padding-bottom: 18%;
  margin-bottom: 3%;
  font-size: 1em;
  color: white;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  padding: 2.5em 0;
  border-bottom: 1px solid lightgrey;
  background-color: #16354a;
  padding-top: 0;
}
@media all and (max-width: 1440px) {
  main.news section.subpages .subpage ul.posts li {
    width: 45%;
  }
}
@media all and (max-width: 1024px) {
  main.news section.subpages .subpage ul.posts li {
    width: 45%;
  }
}
@media all and (max-width: 768px) {
  main.news section.subpages .subpage ul.posts li {
    width: 100%;
  }
}
main.news section.subpages .subpage ul.posts li .image {
  width: 100%;
  height: 15em;
}
main.news section.subpages .subpage ul.posts li .image img {
  object-fit: cover;
  width: 100%;
  height: 15em;
}
main.news section.subpages .subpage ul.posts li h4.bold {
  font-weight: bold;
  padding-top: 1em;
}
main.news section.subpages .subpage ul.posts li h4 {
  line-height: 1em;
  font-size: 1.5em;
  padding: 0.5em 1em;
}
@media all and (max-width: 768px) {
  main.news section.subpages .subpage ul.posts li h4 {
    font-size: 1.6em;
  }
}
main.news section.subpages .subpage ul.posts li .hover {
  margin-top: 1vh;
  display: inline-block;
  color: white;
  font-size: 1.5em;
  transition: all 0.3s ease-out;
  position: relative;
  line-height: 1em;
}
@media all and (max-width: 768px) {
  main.news section.subpages .subpage ul.posts li .hover {
    font-size: 2em;
  }
}
main.news section.subpages .subpage ul.posts li a.hover {
  color: #11a9f9;
  padding: 0 1em;
}
main.news section.subpages .subpage ul.posts li a.hover:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #1078e2;
  content: "\e944";
  opacity: 0;
  transition: all 0.3s ease-out;
  font-family: "Linearicons";
  pointer-events: none;
  -ms-transform: translateX(-1.3em);
      transform: translateX(-1.3em);
}
main.news section.subpages .subpage ul.posts li a.hover:hover {
  padding-left: 1.3em;
}
main.news section.subpages .subpage ul.posts li a.hover:hover:before {
  opacity: 1;
  -ms-transform: translateX(0);
      transform: translateX(0);
}
main.news section.subpages .subpage ul.posts li a.nolink {
  cursor: initial;
}
main.news section.subpages .subpage ul.posts li .details {
  margin-top: 2em;
  color: #363636;
}
main.news section.subpages .subpage ul.posts li .details a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
main.news section.subpages .subpage ul.posts li .details p:last-child {
  margin-bottom: 0;
}

main.team section.hero h1 {
  width: auto;
}
@media all and (max-width: 568px) {
  main.team .lawyer-search {
    height: 7em;
  }
  main.team .lawyer-search form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  main.team .lawyer-search .ui.dropdown, main.team .lawyer-search input {
    padding: 5vw !important;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  main.team .lawyer-search .text {
    padding: 0 !important;
  }
  main.team .lawyer-search .item {
    padding: 1.4em !important;
  }
  main.team .lawyer-search .menu {
    font-size: 0.5em;
  }
  main.team .lawyer-search i {
    right: 1em !important;
  }
  main.team .lawyer-search button {
    height: 50%;
    bottom: 0;
    top: inherit;
  }
}
main.team .lawyer-search .lawyer-search .dropdown.ui.selection {
  min-width: 14em;
}
main.team .results {
  padding: 12vh 8vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  main.team .results {
    padding-top: 6vh;
    padding-bottom: 6vh;
    min-height: 0;
  }
}
@media all and (max-height: 600px) {
  main.team .results {
    padding: 12vh 8vw;
  }
}
@media all and (max-width: 568px) {
  main.team .results {
    padding: 3em;
  }
  main.team .results .section-content {
    width: 100%;
  }
}
main.team .results.list .con-gradient {
  position: relative;
}
main.team .results.list .con-gradient:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 12vh;
  bottom: 0;
  top: initial;
  z-index: 10;
  width: calc(100% - 6px);
}
main.team .results.list .con-gradient:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  height: 6vh;
  z-index: 10;
  width: calc(100% - 6px);
}
@media all and (max-width: 768px) {
  main.team .results {
    padding: 0;
  }
}
main.team .results p {
  margin-top: 12vh;
}
main.team .results .result {
  width: 50%;
  box-sizing: border-box;
  height: 30em;
}
@media all and (max-width: 1200px) {
  main.team .results .result {
    height: 20em;
  }
}
@media all and (max-width: 1024px) {
  main.team .results .result {
    height: 15em;
  }
}
@media all and (max-width: 768px) {
  main.team .results .result {
    height: auto;
  }
}
@media all and (max-width: 568px) {
  main.team .results .result {
    width: 100%;
  }
}

main.single-lawyer {
  color: #363636;
  overflow: hidden;
}
main.single-lawyer .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
main.single-lawyer .content-wrapper:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grid_grey.png);
}
@media print {
  main.single-lawyer .content-wrapper {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  main.single-lawyer .content-wrapper {
    display: block;
  }
}
main.single-lawyer .content-wrapper:after {
  z-index: -1;
  opacity: 0.2;
}
main.single-lawyer .content-wrapper .left, main.single-lawyer .content-wrapper .right {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  main.single-lawyer .content-wrapper .left, main.single-lawyer .content-wrapper .right {
    height: 70vh;
  }
}
main.single-lawyer .content-wrapper .left {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media print {
  main.single-lawyer .content-wrapper .left {
    height: auto;
  }
}
main.single-lawyer .content-wrapper .right {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding: 12vh 8vw;
  overflow: hidden;
  overflow-y: scroll;
}
@media all and (max-width: 1024px) {
  main.single-lawyer .content-wrapper .right {
    padding: 8vw;
    overflow-y: hidden;
    height: auto;
  }
}
main.single-lawyer img.print-el {
  margin: 12em auto 0;
}
@media print {
  main.single-lawyer .print-el {
    display: block;
  }
}
main.single-lawyer h3.print-el {
  display: block;
  text-decoration: underline;
  margin-top: 2em;
  margin-bottom: 1em;
}
main.single-lawyer .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media print {
  main.single-lawyer .backgrounds {
    display: none;
  }
}
main.single-lawyer .backgrounds .background {
  background-position: top center;
}
@media all and (max-width: 1024px) {
  main.single-lawyer .backgrounds .background {
    background-position: 50% 30%;
  }
}
main.single-lawyer .recognitions {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
main.single-lawyer .recognitions a {
  display: inline-block;
  padding: 1em;
}
main.single-lawyer .recognitions a img {
  max-height: 7em;
  max-width: 7em;
}
main.single-lawyer h1 {
  margin: 0.3em 0 0.25em -0.1em;
  max-width: calc(100% - 2em);
}
main.single-lawyer h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  margin-bottom: 0;
}
main.single-lawyer ul.lawyer-nav {
  position: absolute;
  top: 14em;
  right: 8vw;
}
@media all and (max-width: 1024px) {
  main.single-lawyer ul.lawyer-nav {
    top: 8vw;
  }
}
@media print {
  main.single-lawyer ul.lawyer-nav {
    display: none;
  }
}
main.single-lawyer ul.lawyer-nav li {
  display: inline-block;
  font-size: 3em;
  transition: transform 0.3s ease-out;
  margin-right: 0.5em;
}
main.single-lawyer ul.lawyer-nav li:hover.prev {
  -ms-transform: translateX(-5px);
      transform: translateX(-5px);
}
main.single-lawyer ul.lawyer-nav li:hover.next {
  -ms-transform: translateX(5px);
      transform: translateX(5px);
}
main.single-lawyer ul.lawyer-nav li:last-child {
  margin-right: 0;
}
main.single-lawyer a.back {
  display: block;
  margin-top: 1em;
}
@media print {
  main.single-lawyer a.back {
    display: none;
  }
}
main.single-lawyer a.back span {
  display: inline-block;
}
main.single-lawyer a.back .lnr {
  font-size: 1.6em;
  transition: transform 0.3s ease-out;
  position: relative;
  top: 0.1em;
}
main.single-lawyer a.back .label {
  font-size: 1.2em;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
}
main.single-lawyer a.back:hover .lnr {
  -ms-transform: translateX(-5px);
      transform: translateX(-5px);
}
main.single-lawyer ul.contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 3em 0;
}
@media all and (max-width: 1440px) {
  main.single-lawyer ul.contacts {
    display: block;
  }
}
main.single-lawyer ul.contacts li .lnr {
  color: #1078e2;
  font-size: 1.6em;
  margin-right: 0.25em;
}
main.single-lawyer nav.section-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media print {
  main.single-lawyer nav.section-nav {
    display: none;
  }
}
main.single-lawyer nav.section-nav .nav {
  font-size: 1.4em;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 568px) {
  main.single-lawyer nav.section-nav .nav {
    position: relative;
    font-size: 1.7em;
  }
}
main.single-lawyer nav.section-nav .nav .ui.dropdown {
  background: #ebebeb;
  color: #363636;
  margin-right: 1px;
  min-width: 6em;
  display: none;
  transition: background 0.3s ease-out, white 0.3s ease-out;
}
@media all and (max-width: 1440px) {
  main.single-lawyer nav.section-nav .nav .ui.dropdown {
    font-size: 0.8em;
  }
}
@media all and (max-width: 1024px) {
  main.single-lawyer nav.section-nav .nav .ui.dropdown {
    font-size: 1em;
  }
}
@media all and (max-width: 768px) {
  main.single-lawyer nav.section-nav .nav .ui.dropdown {
    font-size: 0.8em;
  }
}
@media all and (max-width: 568px) {
  main.single-lawyer nav.section-nav .nav .ui.dropdown {
    font-size: 0.7em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
  }
}
main.single-lawyer nav.section-nav .nav .ui.dropdown .text {
  padding: 0 1em;
}
main.single-lawyer nav.section-nav .nav .ui.dropdown i {
  color: #363636;
}
@media all and (max-width: 568px) {
  main.single-lawyer nav.section-nav .nav .ui.dropdown .menu {
    font-size: 0.7em;
  }
}
main.single-lawyer nav.section-nav .nav .ui.dropdown .menu .item.selected {
  pointer-events: auto;
}
main.single-lawyer nav.section-nav .nav .ui.dropdown:hover, main.single-lawyer nav.section-nav .nav .ui.dropdown.selected, main.single-lawyer nav.section-nav .nav .ui.dropdown.active {
  background: #1078e2;
  color: white;
}
main.single-lawyer nav.section-nav .nav .ui.dropdown:hover i, main.single-lawyer nav.section-nav .nav .ui.dropdown.selected i, main.single-lawyer nav.section-nav .nav .ui.dropdown.active i {
  color: white;
}
main.single-lawyer nav.section-nav .nav .ui.dropdown.selected:hover {
  background: #0e4782;
}
@media all and (max-width: 568px) {
  main.single-lawyer nav.section-nav .nav .desktop-only {
    display: none;
  }
}
main.single-lawyer nav.section-nav .nav button:not(.print) {
  background: #ebebeb;
  padding: 0 1.5em;
  margin-right: 1px;
  margin-top: 1px;
  min-width: 7em;
  transition: background 0.3s ease-out, white 0.3s ease-out;
  min-height: 4.5em;
  width: calc(25% - 1px);
  padding: 0.5em 1.5em;
}
@media all and (max-width: 1440px) {
  main.single-lawyer nav.section-nav .nav button:not(.print) {
    font-size: 0.8em;
  }
}
@media all and (max-width: 1024px) {
  main.single-lawyer nav.section-nav .nav button:not(.print) {
    font-size: 1em;
  }
}
@media all and (max-width: 768px) {
  main.single-lawyer nav.section-nav .nav button:not(.print) {
    font-size: 0.8em;
  }
}
@media all and (max-width: 568px) {
  main.single-lawyer nav.section-nav .nav button:not(.print) {
    -ms-flex: 0 0 49.5%;
        flex: 0 0 49.5%;
    font-size: 0.7em;
    min-height: 4em;
  }
}
main.single-lawyer nav.section-nav .nav button:not(.print):hover, main.single-lawyer nav.section-nav .nav button:not(.print).selected {
  background: #1078e2;
  color: white;
}
main.single-lawyer nav.section-nav .nav button:not(.print).selected {
  pointer-events: none;
}
main.single-lawyer nav.section-nav .social {
  -ms-flex: 1;
      flex: 1;
  padding: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media all and (max-width: 568px) {
  main.single-lawyer nav.section-nav .social {
    position: absolute;
    top: 0.8em;
    right: 1.5em;
    font-size: 0.8em;
  }
}
main.single-lawyer nav.section-nav .social ul li {
  margin-right: 2em;
}
main.single-lawyer nav.section-nav .social ul li a {
  color: #1078e2;
}
main.single-lawyer nav.section-nav .social ul li a:hover {
  color: #0e4782;
}
main.single-lawyer nav.section-nav .social .print {
  color: #1078e2;
  font-size: 1.8em;
}
main.single-lawyer nav.section-nav .social .print:hover {
  color: #0e4782;
}
main.single-lawyer .content_sections {
  margin-top: 5em;
}
main.single-lawyer .content_sections .content_section {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media print {
  main.single-lawyer .content_sections .content_section {
    display: block;
    position: relative;
    page-break-inside: avoid;
  }
}
@media print {
  main.single-lawyer .content_sections .content_section .text-content strong {
    display: block;
    margin-top: 4em;
  }
}
main.single-lawyer .content_sections .content_section.text ul {
  padding-left: 1.8em;
}
main.single-lawyer .content_sections .content_section.text ul li {
  font-size: 1.6em;
  list-style-type: disc;
  line-height: 1.7;
}
main.single-lawyer .content_sections .content_section.shown {
  display: block;
  position: relative;
}
main.single-lawyer .content_sections .content_section .member .member_name {
  font-size: 2em;
}
main.single-lawyer .content_sections .content_section .member .contacts {
  display: block;
  margin-top: 1em;
}