@charset "UTF-8";

.ui-img-grayscale {
  opacity: .4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ui-img-grayscale.hoverable {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ui-img-grayscale.hoverable:hover,
.ui-img-grayscale.hoverable:focus {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.ui-w-350 {
  width: 350px !important;
  height: auto;
}

.ui-w-325 {
  width: 325px !important;
  height: auto;
}

.ui-w-300 {
  width: 300px !important;
  height: auto;
}

.ui-w-275 {
  width: 275px !important;
  height: auto;
}

.ui-w-250 {
  width: 250px !important;
  height: auto;
}

.ui-w-240 {
  width: 240px !important;
  height: auto;
}

.ui-w-220 {
  width: 220px !important;
  height: auto;
}

.ui-w-200 {
  width: 200px !important;
  height: auto;
}

.ui-w-180 {
  width: 180px !important;
  height: auto;
}

.ui-w-160 {
  width: 140px !important;
  height: auto;
}

.ui-w-140 {
  width: 140px !important;
  height: auto;
}

.ui-w-120 {
  width: 120px !important;
  height: auto;
}

.ui-w-100 {
  width: 100px !important;
  height: auto;
}

.ui-w-80 {
  width: 80px !important;
  height: auto;
}

.ui-w-60 {
  width: 60px !important;
  height: auto;
}

.ui-w-50 {
  width: 50px !important;
  height: auto;
}

.ui-w-40 {
  width: 40px !important;
  height: auto;
}

.ui-w-30 {
  width: 30px !important;
  height: auto;
}

.ui-w-20 {
  width: 20px !important;
  height: auto;
}

.ui-mh-100vh {
  min-height: 100vh;
}

.ui-h-25 {
  height: 25px !important;
  width: auto;
}

.ui-h-50 {
  height: 50px !important;
  width: auto;
}

.ui-h-60 {
  height: 60px !important;
  width: auto;
}

.ui-h-65 {
  height: 65px !important;
  width: auto;
}

.ui-h-75 {
  height: 75px !important;
  width: auto;
}

.ui-h-100 {
  height: 100px !important;
  width: auto;
}

.ui-h-150 {
  height: 150px !important;
  width: auto;
}

.ui-h-200 {
  height: 200px !important;
  width: auto;
}

.ui-h-250 {
  height: 250px !important;
  width: auto;
}

.ui-h-300 {
  height: 300px !important;
  width: auto;
}

.ui-square,
.ui-rect,
.ui-rect-30,
.ui-rect-45,
.ui-rect-60,
.ui-rect-67,
.ui-rect-75 {
  position: relative !important;
  display: block !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.ui-square {
  padding-top: 100% !important;
}

.ui-rect {
  padding-top: 50% !important;
}

.ui-rect-30 {
  padding-top: 30% !important;
}

.ui-rect-45 {
  padding-top: 45% !important;
}

.ui-rect-60 {
  padding-top: 60% !important;
}

.ui-rect-67 {
  padding-top: 67% !important;
}

.ui-rect-75 {
  padding-top: 75% !important;
}

.ui-square-content,
.ui-rect-content {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.ui-icon {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 2px solid;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: calc(46px - 4px);
}

.ui-icon.border-0 {
  line-height: 46px;
}

.ui-icon-sm {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: calc(30px - 4px);
}

.ui-icon-sm.border-0 {
  line-height: 30px;
}

.ui-stars,
.ui-star,
.ui-star > * {
  height: 1.1em;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.ui-stars {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding-top: 2px;
}

.ui-star {
  position: relative;
  display: block;
  float: left;
  width: 1.1em;
  height: 1.1em;
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.ui-star.lg {
  font-size: 2em;
}

.ui-star + .ui-star {
  margin-left: 0.1em;
}

.ui-star > *,
.ui-star > *::before,
.ui-star > *::after {
  position: absolute;
  left: 0.55em;
  height: 100%;
  font-size: 1em;
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ui-star > * {
  top: 0;
  width: 100%;
  text-align: center;
}

.ui-star > *:first-child {
  z-index: 10;
  display: none;
  overflow: hidden;
  color: #76c044;
}

.ui-star > *:last-child {
  z-index: 5;
  display: block;
}

.ui-star.half-filled > *:first-child {
  width: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.ui-star.filled > *:first-child,
.ui-star.half-filled > *:first-child {
  display: block;
}

.ui-star.filled > *:last-child {
  display: none;
}

.ui-stars.hoverable .ui-star > *:first-child {
  display: block;
}

.ui-stars.hoverable .ui-star:first-child:not(.filled) > *:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.filled) ~ .ui-star > *:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled) > *:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled) ~ .ui-star > *:first-child {
  display: none;
}

.ui-stars.hoverable .ui-star.filled > *:first-child,
.ui-stars.hoverable .ui-star.half-filled > *:first-child {
  display: block !important;
}

.ui-stars.hoverable:hover .ui-star > *:first-child {
  display: block !important;
  width: 100% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.ui-stars.hoverable .ui-star:hover ~ .ui-star > *:first-child {
  display: none !important;
}

.ui-stars.hoverable .ui-star:hover ~ .ui-star > *:last-child {
  display: block !important;
}

.ui-bookmarks,
.ui-bookmark,
.ui-bookmark > * {
  height: 1.1em;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.ui-bookmarks {
  border-left: 1px solid #202020;
  margin-left: 5px;
  padding-left: 9px;
  display: inline-block;
}

.ui-bookmarks .ui-bookmark {
  position: relative;
  display: block;
  float: left;
  width: 1.1em;
  height: 1.1em;
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.ui-bookmarks .ui-bookmark > * {
  color: rgba(249, 236, 23, 0.4);
}

.ui-bookmarks .ui-bookmark > *:first-child {
  z-index: 10;
  display: none;
  overflow: hidden;
  color: #D0DE24;
}

.ui-bookmarks > *:last-child {
  z-index: 5;
  display: block;
}

.ui-bookmarks.filled > *:first-child {
  display: block;
}

.ui-bookmarks.filled > *:last-child {
  display: none;
}

.ui-bookmarks.hoverable .ui-bookmark > *:first-child {
  display: block;
}

.ui-bookmarks.hoverable .ui-bookmark:first-child:not(.filled) > *:first-child {
  display: none;
}

.ui-bookmarks.hoverable .ui-bookmark.filled > *:first-child {
  display: block !important;
}

.ui-bookmarks.hoverable .ui-bookmark.filled > *:last-child {
  display: none !important;
}

.ui-bookmarks.hoverable:hover .ui-bookmark > *:first-child {
  display: block !important;
}

.ui-bookmarks.hoverable:hover .ui-bookmark > *:last-child {
  display: none !important;
}

.nav-pagination {
  margin: 0 auto 40px auto;
}

.nav-pagination .pagination .page-item .page-link {
  color: #888;
}

.nav-pagination .pagination .page-item .page-link:hover {
  color: #fff;
}

.nav-pagination .pagination .page-item.disabled .page-link {
  color: #4E5155;
}

.ui-list {
  padding: 0;
}

.ui-list > li {
  margin-bottom: 8px;
  list-style: none;
}

.ui-list > li::before {
  content: "\2022";
  display: inline-block;
  margin-right: 12px;
  font-weight: 700;
}

.ui-bg-cover {
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
}

.ui-bg-fixed {
  background-attachment: fixed;
}

.ui-bg-overlay-container,
.ui-bg-video-container {
  position: relative;
}

.ui-bg-overlay-container > *,
.ui-bg-video-container > * {
  position: relative;
}

.ui-bg-overlay-container .ui-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.ui-bg-video-container .ui-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
}

.ui-bg-video-container .ui-bg-video video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.ui-text-block {
  line-height: 1.8;
}

.ui-text-block > p:last-child {
  margin-bottom: 0;
}

.default-style .ui-icon {
  border-color: rgba(24, 28, 33, 0.06);
}

.default-style .ui-bordered {
  border: 1px solid rgba(24, 28, 33, 0.06);
}

.default-style .ui-star > *:last-child {
  color: #37393B;
}

.default-style .ui-list > li::before {
  color: rgba(24, 28, 33, 0.2);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .default-style .ui-mh-100vh::after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
    min-height: 100vh;
    width: 0;
    font-size: 0;
  }

  .default-style .ui-mh-100vh.jumbotron::after {
    min-height: calc(100vh - 6rem);
  }

  .default-style .ui-mh-100vh.flex-column::after {
    display: none;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .default-style .ui-mh-100vh.jumbotron::after {
    min-height: calc(100vh - 12rem);
  }
}

/*------------------------------
  ABOUT
------------------------------*/

.about a {
  color: #fff;
}

.about h2.tight {
  padding: 0;
  margin: 0;
}

.about h3 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 25px;
  color: #77c044;
}

/*------------------------------
  CONTACT
------------------------------*/

.fa-ul {
  overflow: visible !important;
}

ul.contact-us li {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

ul.contact-us li a {
  color: #999;
}

ul.contact-us li i {
  font-size: 22px;
  color: #fff;
}

ul.contact-us li i.fa-map-marker {
  font-size: 28px;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .message {
    margin-top: 30px;
  }
}

.contact-us-social {
  margin-top: 40px;
}

.contact-us-social:first-child {
  margin-left: 0;
}

.contact-us-social a {
  font-size: 36px;
  margin: 0 10px;
  color: #fff;
}

.contact-us-form .form-control {
  color: #999;
}

.contact-us-form input,
.contact-us-form textarea {
  background: #222;
}

.contact-us-form textarea:focus {
  background: #222;
  border-color: #222;
}

.contact-us-form .human-input {
  color: #fff;
}

.hiddenText {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/*------------------------------
  CONTRIBUTE
------------------------------*/

#contribute-modal .input-group-addon {
  color: #888;
  font-size: 26px;
  background: #222;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
  padding: 2px 0 2px 10px;
}

#contribute-modal .form-group {
  margin-bottom: 8px;
  width: 100%;
}

#contribute-modal .form-group .input-group {
  width: 100%;
}

#contribute-modal .form-control {
  height: 42px;
  font-size: 22px;
  font-weight: bold;
}

#contribute-modal .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contribute-modal .btn {
  margin-top: 20px;
}

#contribute-modal .btn:before {
  display: none;
}

#contribute-modal .btn:after {
  content: "\F054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 14px;
  position: relative;
  margin-left: 8px;
}

.text-twitter {
  color: #1DA1F2 !important;
}

a.text-twitter:hover,
a.text-twitter:focus {
  color: #0c85d0 !important;
}

.bg-twitter {
  background-color: #1DA1F2 !important;
}

a.bg-twitter:hover,
a.bg-twitter:focus {
  background-color: #1c99e6 !important;
}

.bg-twitter-dark {
  background-color: #1a91da !important;
}

a.bg-twitter-dark:hover,
a.bg-twitter-dark:focus {
  background-color: #198acf !important;
}

.bg-twitter-darker {
  background-color: #1989ce !important;
}

a.bg-twitter-darker:hover,
a.bg-twitter-darker:focus {
  background-color: #1882c4 !important;
}

.btn-twitter {
  border-color: transparent;
  background: #1DA1F2;
  color: #fff;
}

.btn-twitter:hover {
  border-color: transparent;
  background: #1c99e6;
  color: #fff;
}

.btn-twitter:focus,
.btn-twitter.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.4);
          box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.4);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
  border-color: transparent !important;
  background: #1DA1F2 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.btn-twitter .badge {
  background: #fff;
  color: #1DA1F2;
}

.btn-twitter:active,
.btn-twitter.active,
.show > .btn-twitter.dropdown-toggle {
  border-color: transparent;
  background: #198cd3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-twitter,
.input-group-prepend .btn-twitter,
.input-group-append .btn-twitter {
  border-right: 1px solid #198cd3;
  border-left: 1px solid #198cd3;
}

.btn-outline-twitter {
  border-color: #1DA1F2;
  background: transparent;
  color: #1DA1F2;
}

.btn-outline-twitter:hover {
  border-color: transparent;
  background: #1DA1F2;
  color: #fff;
}

.btn-outline-twitter:hover .badge {
  background: #fff;
  color: #1DA1F2;
}

.btn-outline-twitter:focus,
.btn-outline-twitter.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.4);
          box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.4);
}

.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
  border-color: #1DA1F2 !important;
  background: transparent !important;
  color: #1DA1F2 !important;
}

.btn-outline-twitter .badge {
  background: #1DA1F2;
  color: #fff;
}

.btn-outline-twitter:active,
.btn-outline-twitter.active,
.show > .btn-outline-twitter.dropdown-toggle {
  border-color: transparent;
  background: #1c99e6;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-twitter:active .badge,
.btn-outline-twitter.active .badge,
.show > .btn-outline-twitter.dropdown-toggle .badge {
  background: #fff;
  color: #1DA1F2;
}

.text-google {
  color: #D1523F !important;
}

a.text-google:hover,
a.text-google:focus {
  color: #b23c2b !important;
}

.bg-google {
  background-color: #D1523F !important;
}

a.bg-google:hover,
a.bg-google:focus {
  background-color: #c74e3c !important;
}

.bg-google-dark {
  background-color: #bc4a39 !important;
}

a.bg-google-dark:hover,
a.bg-google-dark:focus {
  background-color: #b34636 !important;
}

.bg-google-darker {
  background-color: #b24636 !important;
}

a.bg-google-darker:hover,
a.bg-google-darker:focus {
  background-color: #a94333 !important;
}

.btn-google {
  border-color: transparent;
  background: #D1523F;
  color: #fff;
}

.btn-google:hover {
  border-color: transparent;
  background: #c74e3c;
  color: #fff;
}

.btn-google:focus,
.btn-google.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(209, 82, 63, 0.4);
          box-shadow: 0 0 0 2px rgba(209, 82, 63, 0.4);
}

.btn-google.disabled,
.btn-google:disabled {
  border-color: transparent !important;
  background: #D1523F !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.btn-google .badge {
  background: #fff;
  color: #D1523F;
}

.btn-google:active,
.btn-google.active,
.show > .btn-google.dropdown-toggle {
  border-color: transparent;
  background: #b64737;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-google,
.input-group-prepend .btn-google,
.input-group-append .btn-google {
  border-right: 1px solid #b64737;
  border-left: 1px solid #b64737;
}

.btn-outline-google {
  border-color: #D1523F;
  background: transparent;
  color: #D1523F;
}

.btn-outline-google:hover {
  border-color: transparent;
  background: #D1523F;
  color: #fff;
}

.btn-outline-google:hover .badge {
  background: #fff;
  color: #D1523F;
}

.btn-outline-google:focus,
.btn-outline-google.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(209, 82, 63, 0.4);
          box-shadow: 0 0 0 2px rgba(209, 82, 63, 0.4);
}

.btn-outline-google.disabled,
.btn-outline-google:disabled {
  border-color: #D1523F !important;
  background: transparent !important;
  color: #D1523F !important;
}

.btn-outline-google .badge {
  background: #D1523F;
  color: #fff;
}

