/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200,600,700,400italic);
@font-face {
  font-family: "FontAwesome";
  src: url("/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.search-criterias:last-child tp-advanced-searchtextbox .separator {
  display: none;
}

img.spinner {
  width: 30px;
  margin: 24px auto;
  display: block;
}

.advanced-search .tp-link .middle p {
  font-weight: 600 !important;
}

.advanced-search .google-map {
  margin-top: 24px;
  height: 600px;
  max-height: 60vh;
  border-top: 1px solid #bebfc3;
  border-bottom: 1px solid #bebfc3;
}

.category-card {
  margin: 15px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: white;
  border-bottom: 1px solid transparent;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.category-card .card-image {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 0;
  background-color: rgb(45, 45, 45);
  z-index: 1;
}
.category-card h1.title {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.7em;
  color: white;
  line-height: 40px;
  z-index: 10;
  text-shadow: 0px 0px 6px black;
  margin-left: 15px;
  opacity: 1;
}
.category-card h1.title span.parent-categories {
  color: rgba(255, 255, 255, 0.5);
}
.category-card h1.title span.fa {
  color: rgba(255, 255, 255, 0.5);
}
.category-card .description {
  padding: 0 15px 15px 15px;
}
.category-card .description.no-subcategories {
  padding: 0 15px;
}
.category-card .description p.placeholder {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.2em;
  font-style: italic;
  margin: 15px 0;
}
.category-card .sub-categories .tp-groupbox {
  margin: 10px 0 -1px 0;
  padding-bottom: 0px;
}

.category-card-edit {
  margin: 15px 15px;
}
.category-card-edit .card-image {
  border-radius: 2px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
  background-color: rgb(45, 45, 45);
  z-index: 1;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.category-card-edit .card-image .inside-hover-border {
  position: absolute;
  border: 2px dashed white;
  border-radius: 2px;
  margin: 8px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: none;
}
.category-card-edit .card-image.dragover .inside-hover-border {
  display: block;
}
.category-card-edit .card-image:hover .edit-button {
  background-color: white;
  color: black;
}
.category-card-edit .card-image .edit-button {
  background-color: transparent;
  border: 1px solid white;
  margin: 0 auto;
  padding: 7px 15px;
  border-radius: 5px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  color: white;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  top: 47px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.category-card-edit .card-image .edit-button:focus {
  outline: none;
}

category-multi-select:last-child .separator {
  display: none;
}

.category-multi-select .icon {
  padding: 0 0 0 7px;
  font-size: 0.9em;
}

.category-multi-select-category .category-multi-select-category-wrapper {
  padding: 0 15px;
  display: flex;
}
.category-multi-select-category .category-multi-select-category-wrapper input {
  vertical-align: middle;
  height: 45px;
  margin: 0;
}
.category-multi-select-category .category-multi-select-category-wrapper .name {
  flex-grow: 1;
  padding-left: 7px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 45px;
}
.category-multi-select-category .category-multi-select-category-wrapper .arrow {
  line-height: 45px;
  color: #969696;
}

.category-multi-select-category:last-child .separator {
  display: none;
}

category-select:last-child .separator {
  display: none;
}

.tp-categoryselect .icon {
  padding: 0 0 0 7px;
  font-size: 0.9em;
}

.changes-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
}

.changes {
  margin: 5px 15px 50px 15px;
}
.changes:nth-last-child(1) {
  margin: 5px 15px 50px 0px;
}
.changes {
  width: calc(50% - 30px);
  flex: 1 1 50%;
  border: 1px solid rgb(190, 191, 195);
}
.changes h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  color: #6d6d72;
  margin: 15px 0 0 15px;
}
.changes tp-groupbox:last-child .tp-groupbox {
  margin: 24px 0 -1px 0;
  padding-bottom: 0px;
}

.changes-colormap {
  padding: 15px;
  margin-top: 20px;
}
.changes-colormap li {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.changes-colormap li:before {
  content: "";
  width: 50px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
  border: 1px solid #bebfc3;
}
.changes-colormap li.new:before {
  background-color: #D4FFBA;
}
.changes-colormap li.changed:before {
  background-color: #FCFF90;
}
.changes-colormap li.deleted:before {
  background-color: #FFBCB9;
}

.object-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 50px 0;
}
.object-selector div {
  padding: 5px 15px;
  height: 30px;
  border: 1px solid #bebfc3;
  border-radius: 2px;
  margin-bottom: 5px;
  background-color: #f7f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.object-selector div.selected {
  background-color: #262626;
  border: 1px solid transparent;
  color: white;
}
.object-selector div:not(:nth-last-child(1)) {
  margin-right: 5px;
}
.object-selector div p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
}
.object-selector div p span.fa {
  margin-left: 8px;
}
.object-selector div p span.x {
  font-family: Garamond, "Apple Garamond";
  font-size: 1em;
  margin-left: 8px;
}

.comparator {
  display: flex;
}
.comparator > div {
  flex: 1 100%;
  min-width: 0;
  border: 1px solid #bebfc3;
}
.comparator > div h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  color: black;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #bebfc3;
  background-color: #f7f7f8;
  cursor: move;
}
.comparator > div h1:active {
  cursor: -webkit-grabbing;
}
.comparator > div:not(:nth-last-child(1)) {
  margin-right: 15px;
}
.comparator > div:nth-child(1) {
  border-left: none;
}
.comparator > div:nth-last-child(1) {
  border-right: none;
}

.nothing-found span.fa {
  margin-bottom: 10px;
}
.nothing-found h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
}
.nothing-found p {
  margin: 10px 0 0 0;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.2em;
}

.shortcuts {
  display: flex;
  margin: 15px 15px 30px 15px;
}
.shortcuts div {
  flex: 1 auto;
  background-color: white;
  padding: 20px 0;
  border-radius: 2px;
  border: 1px solid #bebfc3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.shortcuts div:not(:nth-last-child(1)) {
  margin-right: 15px;
}
.shortcuts div p.icon {
  font-size: 1.3em;
}
@media only screen and (min-width: 400px) {
  .shortcuts div p.icon {
    margin-bottom: 15px;
  }
}
.shortcuts div p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-align: center;
}
.shortcuts div .hide-on-mobile {
  display: none;
}
@media only screen and (min-width: 400px) {
  .shortcuts div .hide-on-mobile {
    display: inline;
  }
}

.no-rents {
  padding: 15px;
  text-align: center;
}
.no-rents h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  margin: 10px 0 20px 0;
}
.no-rents input {
  background-color: transparent;
  border: 1px solid #007aff;
  padding: 7px 15px;
  border-radius: 5px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #007aff;
  cursor: pointer;
  margin: 0 0 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.no-rents input:active {
  outline: none;
  background-color: #007aff;
  color: white;
}
.no-rents input:focus {
  outline: none;
}

.login-container {
  background-color: white;
  height: 100vh;
  text-align: center;
}
.login-container h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  padding: 50px 0;
}
.login-container h1 span {
  position: absolute;
  font-size: 0.4em;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #007aff;
  padding: 4px 10px;
  color: #007aff;
  border-radius: 5px;
  margin: 20px 0 0 10px;
}
.login-container h1 span:active {
  background-color: #007aff;
  color: white;
}
.login-container .input-desc {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  display: inline-block;
  margin: 15px 0;
}
.login-container .username-container {
  border-bottom: 1px solid #bebfc3;
}
.login-container .username-container, .login-container .password-container {
  padding: 10px 15px;
}
.login-container .input-box {
  border: none;
  font-size: 0.9em;
  margin-left: 10px;
  padding: 10px;
  font-size: 0.9em;
}
.login-container .input-box:focus {
  outline: 1px solid #bebfc3;
}
.login-container .login-button {
  -webkit-appearance: none;
  border: none;
  background-color: white;
  width: 100%;
  padding: 10px;
  margin: 30px 0 0 0;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: #007aff;
}

.my-collection h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  font-size: 1.6em;
  line-height: 1.3em;
  margin: 30px;
  margin-top: 22.5px;
}
.my-collection h1 span {
  font-weight: 300;
  white-space: nowrap;
}
.my-collection h2 {
  text-align: center;
  margin: 35px 0 45px 0;
  color: #969696;
}
.my-collection .documents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.my-collection .document {
  flex: 0 1 auto;
  width: calc(50% - 15px - 7.5px);
  box-sizing: border-box;
  margin: 15px;
  margin-right: 0;
  margin-top: 0;
  border: 1px solid #bebfc3;
  background-color: white;
  cursor: pointer;
}
.my-collection .document .header {
  background-color: #f7f7f8;
  text-align: center;
  border-bottom: 1px solid #bebfc3;
}
.my-collection .document .header p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 15px;
}
.my-collection .document .image-wrapper {
  position: relative;
  width: 100%;
  height: 25vh;
  min-height: 200px;
  max-height: 500px;
  overflow: hidden;
}
.my-collection .document .no-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-collection .document .no-image p {
  text-align: center;
  font-size: 2em;
}
.my-collection .document .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}

.note {
  margin: 15px;
  border: 1px solid #bebfc3;
  box-sizing: border-box;
  background-color: #fff;
}
.note .text {
  padding: 0 15px;
}
.note .text .empty {
  font-style: italic;
  color: #969696;
}
.note .media {
  border-top: 1px solid #bebfc3;
}
.note .media .isfdsmage {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 5px;
}

.no-notes {
  padding: 15px;
  text-align: center;
}
.no-notes h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  margin: 40px 0 20px 0;
}
.no-notes input {
  background-color: transparent;
  border: 1px solid #007aff;
  padding: 7px 15px;
  border-radius: 5px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #007aff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.no-notes input:active {
  outline: none;
  background-color: #007aff;
  color: white;
}
.no-notes input:focus {
  outline: none;
}

.notification-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 30000;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  .notification-wrapper {
    display: block;
  }
}
.notification-wrapper {
  -webkit-animation: opacityfadein 0.3s;
  -moz-animation: opacityfadein 0.3s;
  -ms-animation: opacityfadein 0.3s;
  -o-animation: opacityfadein 0.3s;
  animation: opacityfadein 0.3s;
}
.notification-wrapper.slide-down {
  -webkit-animation: opacityfadeout 0.3s;
  -moz-animation: opacityfadeout 0.3s;
  -ms-animation: opacityfadeout 0.3s;
  -o-animation: opacityfadeout 0.3s;
  animation: opacityfadeout 0.3s;
}
.notification-wrapper .notification {
  background-color: #f7f7f8;
  width: 80vw;
  max-width: 500px;
  margin: auto;
  border: 1px solid #bebfc3;
  border-radius: 2px;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .notification-wrapper .notification {
    margin-top: 10vh;
  }
}
.notification-wrapper .notification .text {
  padding: 15px;
  margin-bottom: 65px;
  max-height: 50vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.notification-wrapper .notification .text h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 10px;
}
.notification-wrapper .notification .text p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.3em;
}
.notification-wrapper .notification .buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  border-top: 1px solid #bebfc3;
}
.notification-wrapper .notification .buttons > div {
  flex: 1 100%;
  cursor: pointer;
}
.notification-wrapper .notification .buttons > div:not(:nth-last-child(1)) {
  border-right: 1px solid #bebfc3;
}
.notification-wrapper .notification .buttons > div p {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 45px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  color: #007aff;
}

