@charset "UTF-8";
/* Colors Variables*/
/* Font Variables */
/*===============================================
  Font Awesome Icon Library
=================================================
 *  Font Awesome 4.3.0 by @davegandy
 *  http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license
*/
/* Load font library */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* font base class */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  padding: env(safe-area-inset);
}

body, html {
  background-color: white;
  font-family: "Exo";
  color: #666666;
  overflow-x: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6, html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: "Eurostile";
}
body p, html p {
  letter-spacing: 1px;
}
body .modal-open, html .modal-open {
  padding-right: 0 !important;
}
body .no-scroll, html .no-scroll {
  overflow: hidden;
  position: fixed;
}

.navbar-nav {
  flex-direction: row !important;
}
.navbar-nav.portal-nav-align_end {
  flex-direction: row-reverse !important;
  flex: auto;
  padding-right: 3%;
}
@media (max-width: 1030px) {
  .navbar-nav.portal-nav-align_end {
    padding-right: 1%;
  }
}
@media (max-width: 767px) {
  .navbar-nav.portal-nav-align_end {
    flex-direction: column-reverse !important;
    flex: auto;
    padding: 10px 0;
  }
  .navbar-nav.portal-nav-align_end .nav-item .nav-link {
    padding: 15px 0;
  }
}

.portal-no-padding {
  padding: 0;
}

.portal-auth-text {
  font-size: 18px;
  text-align: center;
  line-height: 5px;
  font-weight: 500;
  min-width: 95px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  width: 1em;
  height: 1em;
  border: 0.15em solid #919191;
  border-radius: 0.15em;
  display: flex;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  background-color: #fff;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:checked {
  background-color: #58e287;
  border-color: #58e287;
}