.btn-outline-google:active,
.btn-outline-google.active,
.show > .btn-outline-google.dropdown-toggle {
  border-color: transparent;
  background: #c74e3c;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-google:active .badge,
.btn-outline-google.active .badge,
.show > .btn-outline-google.dropdown-toggle .badge {
  background: #fff;
  color: #D1523F;
}

.text-facebook {
  color: #3B5998 !important;
}

a.text-facebook:hover,
a.text-facebook:focus {
  color: #2d4373 !important;
}

.bg-facebook {
  background-color: #3B5998 !important;
}

a.bg-facebook:hover,
a.bg-facebook:focus {
  background-color: #385590 !important;
}

.bg-facebook-dark {
  background-color: #355089 !important;
}

a.bg-facebook-dark:hover,
a.bg-facebook-dark:focus {
  background-color: #324c82 !important;
}

.bg-facebook-darker {
  background-color: #324c81 !important;
}

a.bg-facebook-darker:hover,
a.bg-facebook-darker:focus {
  background-color: #30487b !important;
}

.btn-facebook {
  border-color: transparent;
  background: #3B5998;
  color: #fff;
}

.btn-facebook:hover {
  border-color: transparent;
  background: #385590;
  color: #fff;
}

.btn-facebook:focus,
.btn-facebook.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.4);
          box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.4);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
  border-color: transparent !important;
  background: #3B5998 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.btn-facebook .badge {
  background: #fff;
  color: #3B5998;
}

.btn-facebook:active,
.btn-facebook.active,
.show > .btn-facebook.dropdown-toggle {
  border-color: transparent;
  background: #334d84;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-facebook,
.input-group-prepend .btn-facebook,
.input-group-append .btn-facebook {
  border-right: 1px solid #334d84;
  border-left: 1px solid #334d84;
}

.btn-outline-facebook {
  border-color: #3B5998;
  background: transparent;
  color: #3B5998;
}

.btn-outline-facebook:hover {
  border-color: transparent;
  background: #3B5998;
  color: #fff;
}

.btn-outline-facebook:hover .badge {
  background: #fff;
  color: #3B5998;
}

.btn-outline-facebook:focus,
.btn-outline-facebook.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.4);
          box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.4);
}

.btn-outline-facebook.disabled,
.btn-outline-facebook:disabled {
  border-color: #3B5998 !important;
  background: transparent !important;
  color: #3B5998 !important;
}

.btn-outline-facebook .badge {
  background: #3B5998;
  color: #fff;
}

.btn-outline-facebook:active,
.btn-outline-facebook.active,
.show > .btn-outline-facebook.dropdown-toggle {
  border-color: transparent;
  background: #385590;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-facebook:active .badge,
.btn-outline-facebook.active .badge,
.show > .btn-outline-facebook.dropdown-toggle .badge {
  background: #fff;
  color: #3B5998;
}

.text-pinterest {
  color: #bd121c !important;
}

a.text-pinterest:hover,
a.text-pinterest:focus {
  color: #8e0e15 !important;
}

.bg-pinterest {
  background-color: #bd121c !important;
}

a.bg-pinterest:hover,
a.bg-pinterest:focus {
  background-color: #b4111b !important;
}

.bg-pinterest-dark {
  background-color: #aa1019 !important;
}

a.bg-pinterest-dark:hover,
a.bg-pinterest-dark:focus {
  background-color: #a20f18 !important;
}

.bg-pinterest-darker {
  background-color: #a10f18 !important;
}

a.bg-pinterest-darker:hover,
a.bg-pinterest-darker:focus {
  background-color: #990e17 !important;
}

.btn-pinterest {
  border-color: transparent;
  background: #bd121c;
  color: #fff;
}

.btn-pinterest:hover {
  border-color: transparent;
  background: #b4111b;
  color: #fff;
}

.btn-pinterest:focus,
.btn-pinterest.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(189, 18, 28, 0.4);
          box-shadow: 0 0 0 2px rgba(189, 18, 28, 0.4);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
  border-color: transparent !important;
  background: #bd121c !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.btn-pinterest .badge {
  background: #fff;
  color: #bd121c;
}

.btn-pinterest:active,
.btn-pinterest.active,
.show > .btn-pinterest.dropdown-toggle {
  border-color: transparent;
  background: #a41018;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-pinterest,
.input-group-prepend .btn-pinterest,
.input-group-append .btn-pinterest {
  border-right: 1px solid #a41018;
  border-left: 1px solid #a41018;
}

.btn-outline-pinterest {
  border-color: #bd121c;
  background: transparent;
  color: #bd121c;
}

.btn-outline-pinterest:hover {
  border-color: transparent;
  background: #bd121c;
  color: #fff;
}

.btn-outline-pinterest:hover .badge {
  background: #fff;
  color: #bd121c;
}

.btn-outline-pinterest:focus,
.btn-outline-pinterest.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(189, 18, 28, 0.4);
          box-shadow: 0 0 0 2px rgba(189, 18, 28, 0.4);
}

.btn-outline-pinterest.disabled,
.btn-outline-pinterest:disabled {
  border-color: #bd121c !important;
  background: transparent !important;
  color: #bd121c !important;
}

.btn-outline-pinterest .badge {
  background: #bd121c;
  color: #fff;
}

.btn-outline-pinterest:active,
.btn-outline-pinterest.active,
.show > .btn-outline-pinterest.dropdown-toggle {
  border-color: transparent;
  background: #b4111b;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-pinterest:active .badge,
.btn-outline-pinterest.active .badge,
.show > .btn-outline-pinterest.dropdown-toggle .badge {
  background: #fff;
  color: #bd121c;
}

.text-instagram {
  color: #000 !important;
}

a.text-instagram:hover,
a.text-instagram:focus {
  color: black !important;
}

.bg-instagram {
  background-color: #000 !important;
}

a.bg-instagram:hover,
a.bg-instagram:focus {
  background-color: black !important;
}

.bg-instagram-dark {
  background-color: black !important;
}

a.bg-instagram-dark:hover,
a.bg-instagram-dark:focus {
  background-color: black !important;
}

.bg-instagram-darker {
  background-color: black !important;
}

a.bg-instagram-darker:hover,
a.bg-instagram-darker:focus {
  background-color: black !important;
}

.btn-instagram {
  border-color: transparent;
  background: #000;
  color: #fff;
}

.btn-instagram:hover {
  border-color: transparent;
  background: black;
  color: #fff;
}

.btn-instagram:focus,
.btn-instagram.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
  border-color: transparent !important;
  background: #000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.btn-instagram .badge {
  background: #fff;
  color: #000;
}

.btn-instagram:active,
.btn-instagram.active,
.show > .btn-instagram.dropdown-toggle {
  border-color: transparent;
  background: black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-instagram,
.input-group-prepend .btn-instagram,
.input-group-append .btn-instagram {
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.btn-outline-instagram {
  border-color: #000;
  background: transparent;
  color: #000;
}

.btn-outline-instagram:hover {
  border-color: transparent;
  background: #000;
  color: #fff;
}

.btn-outline-instagram:hover .badge {
  background: #fff;
  color: #000;
}

.btn-outline-instagram:focus,
.btn-outline-instagram.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
}

.btn-outline-instagram.disabled,
.btn-outline-instagram:disabled {
  border-color: #000 !important;
  background: transparent !important;
  color: #000 !important;
}

.btn-outline-instagram .badge {
  background: #000;
  color: #fff;
}

.btn-outline-instagram:active,
.btn-outline-instagram.active,
.show > .btn-outline-instagram.dropdown-toggle {
  border-color: transparent;
  background: black;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-instagram:active .badge,
.btn-outline-instagram.active .badge,
.show > .btn-outline-instagram.dropdown-toggle .badge {
  background: #fff;
  color: #000;
}

.text-windows {
  color: #26AAE1 !important;
}

a.text-windows:hover,
a.text-windows:focus {
  color: #1a8bba !important;
}

.bg-windows {
  background-color: #26AAE1 !important;
}

a.bg-windows:hover,
a.bg-windows:focus {
  background-color: #24a2d6 !important;
}

.bg-windows-dark {
  background-color: #2299cb !important;
}

a.bg-windows-dark:hover,
a.bg-windows-dark:focus {
  background-color: #2091c1 !important;
}

.bg-windows-darker {
  background-color: #2091bf !important;
}

a.bg-windows-darker:hover,
a.bg-windows-darker:focus {
  background-color: #1e8ab5 !important;
}

.btn-windows {
  border-color: transparent;
  background: #26AAE1;
  color: #fff;
}

.btn-windows:hover {
  border-color: transparent;
  background: #24a2d6;
  color: #fff;
}

.btn-windows:focus,
.btn-windows.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(38, 170, 225, 0.4);
          box-shadow: 0 0 0 2px rgba(38, 170, 225, 0.4);
}

.btn-windows.disabled,
.btn-windows:disabled {
  border-color: transparent !important;
  background: #26AAE1 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.btn-windows .badge {
  background: #fff;
  color: #26AAE1;
}

.btn-windows:active,
.btn-windows.active,
.show > .btn-windows.dropdown-toggle {
  border-color: transparent;
  background: #2194c4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-windows,
.input-group-prepend .btn-windows,
.input-group-append .btn-windows {
  border-right: 1px solid #2194c4;
  border-left: 1px solid #2194c4;
}

.btn-outline-windows {
  border-color: #26AAE1;
  background: transparent;
  color: #26AAE1;
}

.btn-outline-windows:hover {
  border-color: transparent;
  background: #26AAE1;
  color: #fff;
}

.btn-outline-windows:hover .badge {
  background: #fff;
  color: #26AAE1;
}

.btn-outline-windows:focus,
.btn-outline-windows.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(38, 170, 225, 0.4);
          box-shadow: 0 0 0 2px rgba(38, 170, 225, 0.4);
}

.btn-outline-windows.disabled,
.btn-outline-windows:disabled {
  border-color: #26AAE1 !important;
  background: transparent !important;
  color: #26AAE1 !important;
}

.btn-outline-windows .badge {
  background: #26AAE1;
  color: #fff;
}

.btn-outline-windows:active,
.btn-outline-windows.active,
.show > .btn-outline-windows.dropdown-toggle {
  border-color: transparent;
  background: #24a2d6;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-windows:active .badge,
.btn-outline-windows.active .badge,
.show > .btn-outline-windows.dropdown-toggle .badge {
  background: #fff;
  color: #26AAE1;
}

.text-macos {
  color: #343434 !important;
}

a.text-macos:hover,
a.text-macos:focus {
  color: #1b1b1b !important;
}

.bg-macos {
  background-color: #343434 !important;
}

a.bg-macos:hover,
a.bg-macos:focus {
  background-color: #313131 !important;
}

.bg-macos-dark {
  background-color: #2f2f2f !important;
}

a.bg-macos-dark:hover,
a.bg-macos-dark:focus {
  background-color: #2d2d2d !important;
}

.bg-macos-darker {
  background-color: #2c2c2c !important;
}

a.bg-macos-darker:hover,
a.bg-macos-darker:focus {
  background-color: #2a2a2a !important;
}

.btn-macos {
  border-color: transparent;
  background: #343434;
  color: #fff;
}

.btn-macos:hover {
  border-color: transparent;
  background: #313131;
  color: #fff;
}

.btn-macos:focus,
.btn-macos.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(52, 52, 52, 0.4);
          box-shadow: 0 0 0 2px rgba(52, 52, 52, 0.4);
}

.btn-macos.disabled,
.btn-macos:disabled {
  border-color: transparent !important;
  background: #343434 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.btn-macos .badge {
  background: #fff;
  color: #343434;
}

.btn-macos:active,
.btn-macos.active,
.show > .btn-macos.dropdown-toggle {
  border-color: transparent;
  background: #2d2d2d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-macos,
.input-group-prepend .btn-macos,
.input-group-append .btn-macos {
  border-right: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
}

.btn-outline-macos {
  border-color: #343434;
  background: transparent;
  color: #343434;
}

.btn-outline-macos:hover {
  border-color: transparent;
  background: #343434;
  color: #fff;
}

.btn-outline-macos:hover .badge {
  background: #fff;
  color: #343434;
}

.btn-outline-macos:focus,
.btn-outline-macos.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(52, 52, 52, 0.4);
          box-shadow: 0 0 0 2px rgba(52, 52, 52, 0.4);
}

.btn-outline-macos.disabled,
.btn-outline-macos:disabled {
  border-color: #343434 !important;
  background: transparent !important;
  color: #343434 !important;
}

.btn-outline-macos .badge {
  background: #343434;
  color: #fff;
}

.btn-outline-macos:active,
.btn-outline-macos.active,
.show > .btn-outline-macos.dropdown-toggle {
  border-color: transparent;
  background: #313131;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-macos:active .badge,
.btn-outline-macos.active .badge,
.show > .btn-outline-macos.dropdown-toggle .badge {
  background: #fff;
  color: #343434;
}

.text-linux {
  color: #800080 !important;
}

a.text-linux:hover,
a.text-linux:focus {
  color: #4d004d !important;
}

.bg-linux {
  background-color: #800080 !important;
}

a.bg-linux:hover,
a.bg-linux:focus {
  background-color: #7a007a !important;
}

.bg-linux-dark {
  background-color: #730073 !important;
}

a.bg-linux-dark:hover,
a.bg-linux-dark:focus {
  background-color: #6d006d !important;
}

.bg-linux-darker {
  background-color: #6d006d !important;
}

a.bg-linux-darker:hover,
a.bg-linux-darker:focus {
  background-color: #680068 !important;
}

.btn-linux {
  border-color: transparent;
  background: #800080;
  color: #fff;
}

.btn-linux:hover {
  border-color: transparent;
  background: #7a007a;
  color: #fff;
}

.btn-linux:focus,
.btn-linux.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(128, 0, 128, 0.4);
          box-shadow: 0 0 0 2px rgba(128, 0, 128, 0.4);
}

.btn-linux.disabled,
.btn-linux:disabled {
  border-color: transparent !important;
  background: #800080 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.btn-linux .badge {
  background: #fff;
  color: #800080;
}

.btn-linux:active,
.btn-linux.active,
.show > .btn-linux.dropdown-toggle {
  border-color: transparent;
  background: #6f006f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-linux,
.input-group-prepend .btn-linux,
.input-group-append .btn-linux {
  border-right: 1px solid #6f006f;
  border-left: 1px solid #6f006f;
}

.btn-outline-linux {
  border-color: #800080;
  background: transparent;
  color: #800080;
}

.btn-outline-linux:hover {
  border-color: transparent;
  background: #800080;
  color: #fff;
}

.btn-outline-linux:hover .badge {
  background: #fff;
  color: #800080;
}

.btn-outline-linux:focus,
.btn-outline-linux.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(128, 0, 128, 0.4);
          box-shadow: 0 0 0 2px rgba(128, 0, 128, 0.4);
}

.btn-outline-linux.disabled,
.btn-outline-linux:disabled {
  border-color: #800080 !important;
  background: transparent !important;
  color: #800080 !important;
}

.btn-outline-linux .badge {
  background: #800080;
  color: #fff;
}

.btn-outline-linux:active,
.btn-outline-linux.active,
.show > .btn-outline-linux.dropdown-toggle {
  border-color: transparent;
  background: #7a007a;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-linux:active .badge,
.btn-outline-linux.active .badge,
.show > .btn-outline-linux.dropdown-toggle .badge {
  background: #fff;
  color: #800080;
}

.btn-white {
  border-color: transparent;
  background: #fff;
  color: #4E5155;
}

.btn-white:hover {
  border-color: transparent;
  background: #f2f2f2;
  color: #4E5155;
}

.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.btn-white.disabled,
.btn-white:disabled {
  border-color: transparent !important;
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #4E5155 !important;
}

.btn-white .badge {
  background: #4E5155;
  color: #fff;
}

.btn-white:active,
.btn-white.active,
.show > .btn-white.dropdown-toggle {
  border-color: transparent;
  background: #dedede;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-white,
.input-group-prepend .btn-white,
.input-group-append .btn-white {
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.btn-outline-white:hover {
  border-color: transparent;
  background: #fff;
  color: #4E5155;
}

.btn-outline-white:hover .badge {
  background: #4E5155;
  color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  border-color: #fff !important;
  background: transparent !important;
  color: #fff !important;
}

.btn-outline-white .badge {
  background: #fff;
  color: #fff;
}

.btn-outline-white:active,
.btn-outline-white.active,
.show > .btn-outline-white.dropdown-toggle {
  border-color: transparent;
  background: #f2f2f2;
  color: #4E5155;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-white:active .badge,
.btn-outline-white.active .badge,
.show > .btn-outline-white.dropdown-toggle .badge {
  background: #4E5155;
  color: #fff;
}

.custom-control.custom-control-black .custom-control-label::before,
.custom-control.custom-control-black .custom-control-input:active ~ .custom-control-label::before {
  background-color: #000;
}

.custom-control.custom-control-black .custom-control-input:focus ~ .custom-control-label::before,
.custom-control.custom-control-black .custom-control-input:active ~ .custom-control-label::before {
  border-color: #000;
}

.custom-control.custom-control-black .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
}

.custom-control.custom-control-black.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-control-black.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}

.custom-control.custom-control-black.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
}

.custom-control.custom-control-black.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23fff'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.custom-control.custom-control-white .custom-control-label::before,
.custom-control.custom-control-white .custom-control-input:active ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-control.custom-control-white .custom-control-input:focus ~ .custom-control-label::before,
.custom-control.custom-control-white .custom-control-input:active ~ .custom-control-label::before {
  border-color: #fff;
}

.custom-control.custom-control-white .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.custom-control.custom-control-white.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-control-white.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}

.custom-control.custom-control-white.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23666666;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
}