.map-template .google-map {
  height: 600px;
  max-height: 60vh;
}

.file-upload-dialog .upload-overlay {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.file-upload-dialog .media-item:last-child > .separator {
  display: none;
}
.file-upload-dialog .media-wrapper {
  display: flex;
}
.file-upload-dialog .media-wrapper .media-handle {
  justify-content: flex-end;
  cursor: move;
  cursor: -webkit-grabbing;
}
.file-upload-dialog .media-wrapper .media-handle span {
  width: 25px;
  line-height: 45px;
  text-align: right;
  display: block;
  color: #969696;
}

.change-request-info {
  background-color: rgb(255, 245, 174);
  padding: 15px;
  border-bottom: 1px solid #bebfc3;
}
.change-request-info h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.8em;
  margin-bottom: 10px;
}
.change-request-info p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.2em;
}

.tp-objectselect .icon {
  padding: 0 0 0 7px;
  font-size: 0.9em;
}
.tp-objectselect {
  padding: 0 15px;
}
.tp-objectselect table {
  width: 100%;
}
.tp-objectselect table td {
  width: 50%;
}
.tp-objectselect table td.right {
  text-align: right;
}
.tp-objectselect table td.right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-objectselect table td:nth-child(1) p {
  text-align: left;
  color: #969696;
  padding-right: 15px;
}
.tp-objectselect table td:nth-child(2) p {
  text-align: right;
  color: #000;
  line-height: 45px;
}
.tp-objectselect table td p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-objectselect table td p span.fa {
  padding: 0 0 0 7px;
}
.tp-objectselect table img.arrow {
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

object-select:last-child .separator {
  display: none;
}

.profile {
  text-align: center;
  margin: 30px auto;
}
.profile .inner {
  display: inline-block;
}
.profile .avatar, .profile .info {
  float: left;
}
.profile .avatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #c8c8c8;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
}
.profile .avatar span.fa {
  color: #efeff4;
  font-size: 1.4em;
  line-height: 100px;
  position: relative;
  top: -1px;
  left: 1px;
}
.profile .info {
  height: 100px;
  padding: 10px 0 0 0;
  text-align: left;
}
.profile .info h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}
.profile .info h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
}
.profile .info input[type=button] {
  background-color: transparent;
  border: 1px solid #007aff;
  margin: 15px 0 0 0;
  padding: 7px 15px;
  border-radius: 5px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #007aff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.profile .info input[type=button].reputation {
  border: 1px solid black;
  color: black;
  cursor: default;
}
.profile .info input[type=button]:active:not(.reputation) {
  outline: none;
  background-color: #007aff;
  color: white;
}
.profile .info input[type=button]:focus {
  outline: none;
}

.search .tp-link .middle p {
  font-weight: 600 !important;
}

.nothing-found {
  text-align: center;
  padding: 30px 15px;
}
.nothing-found h1, .nothing-found p {
  color: black;
}
.nothing-found span.fa {
  margin-bottom: 10px;
}
.nothing-found h1 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
}
.nothing-found p {
  margin: 10px 0 0 0;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.2em;
}

.result-attributes-wrapper {
  padding-top: 5px;
}

.result-attributes {
  padding-bottom: 10px;
  height: auto !important;
}
.result-attributes p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.2em;
}
.result-attributes td:nth-child(1) {
  padding-right: 20px;
}
.result-attributes td:nth-child(1) p {
  color: #969696;
}
.result-attributes td {
  vertical-align: top;
  padding-bottom: 15px;
}

.highlighted {
  background-color: yellow;
}