@media (max-width: 767px) {
  .no-scroll {
    overflow: hidden;
  }
  .portal-auth-text {
    padding: 1rem 0;
  }
  .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    display: block !important;
  }
  .navbar-collapse {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: rgba(22, 31, 46, 0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0s;
    z-index: 2;
  }
  .navbar-collapse .portal-nav-items {
    flex: none;
    margin: 35vh auto 0px auto;
    line-height: 20px;
    flex-wrap: wrap;
    height: 33%;
    width: 60%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (max-height: 670px) {
  .navbar-collapse .portal-nav-items {
    height: 20%;
    line-height: 10px;
    width: 80%;
  }
}
.portal-nav-items {
  font-size: 18px;
  text-align: center;
  line-height: 15px;
  flex-wrap: wrap-reverse;
}
.portal-nav-items .nav-item {
  flex: none;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 1347px) {
  .portal-nav-items .nav-item {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 1312px) {
  .portal-nav-items .nav-item {
    margin-left: 1.75rem;
  }
}
@media only screen and (max-width: 1294px) {
  .portal-nav-items .nav-item {
    margin-left: 1.5rem;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1233px) {
  .portal-nav-items .nav-item {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 1198px) {
  .portal-nav-items .nav-item {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 1163px) {
  .portal-nav-items .nav-item {
    margin-left: 0;
  }
}
.portal-nav-items .nav-item .nav-link:hover {
  color: #00db9a;
  transition: all 0.25s;
}

.portal-header-divider {
  background: rgba(255, 255, 255, 0.6);
  min-width: 2px;
  min-height: 30px;
  margin: 2px 32px 2px 32px;
}

@media (max-width: 1030px) {
  .portal-header-divider {
    visibility: hidden;
  }
}
@media (max-width: 866px) {
  .portal-header-divider {
    display: none;
  }
}
nav.navbar {
  right: 0;
  width: 100%;
  background: #161F2E;
  color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.251);
  height: 63px;
  display: flex;
}
@media (max-width: 1030px) {
  nav.navbar {
    height: 80px;
  }
}
@media (max-width: 767px) {
  nav.navbar {
    height: 140px;
  }
}
nav.navbar .navbar-toggler-icon {
  color: #fff;
}
nav.navbar .nav-link {
  color: #fff;
}
nav.navbar .nav-link .account-info {
  color: #292929;
}
nav.navbar .edit-link {
  border-bottom: thin solid #c0c0cf;
  padding: 10px 0;
  width: 300px;
}
nav.navbar .nav-items {
  display: flex;
}
nav.navbar .nav-items .no-user-opt:last-child {
  border-left: thin solid #fff;
}
nav.navbar .nav-items.portal-nav-auth-items {
  background: #00db9a;
  display: block;
  padding: 48px 18px;
  text-decoration: none;
}
nav.navbar .nav-items.portal-nav-auth-items.login {
  padding: 30px 18px;
  height: 63px;
  display: flex;
  align-items: center;
}
@media (max-width: 1030px) {
  nav.navbar .nav-items.portal-nav-auth-items.login {
    height: 80px;
  }
}
@media (max-width: 767px) {
  nav.navbar .nav-items.portal-nav-auth-items.login {
    position: static;
    bottom: unset;
    background-color: transparent;
    outline: 0 !important;
    border: none !important;
  }
  nav.navbar .nav-items.portal-nav-auth-items.login:focus {
    outline: 0 !important;
    border: none !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  nav.navbar .nav-items.portal-nav-auth-items.login:hover {
    background-color: transparent;
    border: none;
  }
  nav.navbar .nav-items.portal-nav-auth-items.login .portal-auth-text {
    color: #fff;
  }
}
nav.navbar .nav-items.portal-nav-auth-items.login::after {
  color: #fff;
}
nav.navbar .nav-items.portal-nav-auth-items .auth-text-divider {
  display: none;
  color: black;
  margin: 5px 3px 0 0px;
}
nav.navbar .nav-items.portal-nav-auth-items:hover {
  background: #009569;
  transition: all 0.25s;
}
@media (max-width: 767px) {
  nav.navbar .nav-items.portal-nav-auth-items {
    padding: 0;
    display: flex;
    margin-bottom: 2rem;
    background: white;
    border: 1px solid #00db9a;
    border-radius: 4px;
    padding: 0px 25px;
    position: absolute;
    bottom: 5vh;
  }
  nav.navbar .nav-items.portal-nav-auth-items .portal-auth-text {
    color: black;
    font-weight: 100;
    min-width: 65px;
  }
  nav.navbar .nav-items.portal-nav-auth-items .auth-text-divider {
    display: block;
  }
}
nav.navbar .nav-expand {
  vertical-align: middle;
}
nav.navbar .navbar-brand {
  position: relative;
  float: left;
  max-height: 100px;
  margin-left: 60px;
}
nav.navbar .navbar-brand.portal-navbar-brand {
  display: flex;
  position: relative;
  max-width: 50%;
  margin-right: 0;
  align-items: center;
  justify-content: center;
}
nav.navbar .navbar-brand .logo-link {
  display: flex;
  align-items: center;
  padding: 0;
}
nav.navbar .navbar-brand img {
  max-height: 39px;
  margin: auto;
}
@media (max-width: 1030px) {
  nav.navbar .navbar-brand.portal-navbar-brand {
    flex-wrap: wrap;
    max-width: 30%;
    min-width: 220px;
    margin: auto;
  }
  nav.navbar .navbar-brand .portal-header-divider {
    display: none;
  }
  nav.navbar .navbar-brand img {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  nav.navbar .navbar-brand.portal-navbar-brand {
    max-width: 50%;
  }
  nav.navbar .navbar-brand img {
    margin-bottom: 13px;
  }
}
nav.navbar .navbar-brand .portal-navbar-brand-text {
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
}
nav.navbar .navbar-brand .portal-navbar-brand-text span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}
nav.navbar .navbar-brand .portal-navbar-brand-text span.portal-subtext {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  nav.navbar .navbar-brand .portal-navbar-brand-text {
    margin: auto;
  }
  nav.navbar .navbar-brand .portal-navbar-brand-text span {
    font-size: 22px;
  }
  nav.navbar .navbar-brand .portal-navbar-brand-text span.portal-subtext {
    font-size: 14px;
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  nav.navbar .portal-navbar-brand {
    flex-direction: column;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: nowrap !important;
    margin: 20px auto;
    z-index: 3;
  }
}
nav.navbar .dropdown-menu.show {
  background-color: #626270;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: -10rem;
}
nav.navbar .dropdown-menu.show .nav-link {
  color: #fff;
  -webkit-transition: color 0.4s ease;
}
nav.navbar .dropdown-menu.show .nav-link:hover {
  color: #a3a3a5;
}
nav.navbar .dropdown-menu.show .form-inline {
  justify-content: center;
}
@media (max-width: 767px) {
  nav.navbar .nav-items {
    display: block;
  }
  nav.navbar .nav-items .no-user-opt:last-child {
    border-left: none;
  }
  nav.navbar .nav-link {
    padding-left: 0;
  }
  nav.navbar .nav-item.dropdown {
    margin-bottom: auto;
    outline: none;
  }
  nav.navbar .dropdown-menu.show {
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
  }
}
@media (max-width: 767px) and (max-width: 767px) and (orientation: landscape) {
  nav.navbar .dropdown-menu.show {
    top: -120%;
  }
}

.launch-icons {
  margin-left: 0;
  margin-top: 20px;
}
.launch-icons.grid-view {
  margin-top: 10px;
}
.launch-icons.corner-position {
  margin: 0px;
}
.launch-icons .launch-icon-item {
  height: 35px;
  width: 28px;
  padding: 3px;
  display: flex;
  margin-left: 10px;
  pointer-events: none;
  color: #AEAEAE;
  cursor: default;
}
.launch-icons .launch-icon-item .portal-svg-fill {
  fill: #AEAEAE;
}
.launch-icons .launch-icon-item.grid-view {
  width: 22px;
  padding: 2px;
  margin-left: 5px;
}
.launch-icons .launch-icon-item:first-child {
  margin-left: 0px;
}
.launch-icons .launch-icon-item.float-right {
  margin: 5px 5px 0 0;
}
.launch-icons .launch-icon-item svg {
  margin: auto;
  width: 23px;
  height: 23px;
}
.launch-icons .launch-icon-item.webgl {
  width: 60px;
}
.launch-icons .launch-icon-item.webgl.grid-view {
  width: 50px;
}
.launch-icons .launch-icon-item.webgl svg {
  width: 60px;
}
.launch-icons .launch-icon-item.webgl svg.grid-view {
  width: 50px;
}
.launch-icons .launch-icon-item.supported {
  cursor: pointer;
  pointer-events: auto;
}
.launch-icons .launch-icon-item.supported .portal-svg-fill {
  fill: #00db9a;
}
.launch-icons .launch-icon-item.supported .portal-svg-stroke {
  stroke: #00db9a;
}
.launch-icons .launch-icon-item.supported:hover .portal-svg-stroke {
  stroke: black;
  transition: all 0.25s;
}
.launch-icons .launch-icon-item.supported:hover .portal-svg-fill {
  fill: black;
  transition: all 0.25s;
}
.launch-icons .portal-divider {
  background: rgba(0, 0, 0, 0.3);
  width: 1px;
  padding-bottom: 31px;
  margin-left: 10px;
}
.launch-icons .portal-divider.grid-view {
  padding-bottom: 12px;
  margin-left: 5px;
}

.carousel-modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.carousel-modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.carousel-modal-content .carousel-item {
  height: 90vh;
  display: flex;
  transition: -webkit-all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, -webkit-all 0.3s ease-in-out;
}
.carousel-modal-content .carousel-item img.full-view-image {
  opacity: 0;
  max-width: 75vw;
  max-height: 90vh;
  margin: auto;
}
.carousel-modal-content .carousel-item.active img.full-view-image {
  transition: -webkit-all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, -webkit-opacity 0.3s ease-in-out;
  opacity: 1;
}
.carousel-modal .carousel-control {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1001;
}
.carousel-modal .carousel-control-prev {
  left: 0;
}
.carousel-modal .carousel-control-next {
  right: 0;
}
.carousel-modal .carousel-control-close {
  transform: none;
  top: 50px;
  right: 0;
  width: 15%;
  display: flex;
  justify-content: center;
}
.carousel-modal .carousel-control-close .close-modal {
  font-size: 25px;
  color: #fff;
  opacity: 0.5;
}
.carousel-modal .carousel-control-close .close-modal:hover {
  cursor: pointer;
  opacity: 1;
}

.modal.mondayForm {
  padding-top: 0;
}
.modal.mondayForm .modal-content {
  width: auto;
  padding: 0;
  border: none;
  box-shadow: 5px 5px 56px 0px rgba(0, 0, 0, 0.25);
}
.modal.mondayForm .modal-content .modal-close {
  background-color: #00db9a;
}
.modal.mondayForm .modal-content .modal-close .close {
  opacity: 1;
  padding: 8px 15px;
}
.modal.mondayForm .modal-content .modal-close .close i {
  color: #fff;
}
.modal.mondayForm .modal-content .modal-body {
  padding: 0;
  height: 737px;
}
.modal.mondayForm .modal-content .modal-body iframe {
  width: 500px;
  height: 737px;
}
@media only screen and (max-width: 500px) {
  .modal.mondayForm .modal-content .modal-body iframe {
    width: 320px;
    height: 500px;
  }
}
@media only screen and (max-width: 500px) {
  .modal.mondayForm .modal-content .modal-body {
    height: 500px;
  }
}

.modal-content {
  background-color: #fefefe;
  top: 15%;
  margin: auto;
  padding: 30px 30px 45px;
  border: 1px solid #888;
  width: 60%;
}
.modal-content .close-delete {
  float: right;
}
.modal-content .modal-info {
  text-align: center;
}
.modal-content .modal-info .modal-actions {
  display: flex;
  justify-content: center;
  margin: 5px;
}
.modal-content .modal-info .modal-actions .cancel-delete {
  padding: 3px 50px;
  margin-right: 3px;
  border-color: #d15741 !important;
  background-color: #d15741;
  color: white !important;
}
.modal-content .modal-info .modal-actions .cancel-delete:hover {
  background-color: #c3513c;
}
.modal-content .modal-info .modal-actions .confirm-delete {
  padding: 3px 50px;
  margin-left: 3px;
  border-color: #6c9c36 !important;
  background-color: #6c9c36;
  color: white !important;
}
.modal-content .modal-info .modal-actions .confirm-delete:hover {
  background-color: #5e8a2d;
}
.modal-content .p-0 {
  padding: 0 !important;
}
.modal-content input {
  padding: 0 10px;
}
.modal-content input,
.modal-content select {
  border: 1px solid #666;
  border-radius: 5px;
  margin: auto 0;
  width: 70%;
  height: 40px;
  padding: 0.8rem;
}
.modal-content input:focus,
.modal-content select:focus {
  border-color: #000;
  outline: none;
}
.modal-content input.form-control-file,
.modal-content select.form-control-file {
  border: none;
  height: auto;
  padding: 0;
}
.modal-content .input-checkbox {
  height: 18px;
  width: 18px;
  margin-left: 15px;
}
.modal-content label {
  width: 30%;
  position: relative;
}
.modal-content .label-required > label {
  width: 100%;
}
.modal-content .input-radio {
  height: 18px;
  width: 18px;
  margin-right: 15px;
}
.modal-content .label-radio {
  width: 65%;
}
.modal-content .import-select label {
  width: auto;
}
.modal-content .newWP {
  padding: 0;
}
.modal-content .newWP p {
  font-size: 13px;
  font-weight: 600;
}
.modal-content .modalDescription strong {
  font-weight: 900;
}

.icon-btn-filter {
  background-color: transparent;
  border: none;
  color: #666;
  text-decoration: none;
}
.icon-btn-filter:hover {
  color: black;
  cursor: pointer;
  text-decoration: none;
}

#error-message {
  width: 100%;
  padding: 1.5%;
  margin: 1%;
  color: #fff;
  background-color: #f04a3e;
  font-weight: 600;
  border-radius: 3px;
  display: none;
}

@media (max-width: 767px) {
  .portal-search-bar {
    display: flex;
    flex-flow: column;
    height: 178px !important;
  }
  .portal-search-bar .search-lessons {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px !important;
  }
  .portal-search-bar .btn-filter-categories {
    flex: 2;
  }
}
.head-section {
  position: relative;
  height: 100%;
  min-height: 33rem;
  background-size: cover;
  background-color: black;
  color: white;
  z-index: 1;
}
.head-section .portal-head-section-image {
  position: absolute;
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.head-section .section-content {
  position: relative;
  text-align: center;
  padding: 6rem 25px;
  margin: auto;
  width: 70%;
}
.head-section .section-content .header-title {
  font-size: 3.5rem;
  letter-spacing: 1px;
}
.head-section .section-content .input-group {
  margin-top: 30px;
  height: 84px;
}
.head-section .section-content .input-group .input-group-append {
  margin: 0;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: flex-end;
}
.head-section .section-content .input-group .input-group-append .btn-search {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.head-section .section-content .input-group .input-group-append .dropdown-toggle {
  background-color: white;
  border: none;
  border-left: thin solid #F1F1F1;
  height: 100%;
  width: 100%;
  margin-right: 20px;
  outline: none;
  box-shadow: none;
  min-width: 140px;
  min-height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-section .section-content .input-group .input-group-append .dropdown-menu {
  width: 100%;
  box-shadow: -1px 4px 9px 0px #666;
}
.head-section .section-content .input-group .input-group-append .dropdown-menu .dropdown-divider {
  margin: 0;
}
.head-section .section-content .input-group .input-group-append .dropdown-menu .dropdown-item {
  line-height: 35px;
  cursor: pointer;
  background: transparent;
}
.head-section .section-content .input-group .input-group-append .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}
.head-section .section-content .input-group .search-lessons {
  height: 100%;
  border: none;
}
.head-section .section-content .input-group .search-lessons:focus {
  box-shadow: inset 0 0 3px 3px #00db9a;
}
.head-section .section-content .search-error {
  color: #fff;
  background-color: #FD4E4E;
  padding: 1rem;
}
@media (max-width: 945px) {
  .head-section .section-content .header-title {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .head-section .section-content .input-group {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .head-section .section-content .input-group-append {
    border-radius: 5px;
  }
}
@media (max-width: 635px) {
  .head-section .section-content {
    width: 100%;
    top: 60%;
  }
  .head-section .section-content .btn-filter-categories {
    padding: 5px !important;
  }
}
@media (max-width: 365px) {
  .head-section .hidden-xs {
    display: none;
  }
}

.foot-section {
  background-image: linear-gradient(to right, #00db9a, rgb(64, 64, 64));
  color: white;
  overflow: auto;
  display: flex;
  align-items: center;
}
.foot-section .section-content {
  width: 70%;
  margin: auto;
  display: flex;
  padding: 70px 0px 70px 0px;
  justify-content: space-between;
  align-items: center;
}
.foot-section .section-content h4 {
  font-weight: 500;
}
.foot-section .section-content p {
  font-weight: 200;
}
.foot-section .section-content a {
  padding: 5px 35px;
  float: right;
}
@media (max-width: 992px) {
  .foot-section .section-content a {
    margin-top: 0;
    width: 100%;
    float: initial;
  }
}

@media (max-width: 600px) {
  .foot-section {
    padding: 20px;
  }
  .foot-section .section-content {
    width: 100%;
  }
}
footer {
  color: #9d9d9d;
}
footer .footer-row {
  width: 85%;
  margin: auto;
  justify-content: space-between;
}
footer p {
  font-size: 12px;
}
footer .contact-us a {
  text-decoration: none;
  color: #00db9a;
}
footer .contact-title {
  font-family: "Eurostile", Arial, Helvetica, sans-serif;
  color: #00db9a;
  text-transform: uppercase;
}
footer .social-icon {
  padding-right: 5px;
  width: 75%;
}
footer .seals img {
  margin: 2%;
  width: 45%;
  max-height: 100% !important;
}

#content-wrapper .content .section-title {
  text-align: center;
}
#content-wrapper .content .display-option {
  border: none;
  outline: none;
  background-color: transparent;
  margin-left: 5px;
  opacity: 0.5;
  font-size: 20px;
}
#content-wrapper .content .display-option:focus {
  outline: none;
}
#content-wrapper .content .display-option.active {
  color: #58e287;
  opacity: 1;
}
#content-wrapper .content .btn {
  border: 2px solid #00db9a;
  color: black;
}
#content-wrapper .content .btn:focus {
  box-shadow: none;
}
#content-wrapper .content .btn-view-more {
  background-color: #00db9a;
  padding: 5px 20px;
  box-shadow: 0px 10px 35px rgba(190, 190, 190, 0.5019607843);
  text-transform: uppercase;
  font-weight: 500;
  display: table;
  margin: auto;
  margin-top: 5rem;
  color: #292929;
}
#content-wrapper .content .btn-view-more:hover {
  background-color: #fff;
  color: black;
}
#content-wrapper .content .btn-download {
  background-color: #00db9a;
  font-weight: 500;
  width: 100%;
  padding: 2px 25px;
  margin-top: 15px;
  color: #fff;
}
#content-wrapper .content .platforms {
  color: #808080;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}
#content-wrapper .content .card {
  box-shadow: 0px 0px 50px rgba(212, 212, 212, 0.3490196078);
  margin: 0;
}
#content-wrapper .content .card .image-header {
  position: relative;
}
#content-wrapper .content .card .image-header .edit-lesson-link {
  float: right;
  position: absolute;
  right: 0px;
  z-index: 999;
  background-color: rgba(74, 74, 74, 0.7);
  border-radius: 20px;
  padding: 5px 9px;
  margin: 10px;
  color: #fff;
}
#content-wrapper .content .card .image-header .edit-lesson-link .edit-lesson-icon {
  filter: brightness(25%) invert(100%);
  margin-bottom: 5px;
}
#content-wrapper .content .card .card-title-container {
  display: flex;
  justify-content: space-between;
}
#content-wrapper .content .card .card-title-container .edit-lesson-link {
  float: right;
  font-size: 24px;
  color: rgb(74, 74, 74);
}
#content-wrapper .content .card .card-img {
  width: 100%;
  height: 15rem;
  max-height: 250px;
  object-fit: cover;
}
#content-wrapper .content .card .btn-view-lesson {
  width: 100%;
  padding: 5px 25px;
  margin-top: 25px;
}
#content-wrapper .content .card .btn-view-lesson:hover {
  background-color: #00db9a;
  color: white;
}
#content-wrapper .content .card .ratings {
  position: relative;
  width: 78px;
}
#content-wrapper .content .card .rating {
  position: absolute;
  display: flex;
  font-size: 20px;
  width: 78px;
}
#content-wrapper .content .card .rating::before {
  content: "★★★★★";
}
#content-wrapper .content .card .rating.rating-value {
  color: #00db9a;
  overflow: hidden;
}
#content-wrapper .content .card .rating.rating-base {
  color: #dedede;
}
#content-wrapper .content .card .input-rating {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
}
#content-wrapper .content .card .input-rating input[type=radio].star {
  display: none;
}
#content-wrapper .content .card .input-rating input.star:checked ~ label.star:before {
  color: #2E3192;
  transition: all 0.25s;
}
#content-wrapper .content .card .input-rating label.star {
  float: left;
  font-size: 19px;
  color: transparent;
  transition: all 0.2s;
  margin-top: 1px;
  margin-left: 0.5px;
}
#content-wrapper .content .card .input-rating label.star:before {
  content: "★";
}
#content-wrapper .content .card .input-rating label.star:hover {
  color: #2E3192;
  transform: rotate(-15deg) scale(1.5);
}
#content-wrapper .content .card .average-rating {
  margin-left: 83px;
  display: inline-block;
}
#content-wrapper .content .card .card-footer {
  background-color: white;
}
#content-wrapper .content .card .small-right {
  float: right;
}
@media (max-width: 335px) {
  #content-wrapper .content .card .small-right {
    float: left;
  }
}
#content-wrapper .content #listView .card .card-img {
  height: 100%;
  max-height: 17.5rem;
}
@media only screen and (max-width: 1200px) {
  #content-wrapper .content #listView .card .card-img {
    height: 100%;
    max-height: 22.5rem;
  }
}
@media only screen and (max-width: 992px) {
  #content-wrapper .content #listView .card .card-img {
    height: 15rem;
    max-height: 250px;
  }
}
@media (min-width: 1445px) {
  #content-wrapper .content .col-custom-gridview {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #content-wrapper .content .col-custom-gridbrowse {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 335px) {
  #content-wrapper .content .col-custom-author {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  #content-wrapper .content .col-custom-date {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
#content-wrapper .content .gallery-images {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
#content-wrapper .content .gallery-image {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}
#content-wrapper .content .gallery-image:hover {
  cursor: pointer;
}
#content-wrapper .content .carousel-indicators {
  margin-bottom: -30px;
}
#content-wrapper .content .carousel-indicators li {
  border: thin solid #787878;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