.custom-control.custom-control-white.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23666666'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23666666'/%3E%3C/svg%3E");
}

.custom-control.custom-control-silver .custom-control-label::before,
.custom-control.custom-control-silver .custom-control-input:active ~ .custom-control-label::before {
  background-color: #eee;
}

.custom-control.custom-control-silver .custom-control-input:focus ~ .custom-control-label::before,
.custom-control.custom-control-silver .custom-control-input:active ~ .custom-control-label::before {
  border-color: #eee;
}

.custom-control.custom-control-silver .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(238, 238, 238, 0.4);
          box-shadow: 0 0 0 2px rgba(238, 238, 238, 0.4);
}

.custom-control.custom-control-silver.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-control-silver.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #eee;
  background-color: #eee;
}

.custom-control.custom-control-silver.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%235f5f5f;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
}

.custom-control.custom-control-silver.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%235f5f5f'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%235f5f5f'/%3E%3C/svg%3E");
}

.custom-control.custom-control-gray .custom-control-label::before,
.custom-control.custom-control-gray .custom-control-input:active ~ .custom-control-label::before {
  background-color: #777;
}

.custom-control.custom-control-gray .custom-control-input:focus ~ .custom-control-label::before,
.custom-control.custom-control-gray .custom-control-input:active ~ .custom-control-label::before {
  border-color: #777;
}

.custom-control.custom-control-gray .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(119, 119, 119, 0.4);
          box-shadow: 0 0 0 2px rgba(119, 119, 119, 0.4);
}

.custom-control.custom-control-gray.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-control-gray.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #777;
  background-color: #777;
}

.custom-control.custom-control-gray.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
}

.custom-control.custom-control-gray.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23fff'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.custom-control.custom-control-gold .custom-control-label::before,
.custom-control.custom-control-gold .custom-control-input:active ~ .custom-control-label::before {
  background-color: #ffeb3b;
}

.custom-control.custom-control-gold .custom-control-input:focus ~ .custom-control-label::before,
.custom-control.custom-control-gold .custom-control-input:active ~ .custom-control-label::before {
  border-color: #ffeb3b;
}

.custom-control.custom-control-gold .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 235, 59, 0.4);
          box-shadow: 0 0 0 2px rgba(255, 235, 59, 0.4);
}

.custom-control.custom-control-gold.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-control-gold.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ffeb3b;
  background-color: #ffeb3b;
}

.custom-control.custom-control-gold.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23665e18;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
}

.custom-control.custom-control-gold.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23665e18'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23665e18'/%3E%3C/svg%3E");
}

.custom-control.custom-control-pink .custom-control-label::before,
.custom-control.custom-control-pink .custom-control-input:active ~ .custom-control-label::before {
  background-color: #e91e63;
}

.custom-control.custom-control-pink .custom-control-input:focus ~ .custom-control-label::before,
.custom-control.custom-control-pink .custom-control-input:active ~ .custom-control-label::before {
  border-color: #e91e63;
}

.custom-control.custom-control-pink .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.4);
          box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.4);
}

.custom-control.custom-control-pink.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-control-pink.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #e91e63;
  background-color: #e91e63;
}

.custom-control.custom-control-pink.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
}

.custom-control.custom-control-pink.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23fff'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.custom-control.custom-control-red .custom-control-label::before,
.custom-control.custom-control-red .custom-control-input:active ~ .custom-control-label::before {
  background-color: #f44336;
}

.custom-control.custom-control-red .custom-control-input:focus ~ .custom-control-label::before,
.custom-control.custom-control-red .custom-control-input:active ~ .custom-control-label::before {
  border-color: #f44336;
}

.custom-control.custom-control-red .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.4);
          box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.4);
}

.custom-control.custom-control-red.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-control-red.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f44336;
  background-color: #f44336;
}

.custom-control.custom-control-red.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
}

.custom-control.custom-control-red.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23fff'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.navbar.bg-secondary {
  background-color: #4F4F4F !important;
  color: #cecece;
}

.navbar.bg-secondary .navbar-brand {
  color: #fff;
}

.navbar.bg-secondary .navbar-brand:hover,
.navbar.bg-secondary .navbar-brand:focus {
  color: #fff;
}

.navbar.bg-secondary .navbar-nav .nav-link {
  color: #cecece;
}

.navbar.bg-secondary .navbar-nav .nav-link:hover,
.navbar.bg-secondary .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar.bg-secondary .navbar-nav .nav-link.disabled {
  color: #9b9b9b !important;
}

.navbar.bg-secondary .navbar-nav .show > .nav-link,
.navbar.bg-secondary .navbar-nav .active > .nav-link,
.navbar.bg-secondary .navbar-nav .nav-link.show,
.navbar.bg-secondary .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar.bg-secondary .navbar-toggler {
  color: #cecece;
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-secondary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-secondary .navbar-text {
  color: #cecece;
}

.navbar.bg-secondary .navbar-text a {
  color: #fff;
}

.navbar.bg-secondary .navbar-text a:hover,
.navbar.bg-secondary .navbar-text a:focus {
  color: #fff;
}

.navbar.bg-secondary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-success {
  background-color: #76c044 !important;
  color: #eaf5e2;
}

.navbar.bg-success .navbar-brand {
  color: #fff;
}

.navbar.bg-success .navbar-brand:hover,
.navbar.bg-success .navbar-brand:focus {
  color: #fff;
}

.navbar.bg-success .navbar-nav .nav-link {
  color: #eaf5e2;
}

.navbar.bg-success .navbar-nav .nav-link:hover,
.navbar.bg-success .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar.bg-success .navbar-nav .nav-link.disabled {
  color: #bce0a3 !important;
}

.navbar.bg-success .navbar-nav .show > .nav-link,
.navbar.bg-success .navbar-nav .active > .nav-link,
.navbar.bg-success .navbar-nav .nav-link.show,
.navbar.bg-success .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar.bg-success .navbar-toggler {
  color: #eaf5e2;
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-success .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-success .navbar-text {
  color: #eaf5e2;
}

.navbar.bg-success .navbar-text a {
  color: #fff;
}

.navbar.bg-success .navbar-text a:hover,
.navbar.bg-success .navbar-text a:focus {
  color: #fff;
}

.navbar.bg-success hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-info {
  background-color: #28c3d7 !important;
  color: #dcf5f8;
}

.navbar.bg-info .navbar-brand {
  color: #fff;
}

.navbar.bg-info .navbar-brand:hover,
.navbar.bg-info .navbar-brand:focus {
  color: #fff;
}

.navbar.bg-info .navbar-nav .nav-link {
  color: #dcf5f8;
}

.navbar.bg-info .navbar-nav .nav-link:hover,
.navbar.bg-info .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar.bg-info .navbar-nav .nav-link.disabled {
  color: #94e1eb !important;
}

.navbar.bg-info .navbar-nav .show > .nav-link,
.navbar.bg-info .navbar-nav .active > .nav-link,
.navbar.bg-info .navbar-nav .nav-link.show,
.navbar.bg-info .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar.bg-info .navbar-toggler {
  color: #dcf5f8;
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-info .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-info .navbar-text {
  color: #dcf5f8;
}

.navbar.bg-info .navbar-text a {
  color: #fff;
}

.navbar.bg-info .navbar-text a:hover,
.navbar.bg-info .navbar-text a:focus {
  color: #fff;
}

.navbar.bg-info hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-warning {
  background-color: #FFD950 !important;
  color: #998230;
}

.navbar.bg-warning .navbar-brand {
  color: #665720;
}

.navbar.bg-warning .navbar-brand:hover,
.navbar.bg-warning .navbar-brand:focus {
  color: #665720;
}

.navbar.bg-warning .navbar-nav .nav-link {
  color: #998230;
}

.navbar.bg-warning .navbar-nav .nav-link:hover,
.navbar.bg-warning .navbar-nav .nav-link:focus {
  color: #665720;
}

.navbar.bg-warning .navbar-nav .nav-link.disabled {
  color: #c2a53d !important;
}

.navbar.bg-warning .navbar-nav .show > .nav-link,
.navbar.bg-warning .navbar-nav .active > .nav-link,
.navbar.bg-warning .navbar-nav .nav-link.show,
.navbar.bg-warning .navbar-nav .nav-link.active {
  color: #665720;
}

.navbar.bg-warning .navbar-toggler {
  color: #998230;
  border-color: rgba(102, 87, 32, 0.0832855);
}

.navbar.bg-warning .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(24, 28, 33, 0.4)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-warning .navbar-text {
  color: #998230;
}

.navbar.bg-warning .navbar-text a {
  color: #665720;
}

.navbar.bg-warning .navbar-text a:hover,
.navbar.bg-warning .navbar-text a:focus {
  color: #665720;
}

.navbar.bg-warning hr {
  border-color: rgba(102, 87, 32, 0.0832855);
}

.navbar.bg-danger {
  background-color: #d9534f !important;
  color: #f7dbda;
}

.navbar.bg-danger .navbar-brand {
  color: #fff;
}

.navbar.bg-danger .navbar-brand:hover,
.navbar.bg-danger .navbar-brand:focus {
  color: #fff;
}

.navbar.bg-danger .navbar-nav .nav-link {
  color: #f7dbda;
}

.navbar.bg-danger .navbar-nav .nav-link:hover,
.navbar.bg-danger .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar.bg-danger .navbar-nav .nav-link.disabled {
  color: #eba5a2 !important;
}

.navbar.bg-danger .navbar-nav .show > .nav-link,
.navbar.bg-danger .navbar-nav .active > .nav-link,
.navbar.bg-danger .navbar-nav .nav-link.show,
.navbar.bg-danger .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar.bg-danger .navbar-toggler {
  color: #f7dbda;
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-danger .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-danger .navbar-text {
  color: #f7dbda;
}

.navbar.bg-danger .navbar-text a {
  color: #fff;
}

.navbar.bg-danger .navbar-text a:hover,
.navbar.bg-danger .navbar-text a:focus {
  color: #fff;
}

.navbar.bg-danger hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-dark {
  background-color: #2f3337 !important;
  color: #9d9fa1;
}

.navbar.bg-dark .navbar-brand {
  color: #fff;
}

.navbar.bg-dark .navbar-brand:hover,
.navbar.bg-dark .navbar-brand:focus {
  color: #fff;
}

.navbar.bg-dark .navbar-nav .nav-link {
  color: #9d9fa1;
}

.navbar.bg-dark .navbar-nav .nav-link:hover,
.navbar.bg-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar.bg-dark .navbar-nav .nav-link.disabled {
  color: #717477 !important;
}

.navbar.bg-dark .navbar-nav .show > .nav-link,
.navbar.bg-dark .navbar-nav .active > .nav-link,
.navbar.bg-dark .navbar-nav .nav-link.show,
.navbar.bg-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar.bg-dark .navbar-toggler {
  color: #9d9fa1;
  border-color: rgba(255, 255, 255, 0.06);
}

.navbar.bg-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-dark .navbar-text {
  color: #9d9fa1;
}

.navbar.bg-dark .navbar-text a {
  color: #fff;
}

.navbar.bg-dark .navbar-text a:hover,
.navbar.bg-dark .navbar-text a:focus {
  color: #fff;
}

.navbar.bg-dark hr {
  border-color: rgba(255, 255, 255, 0.06);
}

.navbar.bg-white {
  background-color: #fff !important;
  color: #a3a4a6;
}

.navbar.bg-white .navbar-brand {
  color: #4E5155;
}

.navbar.bg-white .navbar-brand:hover,
.navbar.bg-white .navbar-brand:focus {
  color: #4E5155;
}

.navbar.bg-white .navbar-nav .nav-link {
  color: #a3a4a6;
}

.navbar.bg-white .navbar-nav .nav-link:hover,
.navbar.bg-white .navbar-nav .nav-link:focus {
  color: #4E5155;
}

.navbar.bg-white .navbar-nav .nav-link.disabled {
  color: #c8c8ca !important;
}

.navbar.bg-white .navbar-nav .show > .nav-link,
.navbar.bg-white .navbar-nav .active > .nav-link,
.navbar.bg-white .navbar-nav .nav-link.show,
.navbar.bg-white .navbar-nav .nav-link.active {
  color: #4E5155;
}

.navbar.bg-white .navbar-toggler {
  color: #a3a4a6;
  border-color: rgba(78, 81, 85, 0.075);
}

.navbar.bg-white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(24, 28, 33, 0.4)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-white .navbar-text {
  color: #a3a4a6;
}

.navbar.bg-white .navbar-text a {
  color: #4E5155;
}

.navbar.bg-white .navbar-text a:hover,
.navbar.bg-white .navbar-text a:focus {
  color: #4E5155;
}

.navbar.bg-white hr {
  border-color: rgba(78, 81, 85, 0.075);
}

.navbar.bg-light {
  background-color: #f1f1f2 !important;
  color: #a3a4a6;
}

.navbar.bg-light .navbar-brand {
  color: #4E5155;
}

.navbar.bg-light .navbar-brand:hover,
.navbar.bg-light .navbar-brand:focus {
  color: #4E5155;
}

.navbar.bg-light .navbar-nav .nav-link {
  color: #a3a4a6;
}

.navbar.bg-light .navbar-nav .nav-link:hover,
.navbar.bg-light .navbar-nav .nav-link:focus {
  color: #4E5155;
}

.navbar.bg-light .navbar-nav .nav-link.disabled {
  color: #c2c3c4 !important;
}

.navbar.bg-light .navbar-nav .show > .nav-link,
.navbar.bg-light .navbar-nav .active > .nav-link,
.navbar.bg-light .navbar-nav .nav-link.show,
.navbar.bg-light .navbar-nav .nav-link.active {
  color: #4E5155;
}

.navbar.bg-light .navbar-toggler {
  color: #a3a4a6;
  border-color: rgba(78, 81, 85, 0.0777227);
}

.navbar.bg-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(24, 28, 33, 0.4)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-light .navbar-text {
  color: #a3a4a6;
}

.navbar.bg-light .navbar-text a {
  color: #4E5155;
}

.navbar.bg-light .navbar-text a:hover,
.navbar.bg-light .navbar-text a:focus {
  color: #4E5155;
}

.navbar.bg-light hr {
  border-color: rgba(78, 81, 85, 0.0777227);
}

.navbar.bg-lighter {
  background-color: #f8f8f8 !important;
  color: #a3a4a6;
}

.navbar.bg-lighter .navbar-brand {
  color: #4E5155;
}

.navbar.bg-lighter .navbar-brand:hover,
.navbar.bg-lighter .navbar-brand:focus {
  color: #4E5155;
}

.navbar.bg-lighter .navbar-nav .nav-link {
  color: #a3a4a6;
}

.navbar.bg-lighter .navbar-nav .nav-link:hover,
.navbar.bg-lighter .navbar-nav .nav-link:focus {
  color: #4E5155;
}

.navbar.bg-lighter .navbar-nav .nav-link.disabled {
  color: #c5c6c7 !important;
}

.navbar.bg-lighter .navbar-nav .show > .nav-link,
.navbar.bg-lighter .navbar-nav .active > .nav-link,
.navbar.bg-lighter .navbar-nav .nav-link.show,
.navbar.bg-lighter .navbar-nav .nav-link.active {
  color: #4E5155;
}

.navbar.bg-lighter .navbar-toggler {
  color: #a3a4a6;
  border-color: rgba(78, 81, 85, 0.0763725);
}

.navbar.bg-lighter .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(24, 28, 33, 0.4)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-lighter .navbar-text {
  color: #a3a4a6;
}

.navbar.bg-lighter .navbar-text a {
  color: #4E5155;
}

.navbar.bg-lighter .navbar-text a:hover,
.navbar.bg-lighter .navbar-text a:focus {
  color: #4E5155;
}

.navbar.bg-lighter hr {
  border-color: rgba(78, 81, 85, 0.0763725);
}

.navbar.bg-dark {
  background-color: #222 !important;
  color: #a3a4a6;
}

.navbar.bg-dark .navbar-brand {
  color: #fff;
}

.navbar.bg-dark .navbar-brand:hover,
.navbar.bg-dark .navbar-brand:focus {
  color: #fff;
}

.navbar.bg-dark .navbar-nav .nav-link {
  color: #a3a4a6;
}

.navbar.bg-dark .navbar-nav .nav-link:hover,
.navbar.bg-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar.bg-dark .navbar-nav .nav-link.disabled {
  color: #6f7071 !important;
}

.navbar.bg-dark .navbar-nav .show > .nav-link,
.navbar.bg-dark .navbar-nav .active > .nav-link,
.navbar.bg-dark .navbar-nav .nav-link.show,
.navbar.bg-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar.bg-dark .navbar-toggler {
  color: #a3a4a6;
  border-color: rgba(255, 255, 255, 0.06);
}

.navbar.bg-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-dark .navbar-text {
  color: #a3a4a6;
}

.navbar.bg-dark .navbar-text a {
  color: #fff;
}

.navbar.bg-dark .navbar-text a:hover,
.navbar.bg-dark .navbar-text a:focus {
  color: #fff;
}

.navbar.bg-dark hr {
  border-color: rgba(255, 255, 255, 0.06);
}

.sidenav.bg-secondary {
  background-color: #4F4F4F !important;
  color: #cecece;
}

.sidenav.bg-secondary .sidenav-link,
.sidenav.bg-secondary .sidenav-horizontal-prev,
.sidenav.bg-secondary .sidenav-horizontal-next {
  color: #cecece;
}

.sidenav.bg-secondary .sidenav-link:hover,
.sidenav.bg-secondary .sidenav-link:focus,
.sidenav.bg-secondary .sidenav-horizontal-prev:hover,
.sidenav.bg-secondary .sidenav-horizontal-prev:focus,
.sidenav.bg-secondary .sidenav-horizontal-next:hover,
.sidenav.bg-secondary .sidenav-horizontal-next:focus {
  color: #fff;
}

.sidenav.bg-secondary .sidenav-link.active,
.sidenav.bg-secondary .sidenav-horizontal-prev.active,
.sidenav.bg-secondary .sidenav-horizontal-next.active {
  color: #fff;
}

.sidenav.bg-secondary .sidenav-item.disabled .sidenav-link,
.sidenav.bg-secondary .sidenav-horizontal-prev.disabled,
.sidenav.bg-secondary .sidenav-horizontal-next.disabled {
  color: #9b9b9b !important;
}

.sidenav.bg-secondary .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-secondary .sidenav-item.active > .sidenav-link {
  color: #fff;
}

.sidenav.bg-secondary .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #4b4b4b;
}

.sidenav.bg-secondary.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #474747;
}

.sidenav.bg-secondary.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-secondary.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #4b4b4b;
}

.sidenav.bg-secondary .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-secondary .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #cecece;
}