.edit-avatar .avatar {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #c8c8c8;
  margin: 30px auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
}
.edit-avatar .avatar .inside-hover-border {
  width: 130px;
  height: 130px;
  position: absolute;
  border: 2px dashed white;
  border-radius: 100%;
  margin: 8px 0 0 8px;
  display: none;
}
.edit-avatar .avatar.dragover .inside-hover-border {
  display: block;
}
.edit-avatar .avatar:hover .edit-button {
  background-color: white;
  color: black;
}
.edit-avatar .avatar .edit-button {
  background-color: transparent;
  border: 1px solid white;
  margin: 0 auto;
  padding: 7px 15px;
  border-radius: 5px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  color: white;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  top: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.edit-avatar .avatar .edit-button:focus {
  outline: none;
}

span.fa, i.fa {
  font-size: 0.9em;
}

@font-face {
  font-family: "foundation-icons";
  src: url("../assets/fonts/foundation-icons.eot");
  src: url("../assets/fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/foundation-icons.woff") format("woff"), url("../assets/fonts/foundation-icons.ttf") format("truetype"), url("../assets/fonts/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-address-book:before,
.icon-alert:before,
.icon-align-center:before,
.icon-align-justify:before,
.icon-align-left:before,
.icon-align-right:before,
.icon-anchor:before,
.icon-annotate:before,
.icon-archive:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-arrows-compress:before,
.icon-arrows-expand:before,
.icon-arrows-in:before,
.icon-arrows-out:before,
.icon-asl:before,
.icon-asterisk:before,
.icon-at-sign:before,
.icon-background-color:before,
.icon-battery-empty:before,
.icon-battery-full:before,
.icon-battery-half:before,
.icon-bitcoin-circle:before,
.icon-bitcoin:before,
.icon-blind:before,
.icon-bluetooth:before,
.icon-bold:before,
.icon-book-bookmark:before,
.icon-book:before,
.icon-bookmark:before,
.icon-braille:before,
.icon-burst-new:before,
.icon-burst-sale:before,
.icon-burst:before,
.icon-calendar:before,
.icon-camera:before,
.icon-check:before,
.icon-checkbox:before,
.icon-clipboard-notes:before,
.icon-clipboard-pencil:before,
.icon-clipboard:before,
.icon-clock:before,
.icon-closed-caption:before,
.icon-cloud:before,
.icon-comment-minus:before,
.icon-comment-quotes:before,
.icon-comment-video:before,
.icon-comment:before,
.icon-comments:before,
.icon-compass:before,
.icon-contrast:before,
.icon-credit-card:before,
.icon-crop:before,
.icon-crown:before,
.icon-css3:before,
.icon-database:before,
.icon-die-five:before,
.icon-die-four:before,
.icon-die-one:before,
.icon-die-six:before,
.icon-die-three:before,
.icon-die-two:before,
.icon-dislike:before,
.icon-dollar-bill:before,
.icon-dollar:before,
.icon-download:before,
.icon-eject:before,
.icon-elevator:before,
.icon-euro:before,
.icon-eye:before,
.icon-fast-forward:before,
.icon-female-symbol:before,
.icon-female:before,
.icon-filter:before,
.icon-first-aid:before,
.icon-flag:before,
.icon-folder-add:before,
.icon-folder-lock:before,
.icon-folder:before,
.icon-foot:before,
.icon-foundation:before,
.icon-graph-bar:before,
.icon-graph-horizontal:before,
.icon-graph-pie:before,
.icon-graph-trend:before,
.icon-guide-dog:before,
.icon-hearing-aid:before,
.icon-heart:before,
.icon-home:before,
.icon-html5:before,
.icon-indent-less:before,
.icon-indent-more:before,
.icon-info:before,
.icon-italic:before,
.icon-key:before,
.icon-laptop:before,
.icon-layout:before,
.icon-lightbulb:before,
.icon-like:before,
.icon-link:before,
.icon-list-bullet:before,
.icon-list-number:before,
.icon-list-thumbnails:before,
.icon-list:before,
.icon-lock:before,
.icon-loop:before,
.icon-magnifying-glass:before,
.icon-mail:before,
.icon-male-female:before,
.icon-male-symbol:before,
.icon-male:before,
.icon-map:before,
.icon-marker:before,
.icon-megaphone:before,
.icon-microphone:before,
.icon-minus-circle:before,
.icon-minus:before,
.icon-mobile-signal:before,
.icon-mobile:before,
.icon-monitor:before,
.icon-mountains:before,
.icon-music:before,
.icon-next:before,
.icon-no-dogs:before,
.icon-no-smoking:before,
.icon-page-add:before,
.icon-page-copy:before,
.icon-page-csv:before,
.icon-page-delete:before,
.icon-page-doc:before,
.icon-page-edit:before,
.icon-page-export-csv:before,
.icon-page-export-doc:before,
.icon-page-export-pdf:before,
.icon-page-export:before,
.icon-page-filled:before,
.icon-page-multiple:before,
.icon-page-pdf:before,
.icon-page-remove:before,
.icon-page-search:before,
.icon-page:before,
.icon-paint-bucket:before,
.icon-paperclip:before,
.icon-pause:before,
.icon-paw:before,
.icon-paypal:before,
.icon-pencil:before,
.icon-photo:before,
.icon-play-circle:before,
.icon-play-video:before,
.icon-play:before,
.icon-plus:before,
.icon-pound:before,
.icon-power:before,
.icon-previous:before,
.icon-price-tag:before,
.icon-pricetag-multiple:before,
.icon-print:before,
.icon-prohibited:before,
.icon-projection-screen:before,
.icon-puzzle:before,
.icon-quote:before,
.icon-record:before,
.icon-refresh:before,
.icon-results-demographics:before,
.icon-results:before,
.icon-rewind-ten:before,
.icon-rewind:before,
.icon-rss:before,
.icon-safety-cone:before,
.icon-save:before,
.icon-share:before,
.icon-sheriff-badge:before,
.icon-shield:before,
.icon-shopping-bag:before,
.icon-shopping-cart:before,
.icon-shuffle:before,
.icon-skull:before,
.icon-social-500px:before,
.icon-social-adobe:before,
.icon-social-amazon:before,
.icon-social-android:before,
.icon-social-apple:before,
.icon-social-behance:before,
.icon-social-bing:before,
.icon-social-blogger:before,
.icon-social-delicious:before,
.icon-social-designer-news:before,
.icon-social-deviant-art:before,
.icon-social-digg:before,
.icon-social-dribbble:before,
.icon-social-drive:before,
.icon-social-dropbox:before,
.icon-social-evernote:before,
.icon-social-facebook:before,
.icon-social-flickr:before,
.icon-social-forrst:before,
.icon-social-foursquare:before,
.icon-social-game-center:before,
.icon-social-github:before,
.icon-social-google-plus:before,
.icon-social-hacker-news:before,
.icon-social-hi5:before,
.icon-social-instagram:before,
.icon-social-joomla:before,
.icon-social-lastfm:before,
.icon-social-linkedin:before,
.icon-social-medium:before,
.icon-social-myspace:before,
.icon-social-orkut:before,
.icon-social-path:before,
.icon-social-picasa:before,
.icon-social-pinterest:before,
.icon-social-rdio:before,
.icon-social-reddit:before,
.icon-social-skillshare:before,
.icon-social-skype:before,
.icon-social-smashing-mag:before,
.icon-social-snapchat:before,
.icon-social-spotify:before,
.icon-social-squidoo:before,
.icon-social-stack-overflow:before,
.icon-social-steam:before,
.icon-social-stumbleupon:before,
.icon-social-treehouse:before,
.icon-social-tumblr:before,
.icon-social-twitter:before,
.icon-social-vimeo:before,
.icon-social-windows:before,
.icon-social-xbox:before,
.icon-social-yahoo:before,
.icon-social-yelp:before,
.icon-social-youtube:before,
.icon-social-zerply:before,
.icon-social-zurb:before,
.icon-sound:before,
.icon-star:before,
.icon-stop:before,
.icon-strikethrough:before,
.icon-subscript:before,
.icon-superscript:before,
.icon-tablet-landscape:before,
.icon-tablet-portrait:before,
.icon-target-two:before,
.icon-target:before,
.icon-telephone-accessible:before,
.icon-telephone:before,
.icon-text-color:before,
.icon-thumbnails:before,
.icon-ticket:before,
.icon-torso-business:before,
.icon-torso-female:before,
.icon-torso:before,
.icon-torsos-all-female:before,
.icon-torsos-all:before,
.icon-torsos-female-male:before,
.icon-torsos-male-female:before,
.icon-torsos:before,
.icon-trash:before,
.icon-trees:before,
.icon-trophy:before,
.icon-underline:before,
.icon-universal-access:before,
.icon-unlink:before,
.icon-unlock:before,
.icon-upload-cloud:before,
.icon-upload:before,
.icon-usb:before,
.icon-video:before,
.icon-volume-none:before,
.icon-volume-strike:before,
.icon-volume:before,
.icon-web:before,
.icon-wheelchair:before,
.icon-widget:before,
.icon-wrench:before,
.icon-x-circle:before,
.icon-x:before,
.icon-yen:before,
.icon-zoom-in:before,
.icon-zoom-out:before {
  font-family: "foundation-icons";
  speak: none;
  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;
  display: inline-block;
  text-decoration: inherit;
}

.icon-address-book:before {
  content: "\f100";
}

.icon-alert:before {
  content: "\f101";
}

.icon-align-center:before {
  content: "\f102";
}

.icon-align-justify:before {
  content: "\f103";
}

.icon-align-left:before {
  content: "\f104";
}

.icon-align-right:before {
  content: "\f105";
}

.icon-anchor:before {
  content: "\f106";
}

.icon-annotate:before {
  content: "\f107";
}

.icon-archive:before {
  content: "\f108";
}

.icon-arrow-down:before {
  content: "\f109";
}

.icon-arrow-left:before {
  content: "\f10a";
}

.icon-arrow-right:before {
  content: "\f10b";
}

.icon-arrow-up:before {
  content: "\f10c";
}

.icon-arrows-compress:before {
  content: "\f10d";
}

.icon-arrows-expand:before {
  content: "\f10e";
}

.icon-arrows-in:before {
  content: "\f10f";
}

.icon-arrows-out:before {
  content: "\f110";
}

.icon-asl:before {
  content: "\f111";
}

.icon-asterisk:before {
  content: "\f112";
}

.icon-at-sign:before {
  content: "\f113";
}

.icon-background-color:before {
  content: "\f114";
}

.icon-battery-empty:before {
  content: "\f115";
}

.icon-battery-full:before {
  content: "\f116";
}

.icon-battery-half:before {
  content: "\f117";
}

.icon-bitcoin-circle:before {
  content: "\f118";
}

.icon-bitcoin:before {
  content: "\f119";
}

.icon-blind:before {
  content: "\f11a";
}

.icon-bluetooth:before {
  content: "\f11b";
}

.icon-bold:before {
  content: "\f11c";
}

.icon-book-bookmark:before {
  content: "\f11d";
}

.icon-book:before {
  content: "\f11e";
}

.icon-bookmark:before {
  content: "\f11f";
}

.icon-braille:before {
  content: "\f120";
}

.icon-burst-new:before {
  content: "\f121";
}

.icon-burst-sale:before {
  content: "\f122";
}

.icon-burst:before {
  content: "\f123";
}

.icon-calendar:before {
  content: "\f124";
}

.icon-camera:before {
  content: "\f125";
}

.icon-check:before {
  content: "\f126";
}

.icon-checkbox:before {
  content: "\f127";
}

.icon-clipboard-notes:before {
  content: "\f128";
}

.icon-clipboard-pencil:before {
  content: "\f129";
}

.icon-clipboard:before {
  content: "\f12a";
}

.icon-clock:before {
  content: "\f12b";
}

.icon-closed-caption:before {
  content: "\f12c";
}

.icon-cloud:before {
  content: "\f12d";
}

.icon-comment-minus:before {
  content: "\f12e";
}

.icon-comment-quotes:before {
  content: "\f12f";
}

.icon-comment-video:before {
  content: "\f130";
}

.icon-comment:before {
  content: "\f131";
}

.icon-comments:before {
  content: "\f132";
}

.icon-compass:before {
  content: "\f133";
}

.icon-contrast:before {
  content: "\f134";
}

.icon-credit-card:before {
  content: "\f135";
}

.icon-crop:before {
  content: "\f136";
}

.icon-crown:before {
  content: "\f137";
}

.icon-css3:before {
  content: "\f138";
}

.icon-database:before {
  content: "\f139";
}

.icon-die-five:before {
  content: "\f13a";
}

.icon-die-four:before {
  content: "\f13b";
}

.icon-die-one:before {
  content: "\f13c";
}

.icon-die-six:before {
  content: "\f13d";
}

.icon-die-three:before {
  content: "\f13e";
}

.icon-die-two:before {
  content: "\f13f";
}

.icon-dislike:before {
  content: "\f140";
}

.icon-dollar-bill:before {
  content: "\f141";
}

.icon-dollar:before {
  content: "\f142";
}

.icon-download:before {
  content: "\f143";
}

.icon-eject:before {
  content: "\f144";
}

.icon-elevator:before {
  content: "\f145";
}

.icon-euro:before {
  content: "\f146";
}

.icon-eye:before {
  content: "\f147";
}

.icon-fast-forward:before {
  content: "\f148";
}

.icon-female-symbol:before {
  content: "\f149";
}

.icon-female:before {
  content: "\f14a";
}

.icon-filter:before {
  content: "\f14b";
}

.icon-first-aid:before {
  content: "\f14c";
}

.icon-flag:before {
  content: "\f14d";
}

.icon-folder-add:before {
  content: "\f14e";
}

.icon-folder-lock:before {
  content: "\f14f";
}

.icon-folder:before {
  content: "\f150";
}

.icon-foot:before {
  content: "\f151";
}

.icon-foundation:before {
  content: "\f152";
}

.icon-graph-bar:before {
  content: "\f153";
}

.icon-graph-horizontal:before {
  content: "\f154";
}

.icon-graph-pie:before {
  content: "\f155";
}

.icon-graph-trend:before {
  content: "\f156";
}

.icon-guide-dog:before {
  content: "\f157";
}

.icon-hearing-aid:before {
  content: "\f158";
}

.icon-heart:before {
  content: "\f159";
}

.icon-home:before {
  content: "\f15a";
}

.icon-html5:before {
  content: "\f15b";
}

.icon-indent-less:before {
  content: "\f15c";
}

.icon-indent-more:before {
  content: "\f15d";
}

.icon-info:before {
  content: "\f15e";
}

.icon-italic:before {
  content: "\f15f";
}

.icon-key:before {
  content: "\f160";
}

.icon-laptop:before {
  content: "\f161";
}

.icon-layout:before {
  content: "\f162";
}

.icon-lightbulb:before {
  content: "\f163";
}

.icon-like:before {
  content: "\f164";
}

.icon-link:before {
  content: "\f165";
}

.icon-list-bullet:before {
  content: "\f166";
}

.icon-list-number:before {
  content: "\f167";
}

.icon-list-thumbnails:before {
  content: "\f168";
}

.icon-list:before {
  content: "\f169";
}

.icon-lock:before {
  content: "\f16a";
}

.icon-loop:before {
  content: "\f16b";
}

.icon-magnifying-glass:before {
  content: "\f16c";
}

.icon-mail:before {
  content: "\f16d";
}

.icon-male-female:before {
  content: "\f16e";
}

.icon-male-symbol:before {
  content: "\f16f";
}

.icon-male:before {
  content: "\f170";
}

.icon-map:before {
  content: "\f171";
}

.icon-marker:before {
  content: "\f172";
}

.icon-megaphone:before {
  content: "\f173";
}

.icon-microphone:before {
  content: "\f174";
}

.icon-minus-circle:before {
  content: "\f175";
}

.icon-minus:before {
  content: "\f176";
}

.icon-mobile-signal:before {
  content: "\f177";
}

.icon-mobile:before {
  content: "\f178";
}

.icon-monitor:before {
  content: "\f179";
}

.icon-mountains:before {
  content: "\f17a";
}

.icon-music:before {
  content: "\f17b";
}

.icon-next:before {
  content: "\f17c";
}

.icon-no-dogs:before {
  content: "\f17d";
}

.icon-no-smoking:before {
  content: "\f17e";
}

.icon-page-add:before {
  content: "\f17f";
}

.icon-page-copy:before {
  content: "\f180";
}

.icon-page-csv:before {
  content: "\f181";
}

.icon-page-delete:before {
  content: "\f182";
}

.icon-page-doc:before {
  content: "\f183";
}

.icon-page-edit:before {
  content: "\f184";
}

.icon-page-export-csv:before {
  content: "\f185";
}

.icon-page-export-doc:before {
  content: "\f186";
}

.icon-page-export-pdf:before {
  content: "\f187";
}

.icon-page-export:before {
  content: "\f188";
}

.icon-page-filled:before {
  content: "\f189";
}

.icon-page-multiple:before {
  content: "\f18a";
}

.icon-page-pdf:before {
  content: "\f18b";
}

.icon-page-remove:before {
  content: "\f18c";
}

.icon-page-search:before {
  content: "\f18d";
}

.icon-page:before {
  content: "\f18e";
}

.icon-paint-bucket:before {
  content: "\f18f";
}

.icon-paperclip:before {
  content: "\f190";
}

.icon-pause:before {
  content: "\f191";
}

.icon-paw:before {
  content: "\f192";
}

.icon-paypal:before {
  content: "\f193";
}

.icon-pencil:before {
  content: "\f194";
}

.icon-photo:before {
  content: "\f195";
}

.icon-play-circle:before {
  content: "\f196";
}

.icon-play-video:before {
  content: "\f197";
}

.icon-play:before {
  content: "\f198";
}

.icon-plus:before {
  content: "\f199";
}

.icon-pound:before {
  content: "\f19a";
}

.icon-power:before {
  content: "\f19b";
}

.icon-previous:before {
  content: "\f19c";
}

.icon-price-tag:before {
  content: "\f19d";
}

.icon-pricetag-multiple:before {
  content: "\f19e";
}

.icon-print:before {
  content: "\f19f";
}

.icon-prohibited:before {
  content: "\f1a0";
}

.icon-projection-screen:before {
  content: "\f1a1";
}

.icon-puzzle:before {
  content: "\f1a2";
}

.icon-quote:before {
  content: "\f1a3";
}

.icon-record:before {
  content: "\f1a4";
}

.icon-refresh:before {
  content: "\f1a5";
}

.icon-results-demographics:before {
  content: "\f1a6";
}

.icon-results:before {
  content: "\f1a7";
}

.icon-rewind-ten:before {
  content: "\f1a8";
}

.icon-rewind:before {
  content: "\f1a9";
}

.icon-rss:before {
  content: "\f1aa";
}

.icon-safety-cone:before {
  content: "\f1ab";
}

.icon-save:before {
  content: "\f1ac";
}

.icon-share:before {
  content: "\f1ad";
}

.icon-sheriff-badge:before {
  content: "\f1ae";
}

.icon-shield:before {
  content: "\f1af";
}

.icon-shopping-bag:before {
  content: "\f1b0";
}

.icon-shopping-cart:before {
  content: "\f1b1";
}

.icon-shuffle:before {
  content: "\f1b2";
}

.icon-skull:before {
  content: "\f1b3";
}

.icon-social-500px:before {
  content: "\f1b4";
}

.icon-social-adobe:before {
  content: "\f1b5";
}

.icon-social-amazon:before {
  content: "\f1b6";
}

.icon-social-android:before {
  content: "\f1b7";
}

.icon-social-apple:before {
  content: "\f1b8";
}

.icon-social-behance:before {
  content: "\f1b9";
}

.icon-social-bing:before {
  content: "\f1ba";
}

.icon-social-blogger:before {
  content: "\f1bb";
}

.icon-social-delicious:before {
  content: "\f1bc";
}

.icon-social-designer-news:before {
  content: "\f1bd";
}

.icon-social-deviant-art:before {
  content: "\f1be";
}

.icon-social-digg:before {
  content: "\f1bf";
}

.icon-social-dribbble:before {
  content: "\f1c0";
}

.icon-social-drive:before {
  content: "\f1c1";
}

.icon-social-dropbox:before {
  content: "\f1c2";
}

.icon-social-evernote:before {
  content: "\f1c3";
}

.icon-social-facebook:before {
  content: "\f1c4";
}

.icon-social-flickr:before {
  content: "\f1c5";
}

.icon-social-forrst:before {
  content: "\f1c6";
}

.icon-social-foursquare:before {
  content: "\f1c7";
}

.icon-social-game-center:before {
  content: "\f1c8";
}

.icon-social-github:before {
  content: "\f1c9";
}

.icon-social-google-plus:before {
  content: "\f1ca";
}

.icon-social-hacker-news:before {
  content: "\f1cb";
}

.icon-social-hi5:before {
  content: "\f1cc";
}

.icon-social-instagram:before {
  content: "\f1cd";
}

.icon-social-joomla:before {
  content: "\f1ce";
}

.icon-social-lastfm:before {
  content: "\f1cf";
}

.icon-social-linkedin:before {
  content: "\f1d0";
}

.icon-social-medium:before {
  content: "\f1d1";
}

.icon-social-myspace:before {
  content: "\f1d2";
}

.icon-social-orkut:before {
  content: "\f1d3";
}

.icon-social-path:before {
  content: "\f1d4";
}

.icon-social-picasa:before {
  content: "\f1d5";
}

.icon-social-pinterest:before {
  content: "\f1d6";
}

.icon-social-rdio:before {
  content: "\f1d7";
}

.icon-social-reddit:before {
  content: "\f1d8";
}

.icon-social-skillshare:before {
  content: "\f1d9";
}

.icon-social-skype:before {
  content: "\f1da";
}

.icon-social-smashing-mag:before {
  content: "\f1db";
}

.icon-social-snapchat:before {
  content: "\f1dc";
}

.icon-social-spotify:before {
  content: "\f1dd";
}

.icon-social-squidoo:before {
  content: "\f1de";
}

.icon-social-stack-overflow:before {
  content: "\f1df";
}

.icon-social-steam:before {
  content: "\f1e0";
}

.icon-social-stumbleupon:before {
  content: "\f1e1";
}

.icon-social-treehouse:before {
  content: "\f1e2";
}

.icon-social-tumblr:before {
  content: "\f1e3";
}

.icon-social-twitter:before {
  content: "\f1e4";
}

.icon-social-vimeo:before {
  content: "\f1e5";
}

.icon-social-windows:before {
  content: "\f1e6";
}

.icon-social-xbox:before {
  content: "\f1e7";
}

.icon-social-yahoo:before {
  content: "\f1e8";
}

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

.icon-social-youtube:before {
  content: "\f1ea";
}

.icon-social-zerply:before {
  content: "\f1eb";
}

.icon-social-zurb:before {
  content: "\f1ec";
}

.icon-sound:before {
  content: "\f1ed";
}

.icon-star:before {
  content: "\f1ee";
}

.icon-stop:before {
  content: "\f1ef";
}

.icon-strikethrough:before {
  content: "\f1f0";
}

.icon-subscript:before {
  content: "\f1f1";
}

.icon-superscript:before {
  content: "\f1f2";
}

.icon-tablet-landscape:before {
  content: "\f1f3";
}

.icon-tablet-portrait:before {
  content: "\f1f4";
}

.icon-target-two:before {
  content: "\f1f5";
}

.icon-target:before {
  content: "\f1f6";
}

.icon-telephone-accessible:before {
  content: "\f1f7";
}

.icon-telephone:before {
  content: "\f1f8";
}

.icon-text-color:before {
  content: "\f1f9";
}

.icon-thumbnails:before {
  content: "\f1fa";
}

.icon-ticket:before {
  content: "\f1fb";
}

.icon-torso-business:before {
  content: "\f1fc";
}

.icon-torso-female:before {
  content: "\f1fd";
}

.icon-torso:before {
  content: "\f1fe";
}

.icon-torsos-all-female:before {
  content: "\f1ff";
}

.icon-torsos-all:before {
  content: "\f200";
}

.icon-torsos-female-male:before {
  content: "\f201";
}

.icon-torsos-male-female:before {
  content: "\f202";
}

.icon-torsos:before {
  content: "\f203";
}

.icon-trash:before {
  content: "\f204";
}

.icon-trees:before {
  content: "\f205";
}

.icon-trophy:before {
  content: "\f206";
}

.icon-underline:before {
  content: "\f207";
}

.icon-universal-access:before {
  content: "\f208";
}

.icon-unlink:before {
  content: "\f209";
}

.icon-unlock:before {
  content: "\f20a";
}

.icon-upload-cloud:before {
  content: "\f20b";
}

.icon-upload:before {
  content: "\f20c";
}

.icon-usb:before {
  content: "\f20d";
}

.icon-video:before {
  content: "\f20e";
}

.icon-volume-none:before {
  content: "\f20f";
}

.icon-volume-strike:before {
  content: "\f210";
}

.icon-volume:before {
  content: "\f211";
}

.icon-web:before {
  content: "\f212";
}

.icon-wheelchair:before {
  content: "\f213";
}

.icon-widget:before {
  content: "\f214";
}

.icon-wrench:before {
  content: "\f215";
}

.icon-x-circle:before {
  content: "\f216";
}

.icon-x:before {
  content: "\f217";
}

.icon-yen:before {
  content: "\f218";
}

.icon-zoom-in:before {
  content: "\f219";
}

.icon-zoom-out:before {
  content: "\f21a";
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

user-group-select:last-child .separator {
  display: none;
}

.markdown {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  font-weight: bold;
}
.markdown h1 {
  color: #000000;
  font-size: 18px;
  padding: 15px 0 0 0;
}
.markdown h2 {
  font-size: 16px;
  padding: 15px 0 0 0;
}
.markdown h3 {
  font-size: 14px;
  padding: 15px 0 0 0;
}
.markdown h4 {
  font-size: 14px;
  padding: 15px 0 0 0;
}
.markdown h5 {
  font-size: 14px;
  padding: 15px 0 0 0;
}
.markdown h6 {
  color: #777777;
  background-color: inherit;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.markdown hr {
  height: 0.2em;
  border: 0;
  color: #CCCCCC;
  background-color: #CCCCCC;
}
.markdown p, .markdown blockquote, .markdown ul, .markdown ol, .markdown dl, .markdown table, .markdown pre {
  padding: 15px 0;
  line-height: 1.25em;
}
.markdown li {
  list-style-type: circle;
  line-height: normal;
  margin-left: 15px;
}
.markdown em {
  font-style: italic;
}
.markdown strong {
  font-weight: bold;
}
.markdown code, .markdown pre {
  border-radius: 3px;
  background-color: #F8F8F8;
  color: inherit;
}
.markdown code {
  border: 1px solid #EAEAEA;
  margin: 0 2px;
  padding: 0 5px;
}
.markdown pre {
  border: 1px solid #CCCCCC;
  line-height: 1.25em;
  overflow: auto;
  padding: 6px 10px;
}
.markdown pre > code {
  border: 0;
  margin: 0;
  padding: 0;
}
.markdown a, .markdown a:visited {
  color: #4183C4;
  background-color: inherit;
  text-decoration: none;
}

.pdf-viewer iframe {
  width: 100%;
  height: calc(100vh - 45px);
}

.tp-activity {
  padding: 0 15px;
  min-height: 45px;
  display: flex;
  align-items: center;
}
.tp-activity .avatar {
  cursor: pointer;
  flex: 0 0 45px;
}
.tp-activity .avatar .avatar-container {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #c8c8c8;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.tp-activity .avatar .avatar-container span.fa {
  color: #efeff4;
  font-size: 0.7em;
  line-height: 30px;
}
.tp-activity .text {
  cursor: pointer;
}
.tp-activity .text p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 10px 0;
  white-space: wrap;
}
.tp-activity .text span.link {
  text-decoration: none;
  color: #007aff;
}
.tp-activity .text span.time {
  color: #969696;
  font-size: 0.8em;
  white-space: nowrap;
}

tp-activity:last-child .separator {
  display: none;
}

.tp-advanced-searchtextbox {
  padding: 0 15px;
  height: 45px;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper {
  display: flex;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper div {
  flex-grow: 1;
  flex-basis: 30%;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper div input {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 45px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper div input:focus {
  outline: none;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper .tp-advanced-searchtextbox-remove {
  flex-basis: 25px;
  justify-content: center;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper .tp-advanced-searchtextbox-remove span {
  text-align: center;
  width: 18.5px;
  line-height: 45px;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper .tp-advanced-searchtextbox-remove span:hover {
  color: red;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper .tp-advanced-searchtextbox-key {
  margin-left: -15px;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper .tp-advanced-searchtextbox-operator {
  flex-basis: 20%;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper .tp-advanced-searchtextbox-operator p {
  line-height: 45px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper .tp-advanced-searchtextbox-value {
  flex-basis: 50%;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper .tp-advanced-searchtextbox-value-wrapper {
  display: flex;
}
.tp-advanced-searchtextbox .tp-advanced-searchtextbox-wrapper .tp-advanced-searchtextbox-value-wrapper tp-textbox {
  flex-grow: 1;
}

tp-advanced-searchtextbox:last-child .separator {
  display: none;
}

.tp-audio {
  background-color: #007aff;
}
.tp-audio .tap-highlight {
  background-color: rgb(102, 175.2, 255) !important;
}
.tp-audio .tp-audio-wrapper {
  padding: 15px;
  display: flex;
  cursor: pointer;
  user-select: none;
}
.tp-audio .tp-audio-wrapper .tp-audio-control {
  flex: 0 0 auto;
}
.tp-audio .tp-audio-wrapper .tp-audio-title {
  flex: 1 1 auto;
  overflow: hidden;
}
.tp-audio .tp-audio-wrapper .tp-audio-title p {
  line-height: 24px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
}
.tp-audio .control-button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  border-width: 2px !important;
}
.tp-audio .control-button .play {
  margin: auto;
  margin-top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px !important;
  border-color: transparent transparent transparent #fff;
  position: relative;
  left: 1px;
}
.tp-audio .control-button .pause {
  margin: auto;
  margin-top: 6px;
  width: 6px;
  display: flex;
  justify-content: space-between;
}
.tp-audio .control-button .pause .pause-bar {
  width: 2px;
  height: 8px;
  background-color: #fff;
  flex: 0 0 auto;
}
.tp-audio .tp-audio-closer p {
  line-height: 24px;
  color: white;
  font-size: 1.3em;
}
.tp-audio .tp-audio-time-controls {
  display: flex;
}
.tp-audio .tp-audio-time-control-button {
  padding: 10px 15px;
  cursor: pointer;
  user-select: none;
  flex: 1 1 auto;
}
.tp-audio .tp-audio-time-control-button:nth-child(1) {
  border-right: 1px solid rgb(0, 73.2, 153) !important;
}
.tp-audio .tp-audio-time-control-button p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: white;
  text-align: center;
}
.tp-audio .tp-audio-progress {
  height: 1px;
  background-color: rgb(0, 73.2, 153);
}
.tp-audio .tp-audio-progress .progress {
  background-color: white;
  height: 1px;
  transition-duration: 0.3s;
}

tp-audio:last-child .separator {
  display: none;
}

.tp-bar-chart {
  padding: 15px;
}
.tp-bar-chart li {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 15px;
}

tp-bar-chart:last-child .separator {
  display: none;
}

.tp-boolean {
  padding: 12px 15px 13px 15px;
}
.tp-boolean.new {
  background-color: #D4FFBA;
}
.tp-boolean.updated {
  background-color: #FCFF90;
}
.tp-boolean.deleted {
  background-color: #FFBCB9;
}
.tp-boolean.deleted p, .tp-boolean.deleted h1, .tp-boolean.deleted h2, .tp-boolean.deleted h3, .tp-boolean.deleted h4, .tp-boolean.deleted h5, .tp-boolean.deleted h6 {
  text-decoration: line-through;
}
.tp-boolean table {
  width: 100%;
}
.tp-boolean table td:nth-child(1).edit p {
  color: black;
}
.tp-boolean table td:nth-child(1) p {
  text-align: left;
  color: #969696;
  padding-right: 15px;
}
.tp-boolean table td:nth-child(2) p {
  text-align: right;
}
.tp-boolean table td p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
}

tp-boolean:last-child .separator {
  display: none;
}

.tp-bottommenu {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.tp-bottommenu .entry, .tp-bottommenu .abort-entry {
  background-color: rgba(255, 255, 255, 0.96);
  padding: 13px 15px;
  margin: 0 10px;
  cursor: pointer;
}
.tp-bottommenu .entry:not(:nth-last-child(2)):not(:nth-last-child(1)), .tp-bottommenu .abort-entry:not(:nth-last-child(2)):not(:nth-last-child(1)) {
  border-bottom: 1px solid #bebfc3;
}
.tp-bottommenu .entry:nth-child(1), .tp-bottommenu .abort-entry:nth-child(1) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tp-bottommenu .entry:nth-last-child(2), .tp-bottommenu .abort-entry:nth-last-child(2) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tp-bottommenu .entry p, .tp-bottommenu .abort-entry p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #007aff;
  text-align: center;
}
.tp-bottommenu .entry.danger p, .tp-bottommenu .abort-entry.danger p {
  color: #da1a1a;
}
.tp-bottommenu .abort-entry {
  margin-top: 8px;
  margin-bottom: 7px;
  border-radius: 5px;
}
.tp-bottommenu .abort-entry p {
  font-weight: 800;
}

.tp-busyindicator {
  position: absolute;
  z-index: 10000;
  top: 46px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #efeff4;
  text-align: center;
}
.tp-busyindicator img {
  width: 30px;
  margin-top: 10vh;
}

.tp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -10px;
  vertical-align: middle;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url("/assets/images/tpCheck.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-blue {
  background-position: 0 0;
}

.icheckbox_square-blue.hover {
  background-position: -24px 0;
}

.icheckbox_square-blue.checked {
  background-position: -48px 0;
}

.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-blue {
  background-position: -120px 0;
}

.iradio_square-blue.hover {
  background-position: -144px 0;
}

.iradio_square-blue.checked {
  background-position: -168px 0;
}

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}

.iradio_square-blue.focus,
.icheckbox_square-blue.focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5) !important;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url("/assets/images/tpCheck@2x.png");
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.separator {
  margin: 0 0 0 15px;
  height: 1px;
  border-top: 1px solid #bebfc3;
  padding-bottom: 1px;
  margin-bottom: -1px;
  box-sizing: border-box;
}

.tp-copyright {
  margin: 25px 0 25px 0;
  padding: 0 15px;
  text-align: center;
  height: 50px;
}
.tp-copyright p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  color: #969696;
  line-height: 1.4em;
}
.tp-copyright a {
  color: #969696;
  text-decoration: none;
}
.tp-copyright a:hover {
  text-decoration: underline;
}
.tp-copyright a:visited {
  color: #969696;
}

.tp-datepicker {
  padding: 0 15px;
}
.tp-datepicker table {
  width: 100%;
}
.tp-datepicker table td {
  width: 50%;
}
.tp-datepicker table td.right {
  text-align: right;
}
.tp-datepicker table td.right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-datepicker table td:nth-child(1) p {
  text-align: left;
  color: #969696;
  padding-right: 15px;
}
.tp-datepicker table td:nth-child(2) p {
  text-align: right;
  color: #000;
}
.tp-datepicker table td p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 45px;
}
.tp-datepicker table td p span.fa {
  padding: 0 0 0 7px;
}
.tp-datepicker table img.arrow {
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

.datepicker-container {
  text-align: center;
}
.datepicker-container > div {
  display: inline-block;
  margin: 45px 0;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}

tp-date-picker:last-child .separator {
  display: none;
}

.ngdialog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  -webkit-animation: opacityfadein 0.3s;
  -moz-animation: opacityfadein 0.3s;
  -ms-animation: opacityfadein 0.3s;
  -o-animation: opacityfadein 0.3s;
  animation: opacityfadein 0.3s;
}
.ngdialog-overlay.fade-out {
  -webkit-animation: opacityfadeout 0.3s;
  -moz-animation: opacityfadeout 0.3s;
  -ms-animation: opacityfadeout 0.3s;
  -o-animation: opacityfadeout 0.3s;
  animation: opacityfadeout 0.3s;
}

.tp-edit-label {
  padding: 12px 15px;
}
.tp-edit-label table {
  width: 100%;
}
.tp-edit-label table td.key p {
  text-align: left;
  color: #969696;
  padding-right: 15px;
}
.tp-edit-label table td.key {
  width: 30%;
}
.tp-edit-label table td.value {
  width: 70%;
}
.tp-edit-label table td.value p {
  text-align: right;
}
.tp-edit-label table td p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
}
.tp-edit-label table img.arrow {
  width: 14px !important;
  height: 14px;
  margin: 0 0 0 5px;
  position: relative;
  top: 2px;
}

.tp-groupbox-content > tp-edit-label:last-child .separator {
  display: none;
}

tp-edit-item:last-child > tp-edit-label .separator {
  display: none;
}

.tp-edit-groupbox {
  margin: 25px 0 0 0;
  cursor: default;
  background-color: #f8f8f8;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #bebfc3;
  position: relative;
}
.tp-edit-groupbox .edit-groupbox-overlay {
  position: absolute;
  top: 0px;
  height: calc(100% + 1px);
  width: 100%;
  background-color: rgba(255, 0, 0, 0.7);
  z-index: 99;
}
.tp-edit-groupbox .edit-groupbox-overlay p {
  position: absolute;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: white;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
.tp-edit-groupbox .edit-groupbox-overlay p span.undo {
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 1px;
  cursor: pointer;
}
.tp-edit-groupbox .edit-groupbox-header {
  background-color: #f8f8f8;
  padding: 15px 0;
  border-top: 1px solid #bebfc3;
}
.tp-edit-groupbox .edit-groupbox-header table {
  width: 100%;
}
.tp-edit-groupbox .edit-groupbox-header td.middle {
  width: 100%;
}
.tp-edit-groupbox .edit-groupbox-header td.edit-groupbox-handle {
  cursor: pointer;
}
.tp-edit-groupbox .edit-groupbox-header .icon-list {
  color: #969696;
}
.tp-edit-groupbox .edit-groupbox-header .group-title-edit {
  width: 100%;
  padding: 5px;
  border: 1px solid #bebfc3;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
}
.tp-edit-groupbox td.edit-groupbox-handle span {
  display: block;
  margin: 0 15px;
}
.tp-edit-groupbox td.move span {
  display: block;
  margin: 0 15px;
  cursor: pointer;
}
.tp-edit-groupbox td.move span.group-handle {
  margin: 0 15px;
}
.tp-edit-groupbox .tp-groupbox-content {
  background-color: #fff;
  border-top: 1px solid #bebfc3;
  border-bottom: 1px solid #bebfc3;
}
.tp-edit-groupbox .tp-groupbox-content > ul {
  min-height: 20px;
}
.tp-edit-groupbox .tp-groupbox-content .tp-item {
  width: 100%;
}
.tp-edit-groupbox .tp-groupbox-content .tp-item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tp-edit-groupbox .tp-groupbox-content .edit-attribute-handle {
  width: 25px;
  float: left;
  cursor: move;
  cursor: -webkit-grabbing;
}
.tp-edit-groupbox .tp-groupbox-content .edit-attribute-handle span {
  line-height: 45px;
  text-align: right;
  display: block;
  color: #969696;
}
.tp-edit-groupbox .tp-groupbox-content .edit-attribute {
  width: calc(100% - 25px);
  float: right;
}

tp-edit-groupbox:last-child .tp-edit-groupbox {
  margin: 24px 0 24px 0;
}

.tp-edittabletextbox {
  padding: 0 15px;
}
.tp-edittabletextbox table {
  width: 100%;
}
.tp-edittabletextbox td.left {
  width: 20px;
  vertical-align: middle;
}
.tp-edittabletextbox td.left span {
  position: relative;
  top: 1px;
}
.tp-edittabletextbox td.left span:hover {
  color: red;
  cursor: pointer;
}
.tp-edittabletextbox input {
  border: none;
  width: 100%;
  outline: none;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 45px;
}

tp-edit-table-textbox:last-child .separator {
  display: none;
}

.tp-error {
  background-color: #e9e164;
  border-bottom: 1px solid #bebfc3;
  padding: 0 15px;
}
.tp-error p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 45px;
  text-align: center;
}
.tp-error p span.status {
  font-weight: bold;
}
.tp-error p span.remove {
  float: right;
  position: relative;
  top: 16px;
  cursor: pointer;
}

tp-file-input:last-child .separator {
  display: none;
}

.tp-file-input {
  padding: 0 15px;
}
.tp-file-input table {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  width: 100%;
}
.tp-file-input .left {
  min-width: 25px;
}
.tp-file-input .middle p {
  line-height: 45px;
}
.tp-file-input .right {
  width: 100%;
  text-align: right;
  line-height: 45px;
}
.tp-file-input .right span.fa {
  margin-left: 6px;
}

.last-visible-tp {
  color: red !important;
}

.tp-groupbox {
  margin: 24px 0 0 0;
  cursor: default;
}
.tp-groupbox h2 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  color: #6d6d72;
  padding: 0 15px;
  margin-bottom: 8px;
}
.tp-groupbox h2.show-cursor {
  cursor: pointer;
}
.tp-groupbox h2 span.icon {
  margin-top: 1px;
  float: right;
}
.tp-groupbox h2 span.arrow {
  margin-left: 10px;
  float: right;
  cursor: pointer;
  font-size: 1.1em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.tp-groupbox h2 span.arrow.spin {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tp-groupbox .tp-groupbox-content {
  background-color: #fff;
  border-top: 1px solid #bebfc3;
  border-bottom: 1px solid #bebfc3;
}
.tp-groupbox .infotext {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  color: #6d6d72;
  padding: 8px 15px;
  line-height: 1.4em;
}

table.edit-table {
  width: 100%;
}
table.edit-table tr {
  cursor: pointer;
}
table.edit-table tr.edit-table-tr > td:nth-child(1) {
  width: 25px;
}

tp-groupbox:last-child .tp-groupbox {
  margin: 24px 0 24px 0;
  padding-bottom: 50px;
}

::-webkit-scrollbar {
  display: none;
}

#left, #content, #right {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #efeff4;
}

#right {
  z-index: 2;
}

#content {
  z-index: 1;
}

.scrollable-content {
  height: calc(100vh - 45px - 1px);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: scroll;
}
.scrollable-content > div {
  height: calc(100vh + 1px);
}

.header .flex-wrapper {
  height: 45px;
  background-color: #f7f7f8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #bebfc3;
}
.header .right-header-icon {
  color: #007aff;
  font-size: 1em;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.header .left, .header .right {
  flex: 1 auto;
  height: 100%;
  line-height: 45px;
  min-width: 70px;
}
.header .middle {
  flex: 2 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .right {
  text-align: right;
}
.header .left .header-link {
  padding-left: 15px;
}
.header .right .header-link, .header .right .right-icon {
  padding-right: 15px;
}
.header .middle img {
  width: 25px;
}
.header .header-link {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: #007aff;
  cursor: pointer;
}
.header .header-link span {
  font-size: 0.8em;
  color: black;
  position: relative;
  left: -15px;
}
.header .header-link span.dont-reset {
  left: 0;
}
.header .back-icon {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header h1.title {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 45px;
}
.header .sidebar-opener-container {
  padding: 19px 15px 0 0;
  height: 26px;
  position: relative;
  left: 15px;
}
.header .sidebar-opener-container .one, .header .sidebar-opener-container .two {
  position: relative;
  width: 16px;
  height: 2px;
  background-color: black;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header .sidebar-opener-container .two {
  top: 4px;
}
.header .sidebar-opener-container.open .one {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 3px;
}
.header .sidebar-opener-container.open .two {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 1px;
}

@media only screen and (min-width: 1200px) {
  body.smaller-view .bottom-floater {
    width: calc(1200px - 250px - 250px);
  }
}

.bottom-floater {
  position: fixed;
  z-index: 20000;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .bottom-floater {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 1000px) {
  .bottom-floater {
    width: calc(100% - 250px - 250px);
  }
}

#left {
  width: 80%;
  left: 0;
  border-right: 1px solid #bebfc3;
  box-sizing: border-box;
}
#left.toggled {
  width: 80%;
}

#right {
  display: none;
  right: 0;
  width: 250px;
  border-left: 1px solid #bebfc3;
}

#content {
  width: 100%;
  left: 0;
}
#content.toggled {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 600px) {
  body {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
  }
  #left {
    width: 250px;
  }
  #content {
    left: 250px;
    width: calc(100% - 250px);
  }
  #sidebar-opener {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #content {
    left: 250px;
    width: calc(100% - 250px - 250px);
  }
  #right {
    display: block;
  }
}
.tp-headersubmenu {
  width: 100%;
  background-color: #f7f7f8;
  position: relative;
  border-bottom: 1px solid #bebfc3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 40px;
  align-items: center;
}
.tp-headersubmenu div {
  flex: 1 100%;
  cursor: pointer;
  min-width: 0;
  padding: 0 15px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tp-headersubmenu div:not(:nth-last-child(1)) {
  border-right: 1px solid #bebfc3;
}
.tp-headersubmenu div p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  text-align: center;
  color: #007aff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
.tp-headersubmenu div p span.fa {
  font-size: 1.2em;
}
.tp-headersubmenu div p span.hide-on-mobile {
  display: none;
}

@media only screen and (min-width: 768px) {
  .tp-headersubmenu div p span.fa {
    display: inline;
    margin-left: 7px;
    font-size: 1em;
  }
  .tp-headersubmenu div p span.hide-on-mobile {
    display: inline;
  }
}
.tp-horizontaltree {
  padding: 0 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-horizontaltree span.icon {
  padding: 0 10px;
  color: #969696;
}
.tp-horizontaltree span.holder {
  color: #969696;
}
.tp-horizontaltree span.holder:hover {
  color: black;
}
.tp-horizontaltree span.holder:last-child {
  color: black;
}
.tp-horizontaltree table {
  width: 100%;
}
.tp-horizontaltree .value {
  text-align: right;
  line-height: 45px;
}

tp-horizontal-tree:last-child .separator {
  display: none;
}

.tp-imagelabel {
  padding: 12px 15px 13px 15px;
}
.tp-imagelabel table {
  width: 100%;
}
.tp-imagelabel table td:nth-child(1) {
  width: 70px;
  padding-right: 15px;
}
.tp-imagelabel table td p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
}
.tp-imagelabel table td:nth-child(3) {
  text-align: right;
}
.tp-imagelabel .name {
  font-weight: bold;
}
.tp-imagelabel .description {
  color: #969696;
  font-size: 0.8em;
}
.tp-imagelabel .image-preview {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.tp-imagelabel input[type=button] {
  background-color: transparent;
  border: 1px solid #da1a1a;
  padding: 6px 12px;
  border-radius: 5px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #da1a1a;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tp-imagelabel input[type=button]:active {
  color: white;
  background-color: #da1a1a;
}
.tp-imagelabel input[type=button]:focus {
  outline: none;
}

tp-image-label:last-child .separator {
  display: none;
}

tp-input:last-child .separator {
  display: none;
}

.tp-item {
  background: #fff;
}

.tp-item .separator {
  display: block !important;
}

.tp-item:last-child .separator {
  display: none !important;
}

.tp-label {
  padding: 12px 15px 13px 15px;
}
.tp-label.new {
  background-color: #D4FFBA;
}
.tp-label.updated {
  background-color: #FCFF90;
}
.tp-label.deleted {
  background-color: #FFBCB9;
}
.tp-label.deleted p, .tp-label.deleted h1, .tp-label.deleted h2, .tp-label.deleted h3, .tp-label.deleted h4, .tp-label.deleted h5, .tp-label.deleted h6 {
  text-decoration: line-through;
}
.tp-label table {
  width: 100%;
}
.tp-label table td:nth-child(1).edit p {
  color: black;
}
.tp-label table td:nth-child(1) p {
  text-align: left;
  color: #969696;
  padding-right: 15px;
}
.tp-label table td:nth-child(2) p {
  text-align: right;
}
.tp-label table td p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
}

tp-label:last-child .separator {
  display: none;
}

.tp-label-textbox {
  padding: 0px 15px;
}
.tp-label-textbox table {
  width: 100%;
}
.tp-label-textbox table td.key p {
  text-align: left;
  color: #969696;
  padding-right: 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-label-textbox table td.value input {
  margin: 0;
  padding: 0;
  text-align: right;
  border: none;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  width: 100%;
  line-height: 45px;
}
.tp-label-textbox table td.value input:focus {
  outline: none;
}

tp-label-textbox:last-child .separator {
  display: none;
}

.tp-link {
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tp-link:hover {
  cursor: pointer;
}
.tp-link table {
  height: 45px;
}
.tp-link table td.left {
  min-width: 25px;
  vertical-align: middle;
}
.tp-link table td.left span {
  line-height: 45px;
}
.tp-link table td.middle {
  width: 100%;
  vertical-align: middle;
}
.tp-link table td.middle p.text {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.3em;
}
.tp-link table td.middle p.text.not-available {
  font-style: italic;
  color: #969696;
}
.tp-link table td.right {
  width: 50px;
  padding-left: 12px;
  vertical-align: middle;
}
.tp-link table td.right span {
  line-height: 45px;
  color: #969696;
}
.tp-link .red {
  color: rgb(237, 65, 65);
}
.tp-link .green {
  color: #18A334;
}
.tp-link .blue {
  color: #007aff;
}
.tp-link img.arrow {
  width: 14px;
  height: 14px;
}
.tp-link .tag {
  padding: 0 10px;
  margin-right: 12px;
  border-radius: 25px;
  background-color: rgba(55, 150, 229, 0.45);
}
.tp-link .tag.blue {
  background-color: rgba(55, 150, 229, 0.45);
}
.tp-link .tag.blue p {
  color: black;
}
.tp-link .tag.red {
  background-color: #F0686A;
}
.tp-link .tag.red p {
  color: white;
}
.tp-link .tag.black {
  background-color: #000000;
}
.tp-link .tag.black p {
  color: white;
}
.tp-link .tag p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase;
  white-space: nowrap;
}
.tp-link .inline-tag {
  position: absolute;
  text-transform: uppercase;
  font-size: 0.7em;
  background-color: #da1a1a;
  color: white;
  padding: 4px 10px;
  border-radius: 5px;
  float: right;
  margin-top: -10px;
  position: relative;
  top: 7px;
}

tp-link:last-child .separator {
  display: none;
}

.tp-map {
  height: 500px;
  max-height: 60vh;
}
.tp-map.edit-mode {
  height: auto;
}
.tp-map.edit-mode .separator {
  display: none !important;
}
.tp-map .google-map {
  height: 100%;
}

tp-map:last-child .separator {
  display: none;
}

.tp-mediaslider {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tp-mediaslider.new {
  background-color: #D4FFBA;
}
.tp-mediaslider.updated {
  background-color: #FCFF90;
}
.tp-mediaslider.deleted {
  background-color: #FFBCB9;
}
.tp-mediaslider.deleted p, .tp-mediaslider.deleted h1, .tp-mediaslider.deleted h2, .tp-mediaslider.deleted h3, .tp-mediaslider.deleted h4, .tp-mediaslider.deleted h5, .tp-mediaslider.deleted h6 {
  text-decoration: line-through;
}
.tp-mediaslider .slider-container {
  position: relative;
  white-space: nowrap;
  left: calc(50% - 100px);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tp-mediaslider .description p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  margin: 10px 0 0 0;
  text-align: center;
}
.tp-mediaslider .list-view table {
  margin: 0 15px;
}
.tp-mediaslider .list-view table tr.header p {
  font-weight: 600;
}
.tp-mediaslider .list-view table tr.header td {
  padding-top: 0;
}
.tp-mediaslider .list-view table tr:not(.header):hover p {
  text-decoration: underline;
}
.tp-mediaslider .list-view table tr:not(.header):hover {
  cursor: pointer;
}
.tp-mediaslider .list-view table td {
  padding: 5px 15px 5px 0;
}
.tp-mediaslider .list-view table td:nth-child(1) {
  width: 100%;
}
.tp-mediaslider .list-view a {
  color: #007aff;
  text-decoration: none;
}
.tp-mediaslider .list-view a:hover {
  text-decoration: underline;
}
.tp-mediaslider .list-view p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-mediaslider .item {
  width: 200px;
  height: 200px;
  margin: 0 4px 0 0;
  border-radius: 4px;
}
.tp-mediaslider .item.image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tp-mediaslider .item.image .zoom {
  background-color: rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: none;
}
.tp-mediaslider .item.image .zoom:hover {
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.tp-mediaslider .item.image .fa-search {
  position: absolute;
  margin: 13px 0 0 14px;
}
.tp-mediaslider .item.video video {
  width: 200px;
  height: 200px;
}
.tp-mediaslider .item.file {
  width: 200px;
  height: 200px;
}
.tp-mediaslider .item {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tp-mediaslider .item.selected {
  opacity: 1;
}
.tp-mediaslider .item.selected .zoom {
  display: block;
}

tp-media-slider:last-child .separator {
  display: none;
}

.tp-mediasliderfullscreenpopup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  -webkit-animation: opacityfadein 0.3s;
  -moz-animation: opacityfadein 0.3s;
  -ms-animation: opacityfadein 0.3s;
  -o-animation: opacityfadein 0.3s;
  animation: opacityfadein 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.tp-mediasliderfullscreenpopup.slide-down {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: opacityfadeout 0.3s;
  -moz-animation: opacityfadeout 0.3s;
  -ms-animation: opacityfadeout 0.3s;
  -o-animation: opacityfadeout 0.3s;
  animation: opacityfadeout 0.3s;
}
.tp-mediasliderfullscreenpopup img, .tp-mediasliderfullscreenpopup video {
  max-height: calc(100% - 75px);
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 75px;
}
.tp-mediasliderfullscreenpopup .closer {
  position: fixed;
  right: 0;
  top: 0;
  padding: 15px;
  cursor: pointer;
  z-index: 9;
}
.tp-mediasliderfullscreenpopup .closer span {
  font-family: Garamond, "Apple Garamond";
  font-size: 2em;
  color: white;
  text-shadow: 0px 0px 3px black;
}
.tp-mediasliderfullscreenpopup .nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.tp-mediasliderfullscreenpopup .nav p.count {
  color: white;
  text-align: center;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  margin: 0 0 5px 0;
}
.tp-mediasliderfullscreenpopup .nav .left, .tp-mediasliderfullscreenpopup .nav .right {
  color: white;
  float: left;
  width: 50%;
  border: 1px solid white;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 1.3em;
}
.tp-mediasliderfullscreenpopup .nav .left:active, .tp-mediasliderfullscreenpopup .nav .right:active {
  background-color: white;
  color: black;
}
.tp-mediasliderfullscreenpopup .nav .right {
  border-left: none;
}

@-webkit-keyframes opacityfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacityfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************************************************************************************/
.tp-mediaslideraudio {
  background-color: #444;
}

.tp-mediaslidervideo {
  background-color: #444;
}

.tp-mediasliderfile {
  background-color: #444;
  position: absolute;
  text-align: center;
  line-height: 210px;
}

.tp-mediaslideraudio, .tp-mediaslidervideo, .tp-mediasliderfile {
  width: 200px;
  height: 200px;
  border-radius: 4px;
}
.tp-mediaslideraudio .icon, .tp-mediaslidervideo .icon, .tp-mediasliderfile .icon {
  color: white;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}
.tp-mediaslideraudio .playbutton, .tp-mediaslidervideo .playbutton, .tp-mediasliderfile .playbutton {
  width: 60px;
  height: 40px;
  background-color: #bebfc3;
  border-radius: 5px;
  margin: auto;
  cursor: pointer;
  position: relative;
  top: 80px;
}
.tp-mediaslideraudio .playbutton:hover, .tp-mediaslidervideo .playbutton:hover, .tp-mediasliderfile .playbutton:hover {
  background-color: white;
}
.tp-mediaslideraudio .playbutton .triangle span, .tp-mediaslidervideo .playbutton .triangle span, .tp-mediasliderfile .playbutton .triangle span {
  position: absolute;
  color: #444;
  font-size: 0.8em;
  top: 14px;
  left: 1px;
  text-align: center;
  width: 100%;
}

.tp-mediaslideraudiopopup {
  width: 100%;
  display: table;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 80px;
  top: 0;
  background-color: white;
  border-top: 1px solid #bebfc3;
  -webkit-animation: audioslideup 0.3s;
  -moz-animation: audioslideup 0.3s;
  -ms-animation: audioslideup 0.3s;
  -o-animation: audioslideup 0.3s;
  animation: audioslideup 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.tp-mediaslideraudiopopup.slide-down {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: audioslidedown 0.3s;
  -moz-animation: audioslidedown 0.3s;
  -ms-animation: audioslidedown 0.3s;
  -o-animation: audioslidedown 0.3s;
  animation: audioslidedown 0.3s;
}
.tp-mediaslideraudiopopup .close-button {
  text-align: right;
  padding: 10px 13px 0 0;
  font-size: 0.8em;
}
.tp-mediaslideraudiopopup .controls {
  text-align: center;
  margin-top: -3px;
}
.tp-mediaslideraudiopopup .controls span.buttons {
  display: inline-block;
  width: 20px;
  position: relative;
  top: 2px;
  font-size: 1.1em;
  padding: 0 4px;
}
.tp-mediaslideraudiopopup .controls span.fa-times {
  font-size: 1.5em !important;
}
.tp-mediaslideraudiopopup .controls.close {
  margin-top: -8px;
  font-size: 0.7em;
}
.tp-mediaslideraudiopopup .timeline-container {
  width: 100%;
  margin: 5px auto;
  display: table-cell;
  vertical-align: middle;
}
.tp-mediaslideraudiopopup .timeline-container table {
  width: 100%;
}
.tp-mediaslideraudiopopup .timeline-container table td:nth-child(1), .tp-mediaslideraudiopopup .timeline-container table td:nth-child(4) {
  padding: 0 10px;
}
.tp-mediaslideraudiopopup .timeline-container table td:nth-child(2) {
  width: 70%;
}
.tp-mediaslideraudiopopup p.time {
  top: -1px;
  width: 100px;
  position: relative;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.7em;
  text-align: center;
}
.tp-mediaslideraudiopopup input[type=range] {
  padding: 0;
  border-radius: 0;
  margin: -8px 0 0 0;
  margin: 0 10px;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  vertical-align: middle;
}
.tp-mediaslideraudiopopup input[type=range]::-webkit-slider-runnable-track {
  height: 15px;
  background: #ececec;
  margin: 15px 0;
}
.tp-mediaslideraudiopopup input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  height: 100%;
  width: 10px;
  background: black;
}
.tp-mediaslideraudiopopup input[type=range]::-webkit-slider-thumb:before {
  content: "=";
  font-style: 0;
  line-height: 0;
  position: absolute;
  left: -3000px;
  right: 10px;
  top: 0;
  bottom: 0;
  background: #bebfc3;
}
.tp-mediaslideraudiopopup input[type=range]::-webkit-slider-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  right: 10px;
  top: 0;
  bottom: 0;
  background: #ececec;
  z-index: 10;
}
.tp-mediaslideraudiopopup input[type=range]:focus {
  outline: none;
}
.tp-mediaslideraudiopopup input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ececec;
}

@-webkit-keyframes audioslideup {
  0% {
    top: 0;
  }
  100% {
    top: -80px;
  }
}
@keyframes audioslideup {
  0% {
    top: 0;
  }
  100% {
    top: -80px;
  }
}
@-webkit-keyframes audioslidedown {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
@keyframes audioslidedown {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
/******************************************************************************************************/
.tp-mediasliderpreview {
  margin-left: 15px;
}
.tp-mediasliderpreview table {
  width: 100%;
}
.tp-mediasliderpreview table tr {
  padding: 0;
}
.tp-mediasliderpreview table td:nth-child(2) {
  text-align: right;
}
.tp-mediasliderpreview p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-mediasliderpreview p span {
  padding-right: 5px;
}
.tp-mediasliderpreview p span.mediaslider {
  margin-right: 2px;
  color: #969696;
}
.tp-mediasliderpreview img.arrow {
  width: 14px;
  height: 14px;
}

/******************************************************************************************************/
.tp-mediaitem {
  padding: 12px 15px;
}
.tp-mediaitem table {
  width: 100%;
}
.tp-mediaitem table td p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
}
.tp-mediaitem table td.right {
  width: 50px;
  padding-left: 12px;
  vertical-align: middle;
}
.tp-mediaitem table td.right img.arrow {
  width: 14px;
  height: 14px;
}

tp-media-item:last-child .separator {
  display: none;
}

.tp-multiselect {
  padding: 0 15px;
}
.tp-multiselect:hover {
  cursor: pointer;
}
.tp-multiselect table {
  width: 100%;
}
.tp-multiselect table td {
  width: 50%;
}
.tp-multiselect .pls-select {
  line-height: 45px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  float: right;
}
.tp-multiselect p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 45px;
  color: #969696;
}
.tp-multiselect ul {
  margin: 15px 0;
  display: inline-block;
  float: right;
}
.tp-multiselect li {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.1em;
}
.tp-multiselect li span {
  margin-right: 2px;
}

.multiselect-item {
  padding: 0 15px;
}
.multiselect-item span {
  line-height: 45px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.multiselect-item input[type=checkbox] {
  position: relative;
  top: -1px;
}

.item-list:last-child .separator {
  display: none;
}

tp-multi-select:not(.deactivate-separator):last-child .separator {
  display: none;
}

tp-multi-select.deactivate-separator .separator {
  display: none;
}

.tp-nativeselect {
  padding: 0 15px;
}
.tp-nativeselect:hover {
  cursor: pointer;
}
.tp-nativeselect p {
  position: absolute;
  line-height: 45px;
  color: #969696;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-nativeselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  height: 45px;
  width: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  direction: rtl;
  cursor: pointer;
  outline: none;
}
.tp-nativeselect select option {
  direction: ltr;
}

tp-native-select:last-child .separator {
  display: none;
}

.tp-pie-chart {
  padding: 15px;
}
.tp-pie-chart li {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 15px;
}

tp-pie-chart:last-child .separator {
  display: none;
}

.tp-popup.transparent, .tp-side-popup.transparent {
  background-color: transparent;
}

.tp-popup {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%; /* Default */
  margin-right: auto;
  margin-left: auto;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #efeff4;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-animation: slideup 0.3s;
  -moz-animation: slideup 0.3s;
  -ms-animation: slideup 0.3s;
  -o-animation: slideup 0.3s;
  animation: slideup 0.3s;
}
.tp-popup.slide-down {
  -webkit-animation: slidedown 0.3s;
  -moz-animation: slidedown 0.3s;
  -ms-animation: slidedown 0.3s;
  -o-animation: slidedown 0.3s;
  animation: slidedown 0.3s;
}

.tp-side-popup {
  z-index: 10001;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%; /* Default */
  margin-right: auto;
  margin-left: auto;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #efeff4;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-animation: slideleft 0.3s;
  -moz-animation: slideleft 0.3s;
  -ms-animation: slideleft 0.3s;
  -o-animation: slideleft 0.3s;
  animation: slideleft 0.3s;
}
.tp-side-popup.slide-down {
  -webkit-animation: slideleftout 0.3s;
  -moz-animation: slideleftout 0.3s;
  -ms-animation: slideleftout 0.3s;
  -o-animation: slideleftout 0.3s;
  animation: slideleftout 0.3s;
}

.tp-popup-dialog {
  /* A centered div above the overlay with a box shadow. */
}

.tp-popup-dialog-content {
  text-align: left;
}

@-webkit-keyframes slideup {
  0% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes slideup {
  0% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes slidedown {
  0% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes slidedown {
  0% {
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes slideleft {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@keyframes slideleft {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-webkit-keyframes slideleftout {
  0% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes slideleftout {
  0% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@keyframes fadein {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@-webkit-keyframes fadeout {
  0% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes fadeout {
  0% {
    background-color: rgba(0, 0, 0, 0.8);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes opacityfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacityfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityfadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tp-progresslink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 15px;
}
.tp-progresslink:hover {
  cursor: pointer;
}
.tp-progresslink .text {
  flex: 1 auto;
}
.tp-progresslink .text p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-progresslink .progress-bar {
  width: 120px;
  height: 20px;
  border: 1px solid #bebfc3;
  margin-right: 15px;
}
.tp-progresslink .progress-bar .value {
  height: 20px;
  background-color: #E2E2E2;
}
tp-progress-link:last-child .separator {
  display: none;
}

.tp-radio-button {
  padding: 0 15px;
  cursor: pointer;
}
.tp-radio-button input {
  display: inline-block;
  line-height: 45px;
}
.tp-radio-button span.label {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  padding-left: 10px;
  line-height: 45px;
  color: #000;
}

tp-radio-button:last-child .separator {
  display: none;
}

.tp-searchtextbox input, .tp-searchnumericbox input {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 45px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-searchtextbox input:focus, .tp-searchnumericbox input:focus {
  outline: none;
}

table.tp-textbox-alignment {
  width: 100%;
}
table.tp-textbox-alignment td:nth-child(1) {
  width: 25px;
}

tp-searchtextbox:last-child .separator {
  display: none;
}

.tp-select, .tp-categoryselect, .category-multi-select {
  padding: 0 15px;
  cursor: pointer;
}
.tp-select table, .tp-categoryselect table, .category-multi-select table {
  width: 100%;
}
.tp-select table td, .tp-categoryselect table td, .category-multi-select table td {
  width: 50%;
}
.tp-select table td.right, .tp-categoryselect table td.right, .category-multi-select table td.right {
  text-align: right;
}
.tp-select table td.right select, .tp-categoryselect table td.right select, .category-multi-select table td.right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-select table td:nth-child(1) p, .tp-categoryselect table td:nth-child(1) p, .category-multi-select table td:nth-child(1) p {
  text-align: left;
  color: #969696;
  padding-right: 15px;
}
.tp-select table td:nth-child(2) p, .tp-categoryselect table td:nth-child(2) p, .category-multi-select table td:nth-child(2) p {
  text-align: right;
  color: #000;
}
.tp-select table td p, .tp-categoryselect table td p, .category-multi-select table td p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 45px;
}
.tp-select table td p span.fa, .tp-categoryselect table td p span.fa, .category-multi-select table td p span.fa {
  padding: 0 0 0 7px;
}
.tp-select table img.arrow, .tp-categoryselect table img.arrow, .category-multi-select table img.arrow {
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

tp-select:last-child .separator {
  display: none;
}

tp-nativeselect:last-child .separator {
  display: none;
}

categoryselect:last-child .separator {
  display: none;
}

.spinner {
  text-align: center;
  position: relative;
}
.spinner h1 {
  margin-top: 10vh;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.7em;
}
.spinner p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  margin-top: 10px;
}
.tp-switch {
  padding: 0 15px;
}
.tp-switch table {
  width: 100%;
  height: 45px;
}
.tp-switch table td:nth-child(1).edit p {
  color: black;
}
.tp-switch table td:nth-child(1) p {
  text-align: left;
  color: #969696;
  padding-right: 15px;
}
.tp-switch table td p {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.4em;
}
.tp-switch .switch {
  position: relative;
  top: 2px;
  float: right;
}
.tp-switch .switch input {
  display: none;
}
.tp-switch .switch i {
  display: inline-block;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  width: 50px;
  -webkit-transition: transform ease 0.2s;
  -moz-transition: transform ease 0.2s;
  -ms-transition: transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transition: transform ease 0.2s;
}
.tp-switch .switch i:before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: transform ease 0.2s;
  -moz-transition: transform ease 0.2s;
  -ms-transition: transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transition: transform ease 0.2s;
}
.tp-switch .switch :checked + i {
  background-color: rgba(0, 0, 0, 0.78);
}
.tp-switch .switch :checked + i:before {
  transform: translate(25px, 0);
}

tp-switch:last-child .separator {
  display: none;
}

.tp-tab {
  height: 45px;
}
.tp-tab .tabs {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.tp-tab .tabs .tab {
  background: white;
  padding: 0 30px;
  border: 1px solid #bebfc3;
}
.tp-tab .tabs .tab p {
  line-height: 45px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-tab .tabs .tab.active {
  background: red;
}

.tp-text-block {
  padding: 0 15px;
}
.tp-text-block.new {
  background-color: #D4FFBA;
}
.tp-text-block.updated {
  background-color: #FCFF90;
}
.tp-text-block.deleted {
  background-color: #FFBCB9;
}
.tp-text-block.deleted p, .tp-text-block.deleted h1, .tp-text-block.deleted h2, .tp-text-block.deleted h3, .tp-text-block.deleted h4, .tp-text-block.deleted h5, .tp-text-block.deleted h6 {
  text-decoration: line-through;
}

tp-text-block:last-child .separator {
  display: none;
}

.tp-textarea textarea {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  padding: 15px;
  width: 100%;
  min-height: 200px;
  border: none;
}
.tp-textarea textarea:focus {
  outline: none;
}

tp-textarea:last-child .separator {
  display: none;
}

.tp-textbox {
  padding: 0 15px;
}
.tp-textbox td.input-field {
  position: relative;
}
.tp-textbox input {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 45px;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.tp-textbox input:focus {
  outline: none;
}
.tp-textbox input.auto-caps {
  text-transform: lowercase;
}
.tp-textbox td.input-field:hover .clear-textbox {
  display: block;
}
.tp-textbox .clear-textbox {
  position: absolute;
  top: 5px;
  right: -5px;
  padding: 10px;
  display: none;
  cursor: pointer;
}
.tp-textbox .clear-textbox:hover span {
  color: black;
}
.tp-textbox .clear-textbox span {
  font-size: 0.8em;
  color: #969696;
}

tp-textbox:last-child .separator {
  display: none;
}

.tipsy {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  padding: 5px;
  position: absolute;
  z-index: 100000;
  margin: -2px 0 0 0px;
}

.tipsy-inner {
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFF;
  max-width: 200px;
  padding: 8px 15px;
  text-align: center;
}

.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  border: 5px dashed rgba(0, 0, 0, 0.9);
  height: 0;
  line-height: 0;
  position: absolute;
  width: 0;
}

.tipsy-arrow-n {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.tipsy-arrow-s {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.tipsy-arrow-e {
  border-left-color: rgba(0, 0, 0, 0.9);
}

.tipsy-arrow-w {
  border-right-color: rgba(0, 0, 0, 0.9);
}

.tipsy-n .tipsy-arrow {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  left: 50%;
  margin-left: -5px;
  top: 0px;
}

.tipsy-nw .tipsy-arrow {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  left: 10px;
  top: 0;
}

.tipsy-ne .tipsy-arrow {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  right: 10px;
  top: 0;
}

.tipsy-s .tipsy-arrow {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.tipsy-sw .tipsy-arrow {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid;
  bottom: 0;
  left: 10px;
}

.tipsy-se .tipsy-arrow {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid;
  bottom: 0;
  right: 10px;
}

.tipsy-e .tipsy-arrow {
  border-bottom-color: transparent;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  margin-top: -5px;
  right: 0;
  top: 50%;
}

.tipsy-w .tipsy-arrow {
  border-bottom-color: transparent;
  border-left: none;
  border-right-style: solid;
  border-top-color: transparent;
  left: 0;
  margin-top: -5px;
  top: 50%;
}

.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .tooltip-text {
  position: absolute;
  width: 200%;
  text-align: center;
  left: -50%;
  background-color: grey;
}
body {
  background-color: #efeff4;
  -webkit-text-size-adjust: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  font-size: 100%;
}
body.font-size-increase-10 {
  font-size: 110%;
}
body.font-size-increase-20 {
  font-size: 120%;
}
body.font-size-increase-30 {
  font-size: 130%;
}
body.font-size-increase-40 {
  font-size: 140%;
}
body.font-size-increase-50 {
  font-size: 150%;
}

body, html {
  height: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1200px) {
  body.smaller-view {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #bebfc3;
    border-right: 1px solid #bebfc3;
  }
  #smaller-view-content-hider {
    position: fixed;
    top: 0;
    right: 0;
    left: calc(50% + 600px);
    bottom: 0;
    background-color: rgb(239, 239, 244);
    border-left: 1px solid #bebfc3;
    z-index: 9;
  }
}
input[type=text], input[type=number], input[type=search], textarea {
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.active {
  cursor: pointer;
  background-color: #bebfc3 !important;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

._720kb-tooltip-title {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}

.hairlines div, .hairlines input, .hairlines h1 {
  border-width: 0.5px !important;
}