#content-wrapper .content .carousel-indicators li.active {
  background-color: #00db9a;
  border-color: #00db9a;
}
#content-wrapper .content .filter-display {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1.25rem;
}
#content-wrapper .content .filter-btns {
  display: flex;
  flex-direction: column;
}
#content-wrapper .content .filter-btns .filter-control {
  margin-bottom: 7px;
  font-weight: 600;
}
#content-wrapper .content .filter-btns .set-filters {
  background-color: #00db9a;
}
#content-wrapper .content .filter-btns .set-filters:hover {
  background-color: #fff;
  color: #00db9a;
}
#content-wrapper .content .filter-btns .reset-filters:hover {
  background-color: #00db9a;
}
#content-wrapper .content .description-section {
  text-align: center;
}
#content-wrapper .content .description-section .description-section-item {
  width: 100%;
  margin: auto;
}
#content-wrapper .content .description-section .info {
  margin-bottom: 1rem;
}
#content-wrapper .content .description-section .info h3 {
  color: #009569;
  font-size: 2.5rem;
  font-weight: 500;
  max-width: 520px;
  margin: 0 auto 0.5rem;
}
#content-wrapper .content .description-section .info p {
  color: #4A4A4A;
  max-width: 60%;
  margin: 0 auto;
}
#content-wrapper .content .description-section .info a.mt-hyperlink {
  color: #009569;
}
#content-wrapper .content .description-section .btn-info-contact {
  width: 225px;
  font-weight: 500;
}
#content-wrapper .content .description-section .btn-info-contact:hover {
  background-color: #00db9a;
  color: white;
}
#content-wrapper .content .description-section .descriptions .left-col {
  padding: 3rem;
  background-color: #A8F0C1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#content-wrapper .content .description-section .descriptions .right-col {
  padding: 3rem;
  background-color: #8DEBAD;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#content-wrapper .content .description-section .descriptions .img-fluid {
  max-width: 500px;
  width: 100%;
}
#content-wrapper .content .description-section .bottom-row {
  align-items: center;
  background-color: #C3F5D4;
  padding: 3rem 0 3rem 0;
}
#content-wrapper .content .featured-section {
  padding: 100px 10px;
  max-width: 1390px;
  margin: 0 auto;
}
#content-wrapper .content .featured-section .section-title h1 {
  color: #00db9a;
}
@media (max-width: 1470px) {
  #content-wrapper .content .featured-section .card {
    flex: 1 0 40%;
  }
}
#content-wrapper .content .lesson-section .filter-bar {
  padding: 3% 3% 2% 3%;
  margin-bottom: 2%;
  background-color: white;
  display: flex;
  justify-content: space-between;
}
#content-wrapper .content .lesson-section .filter-bar .actions {
  display: flex;
}
#content-wrapper .content .lesson-section .btn-filter-categories {
  background-color: white;
  border: none;
}
#content-wrapper .content .lesson-section .btn-filter-categories .categories-label {
  padding-right: 1vw;
}
#content-wrapper .content.single-lesson-page .lesson-section {
  background-color: #E4E4E4;
  padding: 2rem 10rem;
}
@media only screen and (max-width: 1441px) {
  #content-wrapper .content.single-lesson-page .lesson-section, #content-wrapper .content.single-lesson-page .single-section {
    padding: 2rem 5rem;
  }
}
@media only screen and (max-width: 992px) {
  #content-wrapper .content.single-lesson-page .lesson-section, #content-wrapper .content.single-lesson-page .single-section {
    padding: 2rem;
  }
}
#content-wrapper .content.single-lesson-page .download-card-body .download-card-info {
  padding: 3px 1.25rem;
}
#content-wrapper .content.single-lesson-page .download-card-body .download-card-info:last-of-type {
  padding-bottom: 8px;
}
#content-wrapper .content.single-lesson-page .download-card-body .download-card-info .card-info-title {
  text-transform: uppercase;
}
#content-wrapper .content.single-lesson-page .download-card-body .download-card-info .formats {
  display: flex;
  flex-wrap: wrap;
}
#content-wrapper .content.single-lesson-page .download-card-body .download-card-info .formats .format {
  margin-right: 5%;
}
#content-wrapper .content .browse-section {
  padding: 50px 11.5% 5% 11.5%;
}
@media (max-width: 576px) {
  #content-wrapper .content .browse-section {
    padding: 0 0 5% 0;
  }
}
#content-wrapper .content .browse-section .controls-row {
  margin-bottom: 50px;
}
#content-wrapper .content .browse-section .controls-row .browse-controls {
  background-color: transparent;
  border: 1px solid #F2F0F0;
  border-radius: 2px;
}
#content-wrapper .content .browse-section .controls-row .view-controls {
  justify-content: flex-end;
}
#content-wrapper .content .browse-section .controls-row .search-term {
  font-size: 18px;
  padding: 5px 15px;
  border: none;
}
#content-wrapper .content .browse-section .controls-row .search-term .search-term-box {
  border: 1px solid #F2F0F0;
  padding: 0.25rem;
}
#content-wrapper .content .browse-section .controls-row .filter-display {
  width: 100%;
  margin: 5px 0;
  justify-content: center;
}
#content-wrapper .content .browse-section .options #accordion {
  margin-bottom: 20px;
}
#content-wrapper .content .browse-section .options #accordion .card {
  box-shadow: 0px 0px 8px rgba(238, 238, 238, 0.3490196078);
  border: none;
}
#content-wrapper .content .browse-section .options #accordion .card .card-header {
  background-color: #f5f5f5;
  border-bottom: none;
}
#content-wrapper .content .browse-section .options #accordion .card .btn {
  border: none;
  text-decoration: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#content-wrapper .content .browse-section .options #accordion .card .btn::after {
  content: "\f107";
  color: #333;
  font-family: "FontAwesome";
  font-size: 1.75rem;
  margin-bottom: 3px;
  margin-left: 10px;
}
#content-wrapper .content .browse-section .options #accordion .card .btn[aria-expanded=true]::after {
  content: "\f106";
}
#content-wrapper .content .browse-section .options #accordion .card .dropdown-arrow {
  font-size: 12px;
  color: #b0b0b0;
  padding-right: 5px;
}
#content-wrapper .content .browse-section .options #accordion .card .checkbox-item {
  display: flex;
  align-items: center;
}
#content-wrapper .content .browse-section .options #accordion .card .checkbox-item label {
  margin-bottom: 0;
  margin-left: 5px;
}
#content-wrapper .content .browse-section .options #accordion .card .cat-items {
  padding-left: 30px;
}
#content-wrapper .content .browse-section .mobile-filter-toggle {
  width: 100%;
  margin-bottom: 10px;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filter-toggle-btn {
  width: 100%;
  border: none;
  text-align: end;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 30px;
  background-color: #BEBEBE;
  text-decoration: none;
  font-size: 20px;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filter-toggle-btn:hover {
  text-decoration: none;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filter-toggle-btn .open-filter-btn {
  font-size: 30px;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filter-toggle-btn span {
  padding-right: 15px;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filters {
  background-color: #BEBEBE;
  padding: 1% 10% 3% 10%;
  color: #161F2E;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filters .filter-dropdown .filter-toggle {
  width: 100%;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filters .filter-dropdown .filter-toggle .filter-btn {
  width: 100%;
  background-color: #EBEBEB;
  border-color: #e0e0e0;
  border-radius: 0;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filters .filter-dropdown .filter-toggle .filter-btn .square-icon {
  font-size: 10px;
  padding: 3px 5px;
  color: #BEBEBE;
  background-color: #fff;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filters .filter-dropdown .filter-toggle .filter-btn:hover {
  text-decoration: none;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filters .filter-dropdown .filter-options {
  padding: 15px 10px;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filter-display {
  padding: 0 1rem;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .checkbox-item {
  display: flex;
  align-items: center;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .checkbox-item label {
  margin-left: 7px;
  margin-bottom: 0;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filter-btns-mobile {
  margin-top: 10px;
}
#content-wrapper .content .browse-section .mobile-filter-toggle .filter-btns-mobile .set-filters:hover {
  background-color: #BEBEBE;
  color: #161F2E;
}
@media (max-width: 576px) {
  #content-wrapper .content .browse-section .lesson-cards {
    padding-left: 15%;
    padding-right: 15%;
  }
}
#content-wrapper .content .browse-section .lesson-cards .controls-row {
  padding-top: 0;
  align-items: center;
  justify-content: space-between;
}
#content-wrapper .content .browse-section .lesson-cards .sort-dropdown .btn {
  padding: 0.75rem 1.25rem;
}
#content-wrapper .content .browse-section .lesson-cards .card-img {
  width: 100%;
}
#content-wrapper .content .browse-section .lesson-cards .card-body {
  padding: 40px;
}
#content-wrapper .content .browse-section .lesson-cards .card-body.card-grid-view {
  padding: 20px;
}
#content-wrapper .content .browse-section .lesson-cards .card-body .rating-stats {
  margin-top: 15px;
}
#content-wrapper .content .browse-section .lesson-cards .card-body .btn-view-lesson {
  margin-top: 10px;
}
#content-wrapper .content .browse-section .lesson-cards .pagination {
  margin-top: 3%;
}
#content-wrapper .content .browse-section .lesson-cards .pagination .page-link {
  border: none;
  color: #8A8A8A;
  background-color: transparent;
  margin: 5px;
}
#content-wrapper .content .browse-section .lesson-cards .pagination .page-link:hover {
  color: #666666;
  font-weight: 600;
}
#content-wrapper .content .browse-section .lesson-cards .pagination .page-item.active .page-link, #content-wrapper .content .browse-section .lesson-cards .pagination .page-link-step {
  border: thin solid #DFDCDC;
  border-radius: 2px;
}
#content-wrapper .content .single-section {
  padding: 2rem 10rem;
  width: 100%;
  display: flex;
  margin: 0px;
}
#content-wrapper .content .single-section .card-title-container {
  margin-bottom: 10px;
}
#content-wrapper .content .single-section .card-title-container .card-subtitle {
  font-size: 1.05rem;
}
#content-wrapper .content .single-section .description-card {
  box-shadow: 0px 0px 5px #F4F2F2;
  border: none;
}
#content-wrapper .content .single-section .description-card .carousel .carousel-control-next {
  top: 35%;
  height: 25%;
}
#content-wrapper .content .single-section .description-card .carousel .carousel-control-prev {
  top: 35%;
  height: 25%;
}
#content-wrapper .content .single-section .description-card .card-title.tags {
  text-transform: uppercase;
  color: #484848;
  opacity: 0.5;
  font-size: 13px;
  margin-bottom: 0;
}
#content-wrapper .content .single-section .description-card .tag.badge {
  color: #434343;
  font-size: 14px;
  padding-left: 0;
}
#content-wrapper .content .single-section .description-card .description-text {
  white-space: pre-wrap;
}
#content-wrapper .content .single-section .download-card {
  border: 1px solid #E5E5E5;
  box-shadow: none;
  margin-bottom: 1rem;
}
#content-wrapper .content .single-section .download-card .open-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 45px;
  background-color: #00db9a;
  font-weight: 500;
  border: 2px solid #00db9a;
  border-radius: 0.25rem;
  text-decoration: none;
  color: black;
}
#content-wrapper .content .single-section .download-card .open-button .portal-svg-stroke {
  height: 25px;
  width: 25px;
  stroke: #fff;
}
#content-wrapper .content .single-section .download-card .open-button:hover {
  background-color: #fff;
}
#content-wrapper .content .single-section .download-card .open-button:hover .portal-svg-stroke {
  stroke: #00db9a;
  transition: all 0.25s;
}
#content-wrapper .content .single-section .contact {
  padding: 1.25rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}
