@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Bitter");
/**
 * @license angular-bootstrap-datetimepicker  version: 0.4.0
 * Copyright 2015 Knight Rider Consulting, Inc. http://www.knightrider.com
 * License: MIT
 */

.datetimepicker {
  border-radius: 4px;
  direction: ltr;
  display: block;
  margin-top: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 320px;
}

.datetimepicker > div {
  display: none;
}

.datetimepicker .hour,
.datetimepicker .minute {
  height: 34px;
  line-height: 34px;
  margin: 0;
  width: 25%;
}

.datetimepicker .table {
  margin: 0;
}

.datetimepicker .table td,
.datetimepicker .table th {
  border: 0;
  border-radius: 4px;
  height: 20px;
  text-align: center;
}

.datetimepicker .minute:hover,
.datetimepicker .hour:hover,
.datetimepicker .day:hover,
.datetimepicker .switch:hover,
.datetimepicker .left:hover,
.datetimepicker .right:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datetimepicker .disabled,
.datetimepicker .disabled:hover {
  background: none;
  color: #ebebeb;
  cursor: default;
}

.datetimepicker .active,
.datetimepicker .active:hover,
.datetimepicker .active.disabled,
.datetimepicker .active.disabled:hover {
  background-color: #0044cc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#04c', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker .active:hover,
.datetimepicker .active:hover:hover,
.datetimepicker .active.disabled:hover,
.datetimepicker .active.disabled:hover:hover,
.datetimepicker .active:active,
.datetimepicker .active:hover:active,
.datetimepicker .active.disabled:active,
.datetimepicker .active.disabled:hover:active,
.datetimepicker .active.active,
.datetimepicker .active:hover.active,
.datetimepicker .active.disabled.active,
.datetimepicker .active.disabled:hover.active,
.datetimepicker .active.disabled,
.datetimepicker .active:hover.disabled,
.datetimepicker .active.disabled.disabled,
.datetimepicker .active.disabled:hover.disabled,
.datetimepicker td.active[disabled],
.datetimepicker td.active:hover[disabled],
.datetimepicker td.active.disabled[disabled],
.datetimepicker td.active.disabled:hover[disabled],
.datetimepicker span.active[disabled],
.datetimepicker span.active:hover[disabled],
.datetimepicker span.active.disabled[disabled],
.datetimepicker span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datetimepicker span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}

.datetimepicker span:hover {
  background: #eeeeee;
}

.datetimepicker .past,
.datetimepicker .future {
  color: #999999;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper-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-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";
}

.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;
}
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;
  vertical-align: baseline;
}

button,
input,
select,
textarea,
a {
  font-family: "Libre Franklin", sans-serif;
}

html {
  font-size: 62.5%;
  color: #5f5d5d;
  font-family: "Libre Franklin", sans-serif;
}

body {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  background: url(../images/bg/bg-green.png) repeat;
}

* {
  box-sizing: border-box;
}

.right {
  float: right;
}

.left {
  float: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.small-font {
  font-size: 10px;
}

.pad-left-20 {
  padding-left: 20px !important;
}

.pad-right-20 {
  padding-right: 20px !important;
}

.pad-top-20 {
  padding-top: 20px;
}

.margin-top-20 {
  margin-top: 2rem !important;
}

.margin-top-40 {
  margin-top: 4rem !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.no-margin {
  margin: 0 !important;
}

.no-left-margin {
  margin-left: 0 !important;
}

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

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

.highlight {
  color: deepskyblue;
}

.clear {
  clear: both;
}

.underlined-header {
  border-bottom: solid 2px deepskyblue;
  padding-bottom: 10px;
}

.title {
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

svg {
  color: #4d4d4d;
}

html,
body {
  height: 100%;
  color: #4d4d4d;
}

header {
  height: 85px;
  padding: 2rem;
  background: #fff;
}

.hamburger {
  margin-top: 0.5rem;
}

footer {
  height: 100px;
  position: relative;
}

@media screen and (min-width: 769px) {
  footer {
    overflow: hidden;
  }
}

footer .row {
  padding: 30px 30px;
  background: #fff;
}

footer .row a {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
  }

  .main-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  #footer {
    z-index: 1;
    height: 100px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
  }
}

#nav {
  position: relative;
  text-align: center;
}

#nav #social-nav {
  margin: auto;
}

#nav #social-nav a {
  text-decoration: none;
}

ul.menu {
  list-style: none;
}

ul.menu li {
  width: 100%;
  border-bottom: 1px solid #5f5d5d;
}

ul.menu li a,
ul.menu li a:visited {
  display: block;
  text-decoration: none;
  color: #4d4d4d;
  font-weight: bold;
  padding: 1rem 2rem;
  font-size: 15px;
  font-size: 1.5rem;
}

ul.menu li:hover > a,
ul.menu li.current > a {
  color: #a2bf2f;
}

ul.menu li ul {
  background: #EEE;
  list-style: none;
}

ul.menu li ul li a {
  display: block;
  text-transform: none;
  padding-left: 3rem;
}

#sidebar h2 {
  text-transform: uppercase;
}

#sidebar ul {
  list-style: none;
}

#sidebar a {
  text-decoration: none;
  font-weight: 700;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

#sidebar a.stump {
  display: block;
  background: url("../images/icons/stump.png") no-repeat;
  padding-left: 4rem;
  height: 5rem;
}

#sidebar a.spade {
  display: block;
  background: url("../images/icons/spade-red.png") no-repeat;
  padding-left: 4rem;
  height: 5rem;
}

#sidebar ul.game-progress {
  position: absolute;
  top: 4rem;
  left: 5rem;
}

#sidebar ul.game-progress li {
  color: #4d4d4d;
  font-weight: 500;
  display: block;
  float: left;
}

#sidebar ul.game-progress li .score {
  margin-right: 2rem;
}

a.nav-side-link {
  color: #4d4d4d;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
}

.main-wrapper {
  display: inline-block;
  width: 100%;
}

.content-wrapper {
  max-width: 120rem;
  margin: auto;
}

#main {
  min-width: 28rem;
}

::-webkit-scrollbar {
  width: 1rem;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

h1 {
  color: #333;
  font-family: "Bitter", serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 400;
  margin: 10px 0 15px 0;
  letter-spacing: 1.2px;
  font-style: italic;
}

h2 {
  color: #333;
  font-family: "Bitter", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 10px 0 15px 0;
  letter-spacing: 1.2px;
  font-style: italic;
}

h3 {
  color: #333;
  font-family: "Bitter", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin: 10px 0 15px 0;
  letter-spacing: 1.2px;
  font-style: italic;
}

h4 {
  color: #333;
  font-family: "Bitter", serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10px 0 15px 0;
  letter-spacing: 1.2px;
  font-style: italic;
}

p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0.3rem 0 1rem 0;
}

strong,
.strong {
  font-weight: 700;
}

hr {
  height: 1px;
  background: none;
  border: 1px solid #5f5d5d;
  display: block;
  margin: 3rem 0;
}

.removing {
  text-decoration: line-through;
}

.editable-inplace .editable-text {
  border-bottom: 1px dashed #5f5d5d;
}

.editable-inplace input {
  display: none;
  width: inherit !important;
}

.editable-inplace.editing .editable-text {
  display: none;
}

.editable-inplace.editing input {
  display: inherit;
}

a {
  color: #4d4d4d;
}

a.icon {
  padding: 1.4rem 0 1rem 3rem;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}

a.accept {
  padding: 0.4rem 0.4rem 0 3rem;
  background: url("../images/icons/accept.png") no-repeat 0%;
}

a.comment {
  background: url("../images/icons/comment.png") no-repeat 0%;
}

a.decline {
  padding: 0.4rem 0 0 3rem;
  background: url("../images/icons/decline.png") no-repeat 0%;
}

a.download {
  background: url("../images/icons/export-grey.png") no-repeat 0%;
}

a.edit-small {
  background: url("../images/icons/edit-grey-pencil.png") no-repeat 0%;
}

a.like {
  background: url("../images/icons/like.png") no-repeat 0%;
  display: inline-block;
}

a.remove {
  background: url("../images/icons/remove.png") no-repeat 0%;
}

a.star {
  background: url("../images/icons/star.png") no-repeat 0%;
}

a.unlike {
  background: url("../images/icons/unlike.png") no-repeat 0%;
  display: inline-block;
}