.sidenav.bg-secondary .sidenav-text {
  color: #fff;
}

.sidenav.bg-secondary .sidenav-header {
  color: #aeaeae;
}

.sidenav.bg-secondary hr,
.sidenav.bg-secondary .sidenav-divider,
.sidenav.bg-secondary .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.sidenav.bg-secondary .sidenav-inner > .sidenav-header::before,
.sidenav.bg-secondary .sidenav-block::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.sidenav.bg-secondary .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #666666;
}

.sidenav.bg-secondary .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #fff;
}

.sidenav.bg-secondary .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-secondary .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #4b4b4b;
          box-shadow: 0 0 0 2px #4b4b4b;
}

.sidenav.bg-secondary .ps__thumb-y,
.sidenav.bg-secondary .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.523922) !important;
}

.sidenav.bg-success {
  background-color: #76c044 !important;
  color: #eaf5e2;
}

.sidenav.bg-success .sidenav-link,
.sidenav.bg-success .sidenav-horizontal-prev,
.sidenav.bg-success .sidenav-horizontal-next {
  color: #eaf5e2;
}

.sidenav.bg-success .sidenav-link:hover,
.sidenav.bg-success .sidenav-link:focus,
.sidenav.bg-success .sidenav-horizontal-prev:hover,
.sidenav.bg-success .sidenav-horizontal-prev:focus,
.sidenav.bg-success .sidenav-horizontal-next:hover,
.sidenav.bg-success .sidenav-horizontal-next:focus {
  color: #fff;
}

.sidenav.bg-success .sidenav-link.active,
.sidenav.bg-success .sidenav-horizontal-prev.active,
.sidenav.bg-success .sidenav-horizontal-next.active {
  color: #fff;
}

.sidenav.bg-success .sidenav-item.disabled .sidenav-link,
.sidenav.bg-success .sidenav-horizontal-prev.disabled,
.sidenav.bg-success .sidenav-horizontal-next.disabled {
  color: #bce0a3 !important;
}

.sidenav.bg-success .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-success .sidenav-item.active > .sidenav-link {
  color: #fff;
}

.sidenav.bg-success .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #70b641;
}

.sidenav.bg-success.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #6aad3e;
}

.sidenav.bg-success.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-success.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #70b641;
}

.sidenav.bg-success .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-success .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #eaf5e2;
}

.sidenav.bg-success .sidenav-text {
  color: #fff;
}

.sidenav.bg-success .sidenav-header {
  color: #cde8bb;
}

.sidenav.bg-success hr,
.sidenav.bg-success .sidenav-divider,
.sidenav.bg-success .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.sidenav.bg-success .sidenav-inner > .sidenav-header::before,
.sidenav.bg-success .sidenav-block::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.sidenav.bg-success .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #85c15e;
}

.sidenav.bg-success .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #fff;
}

.sidenav.bg-success .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-success .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #70b641;
          box-shadow: 0 0 0 2px #70b641;
}

.sidenav.bg-success .ps__thumb-y,
.sidenav.bg-success .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.644295) !important;
}

.sidenav.bg-info {
  background-color: #28c3d7 !important;
  color: #dcf5f8;
}

.sidenav.bg-info .sidenav-link,
.sidenav.bg-info .sidenav-horizontal-prev,
.sidenav.bg-info .sidenav-horizontal-next {
  color: #dcf5f8;
}

.sidenav.bg-info .sidenav-link:hover,
.sidenav.bg-info .sidenav-link:focus,
.sidenav.bg-info .sidenav-horizontal-prev:hover,
.sidenav.bg-info .sidenav-horizontal-prev:focus,
.sidenav.bg-info .sidenav-horizontal-next:hover,
.sidenav.bg-info .sidenav-horizontal-next:focus {
  color: #fff;
}

.sidenav.bg-info .sidenav-link.active,
.sidenav.bg-info .sidenav-horizontal-prev.active,
.sidenav.bg-info .sidenav-horizontal-next.active {
  color: #fff;
}

.sidenav.bg-info .sidenav-item.disabled .sidenav-link,
.sidenav.bg-info .sidenav-horizontal-prev.disabled,
.sidenav.bg-info .sidenav-horizontal-next.disabled {
  color: #94e1eb !important;
}

.sidenav.bg-info .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-info .sidenav-item.active > .sidenav-link {
  color: #fff;
}

.sidenav.bg-info .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #26b9cc;
}

.sidenav.bg-info.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #24b0c2;
}

.sidenav.bg-info.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-info.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #26b9cc;
}

.sidenav.bg-info .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-info .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #dcf5f8;
}

.sidenav.bg-info .sidenav-text {
  color: #fff;
}

.sidenav.bg-info .sidenav-header {
  color: #afe9f0;
}

.sidenav.bg-info hr,
.sidenav.bg-info .sidenav-divider,
.sidenav.bg-info .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.sidenav.bg-info .sidenav-inner > .sidenav-header::before,
.sidenav.bg-info .sidenav-block::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.sidenav.bg-info .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #47c4d4;
}

.sidenav.bg-info .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #fff;
}

.sidenav.bg-info .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-info .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #26b9cc;
          box-shadow: 0 0 0 2px #26b9cc;
}

.sidenav.bg-info .ps__thumb-y,
.sidenav.bg-info .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.636761) !important;
}

.sidenav.bg-warning {
  background-color: #FFD950 !important;
  color: #998230;
}

.sidenav.bg-warning .sidenav-link,
.sidenav.bg-warning .sidenav-horizontal-prev,
.sidenav.bg-warning .sidenav-horizontal-next {
  color: #998230;
}

.sidenav.bg-warning .sidenav-link:hover,
.sidenav.bg-warning .sidenav-link:focus,
.sidenav.bg-warning .sidenav-horizontal-prev:hover,
.sidenav.bg-warning .sidenav-horizontal-prev:focus,
.sidenav.bg-warning .sidenav-horizontal-next:hover,
.sidenav.bg-warning .sidenav-horizontal-next:focus {
  color: #665720;
}

.sidenav.bg-warning .sidenav-link.active,
.sidenav.bg-warning .sidenav-horizontal-prev.active,
.sidenav.bg-warning .sidenav-horizontal-next.active {
  color: #665720;
}

.sidenav.bg-warning .sidenav-item.disabled .sidenav-link,
.sidenav.bg-warning .sidenav-horizontal-prev.disabled,
.sidenav.bg-warning .sidenav-horizontal-next.disabled {
  color: #c2a53d !important;
}

.sidenav.bg-warning .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-warning .sidenav-item.active > .sidenav-link {
  color: #665720;
}

.sidenav.bg-warning .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #f9d44e;
}

.sidenav.bg-warning.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #f3cf4c;
}

.sidenav.bg-warning.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-warning.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #f9d44e;
}

.sidenav.bg-warning .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-warning .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #998230;
}

.sidenav.bg-warning .sidenav-text {
  color: #665720;
}

.sidenav.bg-warning .sidenav-header {
  color: #b39838;
}

.sidenav.bg-warning hr,
.sidenav.bg-warning .sidenav-divider,
.sidenav.bg-warning .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(102, 87, 32, 0.0832855) !important;
}

.sidenav.bg-warning .sidenav-inner > .sidenav-header::before,
.sidenav.bg-warning .sidenav-block::before {
  background-color: rgba(102, 87, 32, 0.0832855);
}

.sidenav.bg-warning .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #edca4a;
}

.sidenav.bg-warning .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #665720;
}

.sidenav.bg-warning .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-warning .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #f9d44e;
          box-shadow: 0 0 0 2px #f9d44e;
}

.sidenav.bg-warning .ps__thumb-y,
.sidenav.bg-warning .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(102, 87, 32, 0.266284) !important;
}

.sidenav.bg-danger {
  background-color: #d9534f !important;
  color: #f7dbda;
}

.sidenav.bg-danger .sidenav-link,
.sidenav.bg-danger .sidenav-horizontal-prev,
.sidenav.bg-danger .sidenav-horizontal-next {
  color: #f7dbda;
}

.sidenav.bg-danger .sidenav-link:hover,
.sidenav.bg-danger .sidenav-link:focus,
.sidenav.bg-danger .sidenav-horizontal-prev:hover,
.sidenav.bg-danger .sidenav-horizontal-prev:focus,
.sidenav.bg-danger .sidenav-horizontal-next:hover,
.sidenav.bg-danger .sidenav-horizontal-next:focus {
  color: #fff;
}

.sidenav.bg-danger .sidenav-link.active,
.sidenav.bg-danger .sidenav-horizontal-prev.active,
.sidenav.bg-danger .sidenav-horizontal-next.active {
  color: #fff;
}

.sidenav.bg-danger .sidenav-item.disabled .sidenav-link,
.sidenav.bg-danger .sidenav-horizontal-prev.disabled,
.sidenav.bg-danger .sidenav-horizontal-next.disabled {
  color: #eba5a2 !important;
}

.sidenav.bg-danger .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-danger .sidenav-item.active > .sidenav-link {
  color: #fff;
}

.sidenav.bg-danger .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #ce4f4b;
}

.sidenav.bg-danger.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #c44b47;
}

.sidenav.bg-danger.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-danger.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #ce4f4b;
}

.sidenav.bg-danger .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-danger .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #f7dbda;
}

.sidenav.bg-danger .sidenav-text {
  color: #fff;
}

.sidenav.bg-danger .sidenav-header {
  color: #f0b9b7;
}

.sidenav.bg-danger hr,
.sidenav.bg-danger .sidenav-divider,
.sidenav.bg-danger .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.sidenav.bg-danger .sidenav-inner > .sidenav-header::before,
.sidenav.bg-danger .sidenav-block::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.sidenav.bg-danger .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #d56966;
}

.sidenav.bg-danger .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #fff;
}

.sidenav.bg-danger .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-danger .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #ce4f4b;
          box-shadow: 0 0 0 2px #ce4f4b;
}

.sidenav.bg-danger .ps__thumb-y,
.sidenav.bg-danger .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.592329) !important;
}

.sidenav.bg-dark {
  background-color: #2f3337 !important;
  color: #9d9fa1;
}

.sidenav.bg-dark .sidenav-link,
.sidenav.bg-dark .sidenav-horizontal-prev,
.sidenav.bg-dark .sidenav-horizontal-next {
  color: #9d9fa1;
}

.sidenav.bg-dark .sidenav-link:hover,
.sidenav.bg-dark .sidenav-link:focus,
.sidenav.bg-dark .sidenav-horizontal-prev:hover,
.sidenav.bg-dark .sidenav-horizontal-prev:focus,
.sidenav.bg-dark .sidenav-horizontal-next:hover,
.sidenav.bg-dark .sidenav-horizontal-next:focus {
  color: #fff;
}

.sidenav.bg-dark .sidenav-link.active,
.sidenav.bg-dark .sidenav-horizontal-prev.active,
.sidenav.bg-dark .sidenav-horizontal-next.active {
  color: #fff;
}

.sidenav.bg-dark .sidenav-item.disabled .sidenav-link,
.sidenav.bg-dark .sidenav-horizontal-prev.disabled,
.sidenav.bg-dark .sidenav-horizontal-next.disabled {
  color: #717477 !important;
}