#content-wrapper .content .single-section .contact .btn {
  width: 100%;
  padding: 1px 25px;
}
#content-wrapper .content .single-section .contact .btn:hover {
  background-color: #00db9a;
  color: white;
}
#content-wrapper .content .edit-section {
  padding: 0 15% 5% 15%;
  display: flex;
  width: 100%;
}
#content-wrapper .content .edit-section .lesson-cards {
  width: 100%;
}
#content-wrapper .content .edit-section .lesson-cards .no-lessons {
  text-align: center;
  padding: 10rem 5rem 5rem;
  font-size: 38px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit {
  display: flex;
  margin: 3% 0;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .card-body {
  padding: 40px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .card-body .rating-stats {
  margin-top: 15px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .card-body .btn-view-lesson {
  margin-top: 10px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls {
  width: 100%;
  min-height: 350px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
  box-shadow: 0 0 50px rgba(212, 212, 212, 0.3490196078);
  margin-bottom: 1.5rem;
  padding: 3%;
  overflow-y: auto;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls::-webkit-scrollbar {
  width: 10px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
  margin: 10px 0;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls::-webkit-scrollbar-thumb:hover {
  background: #b4b4b4;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .section-header {
  width: 100%;
  border-bottom: thin solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 7px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .row {
  margin-bottom: 20px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls button {
  border-color: #3F4179;
  background-color: #3F4179;
  color: white;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls button:hover {
  background-color: #343563;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-container {
  display: flex;
  justify-content: center;
  margin: 2% 0%;
  height: 300px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-container img {
  max-width: 100%;
  max-height: 100%;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-container .image-forms.hide {
  display: none;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-container .image-forms.show {
  display: flex;
  position: absolute;
  top: 5px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-container .image-forms.show.remove-thumbnail {
  top: 20%;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-container .image-forms button {
  padding: 4px 8px;
  font-size: 14px;
  margin: 4px;
  border-radius: 15px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-container .image-forms button.remove-image-btn {
  color: white;
  background-color: #d15741;
  border-color: #d15741;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-container .image-forms button.remove-image-btn:hover {
  background-color: #ad4a37;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-container .image-forms .remove-thumbnail-btn {
  font-size: 1rem;
  margin: 5px;
  border-radius: 3px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-list {
  display: flex;
  flex-wrap: wrap;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-list .carousel-container {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 125px;
  height: 125px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-list .carousel-container img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-list .carousel-container img.active {
  padding: 2px;
  border: 2px solid #00db9a;
  border-radius: 3px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit input[type=file] {
  display: none;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-upload {
  border: 2px solid #ccc;
  border-radius: 3px;
  width: 125px;
  padding: 6px 12px;
  cursor: pointer;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .image-upload i {
  color: #ccc;
  font-size: 60px;
  margin: 25px 25px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .save-order {
  margin-left: 7px;
  border-color: #8c8ec1;
  display: flex;
  align-items: center;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .image-edit .save-order span {
  text-align: center;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .text-edit .form-input {
  width: 100%;
  margin-right: 10px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .text-edit .character-counter {
  color: #a8a8a8;
  font-weight: 400;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .text-edit .text-input-container {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
  padding-right: 5px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .text-edit .text-input-container .form-input {
  height: 100%;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .text-edit .text-input-container .character-counter {
  position: absolute;
  top: 8px;
  right: 12px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .text-edit .description button {
  width: 100%;
  padding: 1px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .text-edit .description textarea {
  white-space: pre-wrap;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .toggles-edit label {
  border-color: #3F4179;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .toggles-edit button {
  margin-bottom: 0.5rem;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .toggles-edit input[type=radio], #content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .toggles-edit input[type=checkbox] {
  display: none !important;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .toggles-edit input[type=radio]:checked + label, #content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .toggles-edit input[type=checkbox]:checked + label {
  border-color: #3F4179;
  background-color: #3F4179;
  color: white;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .toggles-edit label.btn:hover {
  background-color: #3F4179;
  color: white;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .save-edits {
  width: 100%;
  padding: 1px;
  margin-bottom: 10px;
}
#content-wrapper .content .edit-section .lesson-cards .lesson-edit .edit-controls .delete-lesson button {
  background-color: #d15741;
  border-color: #d15741;
  width: 100%;
  padding: 1px;
}
#content-wrapper .content .single-edit-section {
  padding: 0 6% 5% 6%;
}
#content-wrapper .content .edit-lessons-section {
  padding: 15px 6% 5% 6%;
}
#content-wrapper .content .edit-lessons-section .error-message {
  text-align: center;
  padding-top: 5%;
}
#content-wrapper .content .edit-lessons-section .edit-lessons {
  width: 100%;
  padding-bottom: 5px;
  margin: 0 0 18px 0;
  border-bottom: 2px solid #e3e3e3;
}
#content-wrapper .content .edit-lessons-section .edit-lessons .view-controls {
  display: flex;
  justify-content: flex-end;
}
#content-wrapper .howItWorks-section .jumbotron {
  background-image: url("../wwwroot/img/marketplace/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15rem 5rem 10rem;
  margin-bottom: 0;
}
#content-wrapper .howItWorks-section .info-box {
  background: rgba(0, 0, 0, 0.75);
  padding: 2.5rem;
  border-radius: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
#content-wrapper .howItWorks-section .info-box img, #content-wrapper .howItWorks-section .info-box h5, #content-wrapper .howItWorks-section .info-box p, #content-wrapper .howItWorks-section .info-box h2, #content-wrapper .howItWorks-section .info-box a {
  margin-bottom: 1.25rem;
  max-width: 100%;
}
#content-wrapper .howItWorks-section .info-box h2 {
  color: #009569;
}
#content-wrapper .howItWorks-section .info-box img {
  width: 250px;
}
#content-wrapper .howItWorks-section .info-box img.icon {
  width: 35px;
}
#content-wrapper .howItWorks-section .info-box.no-bg {
  background-color: transparent;
  color: #262626;
}
#content-wrapper .howItWorks-section .info-box a.btn {
  background-color: #00db9a;
  font-weight: 500;
  padding: 10px 30px;
  box-shadow: none;
  margin-bottom: 0;
}
#content-wrapper .howItWorks-section .no-bg-section {
  background-color: #fff;
  padding: 2rem 5rem;
}
#content-wrapper .howItWorks-section .no-bg-section .row {
  align-items: center;
}
#content-wrapper .howItWorks-section .download-section {
  background-image: url("../wwwroot/img/marketplace/middle-banner.jpg");
  padding: 15rem 5rem 10rem;
  background-size: cover;
}
#content-wrapper .howItWorks-section .licensing-section {
  padding: 0 5rem 5rem;
  background-color: #C3F5D4;
}
#content-wrapper .howItWorks-section .contact-section {
  padding-bottom: 5rem;
}
#content-wrapper .howItWorks-section .contact-section .info-box {
  padding-bottom: 0;
}
@media only screen and (max-width: 786px) {
  #content-wrapper .howItWorks-section .jumbotron, #content-wrapper .howItWorks-section .xplorer-section,
  #content-wrapper .howItWorks-section .download-section, #content-wrapper .howItWorks-section .multiplayer-section,
  #content-wrapper .howItWorks-section .licensing-section, #content-wrapper .howItWorks-section .contact-section {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

footer .portal-footer {
  color: #fff;
  width: 90%;
  justify-content: space-evenly;
}
footer .portal-footer .portal-lowered-column {
  margin-top: 4rem !important;
}
footer .portal-footer .portal-footer-col-1 {
  max-width: 500px;
}
footer .portal-footer .portal-footer-col-2 {
  max-width: 280px;
}
footer .portal-footer .contact-us, footer .portal-footer .contact-us p {
  font-size: 16px;
}
footer .portal-footer .contact-us .cc, footer .portal-footer .contact-us p .cc {
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 40px;
  font-size: 16px;
}
footer .portal-footer .contact-us .contact-title, footer .portal-footer .contact-us p .contact-title {
  font-weight: lighter;
}
footer .portal-footer .widget .portal-footer-image-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
}
footer .portal-footer .widget .portal-footer-image-row img {
  max-height: 60px;
}
footer .portal-footer .widget p {
  font-size: 18px;
}
footer .portal-footer .widget .social {
  margin-top: 4rem;
}

@media (max-width: 992px) {
  footer .portal-footer {
    color: #fff;
    width: 90%;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  footer .portal-footer .contact-us {
    text-align: center;
  }
  footer .portal-footer .social {
    justify-content: center;
  }
}
.portal-xplorer-webgl {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}
.portal-xplorer-webgl.full-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 2;
}

.carousel-control-next {
  top: 35%;
  height: 25%;
}

a.mt-hyperlink {
  color: #00db9a;
  font-weight: bold;
}

.label-container {
  display: flex;
  justify-content: space-between;
}

/*# sourceMappingURL=marketplace.css.map */