a:hover {
  color: #a2bf2f;
}

a.button {
  text-align: center;
}

button,
.button,
a.button,
input[type="submit"] {
  text-transform: uppercase;
  padding: 1rem 2rem;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #4d4d4d;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #4d4d4d;
  background: #f0f0f0;
  font-size: 13px;
  font-size: 1.3rem;
}

button.left-icon,
.button.left-icon,
a.button.left-icon,
input[type="submit"].left-icon {
  padding-left: 34px;
  background-position: 10px;
}

button.right-icon,
.button.right-icon,
a.button.right-icon,
input[type="submit"].right-icon {
  padding-right: 3rem;
  background-position: 92% center;
  background-position: right 10px center;
}

button.arrow-right,
.button.arrow-right,
a.button.arrow-right,
input[type="submit"].arrow-right {
  background-image: url("../images/icons/arrow-right-white.png");
  background-repeat: no-repeat;
  background-color: #4d4d4d;
  color: #fff;
}

button.arrow-left,
.button.arrow-left,
a.button.arrow-left,
input[type="submit"].arrow-left {
  background-image: url("../images/icons/arrow-left-white.png");
  background-repeat: no-repeat;
  background-color: #4d4d4d;
  color: #fff;
}

button.email,
.button.email,
a.button.email,
input[type="submit"].email {
  background-image: url("../images/icons/email-white.png");
  background-repeat: no-repeat;
  background-color: #4d4d4d;
  color: #fff;
}

button.export,
.button.export,
a.button.export,
input[type="submit"].export {
  background-image: url("../images/icons/export-white.png");
  background-repeat: no-repeat;
  background-color: #4d4d4d;
  color: #fff;
}

button.add,
.button.add,
a.button.add,
input[type="submit"].add {
  background-image: url("../images/icons/add-white.png");
  background-repeat: no-repeat;
  background-color: #4d4d4d;
  color: #fff;
}

button.remove,
.button.remove,
a.button.remove,
input[type="submit"].remove {
  background-image: url("../images/icons/remove-white.png");
  background-repeat: no-repeat;
  background-color: #4d4d4d;
  color: #fff;
}

button.black-arrow-right,
.button.black-arrow-right,
a.button.black-arrow-right,
input[type="submit"].black-arrow-right {
  background-image: url("../images/icons/arrow-right-black.png");
  background-repeat: no-repeat;
  background-color: white;
}

button.white,
.button.white,
a.button.white,
input[type="submit"].white {
  background-color: white;
  color: black;
}

button:disabled,
.button:disabled,
a.button:disabled,
input[type="submit"]:disabled {
  background-color: black;
  opacity: 0.5;
}

.bubble {
  background: #4d4d4d;
  color: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  text-align: center;
  padding: 0.2rem;
  font-weight: bold;
  position: relative;
  top: -0.5rem;
  margin-left: 0.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.link-list {
  list-style: none;
}

.link-list a {
  color: #5aa94d;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
}

.popup {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  background-color: white;
  -webkit-background-clip: padding-box;
  border: 1px solid #5f5d5d;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  margin-top: 3px;
  z-index: 99;
}

div.multiselectPopup {
  margin-top: -0.5rem;
}

div.multiselectPopup > ul {
  margin: 0.5rem;
}

div.multiselectPopup > ul > li {
  padding: 3px 12px 3px 12px;
}

div.multiselectPopup > ul > li:hover {
  background-color: #EEE;
}

div.multiselectPopup > ul > li > label {
  display: block;
  width: 100%;
}

div.actionSelectIcon:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='deepskyblue' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>");
}

div.actionsPopup {
  right: 0px;
}

div.actionsPopup a {
  color: #4d4d4d;
  text-decoration: none;
}

div.actionsPopup > ul {
  padding: 5px 0px;
}

div.actionsPopup > ul > li {
  padding: 0px 12px;
}

div.actionsPopup > ul > li:hover {
  background-color: #EEE;
}

.tabbed .tab {
  display: inline-block;
  width: 100%;
}

.tabbed .tab-item {
  background: #333;
  margin-right: 2px;
  margin-bottom: 2px;
}

.tabbed .tab-item.active {
  background: white;
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.1);
}

.tabbed .tab-item.active a {
  color: #333;
}

.tabbed .tab-item a {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

.tabbed .tabs-body {
  margin-top: -1px;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1rem;
}

tags-input .tags {
  border: 2px solid #333 !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  padding: 0.3rem 1rem;
}

tags-input .tags input[type='text'] {
  border: none !important;
  padding: none !important;
}

tags-input .tags .tag-item {
  border-radius: 0;
  background: none;
}

textarea {
  max-width: 100%;
  min-height: 8rem;
  padding: 1rem;
}

input,
select,
.multiselect {
  margin: 0.5rem 0;
}

.multiselect {
  position: relative;
  background-color: white;
  border: 1px solid black;
  padding: 6px;
}

.datetimepicker {
  background: #fff;
  position: absolute;
  padding: 1rem 2rem;
  border: solid #333;
  border-width: 0 1px 2px 1px;
  width: 179px;
  border-radius: 0;
  margin: -4px 0 0 0;
}

.datetimepicker i.glyphicon.glyphicon-arrow-left:before {
  content: "<";
}

.datetimepicker i.glyphicon.glyphicon-arrow-right:before {
  content: ">";
}

.datepicker-open {
  padding: 1.4rem 0 1rem 3rem;
  background: url("../images/icons/datepicker.png") no-repeat 8%;
}

.white-box {
  background: white;
  padding: 2.5rem;
  overflow: hidden;
}

.white-tab {
  background: white;
  padding: 1.5rem;
}

.grey-box {
  background: #EEE;
  padding: 2.5rem;
  margin: 1.5rem;
}

.grey-box .child-info {
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 10px;
}

.grey-box .child-info .left {
  text-align: left;
}

.grey-box .child-info .right {
  text-align: right;
}

.green-box {
  border: none;
  padding: 2rem;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
  background: white;
}

.red-border {
  border: 2px solid #4d4d4d;
}

.circle {
  border-radius: 50%;
}

.white {
  background: white;
}

.content {
  height: 100%;
}

.content > section {
  width: 100%;
  display: inline-block;
}

.mobile-none {
  display: none;
}

@media print {
  .print-none {
    display: none;
  }

  #footer,
  .hamburger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #nav #social-nav {
    margin-top: 1rem;
  }

  .layout-xs-column .pad-right-20 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 500px) {
  .dialog {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  button,
  .button,
  a.button,
  input[type="submit"] {
    text-transform: uppercase;
    padding: 1rem 6rem;
  }

  .underlined-header {
    width: 40%;
  }

  .mobile-only {
    display: none;
  }

  .mobile-none {
    display: inherit;
  }

  header {
    display: none;
  }

  .col-2 {
    width: 50%;
    float: left;
  }

  .tabbed .tab {
    width: inherit;
  }

  .tabbed .tab .tab-item {
    margin-bottom: 0px;
  }

  section.content {
    width: 100%;
    padding-left: 1rem;
  }

  #nav {
    margin: 0 auto;
    max-width: 70rem;
    top: -95px;
  }

  ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ul.menu li {
    display: -ms-flexbox;
    display: flex;
    width: inherit;
    background: transparent;
    border: none;
    -ms-flex: 1;
    flex: 1;
  }

  ul.menu li:hover,
  ul.menu li.current {
    background: transparent;
  }

  ul.menu li a,
  ul.menu li a:visited {
    color: #4d4d4d;
    padding: 1rem 0rem;
    margin: 0 auto;
  }

  ul.menu li a:hover,
  ul.menu li a.current,
  ul.menu li a:visited:hover,
  ul.menu li a:visited.current {
    color: #a2bf2f;
  }
}

/*
 * Registration Confirmation.
 */

.registration-confirmation {
  margin: 0 auto;
  padding: 5rem 0rem;
  text-align: center;
}

/*
 * Input Submit Styling.
 */

[data-ng-click],
input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/*
 * Dialogs.
 */

div.dialog {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 40rem;
  border: 1px solid black;
  background-color: white;
  padding: 5px 20px;
  z-index: 100;
}

/* Note fallbacks for browsers that don't support vh units (particularly older Safari) */

div.glassPane {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  z-index: 99;
  background-color: black;
  opacity: 0.3;
}