.sidenav.bg-dark .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-dark .sidenav-item.active > .sidenav-link {
  color: #fff;
}

.sidenav.bg-dark .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #393d41;
}

.sidenav.bg-dark.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #43474b;
}

.sidenav.bg-dark.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-dark.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #393d41;
}

.sidenav.bg-dark .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-dark .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #9d9fa1;
}

.sidenav.bg-dark .sidenav-text {
  color: #fff;
}

.sidenav.bg-dark .sidenav-header {
  color: #828487;
}

.sidenav.bg-dark hr,
.sidenav.bg-dark .sidenav-divider,
.sidenav.bg-dark .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(255, 255, 255, 0.06) !important;
}

.sidenav.bg-dark .sidenav-inner > .sidenav-header::before,
.sidenav.bg-dark .sidenav-block::before {
  background-color: rgba(255, 255, 255, 0.06);
}

.sidenav.bg-dark .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #45494c;
}

.sidenav.bg-dark .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #fff;
}

.sidenav.bg-dark .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-dark .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #393d41;
          box-shadow: 0 0 0 2px #393d41;
}

.sidenav.bg-dark .ps__thumb-y,
.sidenav.bg-dark .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.478839) !important;
}

.sidenav.bg-white {
  background-color: #fff !important;
  color: #a3a4a6;
}

.sidenav.bg-white .sidenav-link,
.sidenav.bg-white .sidenav-horizontal-prev,
.sidenav.bg-white .sidenav-horizontal-next {
  color: #a3a4a6;
}

.sidenav.bg-white .sidenav-link:hover,
.sidenav.bg-white .sidenav-link:focus,
.sidenav.bg-white .sidenav-horizontal-prev:hover,
.sidenav.bg-white .sidenav-horizontal-prev:focus,
.sidenav.bg-white .sidenav-horizontal-next:hover,
.sidenav.bg-white .sidenav-horizontal-next:focus {
  color: #4E5155;
}

.sidenav.bg-white .sidenav-link.active,
.sidenav.bg-white .sidenav-horizontal-prev.active,
.sidenav.bg-white .sidenav-horizontal-next.active {
  color: #4E5155;
}

.sidenav.bg-white .sidenav-item.disabled .sidenav-link,
.sidenav.bg-white .sidenav-horizontal-prev.disabled,
.sidenav.bg-white .sidenav-horizontal-next.disabled {
  color: #c8c8ca !important;
}

.sidenav.bg-white .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-white .sidenav-item.active > .sidenav-link {
  color: #4E5155;
}

.sidenav.bg-white .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #fff;
}

.sidenav.bg-white.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #f9f9f9;
}

.sidenav.bg-white.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-white.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #fff;
}

.sidenav.bg-white .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-white .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #a3a4a6;
}

.sidenav.bg-white .sidenav-text {
  color: #4E5155;
}

.sidenav.bg-white .sidenav-header {
  color: #babbbc;
}

.sidenav.bg-white hr,
.sidenav.bg-white .sidenav-divider,
.sidenav.bg-white .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(78, 81, 85, 0.075) !important;
}

.sidenav.bg-white .sidenav-inner > .sidenav-header::before,
.sidenav.bg-white .sidenav-block::before {
  background-color: rgba(78, 81, 85, 0.075);
}

.sidenav.bg-white .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #f2f2f2;
}

.sidenav.bg-white .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #4E5155;
}

.sidenav.bg-white .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-white .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
}

.sidenav.bg-white .ps__thumb-y,
.sidenav.bg-white .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(78, 81, 85, 0.2) !important;
}

.sidenav.bg-light {
  background-color: #f1f1f2 !important;
  color: #a3a4a6;
}

.sidenav.bg-light .sidenav-link,
.sidenav.bg-light .sidenav-horizontal-prev,
.sidenav.bg-light .sidenav-horizontal-next {
  color: #a3a4a6;
}

.sidenav.bg-light .sidenav-link:hover,
.sidenav.bg-light .sidenav-link:focus,
.sidenav.bg-light .sidenav-horizontal-prev:hover,
.sidenav.bg-light .sidenav-horizontal-prev:focus,
.sidenav.bg-light .sidenav-horizontal-next:hover,
.sidenav.bg-light .sidenav-horizontal-next:focus {
  color: #4E5155;
}

.sidenav.bg-light .sidenav-link.active,
.sidenav.bg-light .sidenav-horizontal-prev.active,
.sidenav.bg-light .sidenav-horizontal-next.active {
  color: #4E5155;
}

.sidenav.bg-light .sidenav-item.disabled .sidenav-link,
.sidenav.bg-light .sidenav-horizontal-prev.disabled,
.sidenav.bg-light .sidenav-horizontal-next.disabled {
  color: #c2c3c4 !important;
}

.sidenav.bg-light .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-light .sidenav-item.active > .sidenav-link {
  color: #4E5155;
}

.sidenav.bg-light .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #ebebec;
}

.sidenav.bg-light.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #e5e5e6;
}

.sidenav.bg-light.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-light.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #ebebec;
}

.sidenav.bg-light .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-light .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #a3a4a6;
}

.sidenav.bg-light .sidenav-text {
  color: #4E5155;
}

.sidenav.bg-light .sidenav-header {
  color: #b7b7b9;
}

.sidenav.bg-light hr,
.sidenav.bg-light .sidenav-divider,
.sidenav.bg-light .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(78, 81, 85, 0.0777227) !important;
}

.sidenav.bg-light .sidenav-inner > .sidenav-header::before,
.sidenav.bg-light .sidenav-block::before {
  background-color: rgba(78, 81, 85, 0.0777227);
}

.sidenav.bg-light .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #dfdfe0;
}

.sidenav.bg-light .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #4E5155;
}

.sidenav.bg-light .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-light .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #ebebec;
          box-shadow: 0 0 0 2px #ebebec;
}

.sidenav.bg-light .ps__thumb-y,
.sidenav.bg-light .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(78, 81, 85, 0.221782) !important;
}

.sidenav.bg-lighter {
  background-color: #f8f8f8 !important;
  color: #a3a4a6;
}

.sidenav.bg-lighter .sidenav-link,
.sidenav.bg-lighter .sidenav-horizontal-prev,
.sidenav.bg-lighter .sidenav-horizontal-next {
  color: #a3a4a6;
}

.sidenav.bg-lighter .sidenav-link:hover,
.sidenav.bg-lighter .sidenav-link:focus,
.sidenav.bg-lighter .sidenav-horizontal-prev:hover,
.sidenav.bg-lighter .sidenav-horizontal-prev:focus,
.sidenav.bg-lighter .sidenav-horizontal-next:hover,
.sidenav.bg-lighter .sidenav-horizontal-next:focus {
  color: #4E5155;
}

.sidenav.bg-lighter .sidenav-link.active,
.sidenav.bg-lighter .sidenav-horizontal-prev.active,
.sidenav.bg-lighter .sidenav-horizontal-next.active {
  color: #4E5155;
}

.sidenav.bg-lighter .sidenav-item.disabled .sidenav-link,
.sidenav.bg-lighter .sidenav-horizontal-prev.disabled,
.sidenav.bg-lighter .sidenav-horizontal-next.disabled {
  color: #c5c6c7 !important;
}

.sidenav.bg-lighter .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-lighter .sidenav-item.active > .sidenav-link {
  color: #4E5155;
}

.sidenav.bg-lighter .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #f2f2f2;
}

.sidenav.bg-lighter.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #ececec;
}

.sidenav.bg-lighter.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-lighter.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #f2f2f2;
}

.sidenav.bg-lighter .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-lighter .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #a3a4a6;
}

.sidenav.bg-lighter .sidenav-text {
  color: #4E5155;
}

.sidenav.bg-lighter .sidenav-header {
  color: #b8b9bb;
}

.sidenav.bg-lighter hr,
.sidenav.bg-lighter .sidenav-divider,
.sidenav.bg-lighter .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(78, 81, 85, 0.0763725) !important;
}

.sidenav.bg-lighter .sidenav-inner > .sidenav-header::before,
.sidenav.bg-lighter .sidenav-block::before {
  background-color: rgba(78, 81, 85, 0.0763725);
}

.sidenav.bg-lighter .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #e5e6e6;
}

.sidenav.bg-lighter .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #4E5155;
}

.sidenav.bg-lighter .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-lighter .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #f2f2f2;
          box-shadow: 0 0 0 2px #f2f2f2;
}

.sidenav.bg-lighter .ps__thumb-y,
.sidenav.bg-lighter .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(78, 81, 85, 0.21098) !important;
}

.footer.bg-secondary {
  background-color: #4F4F4F !important;
  color: #cecece;
}

.footer.bg-secondary .footer-link {
  color: #cecece;
}

.footer.bg-secondary .footer-link:hover,
.footer.bg-secondary .footer-link:focus {
  color: #fff;
}

.footer.bg-secondary .footer-link.disabled {
  color: #9b9b9b !important;
}

.footer.bg-secondary .footer-text {
  color: #fff;
}

.footer.bg-secondary .show > .footer-link,
.footer.bg-secondary .active > .footer-link,
.footer.bg-secondary .footer-link.show,
.footer.bg-secondary .footer-link.active {
  color: #fff;
}

.footer.bg-secondary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-success {
  background-color: #76c044 !important;
  color: #eaf5e2;
}

.footer.bg-success .footer-link {
  color: #eaf5e2;
}

.footer.bg-success .footer-link:hover,
.footer.bg-success .footer-link:focus {
  color: #fff;
}

.footer.bg-success .footer-link.disabled {
  color: #bce0a3 !important;
}

.footer.bg-success .footer-text {
  color: #fff;
}

.footer.bg-success .show > .footer-link,
.footer.bg-success .active > .footer-link,
.footer.bg-success .footer-link.show,
.footer.bg-success .footer-link.active {
  color: #fff;
}

.footer.bg-success hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-info {
  background-color: #28c3d7 !important;
  color: #dcf5f8;
}

.footer.bg-info .footer-link {
  color: #dcf5f8;
}

.footer.bg-info .footer-link:hover,
.footer.bg-info .footer-link:focus {
  color: #fff;
}

.footer.bg-info .footer-link.disabled {
  color: #94e1eb !important;
}

.footer.bg-info .footer-text {
  color: #fff;
}

.footer.bg-info .show > .footer-link,
.footer.bg-info .active > .footer-link,
.footer.bg-info .footer-link.show,
.footer.bg-info .footer-link.active {
  color: #fff;
}

.footer.bg-info hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-warning {
  background-color: #FFD950 !important;
  color: #998230;
}

.footer.bg-warning .footer-link {
  color: #998230;
}

.footer.bg-warning .footer-link:hover,
.footer.bg-warning .footer-link:focus {
  color: #665720;
}

.footer.bg-warning .footer-link.disabled {
  color: #c2a53d !important;
}

.footer.bg-warning .footer-text {
  color: #665720;
}

.footer.bg-warning .show > .footer-link,
.footer.bg-warning .active > .footer-link,
.footer.bg-warning .footer-link.show,
.footer.bg-warning .footer-link.active {
  color: #665720;
}

.footer.bg-warning hr {
  border-color: rgba(102, 87, 32, 0.0832855);
}

.footer.bg-danger {
  background-color: #d9534f !important;
  color: #f7dbda;
}

.footer.bg-danger .footer-link {
  color: #f7dbda;
}

.footer.bg-danger .footer-link:hover,
.footer.bg-danger .footer-link:focus {
  color: #fff;
}

.footer.bg-danger .footer-link.disabled {
  color: #eba5a2 !important;
}

.footer.bg-danger .footer-text {
  color: #fff;
}

.footer.bg-danger .show > .footer-link,
.footer.bg-danger .active > .footer-link,
.footer.bg-danger .footer-link.show,
.footer.bg-danger .footer-link.active {
  color: #fff;
}

.footer.bg-danger hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-dark {
  background-color: #2f3337 !important;
  color: #9d9fa1;
}

.footer.bg-dark .footer-link {
  color: #9d9fa1;
}

.footer.bg-dark .footer-link:hover,
.footer.bg-dark .footer-link:focus {
  color: #fff;
}

.footer.bg-dark .footer-link.disabled {
  color: #717477 !important;
}

.footer.bg-dark .footer-text {
  color: #fff;
}

.footer.bg-dark .show > .footer-link,
.footer.bg-dark .active > .footer-link,
.footer.bg-dark .footer-link.show,
.footer.bg-dark .footer-link.active {
  color: #fff;
}

.footer.bg-dark hr {
  border-color: rgba(255, 255, 255, 0.06);
}

.footer.bg-white {
  background-color: #fff !important;
  color: #a3a4a6;
}

.footer.bg-white .footer-link {
  color: #a3a4a6;
}

.footer.bg-white .footer-link:hover,
.footer.bg-white .footer-link:focus {
  color: #4E5155;
}

.footer.bg-white .footer-link.disabled {
  color: #c8c8ca !important;
}

.footer.bg-white .footer-text {
  color: #4E5155;
}

.footer.bg-white .show > .footer-link,
.footer.bg-white .active > .footer-link,
.footer.bg-white .footer-link.show,
.footer.bg-white .footer-link.active {
  color: #4E5155;
}

.footer.bg-white hr {
  border-color: rgba(78, 81, 85, 0.075);
}

.footer.bg-light {
  background-color: #f1f1f2 !important;
  color: #a3a4a6;
}

.footer.bg-light .footer-link {
  color: #a3a4a6;
}

.footer.bg-light .footer-link:hover,
.footer.bg-light .footer-link:focus {
  color: #4E5155;
}

.footer.bg-light .footer-link.disabled {
  color: #c2c3c4 !important;
}

.footer.bg-light .footer-text {
  color: #4E5155;
}

.footer.bg-light .show > .footer-link,
.footer.bg-light .active > .footer-link,
.footer.bg-light .footer-link.show,
.footer.bg-light .footer-link.active {
  color: #4E5155;
}

.footer.bg-light hr {
  border-color: rgba(78, 81, 85, 0.0777227);
}

.footer.bg-lighter {
  background-color: #f8f8f8 !important;
  color: #a3a4a6;
}

.footer.bg-lighter .footer-link {
  color: #a3a4a6;
}

.footer.bg-lighter .footer-link:hover,
.footer.bg-lighter .footer-link:focus {
  color: #4E5155;
}

.footer.bg-lighter .footer-link.disabled {
  color: #c5c6c7 !important;
}

.footer.bg-lighter .footer-text {
  color: #4E5155;
}

.footer.bg-lighter .show > .footer-link,
.footer.bg-lighter .active > .footer-link,
.footer.bg-lighter .footer-link.show,
.footer.bg-lighter .footer-link.active {
  color: #4E5155;
}

.footer.bg-lighter hr {
  border-color: rgba(78, 81, 85, 0.0763725);
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.188rem 0.625rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.75rem 1.25rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.bootstrap-select *,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

.bootstrap-select .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 13px;
}