div.dialog.confirm {
  top: 10vh;
}

div.dialog.login {
  width: 40rem;
}

/*
 * Form validation.
 *
 * Note file upload highlighting only works when ng-model is used and the label comes after
 * the file input in the HTML.
 */

form.ng-submitted input.ng-invalid,
form.ng-submitted select.ng-invalid,
form.ng-submitted textarea.ng-invalid,
form.ng-submitted input[type="file"].ng-invalid,
form.ng-submitted input[type="file"].ng-invalid + label,
form.ng-submitted input[type="radio"].ng-invalid + label,
form.ng-submitted ace-multiselect.ng-invalid div:first-of-type,
form.ng-submitted tags-input.ng-invalid .tags {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}

input.ng-invalid.ng-dirty,
select.ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty,
input[type="file"].ng-invalid.ng-dirty,
input[type="file"].ng-invalid.ng-dirty + label,
input[type="radio"].ng-invalid.ng-dirty + label,
ace-multiselect.ng-invalid.ng-dirty div:first-of-type,
tags-input.ng-invalid.ng-dirty .tags {
  border: 2px solid red !important;
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}

.error {
  color: red;
}

.multiline {
  white-space: pre-line;
}

/*
 * Overrides for third-party components.
 */

/* ng-tags-input - don't show as invalid when form isn't submitted */

form:not(.ng-submitted) tags-input.ng-invalid .tags {
  box-shadow: none !important;
}

/*
 * angular material md-select
 */

md-input-container {
  margin: 0;
  width: 100%;
}

md-input-container .md-input-focused {
  margin-top: 18px;
}

md-input-container label {
  display: none;
}

md-input-container md-select {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 2px solid #333333;
  padding: 0.3rem 1rem;
}

md-select-value {
  color: rgba(0, 0, 0, 0.87) !important;
}

md-option {
  color: black !important;
}

.md-checkbox-enabled[selected] .md-icon {
  background-color: #555555;
}

.aceSelectHeader .ace-header-searchbox {
  font-size: 1.7rem;
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.aceSelectHeader .ace-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.aceSelectHeader .content_splash {
  position: relative;
  z-index: 999999;
}

.sweet-alert {
  border-radius: 0 !important;
}

.sweet-alert button {
  border-radius: 0 !important;
  border: 2px solid #333 !important;
  background: #fff !important;
  color: #4d4d4d !important;
}

.profile-photo {
  margin: 2rem 0 2rem 1rem;
}

.profile-photo img {
  width: 100px;
}

.profile-photo span {
  margin: 1rem;
  display: block;
}

.profile-inputs {
  padding: 2rem;
  background: #fff;
}

.profile-inputs li {
  padding: 1rem 0;
}

.transform a {
  text-decoration: none;
  font-weight: 700;
  line-height: 2;
  font-size: 1.4rem;
}

.icon {
  padding: 1.4rem 1rem 1rem 3rem;
}

.md-select-value .md-select-icon:after {
  top: 4px;
  transform: scaleY(1.3) scaleX(1.7);
  -webkit-transform: scaleY(1.3) scaleX(1.7);
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#a9a9a9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>");
}

/*
Copyright 2016 Google Inc. All Rights Reserved.
Use of this source code is governed by an MIT-style license that can be in foundin the LICENSE file at http://material.angularjs.org/license.
*/

.main-wrapper {
  background: url(../images/bg/bg-green.png) repeat;
  display: inline-block;
  width: 100%;
}

.home-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/bg/bg-home-full.jpg) no-repeat center center fixed;
  background-size: cover;
  transition: margin-left 1s ease-in;
  -webkit-transition: margin-left 1s ease-in;
  -moz-transition: margin-left 1s ease-in;
  -o-transition: margin-left 1s ease-in;
}

@media screen and (min-width: 500px) {
  .home-wrapper {
    height: 75rem;
  }
}

@media screen and (min-width: 769px) {
  .home-wrapper {
    min-height: calc(100vh - 100px);
    height: 58rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-wrapper {
    height: 78rem;
  }
}

.container {
  max-width: 120rem;
  margin: auto;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.inner-content-wrapper {
  background: #fff;
  padding: 1.5rem;
  margin: 1.5rem;
  min-height: 54rem;
}

.full-height {
  height: calc(100vh - 100px);
}

.auto-scroll {
  overflow-x: overlay;
}

.space-around {
  padding: 2rem;
}

.nav-space {
  margin-bottom: 115px;
}

.intro-container {
  max-width: 57rem;
  margin: 15rem 2rem;
  text-align: center;
  color: #fff;
}

.intro-container .jumbo-header {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  letter-spacing: normal;
  font-style: normal;
  font-size: 41px;
  font-size: 4.1rem;
}

.intro-container a {
  color: #fff;
  font-family: inherit;
  padding: 12px 60px;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 1.7rem;
  background: none;
  margin: 20px 0 30px 0;
  display: inline-block;
  text-decoration: none;
}

.intro-container p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  font-family: "Raleway", sans-serif;
}

.gm-style-iw .card {
  margin: 0;
}

.card {
  padding: 1rem;
  margin: 1.5rem 1.5rem 0 0;
  float: left;
  height: 35rem;
  width: 27rem;
  position: relative;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
}

.card .card-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Prevent flowing behind Read More button */
  max-height: 28rem;
}

.card .card-inner .card-image {
  text-align: center;
}

.card .card-inner .logo,
.card .card-inner .card-image img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 200px;
  max-height: 100px;
}

.card .card-inner .card-highlight {
  margin: 10px 0;
}

.card .card-inner .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  overflow: hidden;
}

.card .card-inner .card-title {
  margin-bottom: .75rem;
  font-size: 1.3rem;
}

.card .card-inner .card-text {
  font-size: 1.3rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 15px;
}

.card .card-inner .bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.icon {
  padding: 1rem 0 0rem 3rem;
  display: inline-block;
  font-size: 1.2rem;
  width: 100%;
}

.location {
  background: url("../images/icons/location.png") no-repeat left center;
  min-height: 21px;
}

.website {
  background: url("../images/icons/web.png") no-repeat left center;
  min-height: 10px;
}

.members {
  background: url("../images/icons/members.svg") no-repeat left center;
  min-height: 12px;
}

.like {
  background: url("../images/icons/like.png") no-repeat;
}

.unlike {
  background: url(../images/icons/unlike.png) no-repeat;
}

.results-container {
  padding: 2rem 0;
  clear: both;
}

.results-container h4,
.results-container h3 {
  margin-left: 2.5rem;
  padding-bottom: 1rem;
}

.results-container h3 {
  margin-top: 2rem;
  border-bottom: solid 2px #fff;
}

.label-md {
  font-family: "Bitter", serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 1.2px;
  display: block;
  width: 100%;
  font-weight: 400;
  padding: 10px 0;
}

.responsive-right {
  float: none;
}

@media screen and (min-width: 769px) {
  .intro-container {
    margin: 41rem auto auto auto;
  }

  .results-container h4,
  .results-container h3 {
    width: 40%;
  }

  .responsive-right {
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .inner-content-wrapper {
    width: 100%;
    margin: 4rem auto 15rem auto;
  }
}

.points-wrapper {
  position: relative;
  z-index: 1;
}

.point {
  border-radius: 50%;
  border: 3px solid white;
  background: #4d4d4d;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}

.point.point-1 {
  top: 2rem;
  left: 10%;
}

.point.point-2 {
  top: 7rem;
  right: 15%;
}

.point.point-3 {
  top: 15rem;
  left: 22%;
}

.point.point-4 {
  top: 15rem;
  right: 25%;
}

.point.point-5 {
  top: 25rem;
  left: 18%;
}

.point.point-6 {
  top: 27rem;
  right: 20%;
}

.point.point-7 {
  top: 35rem;
  left: 13%;
}

.point.point-8 {
  top: 35rem;
  right: 16%;
}

.point.active.pointer-down::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  display: block;
  position: relative;
  top: 3rem;
  left: -1rem;
}

.point.active.pointer-up::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  display: block;
  position: relative;
  bottom: 3rem;
  left: -1rem;
}

.learnerprofile {
  display: none;
  width: 27rem;
  z-index: 2;
  position: absolute;
}

.learnerprofile.active {
  display: block;
}