.bootstrap-select.show-tick .dropdown-menu li a {
  position: relative;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 50%;
  right: 1rem;
  display: block;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

.bootstrap-select.custom-select {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  display: block;
}

.bootstrap-select .dropdown-menu.inner .selected .waves-ripple {
  display: none !important;
}

/*
 * Container style
 */

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps {
  position: relative;
}

.ps__rail-x,
.ps__rail-y,
.ps__thumb-x,
.ps__thumb-y {
  border-radius: 10rem;
}

.ps__rail-x {
  height: 0.25rem;
}

.ps__rail-y {
  width: 0.25rem;
}

.ps__thumb-x {
  bottom: 0;
  height: 0.25rem;
}

.ps__thumb-y {
  right: 0;
  width: 0.25rem;
}

.ps__rail-x:hover,
.ps__rail-x:focus,
.ps__rail-x.ps--clicking,
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking > .ps__thumb-x {
  height: 0.375rem;
}

.ps__rail-y:hover,
.ps__rail-y:focus,
.ps__rail-y.ps--clicking,
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking > .ps__thumb-y {
  width: 0.375rem;
}

.default-style .ps__rail-x:hover,
.default-style .ps__rail-y:hover,
.default-style .ps__rail-x:focus,
.default-style .ps__rail-y:focus,
.default-style .ps__rail-x.ps--clicking,
.default-style .ps__rail-y.ps--clicking {
  background-color: rgba(24, 28, 33, 0.1);
}

.default-style .ps__thumb-x,
.default-style .ps__thumb-y {
  background-color: rgba(24, 28, 33, 0.3);
}

.default-style .ps__rail-x:hover > .ps__thumb-x,
.default-style .ps__rail-y:hover > .ps__thumb-y,
.default-style .ps__rail-x:focus > .ps__thumb-x,
.default-style .ps__rail-y:focus > .ps__thumb-y,
.default-style .ps__rail-x.ps--clicking > .ps__thumb-x,
.default-style .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: rgba(24, 28, 33, 0.6);
}

.default-style .ps-inverted .ps__rail-x:hover,
.default-style .ps-inverted .ps__rail-y:hover,
.default-style .ps-inverted .ps__rail-x:focus,
.default-style .ps-inverted .ps__rail-y:focus,
.default-style .ps-inverted .ps__rail-x.ps--clicking,
.default-style .ps-inverted .ps__rail-y.ps--clicking {
  background-color: rgba(255, 255, 255, 0.5);
}

.default-style .ps-inverted .ps__thumb-x,
.default-style .ps-inverted .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.7);
}

.default-style .ps-inverted .ps__rail-x:hover > .ps__thumb-x,
.default-style .ps-inverted .ps__rail-y:hover > .ps__thumb-y,
.default-style .ps-inverted .ps__rail-x:focus > .ps__thumb-x,
.default-style .ps-inverted .ps__rail-y:focus > .ps__thumb-y,
.default-style .ps-inverted .ps__rail-x.ps--clicking > .ps__thumb-x,
.default-style .ps-inverted .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: #fff;
}

/* BLOCKGRID */

[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0 .9375rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > * {
  display: inline;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-xs-1 > * {
  width: 100%;
}

.block-grid-xs-1 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-1 > *:nth-of-type(1n+1) {
  clear: both;
}

.block-grid-xs-2 > * {
  width: 50%;
}

.block-grid-xs-2 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-2 > *:nth-of-type(2n+1) {
  clear: both;
}

.block-grid-xs-3 > * {
  width: 33.333333333333336%;
}

.block-grid-xs-3 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-3 > *:nth-of-type(3n+1) {
  clear: both;
}

.block-grid-xs-4 > * {
  width: 25%;
}

.block-grid-xs-4 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-4 > *:nth-of-type(4n+1) {
  clear: both;
}

.block-grid-xs-5 > * {
  width: 20%;
}

.block-grid-xs-5 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-5 > *:nth-of-type(5n+1) {
  clear: both;
}

.block-grid-xs-6 > * {
  width: 16.666666666666668%;
}

.block-grid-xs-6 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-6 > *:nth-of-type(6n+1) {
  clear: both;
}

.block-grid-xs-7 > * {
  width: 14.285714285714286%;
}

.block-grid-xs-7 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-7 > *:nth-of-type(7n+1) {
  clear: both;
}

.block-grid-xs-8 > * {
  width: 12.5%;
}

.block-grid-xs-8 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-8 > *:nth-of-type(8n+1) {
  clear: both;
}

.block-grid-xs-9 > * {
  width: 11.11111111111111%;
}

.block-grid-xs-9 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-9 > *:nth-of-type(9n+1) {
  clear: both;
}

.block-grid-xs-10 > * {
  width: 10%;
}

.block-grid-xs-10 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-10 > *:nth-of-type(10n+1) {
  clear: both;
}

.block-grid-xs-11 > * {
  width: 9.090909090909092%;
}

.block-grid-xs-11 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-11 > *:nth-of-type(11n+1) {
  clear: both;
}

.block-grid-xs-12 > * {
  width: 8.333333333333334%;
}

.block-grid-xs-12 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-12 > *:nth-of-type(12n+1) {
  clear: both;
}

@media (min-width: 34em) {
  .block-grid-sm-1 > * {
    width: 100%;
  }

  .block-grid-sm-1 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-1 > *:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-sm-2 > * {
    width: 50%;
  }

  .block-grid-sm-2 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-2 > *:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-sm-3 > * {
    width: 33.333333333333336%;
  }

  .block-grid-sm-3 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-3 > *:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-sm-4 > * {
    width: 25%;
  }

  .block-grid-sm-4 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-4 > *:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-sm-5 > * {
    width: 20%;
  }

  .block-grid-sm-5 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-5 > *:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-sm-6 > * {
    width: 16.666666666666668%;
  }

  .block-grid-sm-6 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-6 > *:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-sm-7 > * {
    width: 14.285714285714286%;
  }

  .block-grid-sm-7 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-7 > *:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-sm-8 > * {
    width: 12.5%;
  }

  .block-grid-sm-8 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-8 > *:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-sm-9 > * {
    width: 11.11111111111111%;
  }

  .block-grid-sm-9 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-9 > *:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-sm-10 > * {
    width: 10%;
  }

  .block-grid-sm-10 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-10 > *:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-sm-11 > * {
    width: 9.090909090909092%;
  }

  .block-grid-sm-11 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-11 > *:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-sm-12 > * {
    width: 8.333333333333334%;
  }

  .block-grid-sm-12 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 48em) {
  .block-grid-md-1 > * {
    width: 100%;
  }

  .block-grid-md-1 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-1 > *:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-md-2 > * {
    width: 50%;
  }

  .block-grid-md-2 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-2 > *:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-md-3 > * {
    width: 33.333333333333336%;
  }

  .block-grid-md-3 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-3 > *:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-md-4 > * {
    width: 25%;
  }

  .block-grid-md-4 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-4 > *:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-md-5 > * {
    width: 20%;
  }

  .block-grid-md-5 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-5 > *:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-md-6 > * {
    width: 16.666666666666668%;
  }

  .block-grid-md-6 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-6 > *:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-md-7 > * {
    width: 14.285714285714286%;
  }

  .block-grid-md-7 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-7 > *:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-md-8 > * {
    width: 12.5%;
  }

  .block-grid-md-8 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-8 > *:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-md-9 > * {
    width: 11.11111111111111%;
  }

  .block-grid-md-9 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-9 > *:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-md-10 > * {
    width: 10%;
  }

  .block-grid-md-10 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-10 > *:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-md-11 > * {
    width: 9.090909090909092%;
  }

  .block-grid-md-11 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-11 > *:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-md-12 > * {
    width: 8.333333333333334%;
  }

  .block-grid-md-12 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 62em) {
  .block-grid-lg-1 > * {
    width: 100%;
  }

  .block-grid-lg-1 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-1 > *:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-lg-2 > * {
    width: 50%;
  }

  .block-grid-lg-2 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-2 > *:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-lg-3 > * {
    width: 33.333333333333336%;
  }

  .block-grid-lg-3 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-3 > *:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-lg-4 > * {
    width: 25%;
  }

  .block-grid-lg-4 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-4 > *:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-lg-5 > * {
    width: 20%;
  }

  .block-grid-lg-5 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-5 > *:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-lg-6 > * {
    width: 16.666666666666668%;
  }

  .block-grid-lg-6 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-6 > *:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-lg-7 > * {
    width: 14.285714285714286%;
  }

  .block-grid-lg-7 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-7 > *:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-lg-8 > * {
    width: 12.5%;
  }

  .block-grid-lg-8 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-8 > *:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-lg-9 > * {
    width: 11.11111111111111%;
  }

  .block-grid-lg-9 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-9 > *:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-lg-10 > * {
    width: 10%;
  }

  .block-grid-lg-10 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-10 > *:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-lg-11 > * {
    width: 9.090909090909092%;
  }

  .block-grid-lg-11 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-11 > *:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-lg-12 > * {
    width: 8.333333333333334%;
  }

  .block-grid-lg-12 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}

.introjs-overlay {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.introjs-tooltipReferenceLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer :after,
.introjs-helperLayer :before {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial,verdana,tahoma;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff3019), to(#cf0404));
  background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute;
}

.introjs-arrow.top {
  top: -10px;
  border-bottom-color: #fff;
}

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: #fff;
}

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
}

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: #fff;
}

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: #fff;
}

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: #fff;
}

.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: #fff;
}

.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
}

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: #fff;
}

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: #fff;
}

.introjs-tooltip {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: #fff;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

.introjs-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: .3em .8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec));
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  border-radius: .2em;
  zoom: 1;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px #e3e3e3;
          box-shadow: 0 1px 1px #e3e3e3;
}

.introjs-button:active,
.introjs-button:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f4f4f4));
  background-image: linear-gradient(#ececec, #f4f4f4);
}

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  border-radius: .2em 0 0 .2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  border-radius: .2em;
}

.introjs-nextbutton {
  border-radius: 0 .2em .2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  border-radius: .2em;
}

.introjs-disabled,
.introjs-disabled:focus,
.introjs-disabled:hover {
  color: #9a9a9a;
  border-color: #d4d4d4;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

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

.introjs-bullets ul {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

.introjs-bullets ul li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.introjs-bullets ul li a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.introjs-bullets ul li a:hover {
  background: #999;
}

.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}

.introjs-progressbar {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  background: 0 0;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.introjs-hint:focus {
  border: 0;
  outline: 0;
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  animation: none;
}

.introjs-hint-dot {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: 0 0;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: .1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: .3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: .1;
  }

  50% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: .3;
  }

  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

ul {
  margin-bottom: 1.5rem;
}

.subpage-hero {
  padding-bottom: 5rem !important;
  overflow-x: visible;
  position: relative;
}

.subpage-hero > div {
  position: relative;
  z-index: 1;
  padding-top: 1.5rem !important;
}

@media (max-width: 896px) and (orientation: landscape) {
  .subpage-hero > div.mt-md-5 {
    margin-top: 0 !important;
  }
}

.subpage-hero .container {
  padding-top: 2.25rem !important;
}

.subpage-hero h1 {
  font-size: 2.875rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .subpage-hero h1 {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .subpage-hero h1 {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
}

.subpage-hero .feature-text p {
  padding-left: 15%;
  padding-right: 15%;
}

@media (max-width: 767.98px) {
  .subpage-hero .feature-text p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .subpage-hero .feature-text p {
    padding-left: 0;
    padding-right: 0;
    font-size: 100% !important;
  }
}

.subpage .subpage-hero:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background-size: cover;
  background-position: 50% 60%;
  z-index: 0;
  background-repeat: no-repeat;
}

.subpage h2 {
  position: relative;
  margin-bottom: 3rem;
}

.subpage h2:after {
  content: '';
  position: absolute;
  background-color: #76c044;
  bottom: -1.5rem;
  height: .3rem;
  width: 40px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.subpage a {
  color: #76c044;
}

.subpage .team .card-img {
  height: 325px;
  background-position: 50% 10%;
}

@media (max-width: 991.98px) {
  .subpage .team .card-img {
    height: 225px;
  }
}

@media (max-width: 767.98px) {
  .subpage .team .card-img {
    height: 350px;
  }
}

.subpage .team .card-img .card-card {
  visibility: hidden;
  opacity: 0;
  background: #76c044;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.subpage .team .card-img:hover .card-card {
  visibility: visible;
  opacity: 1;
}

.subpage .team p {
  padding-left: 15%;
  padding-right: 15%;
}

@media (max-width: 767.98px) {
  .subpage .team p {
    padding-left: 0;
    padding-right: 0;
  }
}

.touch .team .card-img .card-card {
  visibility: visible;
  opacity: 1;
}

.page-about .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.5))), url(/img/web/about.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(/img/web/about.jpg);
}

@media (max-width: 767.98px) {
  .page-about .about-energy h2 {
    font-size: 200% !important;
    text-align: left !important;
    margin-bottom: 1rem;
  }
}

.page-about .about-energy h2:after {
  display: none;
}

.page-about .about-energy .col-md-6:first-child {
  border-right: 2px solid #222222;
}

@media (max-width: 767.98px) {
  .page-about .about-energy .col-md-6:first-child {
    border: 0;
  }
}

.page-about .about-video {
  position: relative;
}

.page-about .about-video .about-play {
  position: relative;
  z-index: 6;
}

.page-about .about-video .about-play svg {
  width: 125px;
}

.page-about .about-video #video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.page-about .about-video #video-bg .video-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.page-about .about-video #video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .page-about .about-video #video-bg > video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .page-about .about-video #video-bg > video {
    width: 300%;
    left: -100%;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .page-about .about-video #video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-leadership .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/leadership.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/leadership.jpg);
  background-position: 50% 50%;
}

#leadership-modal {
  overflow: auto !important;
}

#leadership-modal .wrapper-ps {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.page-team .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(/img/web/team.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/img/web/team.jpg);
  background-position: 50% 15%;
}

.page-team h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

@media (max-width: 767.98px) {
  .page-team .ui-bg-cover {
    height: 350px !important;
  }
}

.page-team .team .card-grid .card-img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-films .switch-film {
  height: 100vh;
  min-height: 600px;
}

.page-films .switch-film:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background-size: cover;
  background-position: 50% 25%;
  z-index: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/img/web/switch.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/web/switch.jpg);
}

.page-films .switchon-film {
  height: 100vh;
  min-height: 600px;
}

.page-films .switchon-film:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
  background-size: cover;
  background-position: 50% 60%;
  z-index: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/img/web/switch-on.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/web/switch-on.jpg);
}

.page-films p {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 767.98px) {
  .page-films p {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-switchon .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.5))), url(/img/web/switch-on.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(/img/web/switch-on.jpg);
}

@media (max-width: 767.98px) {
  .page-switchon .about-switchon h2 {
    font-size: 200% !important;
    text-align: left !important;
    margin-bottom: 1rem;
  }
}

.page-switchon .about-switchon h2:after {
  display: none;
}

.page-switchon .about-switchon .col-md-6:first-child {
  border-right: 2px solid #222222;
}

@media (max-width: 767.98px) {
  .page-switchon .about-switchon .col-md-6:first-child {
    border: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .page-switchon .about-switchon .col-md-7:first-child {
    border: 0 !important;
  }
}

.page-switchon .switchon-video {
  position: relative;
}

.page-switchon .switchon-video .about-play {
  position: relative;
  z-index: 6;
}

.page-switchon .switchon-video .about-play svg {
  width: 500px;
}

@media (max-width: 991.98px) {
  .page-switchon .switchon-video .about-play svg {
    width: 350px;
  }
}

@media (max-width: 767.98px) {
  .page-switchon .switchon-video .about-play svg {
    width: 275px;
  }
}

.page-switchon .switchon-video #video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.page-switchon .switchon-video #video-bg .video-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.page-switchon .switchon-video #video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .page-switchon .switchon-video #video-bg > video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .page-switchon .switchon-video #video-bg > video {
    width: 300%;
    left: -100%;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .page-switchon .switchon-video #video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-switchon .switchon-episodes {
  position: relative;
}

.page-switchon .switchon-episodes .about-play {
  position: relative;
  z-index: 6;
}

.page-switchon .switchon-episodes .about-play svg {
  width: 500px;
}

@media (max-width: 991.98px) {
  .page-switchon .switchon-episodes .about-play svg {
    width: 350px;
  }
}