.learnerprofile img {
  float: right;
  margin: 2rem 0 0.5rem 0.5rem;
}

.learnerprofile a.button {
  margin-top: 1rem;
}

.learnerprofile.learnerprofile-1 {
  top: 6.5rem;
  left: calc(10% - 3rem);
}

.learnerprofile.learnerprofile-2 {
  top: 11.5rem;
  right: calc(15% - 3rem);
}

.learnerprofile.learnerprofile-3 {
  top: 19.5rem;
  left: calc(22% - 3rem);
}

.learnerprofile.learnerprofile-4 {
  top: 19.5rem;
  right: calc(25% - 3rem);
}

.learnerprofile.learnerprofile-5 {
  bottom: -23rem;
  left: calc(18% - 3rem);
}

.learnerprofile.learnerprofile-6 {
  bottom: -25rem;
  right: calc(20% - 3rem);
}

.learnerprofile.learnerprofile-7 {
  bottom: -33rem;
  left: calc(13% - 3rem);
}

.learnerprofile.learnerprofile-8 {
  bottom: -33rem;
  right: calc(16% - 3rem);
}

.home-2 {
  padding-top: 3rem;
}

.signpost {
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center top;
  width: 100%;
}

.signpost:hover {
  background-position: center bottom;
}

.home-2.active .signpost {
  display: none;
}

.signpost#signpost-learn {
  height: 281px;
  background-image: url("../images/signpost-learn.png");
  position: relative;
  top: -17px;
}

.home-2.active.learn .signpost#signpost-learn {
  background-position: center bottom;
}

.home-2.active.share .signpost#signpost-learn,
.home-2.active.enjoy .signpost#signpost-learn {
  background-position: center top;
}

.signpost#signpost-share {
  height: 169px;
  background-image: url("../images/signpost-share.png");
  position: relative;
  top: -33px;
}

.home-2.active.share .signpost#signpost-share {
  background-position: center bottom;
}

.home-2.active.learn .signpost#signpost-share,
.home-2.active.enjoy .signpost#signpost-share {
  background-position: center top;
}

.signpost#signpost-enjoy {
  height: 155px;
  background-image: url("../images/signpost-enjoy.png");
}

.home-2.active.enjoy .signpost#signpost-enjoy {
  background-position: center bottom;
}

.home-2.active.learn .signpost#signpost-enjoy,
.home-2.active.share .signpost#signpost-enjoy {
  background-position: center top;
}

.signpost-box-wrapper {
  display: none;
  z-index: 2;
  position: absolute;
  width: 80%;
  margin: 0 10%;
  top: 10rem;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 13rem 0 8rem;
}

.home-2.active .signpost-box-wrapper {
  display: block;
}

.home-2.active.learn .signpost-box-wrapper {
  background-image: url("../images/signpost-wrapper-learn.png");
}

.home-2.active.share .signpost-box-wrapper {
  background-image: url("../images/signpost-wrapper-share.png");
}

.home-2.active.enjoy .signpost-box-wrapper {
  background-image: url("../images/signpost-wrapper-enjoy.png");
}

@media screen and (min-width: 769px) {
  .signpost {
    background-position: left top;
    position: absolute;
    width: 250px;
    display: block;
  }

  .signpost:hover,
  .signpost.active {
    background-position: left bottom;
  }

  .signpost#signpost-learn {
    height: 281px;
    bottom: 10%;
    left: 25%;
    position: absolute;
    top: auto;
  }

  .signpost#signpost-share {
    height: 169px;
    top: 18%;
    left: 50%;
  }

  .signpost#signpost-enjoy {
    height: 155px;
    bottom: 20%;
    left: 75%;
  }

  .home-2.active .signpost {
    display: block;
  }

  .home-2.active.learn .signpost#signpost-learn {
    display: none;
  }

  .home-2.active.share .signpost#signpost-share {
    display: none;
  }

  .home-2.active.enjoy .signpost#signpost-enjoy {
    display: none;
  }

  .signpost-box-wrapper {
    max-width: 35rem;
    margin: 0;
  }

  .home-2.active.learn .signpost-box-wrapper {
    left: 16%;
    top: 35%;
    padding: 13rem 0 8rem;
  }

  .home-2.active.share .signpost-box-wrapper {
    left: 39%;
    top: 20%;
    padding: 13rem 0 9rem;
  }

  .home-2.active.enjoy .signpost-box-wrapper {
    left: auto;
    right: 3%;
    top: 45%;
    padding: 10rem 0 5rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-viewport {
    height: 78rem;
  }
}

.htmlFragmentContentLists ul {
  list-style-type: disc;
  padding-left: 40px;
}

.htmlFragmentContentLists ol {
  padding-left: 40px;
}

.tour-step-landing .shepherd-content {
  width: 45rem;
}

.tour-step-poi .shepherd-content {
  width: 35rem;
}

.tour-step-poi .thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.tour-step-poi .thumbnails li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tour-step-poi .thumbnails li img {
  width: 16rem;
}

.tour-step-register .shepherd-content {
  width: 35rem;
}

.tour-step-register.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
  left: 30rem;
  border-left-color: transparent;
}

.tour-step-learn .shepherd-content {
  width: 40rem;
}

.tour-step-learn .thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.tour-step-learn .thumbnails li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tour-step-learn .thumbnails li img {
  width: 12rem;
}

.tour-step-share .shepherd-content {
  width: 40rem;
}

.tour-step-share .thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.tour-step-share .thumbnails li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tour-step-share .thumbnails li img {
  width: 14rem;
}

.tour-step-enjoy .shepherd-content {
  width: 40rem;
}

.tour-step-enjoy .thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.tour-step-enjoy .thumbnails li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tour-step-enjoy .thumbnails li img {
  width: 14rem;
}

.tour-step-finish .shepherd-content {
  width: 40rem;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows {
  z-index: 100;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content {
  max-width: 100%;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content header {
  display: inherit;
  background: white;
  height: 4rem;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
  color: #4d4d4d;
  font-family: "Bitter", serif;
  margin: 0 0 0.5rem 0;
  font-size: 26px;
  font-size: 2.6rem;
  float: left;
  font-weight: bold;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
  color: #4d4d4d;
  opacity: inherit;
  float: right;
  text-decoration: none;
  font-size: 1.25em;
  line-height: .8em;
  font-weight: normal;
  position: relative;
  top: .1em;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-buttons li {
  margin-left: 1rem;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-buttons li .shepherd-button {
  background-color: #4d4d4d;
  text-transform: none;
  padding: 1rem;
  color: white;
  text-decoration: none;
  display: inline-block;
  border: none;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-size: 1.3rem;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-buttons li .shepherd-button.white {
  background-color: white;
  color: black;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-buttons li .shepherd-button.right-icon {
  padding-right: 3rem;
  background-position: 92% center;
  background-position: right 10px center;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-buttons li .shepherd-button.arrow-right {
  background-image: url("../images/icons/arrow-right-white.png");
  background-repeat: no-repeat;
  background-color: #4d4d4d;
}

.home .shepherd-step.shepherd-element.shepherd-theme-arrows .shepherd-content footer {
  height: inherit;
}

.place-buttons,
.addresses {
  margin-top: 20px;
}

.place-buttons button {
  margin-right: 0.5rem;
}

#myplace-side-nav {
  display: none;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #myplace-side-nav {
    display: block;
    float: left;
  }
}

.photo-menu {
  border-bottom: 1px solid #5f5d5d;
  border-radius: 2px 2px 0 0;
  margin-bottom: 15px;
  min-height: 27px;
}

div.photo-actions {
  text-align: left;
}

div.photo-display {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

div.photo-display img.photo-nav {
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 7rem;
  opacity: 0.7;
}

div.photo-display img.photo-next {
  right: 0;
}

div.photo-display img.photo-previous {
  left: 0;
}

.photo-menu > a {
  position: relative;
  margin: 0px 17px 6px 0px;
}

div.photo-action-menu > a {
  position: relative;
  margin: 0px 17px 6px 0px;
}

h2.album-title {
  display: inline-block;
}

.album-actions {
  display: inline-block;
}

.album-actions .actionsPopup {
  right: auto;
}

.photo-menu > a > span.bump {
  display: none;
  background-image: url("../images/bump.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -16px;
  height: 7px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 20px;
  width: 15px;
}

.photo-menu > a > span.bump.active {
  display: block;
}

.photo-actions {
  margin-top: 2rem;
}

.profile-image {
  max-width: 120px;
  margin-right: 5px;
}

.place .place-overview {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.place .place-overview .place-info {
  position: relative;
  float: left;
}

.place .place-overview .place-info .profile-image {
  width: 25%;
  margin: 0 2rem 1rem 0;
}

.place .place-overview .place-info .place-buttons {
  margin-top: 3rem;
  width: 100%;
}

.place .place-overview .place-info .place-buttons span {
  display: inline-block;
}

.place .place-overview .place-info .place-buttons a,
.place .place-overview .place-info .place-buttons button,
.place .place-overview .place-info .place-buttons span {
  margin: 0.5rem;
}

.place .place-overview .place-info .place-buttons a.edit,
.place .place-overview .place-info .place-buttons button.edit,
.place .place-overview .place-info .place-buttons span.edit {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
}

@media screen and (min-width: 500px) {
  .place .place-overview .place-info {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .place .place-overview .place-info {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .place .place-overview .place-info {
    width: 60%;
  }
}

.place .place-overview .place-cover {
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 1rem;
}

.place .place-overview .place-cover img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .place .place-overview .place-cover {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .place .place-overview .place-cover {
    width: 40%;
  }
}

.place .place-overview .fb-share-button {
  display: block;
  margin: 0.5rem 0;
}

@media screen and (min-width: 769px) {
  .place .place-overview .fb-share-button {
    float: right;
    display: inline-block;
  }
}

.place .place-member-icons .member-item {
  background-size: contain;
  background-position: -2px 0px;
  margin-bottom: 0.5rem;
}

.place .place-member-icons .member-item .user-photo {
  width: 45px;
  margin: 3rem 1rem 2rem 0rem;
}

.place .place-member-icons .member-item .admin .user-photo {
  border: 2px solid #4d4d4d;
}

.place .place-member-icons .our {
  margin-top: 1rem;
  color: white;
  font-weight: bold;
}

.place .place-member-icons .our span {
  text-transform: uppercase;
}

.place .place-member-icons .our hr {
  margin: 2px 0px;
  border: 1px solid white;
}

.place .place-member-icons .our .inviteables {
  display: inline;
  float: right;
  text-align: right;
}

.place .place-member-icons .our .inviteables a {
  color: white;
  background: url("../images/icons/add-white.png") no-repeat left;
  padding-left: 25px;
}

.place .place-member-icons .our .inviteables div.dialog {
  text-align: left;
  color: #5f5d5d;
  top: 10vh;
}

.place .place-member-icons .our .inviteables div.dialog #invite-friend-title {
  margin-bottom: 2.5rem;
}

.place .place-member-icons .our .inviteables div.dialog #invite-friend {
  margin-bottom: 1rem;
}

.place .place-member-icons .our .inviteables select {
  width: inherit;
}

section.place-members .member-item {
  position: relative;
  vertical-align: top;
  margin-right: 40px;
}

section.place-members .actions {
  position: absolute;
  display: inline-block;
  top: 0;
  right: -20px;
}

section.place-members .user-photo {
  width: 120px;
}

section.profile {
  position: relative;
}

section.profile .profile-photo {
  width: 100%;
  max-width: 10rem;
  margin-bottom: 1rem;
}

section.profile .info-column {
  width: 100%;
}

section.profile .profile-buttons {
  width: 100%;
}

section.profile .profile-buttons a {
  width: 48%;
  display: inline-block;
  float: right;
  margin: 0 1% 1rem;
}

section.profile .profile-buttons a.edit {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
}

section.share .my-places img {
  width: 10rem;
  height: 10rem;
}

section.share .my-places img:hover {
  border: 3px solid #4d4d4d;
  cursor: pointer;
}

section.my-today {
  font-weight: 500;
}

section.my-today form {
  position: relative;
}

section.my-today form label {
  font-weight: 500;
  padding-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
}

section.my-today form textarea {
  height: 10rem;
  border: none !important;
  width: 100%;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1) !important;
}

section.myplace .buttons {
  margin-bottom: 3rem;
}

section.myplace .buttons .button:last-child {
  margin-left: 0;
}

section.myplace .place-item {
  overflow: auto;
  margin-bottom: 2rem;
}

section.myplace .place-item .profile-image {
  margin: 0 2rem 1rem 0;
}

section.myplace .place-item .place-friends {
  margin-top: 1rem;
}

section.myplace .place-item .user-photo {
  width: 45px;
  margin: 0rem 1rem 0rem 0rem;
}

section.myplace .request-item {
  position: relative;
  margin-bottom: 2rem;
}

section.myplace .actions {
  position: absolute;
  display: inline-block;
  top: 1rem;
  right: 1rem;
}

section.myplace label {
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  section.myplace .buttons .button:last-child {
    margin-left: 20px;
  }
}

section.myplace-friends h2 {
  margin-bottom: 0.75rem;
}

section.myplace-friends .user-photo {
  width: 120px;
}

section.myplace-friends .member-item {
  margin-right: 3rem;
}

section.learningrecord .buttons {
  margin-bottom: 3rem;
}

section.learningrecord .tab-item {
  list-style: none;
}

section.learningrecord .tab-item.active {
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.1);
}

section.learningrecord .tabs-body {
  padding: 1rem;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}

section.learningrecord .item {
  margin-bottom: 1rem;
}

section.learningrecord .item .edit {
  margin-right: 3rem;
}

section.learningrecord .date {
  width: inherit;
}

section.learningrecord .file-list {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

section.learningrecord .file {
  display: inline-block;
  min-width: 70%;
  padding: 0.5rem;
}

section.learningrecord label[for="current"] {
  display: inline-block;
  width: inherit;
}

form.attachable {
  position: relative;
}

form.attachable textarea {
  height: 10rem;
  width: 100%;
  padding-right: 3rem;
}

form.attachable input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

form.attachable label.attach {
  height: 2.5rem;
  width: 2.5rem;
  background: url("../images/icons/attach.png") no-repeat;
  position: absolute;
  right: 1rem;
  margin-top: 0.5rem;
}

form.attachable label.attach.uploading {
  background: url("../images/icons/busy.gif") no-repeat;
}

form.attachable label.remove {
  height: 2.5rem;
  width: 2.5rem;
  background: url("../images/icons/remove.png") no-repeat;
  position: absolute;
  right: 0.9rem;
  margin-top: 3.5rem;
}

form.attachable img.attached {
  position: absolute;
  width: 2.5rem;
  right: 1.3rem;
  margin-top: 5.8rem;
}

.news-item,
.message-item {
  margin-top: 2rem;
  position: relative;
}

.news-item div.toggle,
.message-item div.toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.news-item div.message-toggle,
.message-item div.message-toggle {
  position: absolute;
  right: 1rem;
  top: initial;
}

.news-item .pic,
.message-item .pic {
  position: absolute;
}

.news-item .user-photo,
.message-item .user-photo {
  width: 50px;
  margin: 0 1rem 1rem 0;
  float: left;
}

.news-item .user-name,
.message-item .user-name {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.news-item .post img,
.message-item .post img {
  margin-top: 0.5rem;
}

.news-item .post p,
.message-item .post p {
  margin: 2rem 0;
}

.news-item .post-footer,
.message-item .post-footer {
  margin-top: 1rem;
}

.news-item .post-time,
.message-item .post-time {
  color: #5f5d5d;
  font-size: 11px;
  font-size: 1.1rem;
}

.news-item .news-actions,
.message-item .news-actions {
  margin-top: 2rem;
}

.news-item .item,
.message-item .item {
  display: inline-block;
  width: 100%;
}

.message-place-name {
  color: #5aa94d;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
}

.responseForm {
  margin-top: 1rem;
}

.messages {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #e6f5e8;
  border-radius: 1rem;
  margin-top: 2.5rem;
}

.messages .messages-header {
  padding: 1rem 1rem 0.5rem 1rem;
}

.messages .messages-header img {
  margin-right: 0.5rem;
}

.messages .message {
  display: inline-block;
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  border-top: 1px solid white;
}

.messages .message .user-photo {
  width: 50px;
  float: left;
}

.messages .message .post {
  margin-left: 5rem;
}

.messages .message div.toggle {
  position: absolute;
  right: 1rem;
}

div.message-dialog {
  width: 36rem;
  max-height: 36rem;
  top: 10vh;
}

.comments {
  display: inline-block;
  position: relative;
  width: 100%;
  background: #e6f5e8;
  border-radius: 1rem;
  margin-top: 2.5rem;
}

.comments .comments-header {
  padding: 1rem 1rem 0.5rem 1rem;
}

.comments .comments-header img {
  margin-right: 0.5rem;
}

.comments:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 2rem solid #e6f5e8;
  position: absolute;
  top: -2rem;
  left: 1.5rem;
}

.comments .comment {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  border-top: 1px solid white;
}

.comments .comment .user-photo {
  width: 45px;
  float: left;
  margin: 0 1rem 1rem 0;
}

.comments .comment div.toggle {
  position: absolute;
  right: 1rem;
}

.member-item {
  display: inline-block;
  text-align: center;
  margin: 0.5rem;
  margin-top: 1rem;
}

.member-item a {
  color: #5aa94d;
  text-decoration: none;
}

.member-item .friendreq-actions,
.member-item .membership-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.member-item .friendreq-actions ul li,
.member-item .membership-actions ul li {
  margin: 0.4rem;
}

section.place-tab-content h2 {
  text-transform: uppercase;
  color: #5f5d5d;
}

section.place-tab-content h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: white;
  padding-top: 1rem;
  font-family: "Bitter", serif;
  font-weight: 400;
}

section.event-content header {
  padding: 1rem;
  height: inherit;
  display: block;
}

section.event-content header h2 {
  display: inline;
}

section.event-content article {
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

section.event-content article .edit {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  margin: 0.5rem;
}

section.event-content article .host .user-photo {
  width: 50px;
  margin: 0rem 1rem 0rem 0rem;
}

section.event-content article .user-name {
  color: #5aa94d;
  text-decoration: none;
}

@media screen and (min-width: 500px) {
  section.event-content article section.event-details {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  section.event-content article section.event-details {
    width: 60%;
  }
}

@media screen and (min-width: 1025px) {
  section.event-content article section.event-details {
    width: 60%;
  }
}

section.event-content article section.event-details .title {
  color: #4d4d4d;
  font-size: 1.8rem;
}

section.event-content article section.event-attending {
  clear: both;
  padding-top: 0rem;
}

@media screen and (max-width: 769px) {
  section.event-content article section.event-attending {
    padding-top: 2rem;
  }
}

section.event-content article section.event-attending .user-photo {
  width: 45px;
  margin: 0rem 1rem 0rem 0rem;
}

section.event-content article aside {
  padding-right: 5rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
}

@media screen and (min-width: 769px) {
  section.event-content article aside {
    width: 40%;
    float: right;
  }
}

@media screen and (min-width: 1025px) {
  section.event-content article aside {
    width: 25%;
    float: right;
  }
}

@media screen and (max-width: 769px) {
  section.event-content article aside {
    padding-left: 0rem;
  }
}

section.event-content article aside ace-member {
  float: left;
}

section.event-content article aside .event-buttons {
  clear: both;
  padding-top: 2rem;
}

section.event-content p#postQuestion {
  visibility: hidden;
}

section.event-edit .date {
  width: inherit;
}

@media screen and (min-width: 769px) {
  section.profile .info-column {
    padding: 0 4rem 0 3rem;
  }

  section.profile .profile-buttons {
    width: 20%;
  }

  section.profile .profile-buttons a {
    width: 100%;
    display: inline-block;
    float: right;
    margin-bottom: 1rem;
  }

  section.profile .profile-buttons a.edit {
    width: auto;
  }

  section.profile.share .info-column {
    width: 50%;
  }

  section.profile.myplace .info-column,
  section.myplace .info-column {
    width: 70%;
  }

  section.learningrecord .file {
    min-width: 50%;
  }

  .news-item .post,
  .message-item .post {
    margin-left: 6rem;
  }

  .news-item .comments,
  .message-item .comments {
    width: 85%;
    margin-left: 15%;
  }

  .news-item a.icon,
  .message-item a.icon {
    margin-right: 2rem;
  }

  ace-photo-collection .comments .comment .photo {
    margin-left: 6rem;
  }
}

section.profile .profile-buttons {
  margin-top: 1rem;
}

.share-landing .main-wrapper .white-box,
.share-search .main-wrapper .white-box {
  overflow: hidden;
}

.share-landing .main-wrapper #searchLocation,
.share-search .main-wrapper #searchLocation {
  width: 80%;
}

@media screen and (max-width: 1023px) {
  .share-landing .main-wrapper #searchLocation,
  .share-search .main-wrapper #searchLocation {
    width: 100%;
  }
}

.share-landing .main-wrapper h3,
.share-search .main-wrapper h3 {
  color: #fff;
}

.share-landing .main-wrapper h4,
.share-search .main-wrapper h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: white;
  padding-top: 1rem;
  font-family: "Bitter", serif;
  font-weight: 400;
}

.share-landing .main-wrapper h5,
.share-search .main-wrapper h5 {
  font-size: 1.5rem;
}

.share-request-results,
.share-place-results {
  clear: both;
}

.share-request-results .category,
.share-place-results .category {
  clear: both;
}

.share-request-results .container ul.list,
.share-place-results .container ul.list {
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.share-request-results .container ul.list li.item,
.share-place-results .container ul.list li.item {
  float: left;
  display: -ms-flexbox;
  display: flex;
}

.share-request-results .container ul.list li.item ace-place-search-info.white-box,
.share-request-results .container ul.list li.item ace-place-request-search-info.white-box,
.share-place-results .container ul.list li.item ace-place-search-info.white-box,
.share-place-results .container ul.list li.item ace-place-request-search-info.white-box {
  background-color: white;
  background: linear-gradient(transparent 24%, white 24%);
  margin: 0 1rem 0rem 1rem;
  padding: 0;
  padding-bottom: 4.5rem;
  position: relative;
  width: 100%;
}

.share-request-results .container ul.list li.item ace-place-search-info.white-box a.bottom-right,
.share-request-results .container ul.list li.item ace-place-request-search-info.white-box a.bottom-right,
.share-place-results .container ul.list li.item ace-place-search-info.white-box a.bottom-right,
.share-place-results .container ul.list li.item ace-place-request-search-info.white-box a.bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 1rem;
}

.share-request-results .container .request-search-item,
.share-place-results .container .request-search-item {
  margin-top: 1rem;
}

.share-request-results .container .request-search-item,
.share-request-results .container .place-search-item,
.share-place-results .container .request-search-item,
.share-place-results .container .place-search-item {
  min-width: 200px;
  width: 100%;
}

@media screen and (min-width: 667px) {
  .share-request-results .container .request-search-item,
  .share-request-results .container .place-search-item,
  .share-place-results .container .request-search-item,
  .share-place-results .container .place-search-item {
    width: 50%;
  }
}

@media screen and (min-width: 850px) {
  .share-request-results .container .request-search-item,
  .share-request-results .container .place-search-item,
  .share-place-results .container .request-search-item,
  .share-place-results .container .place-search-item {
    width: 33%;
  }
}

@media screen and (min-width: 1024px) {
  .share-request-results .container .request-search-item,
  .share-request-results .container .place-search-item,
  .share-place-results .container .request-search-item,
  .share-place-results .container .place-search-item {
    width: 50%;
  }

  .share-request-results .container .request-search-item .profile-image,
  .share-request-results .container .place-search-item .profile-image,
  .share-place-results .container .request-search-item .profile-image,
  .share-place-results .container .place-search-item .profile-image {
    width: 40%;
  }
}

@media screen and (min-width: 1536px) {
  .share-request-results .container .request-search-item,
  .share-request-results .container .place-search-item,
  .share-place-results .container .request-search-item,
  .share-place-results .container .place-search-item {
    width: 33%;
  }
}

.share-request-results .container .request-search-item h5,
.share-request-results .container .place-search-item h5,
.share-place-results .container .request-search-item h5,
.share-place-results .container .place-search-item h5 {
  color: #4d4d4d;
}

.request-search-result img.profile-image {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.request-search-result .content {
  border-radius: 0 0 1rem 1rem;
}

.request-search-result .content .item {
  padding-bottom: 1rem;
}

.request-search-result .content .item .requester {
  color: #4d4d4d;
  font-weight: 600;
  font-size: 1rem;
}

.request-search-result .content .item .request {
  color: black;
  font-weight: 500;
  font-size: 1.5rem;
}

map .request-search-result {
  width: inherit;
  min-width: inherit;
  max-width: 28rem;
  float: none;
}

map .request-search-result .white-box {
  padding: 0;
  margin: 0;
}

map .request-search-result .content .logo {
  max-width: 75px;
  max-height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.share-interests {
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: top center;
  transition: margin-left 1s ease-in;
  -webkit-transition: margin-left 1s ease-in;
  -moz-transition: margin-left 1s ease-in;
  -o-transition: margin-left 1s ease-in;
  overflow: hidden;
}

.share-interests .interest-wrapper {
  background: #f5f5f5;
  padding: 2rem;
}

.share-interests .interest-wrapper .interest-btn {
  background: #fff;
  margin: 0 2rem 2rem 0;
  border: none;
  text-transform: none;
  color: #a2bf2f;
}

.share-interests .interest-wrapper .selected {
  border: 2px solid #4d4d4d;
}

form ul {
  list-style: none;
}

li.field {
  display: block;
  margin: 0.5rem 0 1.5rem;
}

ul.progress-bar {
  list-style: none;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 2rem;
}

ul.progress-bar li {
  display: block;
  float: left;
  padding-bottom: 1rem;
  color: #5f5d5d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

ul.progress-bar li :after {
  content: '';
  width: 4rem;
  margin: 3px 8px;
  height: 3px;
  background: #5f5d5d;
  display: inline-block;
}

ul.progress-bar li.last :after {
  display: none;
}

ul.progress-bar li.current span,
ul.progress-bar li a {
  color: #5aa94d;
}

input[type='text'],
input[type='email'],
input[type='password'],
select,
textarea {
  width: 100%;
  min-width: 10rem;
  border-radius: 0;
  border: 2px solid #333 !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  padding: 1rem;
  font-family: inherit;
  font-size: inherit;
  color: #4d4d4d;
  margin-bottom: 0.5rem;
}

input[type='radio'],
input[type='checkbox'] {
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input[type='radio'] {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #5f5d5d;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

input[type='radio']:checked {
  background: black;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #5f5d5d;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  padding-left: 2.4rem;
  padding-bottom: 0.1rem;
  margin-bottom: 0.5rem;
  background: url("../images/icons/unchecked.png") no-repeat;
}

input[type="checkbox"]:checked + label {
  background: url("../images/icons/checked.png") no-repeat;
}

div.radio {
  width: 100%;
}

input[type='file'] {
  display: none;
}

label.file {
  cursor: pointer;
  display: block;
  height: 10rem;
  margin-bottom: 0.5rem;
  border: 1px solid #BBB;
  background: url("../images/icons/file-input.png") no-repeat center #EEE;
}

label.file.big {
  width: 100%;
}

label.file.little {
  width: 10rem;
}

label {
  display: block;
  width: 100%;
  font-weight: bold;
}

label.required:after {
  content: "*";
  color: #4d4d4d;
}

span.required {
  color: #4d4d4d;
}

.inline-label {
  display: inline;
}

.search-container {
  padding: 15px;
}

.search-container h3,
.search-container h4 {
  color: #fff;
}

.search-container h4 {
  text-transform: uppercase;
}

.search-container input[type="submit"] {
  margin-top: 46px;
}

.enjoy .intro {
  margin: 1rem;
}

.enjoy .stories {
  margin: 1rem;
  max-width: inherit;
}

.enjoy .stories section:nth-child(2) {
  margin-bottom: 2rem;
}

.enjoy .stories li {
  padding: 1rem 0 1rem 0;
}

.enjoy .stories-wrapper {
  background: url("../images/bg/bg-green.png") no-repeat;
  background-size: auto 100%;
}

.enjoy .stories-wrapper .journey {
  position: relative;
  margin: 25rem 0 2rem 0;
}

.enjoy .stories-wrapper .journey img.line.horizontal {
  display: none;
}

.enjoy .stories-wrapper .journey img.line.vertical {
  display: inherit;
  margin: 0 auto;
}

.enjoy .overlay {
  position: absolute;
  z-index: 2;
  top: 10rem;
}

.enjoy .overlay a.toggle {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  color: #5f5d5d;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  background: url("../images/icons/arrow-down-black.png") no-repeat right;
  padding-right: 25px;
}

.enjoy .overlay a.toggle.open {
  background: url("../images/icons/arrow-up-black.png") no-repeat right;
}

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

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

.enjoy .end {
  position: absolute;
  width: 10rem;
  line-height: 8rem;
  color: white;
  border-radius: 50%;
}

.enjoy .end p {
  line-height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 2rem 0;
}

.enjoy .end.start {
  background-color: #4d4d4d;
  left: calc(50% - 4rem);
  top: 0;
}

.enjoy .end.finish {
  left: calc(50% - 4rem);
  bottom: 0;
  background-color: #5793ba;
}

.enjoy .end.finish a {
  color: white;
}

.enjoy-storypoint {
  width: 70px;
  height: 70px;
  position: absolute;
}

.enjoy-storypoint.point-1 {
  top: calc(16% - 25px);
  left: calc(50% - 52px - 25px);
}

.enjoy-storypoint.point-2 {
  top: calc(25% - 25px);
  left: calc(50% - 0px - 25px);
}

.enjoy-storypoint.point-3 {
  top: calc(40% - 25px);
  left: calc(50% - 47px - 25px);
}

.enjoy-storypoint.point-4 {
  top: calc(49% - 25px);
  left: calc(50% - 0px - 25px);
}

.enjoy-storypoint.point-5 {
  top: calc(60% - 25px);
  left: calc(50% + 74px - 25px);
}

.enjoy-storypoint.point-6 {
  top: calc(69% - 25px);
  left: calc(50% - 17px - 25px);
}

.enjoy-storypoint.point-7 {
  top: calc(80% - 25px);
  left: calc(50% - 0px - 25px);
}

.enjoy-storypoint.active.pointer-down::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  display: block;
  position: relative;
}

.enjoy-storytext {
  position: absolute;
  width: 27rem;
  z-index: 1;
}

.enjoy-storytext.text-1 {
  top: calc(16% + 25px + 15px);
  left: calc(50% - 13.5rem);
}

.enjoy-storytext.text-2 {
  top: calc(25% + 25px + 15px);
  left: calc(50% - 13.5rem);
}

.enjoy-storytext.text-3 {
  top: calc(40% + 25px + 15px);
  left: calc(50% - 13.5rem);
}

.enjoy-storytext.text-4 {
  top: calc(49% + 25px + 15px);
  left: calc(50% - 13.5rem);
}

.enjoy-storytext.text-5 {
  top: calc(60% + 25px + 15px);
  left: calc(50% - 13.5rem);
}

.enjoy-storytext.text-6 {
  top: calc(69% + 25px + 15px);
  left: calc(50% - 13.5rem);
}

.enjoy-storytext.text-7 {
  top: calc(80% + 25px + 15px);
  left: calc(50% - 13.5rem);
}

@media screen and (min-width: 769px) {
  .enjoy .stories-wrapper {
    background-size: auto 100%;
    background-repeat: repeat-x;
  }

  .enjoy .stories-wrapper .overlay {
    top: 2rem;
  }

  .enjoy .stories-wrapper .journey {
    margin: 20rem 0 8rem 0;
  }

  .enjoy .stories-wrapper .journey img.line.horizontal {
    display: inherit;
    width: 100%;
  }

  .enjoy .stories-wrapper .journey img.line.vertical {
    display: none;
  }

  .enjoy .end.start {
    left: 0;
    top: calc(35% - 4rem);
    bottom: auto;
  }

  .enjoy .end.finish {
    top: calc(40% - 4rem);
    right: 0;
    left: auto;
    bottom: auto;
  }

  .enjoy-storypoint.point-1 {
    top: calc(78% - 25px);
    left: calc(17% - 25px);
  }

  .enjoy-storypoint.point-2 {
    top: calc(45% - 25px);
    left: calc(25% - 25px);
  }

  .enjoy-storypoint.point-3 {
    top: calc(42% - 25px);
    left: calc(35% - 25px);
  }

  .enjoy-storypoint.point-4 {
    top: calc(25% - 25px);
    left: calc(50% - 25px);
  }

  .enjoy-storypoint.point-5 {
    top: calc(10% - 25px);
    left: calc(61% - 25px);
  }

  .enjoy-storypoint.point-6 {
    top: calc(52% - 25px);
    left: calc(68% - 25px);
  }

  .enjoy-storypoint.point-7 {
    top: calc(43% - 25px);
    left: calc(81% - 25px);
  }

  .enjoy-storytext.text-1 {
    top: calc(78% + 25px + 15px);
    left: calc(17% - 13.5rem);
  }

  .enjoy-storytext.text-2 {
    top: calc(45% + 25px + 15px);
    left: calc(25% - 13.5rem);
  }

  .enjoy-storytext.text-3 {
    top: calc(42% + 25px + 15px);
    left: calc(35% - 13.5rem);
  }

  .enjoy-storytext.text-4 {
    top: calc(25% + 25px + 15px);
    left: calc(50% - 13.5rem);
  }

  .enjoy-storytext.text-5 {
    top: calc(10% + 25px + 15px);
    left: calc(61% - 13.5rem);
  }

  .enjoy-storytext.text-6 {
    top: calc(52% + 25px + 15px);
    left: calc(68% - 13.5rem);
  }

  .enjoy-storytext.text-7 {
    top: calc(43% + 25px + 15px);
    left: calc(81% - 13.5rem);
  }
}

.admin .main-wrapper {
  background: #eee;
}

.admin .content-wrapper {
  margin: 0rem 2rem 0rem;
  max-width: none;
}

.admin .admin-nav ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.admin .admin-nav ul li {
  display: inline;
  margin: 1rem;
}

.admin .admin-nav hr {
  margin: auto;
  margin-left: -2rem;
  margin-right: -2rem;
}

.admin .inline-items,
.admin .inline-items label {
  display: inline;
}

.admin table.adminTable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}

.admin table.adminTable,
.admin table.adminTable th,
.admin table.adminTable td {
  border: 1px solid black;
}

.admin table.adminTable tr.selected {
  background-color: #b1b3b6;
}

.admin table.adminReportTable {
  border-collapse: collapse;
}

.admin table.adminReportTable,
.admin table.adminReportTable th,
.admin table.adminReportTable td {
  border: 1px solid black;
}

.admin table.adminReportTable tr:first-child td {
  padding-right: 2rem;
}

.admin .form-control {
  border: 1px black solid;
  margin-bottom: 1rem;
}

.admin .form-control ul {
  list-style-type: disc;
  padding-left: 40px;
}

.admin .form-control ol {
  padding-left: 40px;
}

.admin .form-control p {
  font-weight: inherit;
}

.about .main-wrapper,
.register .main-wrapper {
  background: url("../images/bg/bg-green.png") repeat;
}

.about #fragment .fragment-container .sidebar {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (min-width: 769px) {
  .about #fragment .fragment-container .sidebar nav {
    position: fixed;
    width: 350px;
  }
}

.about #fragment .fragment-container .sidebar ul {
  padding-left: 0;
}

.about #fragment .fragment-container .about-content {
  -ms-flex: 3 1 auto;
  flex: 3 1 auto;
}

.about #fragment .fragment-container .about-content .content {
  width: inherit;
}

@media screen and (min-width: 769px) {
  .about #fragment .fragment-container .about-content .content {
    margin-left: 350px;
  }
}
tags-input {
  display: block;
}

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

tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}

tags-input .host:active {
  outline: none;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%;
}

tags-input .tags.focused {
  outline: none;
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}

tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}