@media (max-width: 767.98px) {
  .page-switchon .switchon-episodes .about-play svg {
    width: 275px;
  }
}

.page-switchon-episodes .switchon-episodes {
  height: 425px;
  margin-top: 110px;
}

@media (max-width: 1440px) {
  .page-switchon-episodes .switchon-episodes {
    height: 40vh;
  }
}

@media (max-width: 991.98px) {
  .page-switchon-episodes .switchon-episodes {
    height: 425px;
  }
}

@media (min-width: 1441px) {
  .page-switchon-episodes .switchon-episodes {
    height: 45vh;
  }
}

@media (max-width: 768px) {
  .page-switchon-episodes .main-share {
    position: relative !important;
    right: auto !important;
  }
}

@media (max-width: 767.98px) {
  .page-switchon-episodes .share-resources {
    position: relative !important;
  }
}

.page-switchon-episodes .dropdown-toggle::after {
  display: none;
}

.page-switchon-episodes .btn.outline-none:focus,
.page-switchon-episodes .btn.outline-none.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-switchon-episodes #episodes .full-container {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 1210px) {
  .page-switchon-episodes #episodes .full-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.page-switchon-episodes .ps-transcript {
  position: relative;
  width: 100%;
  height: 400px;
}

.page-switchon-episodes .series-info .square {
  position: relative;
  width: 50%;
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
}

@media (max-width: 767.98px) {
  .page-switchon-episodes .series-info .square {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}

.page-switchon-episodes .series-info .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.page-switchon-episodes .series-info .square-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .page-switchon-episodes .series-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.app-switchon-episodes .switchon-episodes {
  margin-top: 0;
}

.app-switchon-episodes #episodes .full-container {
  padding-left: 0% !important;
  padding-right: 0% !important;
}

@media (max-width: 767.98px) {
  .app-switchon-episodes .share-resources {
    position: relative !important;
  }
}

@media (max-width: 767.98px) {
  .app-switchon-episodes .series-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .app-switchon-episodes .series-info .square {
    position: relative;
    width: 50%;
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .app-switchon-episodes .series-info .square {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}

@media (max-width: 767.98px) {
  .app-switchon-episodes .series-info .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .app-switchon-episodes .series-info .square-content {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.app-switchon .card .card-img {
  background-image: url(/img/web/switch-on.jpg);
}

.app-switchon .switchon-video {
  height: 75vh;
  min-height: 450px;
}

@media (max-width: 991.98px) {
  .app-switchon .switchon-video {
    height: 45vh;
  }
}

.app-switchon .switchon-video .about-play svg {
  width: 400px;
}

@media (max-width: 991.98px) {
  .app-switchon .switchon-video .about-play svg {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  .app-switchon .switchon-video .about-play svg {
    width: 250px;
  }
}

@media (max-width: 767.98px) {
  .app-switchon .about-switchon svg {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .app-switchon .film-details {
    display: block !important;
  }
}

.page-home .page-films .switch-film,
.page-home .page-films .switchon-film {
  height: 50vh;
}

.page-energy-clubs .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/clubs.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/clubs.jpg);
  background-position: 50% 70%;
}

.page-energy-clubs .why p,
.page-energy-clubs .engage p {
  padding-left: 15%;
  padding-right: 15%;
}

@media (max-width: 767.98px) {
  .page-energy-clubs .why p,
  .page-energy-clubs .engage p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .page-energy-clubs .why p,
  .page-energy-clubs .engage p {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-energy-clubs .engage {
  background: #111111;
}

@media (max-width: 767.98px) {
  .page-energy-clubs .engage i {
    font-size: 275% !important;
  }
}

@media (max-width: 767.98px) {
  .page-energy-clubs .engage h4 {
    font-size: 100% !important;
  }
}

.page-energy-clubs .commitment .ui-bg-cover {
  background-image: url(/img/web/clubs-commitment.jpg);
}

@media (max-width: 767.98px) {
  .page-energy-clubs .commitment .ui-bg-cover {
    height: 350px !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .page-energy-clubs .commitment .ui-bg-cover {
    height: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .page-energy-clubs .commitment .our-commitment {
    padding: 3rem 1rem !important;
  }
}

@media (max-width: 767.98px) {
  .page-energy-clubs .commitment .our-commitment .d-block {
    text-align: center;
  }
}

.page-energy-clubs .commitment h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

.page-energy-clubs .commitment p {
  padding-right: 15%;
}

@media (max-width: 991.98px) {
  .page-energy-clubs .commitment p {
    padding-right: 0;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .page-energy-clubs .commitment p {
    padding-right: 0;
  }
}

.page-energy-clubs .commitment ul {
  list-style: none;
}

@media (max-width: 991.98px) {
  .page-energy-clubs .commitment ul li {
    line-height: 1;
  }
}

.page-energy-clubs .commitment ul li::before {
  content: "\2022";
  color: #76c044;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: 0.25rem;
}

.page-contact .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/contact.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/contact.jpg);
  background-position: 50% 30%;
}

.page-contact h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

.page-contribute .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3))), url(/img/web/contribute.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url(/img/web/contribute.jpg);
  background-position: 50% 5%;
}

.page-contribute h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

.page-contribute #contribute-modal .btn:after {
  display: none;
}

.page-news .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/news.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/news.jpg);
  background-position: 50% 85%;
}

.page-news h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

@media (max-width: 767.98px) {
  .page-news .ui-bg-cover {
    height: 350px !important;
  }
}

.page-presentations .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))), url(/img/web/presentations.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(/img/web/presentations.jpg);
  background-position: 50% 10%;
}

.page-presentations h2:after {
  left: 0;
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

#vimeo-modal .wrapper,
#vimeo-series-modal .wrapper {
  padding: 15%;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  #vimeo-modal .wrapper,
  #vimeo-series-modal .wrapper {
    padding: 10%;
  }
}

@media (max-width: 767.98px) {
  #vimeo-modal .wrapper,
  #vimeo-series-modal .wrapper {
    padding: 5%;
  }
}

#vimeo-modal .wrapper .player-wrapper,
#vimeo-series-modal .wrapper .player-wrapper {
  display: block !important;
}

#vimeo-modal .wrapper .player-wrapper .embed-container,
#vimeo-series-modal .wrapper .player-wrapper .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

#vimeo-modal .wrapper .player-wrapper .embed-container iframe,
#vimeo-modal .wrapper .player-wrapper .embed-container object,
#vimeo-modal .wrapper .player-wrapper .embed-container embed,
#vimeo-series-modal .wrapper .player-wrapper .embed-container iframe,
#vimeo-series-modal .wrapper .player-wrapper .embed-container object,
#vimeo-series-modal .wrapper .player-wrapper .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-dark {
  background-color: rgba(15, 15, 15, 0.9);
}

.table-dark thead th {
  background: #000;
  border-top: 0;
}

.page-case-competition .subpage-hero:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/img/web/competition/hero.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/web/competition/hero.jpg);
  background-position: 50% 60%;
}

.page-case-competition .commitment .ui-bg-cover {
  background-image: url(/img/web/competition/schedule.jpg);
}

@media (max-width: 991.98px) {
  .page-case-competition .commitment .ui-bg-cover {
    height: 350px !important;
  }
}

.page-case-competition .commitment.results .ui-bg-cover {
  background-image: url(/img/web/competition/results.jpg);
}

.page-case-competition .commitment ul li {
  line-height: normal;
}

body {
  background: #000000;
}

.text-primary {
  color: #76c044 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #5e9c35 !important;
}

.bg-primary {
  background-color: #76c044 !important;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #70b641 !important;
}

.bg-primary-dark {
  background-color: #6aad3d !important;
}

a.bg-primary-dark:hover,
a.bg-primary-dark:focus {
  background-color: #65a43a !important;
}

.bg-primary-darker {
  background-color: #64a33a !important;
}

a.bg-primary-darker:hover,
a.bg-primary-darker:focus {
  background-color: #5f9b37 !important;
}

.border-primary {
  border-color: #76c044 !important;
}

.badge-primary {
  background-color: #76c044;
  color: #fff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #70b641;
  color: #fff;
  text-decoration: none;
}

.btn .badge-primary {
  background-color: #76c044 !important;
  color: #fff !important;
}

.badge-outline-primary {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #76c044 inset;
          box-shadow: 0 0 0 1px #76c044 inset;
  color: #76c044;
}

.badge-outline-primary[href]:hover,
.badge-outline-primary[href]:focus {
  color: #76c044;
  text-decoration: none;
}

.btn .badge-outline-primary {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1px #76c044 inset !important;
          box-shadow: 0 0 0 1px #76c044 inset !important;
  color: #76c044 !important;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #76c044 !important;
  background-color: #76c044 !important;
  color: #fff !important;
}

.progress-bar {
  background-color: #76c044;
  color: #fff;
}

.list-group-item-primary {
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #f1f9ec;
  color: #60645e;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #60645e;
}

a.list-group-item-primary:hover,
a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
  background-color: #eff7ea;
  color: #60645e;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  border-color: #76c044;
  background-color: #76c044;
  color: #60645e;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  border-color: #76c044;
  background-color: #76c044;
  color: #fff;
}

.alert-primary {
  border-color: #dce7d5;
  background-color: #eaf6e3;
  color: #5e625b;
}

.alert-primary hr {
  border-top-color: #dce7d5;
}

.alert-primary .close,
.alert-primary .alert-link {
  color: #5e625b;
}

.alert-dark-primary {
  background-color: #76c044;
  color: #fff;
}

.alert-dark-primary hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.alert-dark-primary .close,
.alert-dark-primary .alert-link {
  color: #fff;
}

.tooltip-primary .tooltip-inner,
.tooltip-primary > .tooltip .tooltip-inner,
.ngb-tooltip-primary + ngb-tooltip-window .tooltip-inner {
  background: #76c044;
  color: #fff;
}

.tooltip-primary.bs-tooltip-top .arrow::before,
.tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip-primary > .tooltip.bs-tooltip-top .arrow::before,
.tooltip-primary > .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-top .arrow::before,
.ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #76c044;
}

.tooltip-primary.bs-tooltip-right .arrow::before,
.tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip-primary > .tooltip.bs-tooltip-right .arrow::before,
.tooltip-primary > .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-right .arrow::before,
.ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #76c044;
}

.tooltip-primary.bs-tooltip-bottom .arrow::before,
.tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip-primary > .tooltip.bs-tooltip-bottom .arrow::before,
.tooltip-primary > .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-bottom .arrow::before,
.ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #76c044;
}

.tooltip-primary.bs-tooltip-left .arrow::before,
.tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip-primary > .tooltip.bs-tooltip-left .arrow::before,
.tooltip-primary > .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-left .arrow::before,
.ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #76c044;
}

.popover-primary,
.popover-primary > .popover,
.ngb-popover-primary + ngb-popover-window {
  border-color: transparent;
  background: #76c044;
}

.popover-primary .popover-header,
.popover-primary > .popover .popover-header,
.ngb-popover-primary + ngb-popover-window .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
}

.popover-primary .popover-body,
.popover-primary > .popover .popover-body,
.ngb-popover-primary + ngb-popover-window .popover-body {
  background: transparent;
  color: #fff;
}

.popover-primary .arrow::before,
.popover-primary > .popover .arrow::before,
.ngb-popover-primary + ngb-popover-window .arrow::before {
  border-color: transparent !important;
}

.popover-primary.bs-popover-top .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover-primary > .popover.bs-popover-top .arrow::after,
.popover-primary > .popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.ngb-popover-primary + ngb-popover-window.bs-popover-top .arrow::after,
.ngb-popover-primary + ngb-popover-window.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #76c044;
}

.popover-primary.bs-popover-right .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover-primary > .popover.bs-popover-right .arrow::after,
.popover-primary > .popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.ngb-popover-primary + ngb-popover-window.bs-popover-right .arrow::after,
.ngb-popover-primary + ngb-popover-window.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: #76c044;
}

.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover-primary > .popover.bs-popover-bottom .arrow::after,
.popover-primary > .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.ngb-popover-primary + ngb-popover-window.bs-popover-bottom .arrow::after,
.ngb-popover-primary + ngb-popover-window.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #76c044;
}

.popover-primary.bs-popover-left .arrow::after,
.popover-primary.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover-primary > .popover.bs-popover-left .arrow::after,
.popover-primary > .popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.ngb-popover-primary + ngb-popover-window.bs-popover-left .arrow::after,
.ngb-popover-primary + ngb-popover-window.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #76c044;
}

.table .table-primary,
.table .table-primary > th,
.table .table-primary > td {
  border-color: rgba(0, 0, 0, 0.035);
  background-color: #f1f9ec;
  color: #60645e;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #eff7ea;
}

.btn-primary {
  border-color: transparent;
  background: #76c044;
  color: #fff;
}

.btn-primary:hover {
  border-color: transparent;
  background: #70b641;
  color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(118, 192, 68, 0.4);
          box-shadow: 0 0 0 2px rgba(118, 192, 68, 0.4);
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: transparent !important;
  background: #76c044 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff !important;
}

.btn-primary .badge {
  background: #fff;
  color: #76c044;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  border-color: transparent;
  background: #67a73b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group .btn-primary,
.input-group-prepend .btn-primary,
.input-group-append .btn-primary {
  border-right: 1px solid #67a73b;
  border-left: 1px solid #67a73b;
}

.btn-outline-primary {
  border-color: #76c044;
  background: transparent;
  color: #76c044;
}

.btn-outline-primary:hover {
  border-color: transparent;
  background: #76c044;
  color: #fff;
}

.btn-outline-primary:hover .badge {
  background: #fff;
  color: #76c044;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(118, 192, 68, 0.4);
          box-shadow: 0 0 0 2px rgba(118, 192, 68, 0.4);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  border-color: #76c044 !important;
  background: transparent !important;
  color: #76c044 !important;
}

.btn-outline-primary .badge {
  background: #76c044;
  color: #fff;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  border-color: transparent;
  background: #70b641;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show > .btn-outline-primary.dropdown-toggle .badge {
  background: #fff;
  color: #76c044;
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: #76c044;
  color: #fff;
}

.dropdown-menu > li:not(.disabled) > a:not(.dropdown-item):active,
.dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  background-color: #76c044;
  color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  background-color: #76c044;
  color: #fff;
}

.tabs-alt.nav-tabs .nav-link.active,
.tabs-alt.nav-tabs .nav-link.active:hover,
.tabs-alt.nav-tabs .nav-link.active:focus,
.tabs-alt > .nav-tabs .nav-link.active,
.tabs-alt > .nav-tabs .nav-link.active:hover,
.tabs-alt > .nav-tabs .nav-link.active:focus {
  -webkit-box-shadow: 0 -2px 0 #76c044 inset;
          box-shadow: 0 -2px 0 #76c044 inset;
}

.custom-control .custom-control-input:focus ~ .custom-control-label::before,
.custom-control .custom-control-input:active ~ .custom-control-label::before {
  border-color: #76c044;
}

.custom-control .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(118, 192, 68, 0.4);
          box-shadow: 0 0 0 2px rgba(118, 192, 68, 0.4);
}

.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #76c044;
  background-color: #76c044;
}

.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='4.5' style='fill:%23fff'/%3E%3Cpath d='M5,1A4,4,0,1,1,1,5,4,4,0,0,1,5,1M5,0a5,5,0,1,0,5,5A5,5,0,0,0,5,0Z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.custom-file-input ~ .custom-file-label::after {
  background: #444;
  color: #babbbc;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #222;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #444;
  background: #444;
  color: #babbbc;
}

.form-control:focus,
.custom-select:focus {
  border-color: #76c044;
}

.switcher-input:checked ~ .switcher-indicator {
  background: #76c044;
  color: #fff;
}

.switcher-input:focus ~ .switcher-indicator {
  -webkit-box-shadow: 0 0 0 2px rgba(118, 192, 68, 0.4);
          box-shadow: 0 0 0 2px rgba(118, 192, 68, 0.4);
}

.switcher-input:active ~ .switcher-indicator {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar.bg-primary {
  background-color: #76c044 !important;
  color: #eaf5e2;
}

.navbar.bg-primary .navbar-brand {
  color: #fff;
}

.navbar.bg-primary .navbar-brand:hover,
.navbar.bg-primary .navbar-brand:focus {
  color: #fff;
}

.navbar.bg-primary .navbar-nav .nav-link {
  color: #eaf5e2;
}

.navbar.bg-primary .navbar-nav .nav-link:hover,
.navbar.bg-primary .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar.bg-primary .navbar-nav .nav-link.disabled {
  color: #bce0a3 !important;
}

.navbar.bg-primary .navbar-nav .show > .nav-link,
.navbar.bg-primary .navbar-nav .active > .nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar.bg-primary .navbar-toggler {
  color: #eaf5e2;
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.bg-primary .navbar-text {
  color: #eaf5e2;
}

.navbar.bg-primary .navbar-text a {
  color: #fff;
}

.navbar.bg-primary .navbar-text a:hover,
.navbar.bg-primary .navbar-text a:focus {
  color: #fff;
}

.navbar.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.sidenav.bg-primary {
  background-color: #76c044 !important;
  color: #eaf5e2;
}

.sidenav.bg-primary .sidenav-link,
.sidenav.bg-primary .sidenav-horizontal-prev,
.sidenav.bg-primary .sidenav-horizontal-next {
  color: #eaf5e2;
}

.sidenav.bg-primary .sidenav-link:hover,
.sidenav.bg-primary .sidenav-link:focus,
.sidenav.bg-primary .sidenav-horizontal-prev:hover,
.sidenav.bg-primary .sidenav-horizontal-prev:focus,
.sidenav.bg-primary .sidenav-horizontal-next:hover,
.sidenav.bg-primary .sidenav-horizontal-next:focus {
  color: #fff;
}

.sidenav.bg-primary .sidenav-link.active,
.sidenav.bg-primary .sidenav-horizontal-prev.active,
.sidenav.bg-primary .sidenav-horizontal-next.active {
  color: #fff;
}

.sidenav.bg-primary .sidenav-item.disabled .sidenav-link,
.sidenav.bg-primary .sidenav-horizontal-prev.disabled,
.sidenav.bg-primary .sidenav-horizontal-next.disabled {
  color: #bce0a3 !important;
}

.sidenav.bg-primary .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.sidenav.bg-primary .sidenav-item.active > .sidenav-link {
  color: #fff;
}

.sidenav.bg-primary .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #70b641;
}

.sidenav.bg-primary.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #6aad3e;
}

.sidenav.bg-primary.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.sidenav.bg-primary.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #70b641;
}

.sidenav.bg-primary .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.sidenav.bg-primary .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #eaf5e2;
}

.sidenav.bg-primary .sidenav-text {
  color: #fff;
}

.sidenav.bg-primary .sidenav-header {
  color: #cde8bb;
}

.sidenav.bg-primary hr,
.sidenav.bg-primary .sidenav-divider,
.sidenav.bg-primary .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.sidenav.bg-primary .sidenav-inner > .sidenav-header::before,
.sidenav.bg-primary .sidenav-block::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.sidenav.bg-primary .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #85c15e;
}

.sidenav.bg-primary .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #fff;
}

.sidenav.bg-primary .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.sidenav.bg-primary .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #70b641;
          box-shadow: 0 0 0 2px #70b641;
}

.sidenav.bg-primary .ps__thumb-y,
.sidenav.bg-primary .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.644295) !important;
}

.footer.bg-primary {
  background-color: #76c044 !important;
  color: #eaf5e2;
}

.footer.bg-primary .footer-link {
  color: #eaf5e2;
}

.footer.bg-primary .footer-link:hover,
.footer.bg-primary .footer-link:focus {
  color: #fff;
}

.footer.bg-primary .footer-link.disabled {
  color: #bce0a3 !important;
}

.footer.bg-primary .footer-text {
  color: #fff;
}

.footer.bg-primary .show > .footer-link,
.footer.bg-primary .active > .footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
  color: #fff;
}

.footer.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.fill-primary {
  fill: #76c044;
}

.bg-navbar-theme {
  background-color: #222222 !important;
  color: #919191;
}

.bg-navbar-theme .navbar-brand {
  color: #fff;
}

.bg-navbar-theme .navbar-brand:hover,
.bg-navbar-theme .navbar-brand:focus {
  color: #fff;
}

.bg-navbar-theme .navbar-nav .nav-link {
  color: #919191;
}

.bg-navbar-theme .navbar-nav .nav-link:hover,
.bg-navbar-theme .navbar-nav .nav-link:focus {
  color: #fff;
}

.bg-navbar-theme .navbar-nav .nav-link.disabled {
  color: #656565 !important;
}

.bg-navbar-theme .navbar-nav .show > .nav-link,
.bg-navbar-theme .navbar-nav .active > .nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
  color: #fff;
}

.bg-navbar-theme .navbar-toggler {
  color: #919191;
  border-color: rgba(255, 255, 255, 0.06);
}

.bg-navbar-theme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.bg-navbar-theme .navbar-text {
  color: #919191;
}

.bg-navbar-theme .navbar-text a {
  color: #fff;
}

.bg-navbar-theme .navbar-text a:hover,
.bg-navbar-theme .navbar-text a:focus {
  color: #fff;
}

.bg-navbar-theme hr {
  border-color: rgba(255, 255, 255, 0.06);
}

.dropdown-item {
  color: #aaa;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .layout-fixed-offcanvas body:not(.modal-open) .layout-2 .layout-navbar {
    padding: 0 1rem;
  }

  .layout-overlay {
    background: #000;
    opacity: 0.75;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
  background: none !important;
  font-size: 15px;
}

.avatar-profile {
  padding-top: 0.275rem;
  padding-bottom: 0.275rem;
}

.avatar-spinner {
  display: none;
}

.resultBlock {
  width: 100%;
  height: 100%;
  display: block;
}

.bg-sidenav-theme {
  background-color: #222222 !important;
  color: #aaa;
}

.bg-sidenav-theme .sidenav-link,
.bg-sidenav-theme .sidenav-horizontal-prev,
.bg-sidenav-theme .sidenav-horizontal-next {
  color: #aaa;
}

.bg-sidenav-theme .sidenav-link:hover,
.bg-sidenav-theme .sidenav-link:focus,
.bg-sidenav-theme .sidenav-horizontal-prev:hover,
.bg-sidenav-theme .sidenav-horizontal-prev:focus,
.bg-sidenav-theme .sidenav-horizontal-next:hover,
.bg-sidenav-theme .sidenav-horizontal-next:focus {
  color: #fff;
}

.bg-sidenav-theme .sidenav-link.active,
.bg-sidenav-theme .sidenav-horizontal-prev.active,
.bg-sidenav-theme .sidenav-horizontal-next.active {
  color: #fff;
}

.bg-sidenav-theme .sidenav-item.disabled .sidenav-link,
.bg-sidenav-theme .sidenav-horizontal-prev.disabled,
.bg-sidenav-theme .sidenav-horizontal-next.disabled {
  color: #747474 !important;
}

.bg-sidenav-theme .sidenav-item.open:not(.sidenav-item-closing) > .sidenav-toggle,
.bg-sidenav-theme .sidenav-item.active > .sidenav-link {
  color: #fff;
}

.bg-sidenav-theme .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #2d2d2d;
}

.bg-sidenav-theme.sidenav-horizontal .sidenav-menu > .sidenav-item.active > .sidenav-link:not(.sidenav-toggle) {
  background-color: #383838;
}

.bg-sidenav-theme.sidenav-horizontal .sidenav-inner > .sidenav-item:not(.sidenav-item-closing) > .sidenav-menu,
.bg-sidenav-theme.sidenav-horizontal .sidenav-inner > .sidenav-item.open > .sidenav-toggle {
  background: #2d2d2d;
}

.bg-sidenav-theme .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-menu,
.bg-sidenav-theme .sidenav-inner > .sidenav-item.sidenav-item-closing .sidenav-item.open .sidenav-toggle {
  background: transparent;
  color: #aaa;
}

.bg-sidenav-theme .sidenav-text {
  color: #fff;
}

.bg-sidenav-theme .sidenav-header {
  color: #888888;
}

.bg-sidenav-theme hr,
.bg-sidenav-theme .sidenav-divider,
.bg-sidenav-theme .sidenav-inner > .sidenav-item.open > .sidenav-menu::before {
  border-color: rgba(255, 255, 255, 0.06) !important;
}

.bg-sidenav-theme .sidenav-inner > .sidenav-header::before,
.bg-sidenav-theme .sidenav-block::before {
  background-color: rgba(255, 255, 255, 0.06);
}

.bg-sidenav-theme .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before {
  background-color: #3a3a3a;
}

.bg-sidenav-theme .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  background-color: #fff;
}

.bg-sidenav-theme .sidenav-inner > .sidenav-item.open .sidenav-item.open > .sidenav-toggle::before,
.bg-sidenav-theme .sidenav-inner > .sidenav-item.open .sidenav-item.active > .sidenav-link::before {
  -webkit-box-shadow: 0 0 0 2px #2d2d2d;
          box-shadow: 0 0 0 2px #2d2d2d;
}

.bg-sidenav-theme .ps__thumb-y,
.bg-sidenav-theme .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.453333) !important;
}

.bg-sidenav-theme .sidenav-inner > .sidenav-top .sidenav-link {
  color: #aaa;
  font-size: 0.9375rem;
  background-color: transparent !important;
}

.bg-sidenav-theme .sidenav-inner > .sidenav-top:not(.active):hover .sidenav-link,
.bg-sidenav-theme .sidenav-inner > .sidenav-top:not(.active):focus .sidenav-link {
  color: #fff !important;
  background-color: #333 !important;
}

.bg-sidenav-theme .sidenav-inner > .sidenav-top.active > .sidenav-link {
  color: #76c044;
}

.bg-sidenav-theme .sidenav-inner .sidenav-item ul .sidenav-link {
  background-color: transparent !important;
  font-size: 0.875rem;
  padding-left: 2rem;
}

.bg-sidenav-theme .sidenav-inner .sidenav-item ul .sidenav-link:hover,
.bg-sidenav-theme .sidenav-inner .sidenav-item ul .sidenav-link:focus {
  color: #fff;
}

.bg-sidenav-theme .sidenav-inner .sidenav-item ul li {
  position: relative;
  margin-left: 1.5rem;
}

.bg-sidenav-theme .sidenav-inner .sidenav-item ul li::before {
  content: "\2022";
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  width: 1em;
  position: absolute;
  top: 0.3rem;
  left: 0.75rem;
  color: #444;
}

.bg-sidenav-theme .sidenav-inner .sidenav-item ul li.active::before {
  color: #76c044;
  text-shadow: 0px 0px 10px #76c044;
}

.bg-sidenav-theme .sidenav-inner .sidenav-item ul li.active > .sidenav-link {
  color: #fff;
}

.bg-sidenav-theme.sidenav-vertical,
.bg-sidenav-theme .sidenav-vertical {
  /*.sidenav-item.active > .sidenav-link:not(.sidenav-toggle)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 4px solid $primary-color;
  }*/
}

.layout-collapsed .bg-sidenav-theme.sidenav-vertical:not(:hover) .sidenav-item .sidenav-item.active > .sidenav-link:not(.sidenav-toggle)::after,
.layout-collapsed
.bg-sidenav-theme .sidenav-vertical:not(:hover) .sidenav-item .sidenav-item.active > .sidenav-link:not(.sidenav-toggle)::after {
  display: none;
}

.bg-footer-theme {
  background-color: #000000 !important;
  color: #a3a4a6;
}

.bg-footer-theme .footer-link {
  color: #a3a4a6;
}

.bg-footer-theme .footer-link:hover,
.bg-footer-theme .footer-link:focus {
  color: #4E5155;
}

.bg-footer-theme .footer-link.disabled {
  color: #626264 !important;
}

.bg-footer-theme .footer-text {
  color: #4E5155;
}

.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
  color: #4E5155;
}

.bg-footer-theme hr {
  border-color: rgba(78, 81, 85, 0.06);
}

.card-img-full {
  border-radius: calc(0.25rem - 1px);
}

.video-play-small {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-play-small svg {
  width: 30px;
  height: 30px;
}

.video-play-medium {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-play-medium svg {
  width: 45px;
  height: 45px;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .app-dashboard .products .card {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .app-dashboard .products .card i {
    display: block;
    margin-bottom: 1rem !important;
    margin-right: 0 !important;
    font-size: 150% !important;
  }
}

.app-dashboard .about-video .about-play svg {
  width: 90px;
}

.app-dashboard .featured-resources .card-img {
  height: 125px;
}

.card-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  background-color: rgba(20, 20, 20, 0.95);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
}

.progress {
  background-color: #424242;
}

@media (max-width: 767.98px) {
  .continue {
    margin-bottom: 1.75rem !important;
  }

  .continue .continue-bar {
    padding-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .again {
    margin-bottom: 1.75rem !important;
  }

  .again .again-rate {
    padding-top: 0 !important;
  }
}

div.hopscotch-bubble {
  border: 0 !important;
  border-radius: 8px !important;
}

div.hopscotch-bubble h3 {
  font-size: 18px !important;
}

div.hopscotch-bubble .hopscotch-nav-button {
  font-size: 14px !important;
}

div.hopscotch-bubble .hopscotch-nav-button.next {
  border-color: #76c044 !important;
  text-shadow: none !important;
  background: #76c044 !important;
}

div.hopscotch-bubble .hopscotch-nav-button:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  display: none !important;
}

div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 !important;
}

.continue-wrapper,
.rate-wrapper,
.player-wrapper {
  display: none;
}

.bg-primary {
  background-color: #76c044 !important;
}

.hover-primary:hover,
.hover-primary[href]:hover {
  color: #76c044 !important;
}

.hover-white:hover,
.hover-white[href]:hover {
  color: #fff !important;
}

span.status {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #444444;
  -webkit-box-shadow: inset 0px 0px 10px 1px rgba(68, 68, 68, 0.5), 0px 0px 10px 1px #444444;
          box-shadow: inset 0px 0px 10px 1px rgba(68, 68, 68, 0.5), 0px 0px 10px 1px #444444;
}

span.status.enabled {
  background: #77c044;
  -webkit-box-shadow: inset 0px 0px 10px 1px rgba(119, 192, 68, 0.5), 0px 0px 10px 1px #77c044;
          box-shadow: inset 0px 0px 10px 1px rgba(119, 192, 68, 0.5), 0px 0px 10px 1px #77c044;
}

span.status.disabled {
  background: red;
  -webkit-box-shadow: inset 0px 0px 10px 1px rgba(255, 0, 0, 0.5), 0px 0px 10px 1px red;
          box-shadow: inset 0px 0px 10px 1px rgba(255, 0, 0, 0.5), 0px 0px 10px 1px red;
}

.switchon-player .player-wrapper {
  display: block !important;
}

.switchon-player .player-wrapper .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.switchon-player .player-wrapper .embed-container iframe,
.switchon-player .player-wrapper .embed-container object,
.switchon-player .player-wrapper .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-touch .switchon-video {
  background-image: none !important;
}

.touch #video-bg {
  display: none !important;
}