tags-input .tags .tag-item.selected {
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}

tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}

tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}

tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

tags-input .tags .input.invalid-tag {
  color: #ff0000;
}

tags-input .tags .input::-ms-clear {
  display: none;
}

tags-input.ng-invalid .tags {
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}

tags-input[disabled] .host:focus {
  outline: none;
}

tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}

tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}

tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}

tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}

tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}

tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}

tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}

tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}

/* add generic styling for the editor */

.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html,
.ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}

.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}

.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}

.ta-editor:focus {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* add the styling for the awesomness of the resizer */

.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
  margin-top: -10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.sweet-overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0,0,0,.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: #fff;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width:540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert button {
  background-color: #AEDEF4;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05);
}

.sweet-alert button:hover {
  background-color: #a1d9f2;
}

.sweet-alert button:active {
  background-color: #81ccee;
}

.sweet-alert button.cancel {
  background-color: #D0D0D0;
}

.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}

.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none!important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165,220,134,.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

@keyframes showSweetAlert {
  0% {
    transform: scale(.7);
    -webkit-transform: scale(.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    transform: scale(.95);
    -webkit-tranform: scale(.95);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
  }
}

.showSweetAlert {
  animation: showSweetAlert .3s;
}

.showSweetAlert[data-animation=none] {
  animation: none;
}

.hideSweetAlert {
  animation: hideSweetAlert .2s;
}

.hideSweetAlert[data-animation=none] {
  animation: none;
}

@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  animation: animateSuccessTip .75s;
}

.animateSuccessLong {
  animation: animateSuccessLong .75s;
}

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  animation: animateErrorIcon .5s;
}

@keyframes animateXMark {
  0%, 50% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  animation: animateXMark .5s;
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }

  100% {
    border-color: #F8BB86;
  }
}

.pulseWarning {
  animation: pulseWarning .75s infinite alternate;
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }

  100% {
    background-color: #F8BB86;
  }
}

.pulseWarningIns {
  animation: pulseWarningIns .75s infinite alternate;
}
.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
  display: none;
}

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

.shepherd-element {
  position: absolute;
  display: none;
}

.shepherd-element.shepherd-open {
  display: block;
}

.shepherd-element.shepherd-theme-arrows {
  max-width: 100%;
  max-height: 100%;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #fff;
  color: #444;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em;
  transform: translateZ(0);
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
}

.shepherd-element.shepherd-theme-arrows .shepherd-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 16px;
  border-style: solid;
  pointer-events: none;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
  margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
  margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -16px;
  border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
  margin-right: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
  left: 100%;
  top: 50%;
  margin-top: -16px;
  border-left-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
  margin-left: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
  right: 100%;
  top: 50%;
  margin-top: -16px;
  border-right-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-target-attached-center .shepherd-content {
  left: -32px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-target-attached-center .shepherd-content {
  left: 32px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
  margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
  bottom: 100%;
  left: 16px;
  border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
  margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
  bottom: 100%;
  right: 16px;
  border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
  margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
  top: 100%;
  left: 16px;
  border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
  margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
  top: 100%;
  right: 16px;
  border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
  margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
  bottom: 100%;
  left: 16px;
  border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
  margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
  bottom: 100%;
  right: 16px;
  border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
  margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
  top: 100%;
  left: 16px;
  border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
  margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
  top: 100%;
  right: 16px;
  border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
  margin-right: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
  top: 16px;
  left: 100%;
  border-left-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
  margin-left: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
  top: 16px;
  right: 100%;
  border-right-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
  margin-right: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
  bottom: 16px;
  left: 100%;
  border-left-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
  margin-left: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
  bottom: 16px;
  right: 100%;
  border-right-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
  border-bottom-color: #eee;
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
  background: #eee;
  padding: 1em;
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
  padding: 0;
  margin-bottom: 0;
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link .shepherd-content header h3 {
  float: left;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
  padding: 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content * {
  font-size: inherit;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header {
  *zoom: 1;
  border-radius: 5px 5px 0 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header:after {
  content: "";
  display: table;
  clear: both;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
  float: right;
  text-decoration: none;
  font-size: 1.25em;
  line-height: .8em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.25;
  position: relative;
  top: .1em;
  padding: .8em;
  margin-bottom: -.8em;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover {
  opacity: 1;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
  padding: 1em;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p {
  margin: 0 0 .5em 0;
  line-height: 1.3em;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p:last-child {
  margin-bottom: 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer {
  padding: 0 1em 1em;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li {
  display: inline;
  padding: 0;
  margin: 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 3px;
  cursor: pointer;
  border: 0;
  margin: 0 .5em 0 0;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8em;
  line-height: 1em;
  padding: .75em 2em;
  background: #3288e6;
  color: #fff;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
  background: #eee;
  color: #888;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
  margin-right: 0;
}