/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9 ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@charset "UTF-8";
.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
/*ICONS*/
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #666666;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3f8dc3;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2b638a;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #e1e1e1;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 75%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #e1e1e1;
}

.text-primary {
  color: #3f8dc3;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #31719e;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3f8dc3;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #31719e;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #e1e1e1;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #666666;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e1e1e1;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 27.5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 44px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 38px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 27.5px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 27.5px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 27.5px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 27.5px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 11px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 27.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #3f8dc3;
  border-color: #377fb1;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #31719e;
  border-color: #193a50;
}
.btn-primary:hover {
  color: #fff;
  background-color: #31719e;
  border-color: #295e83;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #31719e;
  background-image: none;
  border-color: #295e83;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #295e83;
  border-color: #193a50;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3f8dc3;
  border-color: #377fb1;
}
.btn-primary .badge {
  color: #3f8dc3;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #63a8a8;
  border-color: #569b9b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #4d8b8b;
  border-color: #294949;
}
.btn-info:hover {
  color: #fff;
  background-color: #4d8b8b;
  border-color: #417474;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #4d8b8b;
  background-image: none;
  border-color: #417474;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #417474;
  border-color: #294949;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #63a8a8;
  border-color: #569b9b;
}
.btn-info .badge {
  color: #63a8a8;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #e4823a;
  border-color: #e17424;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cf681c;
  border-color: #753b10;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cf681c;
  border-color: #af5818;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cf681c;
  background-image: none;
  border-color: #af5818;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #af5818;
  border-color: #753b10;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #e4823a;
  border-color: #e17424;
}
.btn-warning .badge {
  color: #e4823a;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #c20d0d;
  border-color: #aa0b0b;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #920a0a;
  border-color: #330303;
}
.btn-danger:hover {
  color: #fff;
  background-color: #920a0a;
  border-color: #710808;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #920a0a;
  background-image: none;
  border-color: #710808;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #710808;
  border-color: #330303;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #c20d0d;
  border-color: #aa0b0b;
}
.btn-danger .badge {
  color: #c20d0d;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #3f8dc3;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2b638a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #e1e1e1;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 27.5px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 27.5px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 27.5px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #595959;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3f8dc3;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e1e1e1;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #e1e1e1;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 27.5px;
  border-top-right-radius: 27.5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 27.5px;
  border-bottom-left-radius: 27.5px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 27.5px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 27.5px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 27.5px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #e1e1e1;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #e1e1e1;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3f8dc3;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3f8dc3;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: white;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: white;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #e1e1e1;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #3f8dc3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2b638a;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3f8dc3;
  border-color: #3f8dc3;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e1e1e1;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e1e1e1;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #e1e1e1;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #c8c8c8;
}

.label-primary {
  background-color: #3f8dc3;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #31719e;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #63a8a8;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #4d8b8b;
}

.label-warning {
  background-color: #e4823a;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #cf681c;
}

.label-danger {
  background-color: #c20d0d;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #920a0a;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e1e1e1;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3f8dc3;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3f8dc3;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger, .form-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr, .form-error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link, .form-error .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #3f8dc3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #63a8a8;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #e4823a;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #c20d0d;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #e1e1e1;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #e1e1e1;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3f8dc3;
  border-color: #3f8dc3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #dae9f4;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #666666;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #666666;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #3f8dc3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3f8dc3;
  border-color: #3f8dc3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3f8dc3;
}
.panel-primary > .panel-heading .badge {
  color: #3f8dc3;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3f8dc3;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid none;
  border: 1px solid none;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

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

.mt-3 {
  margin-top: 1rem !important;
}

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

.mt-5 {
  margin-top: 3rem !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.h-10 {
  height: 10% !important;
}

.h-20 {
  height: 20% !important;
}

.h-30 {
  height: 30% !important;
}

.h-40 {
  height: 40% !important;
}

.h-50 {
  height: 50% !important;
}

.h-60 {
  height: 60% !important;
}

.h-70 {
  height: 70% !important;
}

.h-80 {
  height: 80% !important;
}

.h-90 {
  height: 90% !important;
}

.h-100 {
  height: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

/* Unsets browser-applied default styling so it doesn't cause unexpected results on different browsers. See this page: https://cssreset.com/scripts/eric-meyer-reset-css/ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  line-height: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select::-ms-expand {
  display: none;
}

a, a:active, a:focus, a:hover, a:target {
  text-decoration: none;
}

textarea:focus, input:focus {
  outline: none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

button {
  border: none;
  outline: none;
}

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

.red {
  color: #3f8dc3;
}

.collapsed .fa-chevron-down:before {
  content: "";
}

.no-borders {
  border: none !important;
}

.no-touch {
  pointer-events: none;
}

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

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.blockUI {
  z-index: 9999 !important;
}

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

.inline-element-container * {
  display: inline-block;
}

.inline-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.inline-container > * {
  flex: 1 1 auto;
  margin-right: 1.5rem;
  margin-left: 0;
  display: inline-block;
}

.inline-container > *:last-child {
  margin-right: 0;
}

.inline-container.inline-container-middle {
  align-items: center;
}

.inline-container.inline-container-contigious > * {
  margin: 0;
}

.inline-shrink {
  flex: 0 1 auto;
  width: auto;
  width: unset;
}

.blockElement {
  border: none;
  background: none;
}
.blockElement h1 {
  margin: 0;
}

.loading {
  opacity: 0.6;
}

* {
  font-family: "Source Sans Pro", sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
}

a {
  cursor: pointer;
}

textarea {
  resize: vertical;
  min-height: 320px;
  max-height: 550px;
  overflow-y: auto;
  padding: 12px;
}
textarea.small-resize {
  min-height: 100px;
  max-height: 300px;
}

#membership-benefits-section h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 80px;
  margin-bottom: 80px;
}
#membership-benefits-section .benefits-info {
  padding: 0;
}
#membership-benefits-section .benefits-info h3 {
  margin-bottom: 0.8rem;
  font-size: 27px;
}
#membership-benefits-section .benefits-image {
  padding: 0;
}

/*Nav*/
/*Animate mobile nav*/
#site-navigation, #main, #header, #footer {
  transition: 1000ms;
}

nav {
  background-color: #5f6e7b;
}
nav .nav-item {
  display: inline-block;
  position: relative;
  z-index: 1049;
}
nav .nav-item a {
  display: inline-block;
  color: #fff;
  padding: 18px 10px 17px 10px;
  font-weight: bold;
}
nav .nav-item a.active {
  background-color: #3f8dc3;
}
nav .nav-item a + ul {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  min-width: 240px;
  margin-left: 0;
  background-color: #3f8dc3;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
}
nav .nav-item a + ul li {
  width: 100%;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
nav .nav-item a + ul li a {
  width: 100%;
  display: inline-block;
}
nav .nav-item a + ul li a:hover, nav .nav-item a + ul li a:active, nav .nav-item a + ul li a:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
nav .nav-item a + ul:hover, nav .nav-item a + ul:active, nav .nav-item a + ul:focus {
  display: block !important;
}
nav .nav-item:hover a, nav .nav-item:active a, nav .nav-item:focus a {
  color: #fff;
  background-color: #3f8dc3;
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
nav .nav-item:hover a + ul, nav .nav-item:active a + ul, nav .nav-item:focus a + ul {
  display: block;
}

/*HORIZONTAL BUTTON NAV*/
#sub-navigation {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px 0 60px 0;
}
#sub-navigation a {
  font-size: 18px;
  border: none;
  margin: 0 25px;
}

#portal-sub-navigation {
  text-align: right;
}
#portal-sub-navigation a {
  border: none;
  margin: 0 15px;
}

#site-search {
  float: right;
  display: inline-block;
  min-width: 235px;
  max-width: 100%;
  margin-right: 10px;
}

.site-search-container {
  position: relative;
  padding: 5px;
}
.site-search-container .site-search-hotspot {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
}

.mobile-search {
  background-color: #3f8dc3;
  display: block;
  width: 100%;
  margin-top: 19px;
  margin-bottom: -19px;
  display: none;
}

/*Header*/
header {
  padding-top: 20px;
  position: relative;
}

.nav-logo {
  display: inline-block;
  width: 180px;
  height: auto;
  max-height: 100px;
  max-width: none;
  margin-left: -30px;
  padding-bottom: 18px;
}

#bpf-logo {
  display: inline-block;
  max-height: 80px;
  max-width: 90px;
}

#sign-in-block {
  display: inline-block;
  margin-top: 23px;
}
#sign-in-block a.btn-primary {
  max-width: 170px;
  padding-left: 55px;
  padding-right: 55px;
}
#sign-in-block .bpf-button {
  padding-left: 30px;
  padding-right: 30px;
}

.sign-in-block-separator {
  color: #555555;
  font-size: 1.2rem;
  margin: 0 10px;
}

/*Footer*/
footer {
  background-color: #5f6e7b;
  padding: 30px 0;
}
footer * {
  color: #fff;
}
footer a {
  color: #fff;
  font-weight: normal;
}
footer a:hover, footer a:active, footer a:focus {
  color: #fff;
}
footer #footer-links {
  margin-top: 15px;
  font-size: 0.8rem;
}
footer #footer-links a {
  display: inline-block;
  margin-right: 5px;
}
footer #footer-links .footer-links-text span p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  footer #footer-links {
    display: flex;
  }
  footer #footer-links .footer-links-text span p {
    margin-bottom: 0;
    display: inline-block;
  }
  footer #footer-links .wattle-link {
    align-self: flex-end;
  }
}

/*VERTICAL MENU*/
#vertical-menu li {
  display: inline-block;
  width: 100%;
}
#vertical-menu li span, #vertical-menu li a {
  display: inline-block;
  width: 100%;
  padding: 13px 15px;
  text-align: left;
  background-color: #fff;
  color: #5f6e7b;
  font-weight: bold;
  cursor: pointer;
  transition: 200ms;
}
#vertical-menu li a {
  border-bottom: 1px solid #d3d3d3;
}
#vertical-menu li::before {
  content: none !important;
}
#vertical-menu li:hover span, #vertical-menu li:hover a {
  background-color: #eeeeee;
}
#vertical-menu li:first-child span {
  background-color: #3f8dc3;
  color: #fff;
}
#vertical-menu li.selected a {
  background-color: #5f6e7b;
  color: #fff;
  border: none;
  border-radius: 0;
}

a {
  transition: 0.3s all ease-in;
}

.center-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/*SECTIONS*/
section#standard-content-section {
  padding: 0;
  padding-bottom: 40px;
}
section#standard-content-section ul {
  margin-left: 15px;
}
section#standard-content-section ul li {
  list-style: none;
}
section#standard-content-section ul li::before {
  content: "•";
  color: #5f6e7b;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*HEADERS AND BANNERS*/
#full-width-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-animation: myFirst 1500ms;
  animation: myFirst 1500ms;
}
#full-width-banner .overlay {
  padding: 100px 0;
  position: relative;
  width: 100%;
  height: 100%;
}
#full-width-banner .overlay h1, #full-width-banner .overlay a {
  color: #5f6e7b;
  font-weight: 600;
}
#full-width-banner .overlay h4, #full-width-banner .overlay p {
  color: #3f8dc3;
  font-weight: 600;
}
#full-width-banner .overlay .custom-shape {
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: calc(100% + 180px);
  left: -90px;
  right: -90px;
  background-color: #fff;
  border-color: #c2c4c8;
  border-top: 6px solid #c2c4c8;
  border-left: 45px solid #c2c4c8;
  border-right: 45px solid #c2c4c8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#full-width-banner .overlay .grey {
  background-color: #e1e1e1;
}
#full-width-banner h1, #full-width-banner a {
  color: #fff;
  font-weight: 600;
}
#full-width-banner.banner-no-image {
  padding: 35px 0;
  background-color: #3f8dc3;
}
#full-width-banner.banner-no-image * {
  color: #fff;
}

@-webkit-keyframes myFirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes myFirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.image-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.custom-shape-container {
  position: absolute;
  bottom: 59px;
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-bottom: -60px;
  z-index: 999;
  overflow: hidden;
}
.custom-shape-container .custom-shape {
  position: absolute;
  left: -90px;
  right: -90px;
  width: calc(100% + 180px);
  height: 140px;
  background-color: #fff;
  border-color: #c2c4c8;
  border-top: 6px solid #c2c4c8;
  border-left: 45px solid #c2c4c8;
  border-right: 45px solid #c2c4c8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#news-full-width-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#news-full-width-banner .overlay {
  padding: 100px 0;
  padding-bottom: 580px;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
}
#news-full-width-banner .overlay h1, #news-full-width-banner .overlay a {
  color: #5f6e7b;
  font-weight: 600;
}
#news-full-width-banner .overlay h4, #news-full-width-banner .overlay p {
  color: #3f8dc3;
  font-weight: 600;
}
#news-full-width-banner .overlay .custom-shape {
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: calc(100% + 180px);
  left: -90px;
  right: -90px;
  height: 140px;
  margin-bottom: -60px;
  background-color: #fff;
  border-color: #c2c4c8;
  border-top: 10px solid #c2c4c8;
  border-left: 45px solid #c2c4c8;
  border-right: 45px solid #c2c4c8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#news-full-width-banner h1, #news-full-width-banner a {
  color: #fff;
  font-weight: 600;
}
#news-full-width-banner.banner-no-image {
  padding: 35px 0;
  background-color: #3f8dc3;
}
#news-full-width-banner.banner-no-image * {
  color: #fff;
}

/*COOKIE NOTIFICATION*/
#cookie-policy {
  background-color: #000;
  padding: 15px;
  display: none;
  width: 100%;
  z-index: 9999;
  position: relative;
}
#cookie-policy h3 {
  color: #3f8dc3;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}
#cookie-policy h4, #cookie-policy p {
  color: #fff;
}
#cookie-policy #approve-cookies {
  display: inline-block;
  position: absolute;
  bottom: 0;
}

/*SOCIAL AND SHARING*/
.social-panel {
  display: none;
  position: absolute;
  width: 180px;
  padding: 3px;
  padding-top: 7px;
  margin-top: -75px;
  border-radius: 5px;
  background-color: #eeeeee;
  z-index: 999;
}
.social-panel a {
  text-align: center;
  display: inline-block;
  width: 25%;
}
.social-panel img {
  width: 42px;
  height: 42px;
}
.social-panel:hover {
  display: block;
}

#download-container .social-panel {
  margin-top: -80px;
  margin-left: 85px;
}

.research-download.horizontal .social-panel, .consultation-download.horizontal .social-panel {
  margin-top: calc(-50% + 40px);
  margin-left: -15px;
}

/*PAGING*/
.pagination ul {
  display: inline-block;
  margin: 0;
}
.pagination ul li::before {
  content: "" !important;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  display: inline-block;
  text-align: center;
  min-width: 1.5rem;
  font-size: 16px;
  color: #3f8dc3;
  cursor: pointer;
  line-height: 1.4em;
}
.pagination ul li a.active {
  color: #5f6e7b;
}

ul.alert li::before {
  content: none !important;
}

.alert p:last-child {
  margin-bottom: 0;
}

/*TABS Steps*/
.nav-tabs-steps {
  border-bottom: 2px solid #3f8dc3;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.nav-tabs-steps li {
  margin-left: 8px;
}
.nav-tabs-steps li::before {
  content: none !important;
}
.nav-tabs-steps li span {
  margin-top: 3px;
  display: flex;
}
.nav-tabs-steps li a {
  color: #555555;
  background: #e1e1e1;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}
.nav-tabs-steps li:hover a {
  background: #5f6e7b;
  color: #fff;
  border-radius: 15px;
}
.nav-tabs-steps li.active a {
  background: #3f8dc3;
  color: #fff;
  border-radius: 15px;
}

.tab-pane {
  display: none;
}
.tab-pane.in, .tab-pane.active {
  display: inline-block;
}

/*BLOCK UI*/
.blockUI h1 {
  content: "" !important;
  width: 175px;
  height: 175px;
  background-size: contain;
  background-image: url(../../assets/img/loader-bpf.svg);
  display: inline-block;
  margin-top: calc(50vh - 87.5px);
  color: rgba(0, 0, 0, 0);
}
.blockUI.blockOverlay {
  background-color: #fff !important;
}
.blockUI.blockPage {
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  border: none !important;
  background: none !important;
}

/*Panels & Lists*/
.panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

a.list-group-item {
  margin-bottom: 0;
  padding: 15px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
a.list-group-item:first-child {
  border-radius: 0;
}
a.list-group-item:last-child {
  border-radius: 0;
  border-bottom: none;
}
a.list-group-item-success {
  background-color: #3f8dc3;
  color: #fff;
}
a.list-group-item-success:hover, a.list-group-item-success:focus, a.list-group-item-success:active {
  background-color: #66a4cf;
  color: #fff;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, a.list-group-item-success.active:active {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: #5f6e7b;
}

/*Modals*/
.modal button {
  width: auto;
}
.modal-content {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-body p, .modal-body span {
  color: #5f6e7b;
}
.modal-body-success p {
  padding: 30px;
  font-size: 64px;
  text-align: center;
}

/*Additional Bootstrap-like styles*/
.text-secondary {
  color: #5f6e7b;
}

.text-accent {
  color: #5f6e7b;
}

.cta-card {
  background-color: #f0f0f0;
  margin-top: 2rem;
  padding: 1rem;
}

/*Additional HR Styles*/
hr.hr-accent {
  border-color: #5f6e7b;
  border-top-width: 2px;
}

/*Additional Button Styles*/
.textbutton::after {
  content: "";
  position: relative;
  left: 5px;
  font-family: "Font Awesome 5 Free";
}

.btn {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

.btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}

.btn:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}

.btn-white {
  background-color: #fff;
  color: #3f8dc3;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: #eeeeee;
  color: #3f8dc3;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.08);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 1000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

/* Pagination and Pagesize controls */
.pagination-and-page-size-controls-container .pagination ul li a {
  font-size: inherit;
}

.page-size-control-container.inline-container > *:not(:last-child) {
  margin-right: 0.5rem;
}

.page-size-control-container select.form-control {
  padding: 10px 25px 10px 15px;
}

/* StartsWith Filter Container */
.starts-with-filter-container a {
  color: #3f8dc3;
  text-align: center;
}
.starts-with-filter-container a.active {
  color: #666;
}

/*Tabbed Content*/
.tabbed-content {
  margin-bottom: 60px;
}
.tabbed-content .nav-tabs {
  border-bottom: 3px solid #e1e1e1;
  margin-left: 0px !important;
}
.tabbed-content .nav-tabs > li {
  margin-bottom: 0;
}
.tabbed-content .nav-tabs > li::before {
  content: none !important;
}
.tabbed-content .nav-tabs > li:first-child a {
  border-top-left-radius: 20px;
}
.tabbed-content .nav-tabs > li:last-child a {
  border-top-right-radius: 20px;
}
.tabbed-content .nav-tabs > li > a {
  cursor: pointer;
  margin-right: 2px;
  padding: 10px 45px;
  border: none;
  border-radius: 0;
  font-weight: normal;
  line-height: normal;
  background-color: #5f6e7b;
  color: #fff;
  transition: background-color 0.3s ease;
}
.tabbed-content .nav-tabs > li > a:hover, .tabbed-content .nav-tabs > li > a:active, .tabbed-content .nav-tabs > li > a:focus {
  border: none;
  background-color: #3f8dc3;
  color: #fff;
}
.tabbed-content .nav-tabs > li.active > a {
  cursor: default;
  background-color: #3f8dc3;
}
.tabbed-content .tab-content {
  margin-top: 30px;
}

#portal-body-target {
  padding: 30px 15px;
}
#portal-body-target h1, #portal-body-target h2, #portal-body-target h3, #portal-body-target h4 {
  color: #3f8dc3;
}

.fetching {
  display: inline-block;
  width: 100%;
  color: #555555;
}

.portal-accordion h4, .portal-accordion i {
  display: inline-block;
}
.portal-accordion i {
  font-size: 18px;
  padding-top: 5px;
  float: right;
}

.internal-loader {
  text-align: center;
}
.internal-loader img {
  vertical-align: middle;
  max-width: 125px;
}

.img-responsive {
  display: inline;
}

.payment-tab {
  display: inline-block;
  min-height: 100px;
  width: 100%;
}
.payment-tab table {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.payment-tab table thead {
  background-color: #5f6e7b;
  color: #fff;
  font-weight: bold;
}
.payment-tab table thead th {
  padding: 5px 15px;
}
.payment-tab table tbody tr:nth-child(2n) {
  background-color: #e1e1e1;
}
.payment-tab table tbody tr td {
  padding: 5px 15px;
}
.payment-tab table th:last-child, .payment-tab table td:last-child {
  text-align: right;
}
.payment-tab table th:nth-child(1), .payment-tab table td:nth-child(1) {
  width: 10%;
}
.payment-tab table th:nth-child(2), .payment-tab table td:nth-child(2) {
  width: 40%;
}
.payment-tab table th:nth-child(3), .payment-tab table td:nth-child(3) {
  width: 10%;
}
.payment-tab table th:nth-child(4), .payment-tab table td:nth-child(4) {
  width: 20%;
}
.payment-tab table th:nth-child(5), .payment-tab table td:nth-child(5) {
  width: 20%;
}

/*BPF Text Editor Styles*/
.textbutton::after {
  content: "";
  position: relative;
  left: 5px;
  font-family: "Font Awesome 5 Free";
}

.button2cta {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.button2cta a {
  display: block;
  min-height: 175px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 60%, white 100%);
  border-bottom: 5px solid #5f6e7b;
}
.button2cta a span {
  color: #3f8dc3;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.button2cta a span::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #5f6e7b;
  margin-left: 5px;
}

hr {
  border: none;
  border-top: 2px solid #3f8dc3;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}
body > * {
  flex: 0 0 auto;
}
body #main {
  flex: 1 0 auto;
  min-height: calc(100vh - 400px);
}

@media only screen and (max-width: 991px) {
  .grid-section .match-height .row, .grid-section .mb-medium .row {
    margin-bottom: 0 !important;
  }

  footer .wattle-link {
    text-align: left;
  }
}
footer {
  flex-shrink: 0;
}
footer .footer-social-circle {
  display: inline-block;
  border: 1px solid white;
  margin: 8px 8px 8px 0px;
  border-radius: 50%;
  padding: 7px;
  width: 32px;
  height: 32px;
}
footer .footer-social-circle img {
  width: 100%;
}
footer .accessibility-header {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  footer #associate-text {
    padding-left: 4rem;
  }
}

.table-grey thead {
  background-color: #eeeeee;
}
.table-grey thead tr th {
  border: none;
}

.grid-section .row, .grid-section .mb-large {
  margin-bottom: 20px;
}
.grid-section .mb-small {
  margin-bottom: 20px;
}
.grid-section .match-height .row, .grid-section .mb-medium .row {
  margin-bottom: 12px;
}
.grid-section .match-height.cta-small .callout-block {
  margin-bottom: 80px;
}
.grid-section .match-height.cta-small .row {
  margin-bottom: 10px;
}

.membership-fees-body .grid-section .row {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .membership-fees-body-table {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media only screen and (max-width: 500px) {
  #main {
    width: 100%;
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main .membership-fees-body-table .form-group {
    padding-left: 0px;
    padding-right: 0px;
  }
  #main .membership-fees-body-table .form-group .accordion a[role=button] {
    font-size: 19px;
  }
}
/* Accordion */
.accordion-container {
  border-top: 1px solid #e1e1e1;
}
.accordion-container-prices table thead {
  background-color: #5f6e7b !important;
}
.accordion-container-prices table thead tr th {
  color: #fff !important;
  text-transform: uppercase;
}
.accordion-container-prices .pricing-cta {
  padding-left: 47px;
  margin-bottom: 30px;
  padding-right: 47px;
}
.accordion-container-prices .pricing-cta-container {
  margin-top: 6px !important;
}
.accordion-container:last-child {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 35px;
}
.accordion-container > div {
  padding-left: 20px;
  padding-right: 20px;
}
.accordion-container table th {
  position: relative;
  padding-left: 20px !important;
}
.accordion-container table th:last-of-type {
  padding-left: 20px !important;
}
.accordion-container table tbody tr td {
  border: none;
}

.accordion-container-prices table th {
  left: -20px !important;
}
.accordion-container-prices table tbody tr td {
  padding-left: 0px !important;
}

.accordion {
  padding: 20px 0;
}
.accordion .fa-chevron-up {
  color: #5f6e7b;
}
.accordion:last-child {
  padding-top: 15px;
}
.accordion a {
  color: #5f6e7b;
}
.accordion a[role=button] {
  font-size: 21px;
  font-weight: 600;
  color: #3f8dc3;
}
.accordion a[role=button] > i {
  padding-top: 6px;
}
.accordion-body {
  padding-bottom: 15px;
}

.accordion-content.event-booking-delegate {
  border-bottom: none !important;
}

#HeroBanner .owl-dots {
  position: absolute;
  bottom: 95px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.home-overlay {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  height: 500px;
}
.home-overlay p {
  color: #fff !important;
}
.home-overlay a {
  border-radius: inherit;
  color: #fff !important;
  background-color: #5f6e7b;
  border-color: #5f6e7b;
}
.home-overlay .carousel-item-padding {
  margin-top: -40px;
}

.home-herocard {
  padding-top: 182px !important;
  background-repeat: no-repeat;
  background-size: 1800px;
  background-position: 50% 5%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 3%, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 73%, black 112%) !important;
}
.home-herocard .home-herocard-link {
  float: left;
  width: 100%;
}
.home-herocard a {
  color: white !important;
  font-size: 1.13rem;
}
.home-herocard a i {
  color: white !important;
  font-size: 0.8rem;
  padding-left: 0.2rem !important;
}

.home-ourlatestwork {
  min-height: 200px;
  background-image: url(/assets/img/bpf-logo-curve-white.svg) !important;
  background-repeat: no-repeat;
  background-position: 150% 5%;
  background-size: 1500px;
  background-color: #3f8dc3;
}
.home-ourlatestwork-grey {
  background-color: #e1e1e1 !important;
  background-image: none !important;
}
.home-ourlatestwork-grey .row .home-ourlatestwork-rte p {
  color: #666666 !important;
}
.home-ourlatestwork-white {
  background-color: white !important;
  background-image: none !important;
}
.home-ourlatestwork-white .row .home-ourlatestwork-rte p {
  color: #666666 !important;
}
.home-ourlatestwork-card {
  background-color: #fff;
  min-height: 84px;
}
.home-ourlatestwork-card a.text-primary {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.home-ourlatestwork-card > div {
  min-height: 84px;
  padding-left: 0px !important;
}
.home-ourlatestwork-card > div.p-2 .mb-1 {
  position: relative;
  top: 6px;
}
.home-ourlatestwork-card .pull-right {
  position: absolute;
  right: 0;
  background-color: #5f6e7b;
  width: 10%;
}
.home-ourlatestwork-card .pull-right i.fas.pt-3 {
  padding-top: 1.7rem !important;
  font-size: 1.8rem;
}
.home-ourlatestwork-card i {
  color: white;
}
.home-ourlatestwork .centre-title {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 300px;
}
.home-ourlatestwork .centre-cols {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
}
.home-ourlatestwork .home-ourlatestwork-rte p {
  color: #666666;
}
.home-ourlatestwork > .row {
  padding: 2rem;
}
.home-ourlatestwork h3 {
  line-height: 1;
}
.home-ourlatestwork h3 i.fa-arrow-circle-right {
  font-size: 0.95rem;
  padding-left: 0.2rem !important;
}
.home-ourlatestwork h2 {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1;
}
.home-ourlatestwork p {
  color: #fff !important;
}
.home-ourlatestwork .p-5 {
  padding: 2.6rem 3rem !important;
}
.home-ourlatestwork .col-xs-4 {
  padding-left: 0px;
}
.home-ourlatestwork .col-xs-4 > div {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-top: 0px !important;
}
@media only screen and (min-width: 992px) {
  .home-ourlatestwork h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-ourlatestwork .col-xs-4, .home-ourlatestwork .col-xs-8 {
    width: 100%;
  }
  .home-ourlatestwork .col-xs-4 > div, .home-ourlatestwork .col-xs-8 > div {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
  }
  .home-ourlatestwork .col-xs-4 h3, .home-ourlatestwork .col-xs-8 h3 {
    margin-bottom: 0px;
  }
  .home-ourlatestwork .pr-5 {
    padding-right: 0px !important;
  }
  .home-ourlatestwork .pull-right i.fas.pt-3 {
    font-size: 1.2rem;
    padding-top: 2rem;
  }
  .home-ourlatestwork h3 {
    font-size: 1.2rem;
  }
  .home-ourlatestwork h3 small {
    font-size: 100%;
  }
}

.row-fw {
  margin-top: 0px !important;
  padding: 0px !important;
  margin-bottom: 20px;
}
.row-fw div {
  padding-left: 0px !important;
  padding-right: 5px !important;
  padding-bottom: 0px !important;
}

.home-statistics {
  padding-top: 3rem;
}
.home-statistics h3 {
  font-size: 2rem;
  color: #3f8dc3;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .home-statistics h4 {
    font-size: 3rem !important;
  }
}
.home-statistics h4 {
  font-size: 2rem;
}
.home-statistics small.text-secondary {
  font-size: 1rem;
  font-weight: bold;
}
.home-statistics img {
  padding: 20px;
  padding-top: 0px;
}
.home-futures-block {
  background-color: #377fb1;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.home-futures-block .home-futures-image-img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .home-futures-block .home-futures-image-img {
    padding-top: 2rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .home-futures-block .home-futures-image-img {
    padding-top: 5rem !important;
  }
}
.home-futures-block .home-futures-text {
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.home-futures-block .home-futures-text h3 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .home-futures-block .home-futures-text h3 {
    padding: 0rem;
  }
}
.home-futures-block .home-futures-text a.btn.btn-primary {
  background-color: #fff;
  color: #3f8dc3;
}
.home-futures-block .home-futures-text > div {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .home-futures-block .home-futures-text {
    padding-bottom: 2rem !important;
  }
}
.home-testimonial-block {
  background-color: #e1e1e1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.home-testimonial-block .home-testimonial-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 78px;
  padding-right: 78px;
}
.home-testimonial-block .home-testimonial-text h4 {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .home-testimonial-block .home-testimonial-text {
    padding: 2rem 0rem;
  }
}
.home-testimonial-block .testimonial-box {
  border-radius: 11px;
  background-color: #ffffff;
  padding: 4.5rem 1.1rem 1.1rem;
  text-align: left;
  margin-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.home-testimonial-block .testimonial-box h5 {
  color: #3f8dc3;
}
.home-testimonial-block .testimonial-author {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.home-testimonial-block .testimonial-role {
  font-size: 0.85rem;
}
.home-testimonial-block .testimonial-quote-icon {
  background: url("../../assets/img/quote.png");
  background-size: cover;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 30px;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .home-testimonial-block .testimonial-quote-icon {
    top: 25px;
  }
}
.home-testimonial-block h2 {
  color: #3f8dc3;
}
.home-testimonial-block h4 {
  font-weight: normal;
}

.image-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-futures-text-img {
  width: 220px;
}

h1 {
  font-size: 48px;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1rem;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1rem;
}

h4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.text-white {
  color: white !important;
}

ul.form-errors {
  color: #c20d0d;
}

p {
  margin-bottom: 0.75rem;
  line-height: 1.3125em;
}

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

/*DEFAULT FORM STYLES*/
form input, form select, form textarea {
  background-color: #555555;
  display: inline-block;
  width: 100%;
  border: 1px solid #5f6e7b;
  outline: none;
}
form input.input-validation-error, form select.input-validation-error, form textarea.input-validation-error {
  border: 2px solid #c20d0d;
}
form label {
  color: #5f6e7b;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
}
form button {
  padding: 10px 0;
  font-size: 9px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  background-color: #000;
  border-radius: 5px;
}
form .form-control {
  padding: 10px 15px;
  border: 1px solid #5f6e7b;
}
form select.form-control {
  padding-right: 45px;
  background: url("../../assets/img/drop-arrow-bpf.png") no-repeat right;
  background-position-x: calc(100% - 15px);
  -webkit-appearance: none;
}
form .input-group .form-control:first-child {
  border-right: none;
}
form .input-group .form-control:last-child {
  border-left: none;
}
form .input-group-addon {
  padding-left: 20px;
  padding-right: 20px;
}
form .input-group-addon:not(:first-child):not(:last-child) {
  border-top: 1px solid #5f6e7b;
  border-bottom: 1px solid #5f6e7b;
}
form .form-control-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 3px;
  cursor: pointer;
  color: #5f6e7b;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .form-control-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
form .form-control-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #5f6e7b;
  border-radius: 50%;
  transition: 500ms;
}
form .form-control-radio .checkmark:after {
  position: absolute;
  opacity: 0;
  transition: 200ms;
}
form .form-control-radio input:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
}
form .form-control-radio .checkmark:after {
  content: "";
  left: 3px;
  top: 3px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #3f8dc3;
}
form .form-control-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 3px;
  cursor: pointer;
  color: #5f6e7b;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .form-control-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: -1000;
}
form .form-control-checkbox label {
  position: relative;
  top: 2px;
}
form .form-control-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #5f6e7b;
  border-radius: 5px;
  transition: 500ms;
}
form .form-control-checkbox .checkmark:after {
  position: absolute;
  opacity: 0;
  transition: 200ms;
}
form .form-control-checkbox input:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
}
form .form-control-checkbox .checkmark:after {
  color: #3f8dc3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 16px;
  left: 3px;
  top: 2px;
}

.file-upload-area {
  margin-bottom: 15px;
  padding: 15px;
  border: 2px dashed #e5e5e5;
  border-radius: 27.5px;
  text-align: center;
}
.file-upload-area p {
  color: #e5e5e5;
}
.file-upload-area .text-danger {
  color: #c20d0d !important;
}
.file-upload-area .file-upload-name {
  color: #5f6e7b;
}
.file-upload-area .file-upload-icon {
  margin-bottom: 0;
  font-size: 64px;
  transition: color ease 0.5s;
}
.file-upload-area .file-upload-icon.active {
  color: #5f6e7b;
}

/*BPF Forms*/
.error-container {
  display: inline-block;
  width: 100%;
  border: 2px solid #c20d0d;
  padding: 15px;
  margin-bottom: 15px;
}
.error-container li {
  list-style: none;
  color: #c20d0d;
}

.dob-droplists {
  display: flex;
  justify-content: space-between;
}
.dob-droplists select {
  width: 31%;
}

label {
  color: #5f6e7b;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  padding-bottom: 8px;
}

.input-group {
  margin-bottom: 15px;
}
.input-group > input {
  margin-bottom: 0;
  border-radius: 0;
}
.input-group > input:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.input-group > input:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.input-group-addon {
  border: none;
  background-color: #e1e1e1;
}

/*CUSTOM INPUTS*/
.datepicker table th, .datepicker table td, .datepicker table td span {
  border-radius: 40px !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover {
  background-image: none !important;
  background-color: #3f8dc3 !important;
}

/*SEARCH INPUTS*/
.search-bar {
  padding: 15px 0;
  margin-bottom: 15px;
}
.search-bar-dark {
  background-color: #5f6e7b;
  padding: 15px;
  margin-bottom: 20px;
}

.search-field {
  margin-bottom: 15px;
}
.search-field input {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 10px 20px;
  margin-bottom: 0;
}

input.search-filter, select.search-filter {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 10px 20px;
  margin-bottom: 15px;
}

select.search-filter {
  padding-right: 45px;
}

input.search-input {
  padding-right: 45px;
  background-image: url("../../assets/img/magnifying-glass.svg");
  background-position: center;
  background-position-x: calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 15px;
}

#research-filters .search-bar {
  background-color: #5f6e7b;
  padding: 15px;
}

.filter-divider {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 2px solid #5f6e7b;
}
.filter-divider-primary {
  border-top: 2px solid #3f8dc3;
}
.filter-divider-secondary {
  border-top: 2px solid #5f6e7b;
}
.filter-divider-info {
  border-top: 2px solid #63a8a8;
}

/*DROPDOWNS AND FILTERS*/
.list-search {
  margin-bottom: 15px;
}
.list-search .clear-filters-link {
  font-size: 15px;
  color: #63a8a8;
  margin-top: 15px;
  float: right;
}
.list-search .clear-filters-link i {
  margin-right: 4px;
}

/*ADDRESS LOOKUP*/
.addresslookup-container {
  position: relative;
}
.addresslookup-loading {
  display: none;
  position: absolute;
  top: 33px;
  right: 6px;
}
.addresslookup-loading i {
  display: block;
  font-size: 32px;
  animation: fa-spin 0.5s infinite linear;
  text-align: center;
  color: #3f8dc3;
}
.addresslookup-selected, .addresslookup-help {
  background-color: #5f6e7b;
  padding: 15px;
}
.addresslookup-selected p, .addresslookup-help p {
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.addresslookup-selected {
  background-color: #3f8dc3;
}
.addresslookup-container input {
  margin-bottom: 0;
}
.addresslookup-results-container {
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 15px;
}
.addresslookup-results-container p {
  padding: 10px;
  margin: 0;
}
.addresslookup-results-container .addresslookup-results-list {
  max-height: 300px;
  overflow-y: auto;
}
.addresslookup-results-container .addresslookup-results-list ul {
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.addresslookup-results-container .addresslookup-results-list ul li {
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
.addresslookup-results-container .addresslookup-results-list ul li::before {
  content: none !important;
}
.addresslookup-results-container .addresslookup-results-list ul li:hover, .addresslookup-results-container .addresslookup-results-list ul li:focus {
  background-color: #eeeeee;
}
.addresslookup-results-container .addresslookup-results-list ul li.active {
  background-color: #3f8dc3;
  color: #fff;
}
.addresslookup-results-container .addresslookup-results-list p {
  background-color: #eeeeee;
}

.form-inline .form-group {
  margin: 0 5px;
}

.form-inline .form-group {
  margin-left: 15px;
}

.form-error {
  border: 2px solid #c20d0d !important;
}

.favourite-link {
  font-size: 15px;
}
.favourite-link i {
  font-size: 0.8rem;
}

/*CAROUSEL - Owl*/
.owl-dot {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.owl-dot.active {
  background-color: #fff !important;
}

.carousel-item-padding {
  order: 0;
  flex: 0 0 auto;
  align-self: center;
}

.carousel-item {
  -webkit-animation: myFirst 1500ms;
  animation: myFirst 1500ms;
}

@-webkit-keyframes myFirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes myFirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.banner-contact {
  display: flex;
  padding: 16px;
  background: #3f8dc3;
  color: #fff;
}
.banner-contact .banner-contact-info {
  margin-left: 16px;
}
.banner-contact .banner-contact-info h4 {
  color: #fff !important;
  margin-bottom: 2px;
  font-weight: 600;
}
.banner-contact .banner-contact-info h3 {
  color: #fff;
  display: -webkit-box;
  margin-bottom: 0px;
  line-height: 1;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.banner-contact .banner-contact-info small {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.banner-contact .banner-contact-info p {
  color: #fff !important;
  margin-bottom: 2px;
}
.banner-contact .banner-contact-info p i {
  color: #fff;
  margin-right: 4px;
}
.banner-contact .banner-contact-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  border: 2px solid #fff;
}

/*EVENT STYLES*/
.event-share {
  display: flex;
  float: right;
  align-items: center;
  margin: 15px 0;
}
.event-share span {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.event-share a {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.event-share a:last-child {
  margin-right: 0px;
}
.event-share img {
  width: 31px;
  vertical-align: middle;
}

.event-featured {
  margin-bottom: 60px;
  padding: 15px;
  background-color: #3f8dc3;
  color: #fff;
}
.event-featured hr {
  width: 75px;
  margin-left: 0;
  border-top: 2px solid #fff;
}
.event-featured a.btn {
  width: 100%;
  border-radius: 0;
  font-size: 18px;
}
.event-featured .event-feature-container-left {
  padding-bottom: 45px;
}
.event-featured #event-featured-dots {
  margin-top: -25px;
  padding-bottom: 5px;
  position: absolute;
  z-index: 2;
}
.event-featured .event-title {
  height: 80px;
  overflow: hidden;
}
.event-featured .event-info {
  margin-bottom: 15px;
}
.event-featured .event-intro {
  height: 85px;
  margin-bottom: 30px;
  overflow: hidden;
}
.event-featured .event-image {
  background-size: cover;
}
.event-featured .event-timer-badge {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e4823a;
}
.event-featured .event-timer-badge span {
  display: block;
  height: 50%;
  font-size: 18px;
  text-align: center;
}
.event-featured .event-timer-badge span:first-of-type {
  line-height: 90px;
  font-size: 48px;
}
.event-featured .event-timer-badge span:only-of-type {
  line-height: 120px;
  font-size: 28px;
  height: 100%;
}
.event-featured .event-timer-badge.expired {
  background-color: #555555;
}

.event-listings .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.event-listings .panel-heading {
  padding: 0;
  border-bottom: 2px solid transparent;
  background-color: #fff;
}
.event-listings .panel-heading img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.event-listings .panel-body {
  padding: 15px;
  padding-bottom: 25px;
  background-color: #3f8dc3;
  color: #fff;
}
.event-listings .panel-body h3 {
  font-weight: normal;
}
.event-listings .panel-child-text {
  height: 64px;
  margin-bottom: 10px;
  overflow: hidden;
  word-wrap: break-word;
}
.event-listings .panel .event-info, .event-listings .panel .event-info * {
  font-weight: normal;
}

.event-category-key {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border-radius: 50%;
}
.event-category-label {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 20px;
  color: #5f6e7b;
}
.event-category-bpf {
  background-color: #0f8ec8 !important;
}
.event-category-spf {
  background-color: #703893 !important;
}
.event-category-futures, .event-category-bpf-futures {
  background-color: #c6168d !important;
}
.event-category-partner, .event-category-partner-event {
  background-color: #596f7e !important;
}

.event-summary {
  margin-bottom: 30px;
}
.event-summary h2 {
  font-weight: 100;
}
.event-summary strong {
  color: #3f8dc3;
}
.event-summary .info {
  color: #5f6e7b !important;
}
.event-summary table {
  width: 100%;
  margin-bottom: 10px;
}
.event-summary table tr td:last-child {
  text-align: right;
}
.event-summary-image {
  background-size: cover;
  min-height: 325px;
  margin-top: 30px;
}
.event-summary-booknow {
  width: 100%;
  max-width: 275px;
}
.event-summary hr {
  border: solid 1px #c3c3c3;
}

.calendar-link {
  font-weight: normal;
  color: #63a8a8;
}

.sponsors a {
  margin-bottom: 38px;
}
.sponsors span {
  display: block;
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}
.sponsors .sponsor {
  margin-bottom: 15px;
}
.sponsors .sponsor.image {
  width: 100%;
  height: 160px;
  border: 1px solid #5f6e7b;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.event-speakers .media-left {
  padding-right: 40px;
}
.event-speakers .event-speaker .image {
  width: 163px;
  height: 163px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
}
.event-speakers .event-speaker h4 {
  margin-bottom: 5px;
}

.event-tabs .tab-content {
  min-height: 150px;
}

#Programme {
  width: 100%;
}
#Programme .programme-info {
  min-height: 125px;
}

.programme-image {
  display: block;
  max-height: 250px;
  margin: auto;
  object-fit: contain;
}

span.add-favourite {
  display: flex;
  margin: 15px 0;
}
span.add-favourite a {
  font-size: 16px;
}

/*EVENT BOOKING STYLES*/
.event-price-table thead > tr > th {
  border-bottom: none;
}
.event-price-table thead > tr > th:first-child {
  padding-left: 0;
}
.event-price-table > tbody > tr > td {
  vertical-align: middle;
  border-top: none;
}
.event-price-table > tbody > tr > td:first-child {
  padding-left: 0;
}
.event-price-table select.form-control {
  width: 85px;
}

.delegate-accordions {
  margin-bottom: 48px;
}
.delegate-accordions .delegate-accordion-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background-color: #e1e1e1;
  padding: 20px;
}
.delegate-accordions .delegate-accordion-header a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  color: #555555;
}
.delegate-accordions .delegate-accordion-header a h3 {
  margin-bottom: 0px;
  color: #5f6e7b;
}
.delegate-accordions .delegate-accordion-header a span {
  margin-left: 10px;
  font-weight: 100;
  color: #5f6e7b;
}
.delegate-accordions .delegate-accordion-content .row {
  padding: 15px 0;
}
.delegate-accordions .delegate-accordion-content textarea {
  display: inline-block;
  resize: none;
  overflow: auto;
  min-height: 120px;
}
.delegate-accordions .delegate-accordion-content .special-requirements {
  padding-top: 0;
}

.payment-methods {
  margin-bottom: 30px;
}
.payment-methods .btn {
  margin-right: 30px;
}

.event-booking-rhs {
  background: #e1e1e1;
}
.event-booking-rhs .image {
  height: 285px;
  background-size: cover !important;
  background-position: center !important;
}
.event-booking-rhs .row {
  padding: 15px 30px 10px 30px;
}
.event-booking-rhs .row strong {
  color: #3f8dc3;
}
.event-booking-rhs .row a {
  font-weight: 200;
}

#order-summary {
  list-style: none;
  border: 1px solid #555555;
  padding: 15px;
  margin: 15px 0;
  margin-left: 0 !important;
  margin-top: 15px !important;
  display: inline-block;
  width: 100%;
}
#order-summary div {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
#order-summary div table {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
#order-summary div table tbody {
  display: inline-block;
  width: 100%;
}
#order-summary div table tbody tr {
  display: inline-block;
  width: 100%;
}
#order-summary div table tbody tr td {
  display: inline-block;
}
#order-summary div table tbody tr td:nth-child(1) {
  width: 15%;
}
#order-summary div table tbody tr td:nth-child(2) {
  width: 55%;
}
#order-summary div table tbody tr td:last-child {
  width: 30%;
  text-align: right;
}

.payment-method-tabs {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.payment-method-tabs li {
  display: inline-block;
}
.payment-method-tabs li a {
  background-color: #fff !important;
  color: #3f8dc3 !important;
  border-color: #fff !important;
}
.payment-method-tabs li.active a {
  background-color: #3f8dc3 !important;
  color: #fff !important;
  border-color: #3f8dc3 !important;
}

.event-confimation-text {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 30px;
}
.event-confimation-text span {
  font-size: 28px;
  color: #3f8dc3;
}

#host-a-event-section {
  height: 280px;
  color: white;
  padding-top: 75px;
  margin-top: 100px;
  margin-bottom: 100px;
}
#host-a-event-section h2 {
  font-size: 40px;
}
#host-a-event-section #link {
  margin-top: 20px;
}

#latest-events {
  margin-bottom: 40px;
}

#member-directory-search-form {
  padding: 22px 15px;
  margin: 33px -15px 0 -15px;
  border-bottom: solid 2px #5f6e7b;
}

#member-directory-search-results-container {
  padding-top: 22px;
  padding-bottom: 50px;
}

/* Member directory items */
.member-directory-items {
  margin-bottom: 22px;
}

.member-directory-item {
  margin: 0 -15px;
  padding: 22px 15px;
  border-bottom: solid 1px #e1e1e1;
}
@media (max-width: 767px) {
  .member-directory-item {
    text-align: center;
  }
}
.member-directory-item .member-directory-item-image-container .image {
  width: 100%;
  height: 160px;
  max-width: 160px;
  margin: 0 auto;
  border: 1px solid #5f6e7b;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.member-directory-item .member-directory-item-details-container *:not(:last-child) {
  margin-bottom: 10px;
}
.member-directory-item .member-directory-item-details-container h2 {
  font-size: 28px;
  font-weight: bold;
  color: #5f6e7b;
}

#membership-benefits-section {
  padding-bottom: 50px;
  background-size: cover;
}
#membership-benefits-section h1 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
}
#membership-benefits-section h3, #membership-benefits-section p {
  color: #fff;
}
#membership-benefits-section img {
  margin-bottom: 20px;
  height: 80px;
}
#membership-benefits-section p {
  margin-bottom: 30px;
}

#membership-cta-buttons {
  background: #3f8dc3;
  border-top: 2px solid #fff;
}
#membership-cta-buttons h4 {
  color: #fff;
  margin-top: 18px;
  margin-bottom: 18px;
}
#membership-cta-buttons .border-right {
  border-right: 2px solid #fff;
}

/*BPF Research*/
#ResearchFilters {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

#research-filters .pagination {
  margin: 10px 0 0 0;
}

.research-row {
  display: flex;
}

.research-card {
  display: flex;
  flex: 1;
}

.research-footer {
  margin-top: auto;
}

#download-container .download-image {
  height: 400px;
}
#download-container h4 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}

.research-download {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  /*.research-download-button + .research-download-button {
      margin-top: 10px;
  }*/
}
.research-download .download-image {
  display: block;
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.research-download .download-image img {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.research-download .research-no-image {
  display: block;
  width: 100%;
  text-align: center;
  height: 185px;
  background-color: #555555;
  font-size: 4rem;
  line-height: 200px;
}
.research-download .research-no-image i {
  color: #3f8dc3;
}
.research-download .research-information {
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.research-download .research-information .date, .research-download .research-information .categories {
  color: #5f6e7b;
  font-size: 12px;
}
.research-download .research-information .date-press-release {
  color: #5f6e7b;
  font-size: 28px;
  line-height: 1.1;
  display: block;
}
.research-download .research-information .date-press-release ~ * {
  font-size: 28px;
}
.research-download .research-information .title {
  color: #5f6e7b;
  font-size: 21px;
  font-weight: bold;
}
.research-download .research-information .categories {
  display: inline-block;
  width: auto;
}
.research-download .research-information .categories a {
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
  padding: 0;
  border: none;
  outline: none;
  font-weight: 600;
  color: #3f8dc3;
  background-color: transparent;
}
.research-download .research-information .summary {
  color: #5f6e7b;
  display: inline-block;
  width: 100%;
  min-height: 100px;
  word-break: break-word;
}
.research-download .research-information h4 {
  color: #3f8dc3;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.research-download .research-fixed {
  height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.research-download .research-social {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.research-download .research-social a, .research-download .research-social .social-hotspot {
  display: inline-block;
  width: calc(33% - 3px);
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #3f8dc3;
  position: relative;
  padding-top: 10px;
}
.research-download .research-social a i, .research-download .research-social a em, .research-download .research-social .social-hotspot i, .research-download .research-social .social-hotspot em {
  padding-right: 5px;
  color: #5f6e7b;
}
.research-download .research-social .social-hotspot a {
  width: 23%;
  padding: 0 2.5px;
}
.research-download .research-social .social-hotspot:hover .social-panel, .research-download .research-social .social-hotspot :active .social-panel, .research-download .research-social .social-hotspot :focus .social-panel {
  display: block;
}
.research-download .research-social-link {
  display: inline-block;
  width: calc(33% - 3px);
}
.research-download .research-social-link a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #3f8dc3;
  position: relative;
}
.research-download .research-social-link a i, .research-download .research-social-link a em {
  padding-right: 5px;
  color: #3f8dc3;
}
.research-download .research-download-button {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px;
  padding-right: 41px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  background-color: #5f6e7b;
  color: #fff;
}
.research-download .research-download-button span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 41px;
  height: 100%;
  text-align: center;
  font-size: 12px;
  background-color: #5f6e7b;
}
.research-download .research-download-button span i {
  position: relative;
  top: calc(50% - 8px);
  color: #fff;
}
.research-download .research-download-button.button-icon {
  padding-right: 51px;
}
.research-download .research-download-button.unavailable {
  padding: 10px;
  background-color: #fff;
  color: #5f6e7b;
  border: 1px solid #5f6e7b;
  cursor: default;
}
.research-download .research-download-button.double {
  float: left;
  width: calc(50% - 5px);
}
.research-download .research-download-button.double:first-of-type {
  margin-right: 5px;
}
.research-download .research-download-button.double:last-of-type {
  margin-left: 5px;
}
.research-download .research-download-button em {
  padding-top: 13px;
}
.research-download .research-documents-list {
  max-height: 100px;
  border: 1px solid #3f8dc3;
  overflow: auto;
}
.research-download .research-documents-list li {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #5f6e7b;
  list-style: none;
  cursor: default;
}
.research-download .research-documents-list li i.far, .research-download .research-documents-list li i.fas {
  margin-right: 10px;
}
.research-download .research-documents-list a li {
  color: #3f8dc3;
  cursor: pointer;
}
.research-download .research-documents-list a li:hover {
  background-color: #eeeeee;
}
.research-download.horizontal {
  background-color: #f0f0f0;
  min-height: 90px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.research-download.horizontal .research-information {
  width: 85%;
  padding: 15px 20px 0px 20px;
}
.research-download.horizontal .research-information h4 {
  color: #5f6e7b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.research-download.horizontal .research-information .research-download-button {
  width: 265px;
  margin-top: 5px;
  margin-bottom: 0;
}
.research-download.horizontal .research-information .research-documents-list {
  width: 265px;
  margin-top: 0;
}
.research-download.horizontal .research-social {
  width: 100%;
  display: flex;
  padding: 0px 20px;
}
.research-download.horizontal .research-social a, .research-download.horizontal .research-social .social-hotspot {
  text-align: left;
  width: 100%;
}
.research-download.horizontal .research-social a a, .research-download.horizontal .research-social .social-hotspot a {
  width: 25% !important;
  display: table-cell;
}
.research-download.horizontal > .research-download-button {
  position: absolute;
  width: 85px;
  right: 0;
  text-align: center;
  font-size: 28px;
  background-color: #5f6e7b;
  height: 100%;
  padding: 12px;
  border-radius: 0 50px 50px 0;
}
.research-download.horizontal > .research-download-button i {
  position: relative;
  right: calc(50% - 24px);
  top: calc(50% - 20px);
  width: 24px;
  color: #fff;
}
.research-download.horizontal > .research-download-button.unavailable {
  padding: 17px;
  background-color: #c20d0d;
}
.research-download.horizontal.double-buttons .research-information {
  width: 65%;
}
.research-download.horizontal.double-buttons > .research-download-button {
  border-radius: 0;
}
.research-download.horizontal.double-buttons > .research-download-button:first-of-type {
  right: 10%;
}
.research-download.horizontal.double-buttons > .research-download-button:first-of-type:not(.unavailable):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 75%;
  top: 12.5%;
  right: 0;
  background-color: #fff;
}
.research-download.horizontal.double-buttons > .research-download-button:last-of-type {
  border-radius: 0 50px 50px 0;
}

@media (min-width: 769px) {
  #download-container {
    padding: 10vh 0;
  }
}
.list-view-button {
  margin: 8px 5px 0;
  display: inline-block;
  font-size: 28px !important;
  padding-bottom: 0;
  cursor: pointer;
}
.list-view-button i {
  color: #5f6e7b;
}
.list-view-button > input[type=radio]:checked + i {
  color: #3f8dc3;
}
.list-view-button .grid-view-checkbox {
  display: none;
}

.drop-label {
  color: #5f6e7b;
  font-size: 12px;
  display: inline-block;
}

.page-size-container {
  float: right;
  margin-bottom: 15px;
}

/*NEWS AND FEATURE STYLES*/
#search-research, #search-press-releases {
  padding-right: 45px;
  background-image: url("/assets/img/magnifying-glass.svg");
  background-position: center;
  background-position-x: calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.press-releases-latest {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: 30px;
  background-color: #f0f0f0;
}
.press-releases-latest h2 {
  padding-bottom: 15px;
}
.press-releases-latest .press-releases-latest-title {
  margin-bottom: 30px;
  text-align: center;
  color: #3f8dc3;
}
.press-releases-latest .press-releases-latest-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.press-releases-latest .press-releases-latest-item .date-press-release {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 30px;
  color: #5f6e7b;
}
.press-releases-latest .press-releases-latest-item .categories {
  font-size: 16px;
  margin-bottom: 10px;
}
.press-releases-latest .press-releases-latest-item .title {
  display: inline-block;
  min-height: 63px;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #5f6e7b;
}
.press-releases-latest.alternative {
  margin-bottom: 0;
  background-color: #3f8dc3;
}
.press-releases-latest.alternative .press-releases-latest-title {
  color: #fff;
}

.press-releases-related {
  margin-bottom: 60px;
}
.press-releases-related h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #5f6e7b;
  font-weight: bold;
  color: #3f8dc3;
}
.press-releases-related-item {
  margin-bottom: 20px;
}
.press-releases-related-item .date-press-release {
  display: inline-block;
  font-size: 12px;
  color: #5f6e7b;
}

#press-release-results-target .research-download.horizontal .research-download-button i {
  right: 0;
}

.press-release-detail-container {
  margin-bottom: 90px;
}
.press-release-detail-container p {
  margin-bottom: 15px;
}
.press-release-detail-container h2 {
  line-height: 1.1;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #3f8dc3;
}
.press-release-detail-container .categories {
  margin-bottom: 30px;
}
.press-release-detail-container .categories a {
  cursor: default;
  color: #5f6e7b;
}
.press-release-detail-container .date-press-release {
  font-size: 18px;
}
.press-release-detail-container .press-release-detail-body {
  margin-bottom: 45px;
}

.author-container {
  margin-bottom: 60px;
  padding: 30px 15px 15px 15px;
  background-color: #3f8dc3;
}
.author-container .author-image {
  width: 75px;
  height: 75px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  float: left;
  margin-right: 30px;
}
.author-container .author-details {
  color: #fff;
  width: calc(100% - 105px);
  float: left;
  max-width: 300px;
}
.author-container .author-details h3 {
  border-bottom: solid 2px #fff;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.author-container .author-details span {
  display: block;
}
.author-container .author-details span a {
  font-weight: 100;
  color: #fff;
}
.author-container .author-details-name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.author-container .author-details-job {
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
}
.author-container .author-details-email {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #fff;
}
.author-container .author-details-twitter img {
  position: relative;
  top: 2px;
  height: 1rem;
  margin-right: 5px;
  user-select: none;
  color: #fff;
  pointer-events: none;
}
.author-container .author-details i {
  margin-right: 5px;
  color: #fff;
}

/*BLOG STYLES*/
#blogs-results-target hr.filter-divider {
  margin-bottom: 30px;
  margin-top: 30px;
}
#blogs-results-target hr.filter-divider-bottom {
  margin-top: 0px;
}
#blogs-results-target .blog-row {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
#blogs-results-target .blog-row > .col-lg-4 {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 414px) {
  #blogs-results-target .blog-row > .col-lg-4 {
    margin-bottom: 20px;
  }
}
#blogs-results-target .blog-row .blog-information {
  padding-top: 18px;
  padding-left: 14px;
}
#blogs-results-target .blog-row .blog-information > a, #blogs-results-target .blog-row .blog-information > span {
  font-size: 13px;
}
#blogs-results-target .blog-row .blog-information span.date {
  font-size: 13px;
  color: #666666;
  font-weight: 200;
  color: #5f6e7b;
}
#blogs-results-target .blog-row .blog-information span.categories {
  font-size: 12px;
  font-weight: 600;
  color: #3f8dc3;
}
#blogs-results-target .blog-row .blog-information span.categories.category-divide > a:first-of-type {
  padding-left: 0.2rem;
}
#blogs-results-target .blog-row .blog-information span.category-divide {
  padding: 0 0.2rem;
  color: #5f6e7b;
}
#blogs-results-target .blog-row .blog-information span a {
  display: inline-block;
}
#blogs-results-target .blog-row .blog-information h4 {
  color: #5f6e7b;
  margin-top: 5px;
  margin-bottom: 12px;
}
#blogs-results-target .blog-row .blog-information a i {
  font-size: 16px;
}
#blogs-results-target .blog-listing .image {
  height: 259px;
  background-size: cover !important;
  background-position: center !important;
}
#blogs-results-target .blog-listing-link {
  font-size: 16px !important;
}
@media only screen and (max-width: 414px) {
  #blogs-results-target #research-filters .form-inline.pull-right {
    float: none !important;
    max-width: 280px;
    margin: auto;
    text-align: center !important;
  }
  #blogs-results-target #research-filters .form-inline.pull-right label {
    text-align: center !important;
    float: none !important;
    margin-top: 20px;
  }
}

.blog-content {
  margin-top: 15px;
}
.blog-content h1 {
  margin-bottom: 30px;
  margin-top: 10px;
}
.blog-content span.date {
  font-weight: 200;
  color: #5f6e7b;
}
.blog-content span.categories {
  font-weight: bold;
  color: #3f8dc3;
}

/*NEW COVERAGE STYLES*/
.news-coverage-listings {
  margin-bottom: 60px;
}
.news-coverage-listings img.outlet-logo {
  max-height: 50px;
  margin-bottom: 15px;
}
.news-coverage-listings .news-coverage-list {
  min-height: 350px;
}
.news-coverage-listings a.article {
  color: #666666;
  min-height: 70px;
  display: block;
}
.news-coverage-listings a.article small.date {
  font-size: 12px;
}
.news-coverage-listings a.article p.article-title {
  font-weight: 100;
}
.news-coverage-latest {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: 30px;
  background-color: #e1e1e1;
}
.news-coverage-latest h2 {
  padding-bottom: 15px;
}
.news-coverage-latest .news-coverage-latest-title {
  margin-bottom: 30px;
  text-align: center;
  color: #3f8dc3;
}
.news-coverage-latest .news-coverage-latest-item {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.news-coverage-latest .news-coverage-latest-item .date-news-coverage {
  display: inline-block;
  margin-bottom: 5px;
  color: #5f6e7b;
}
.news-coverage-latest .news-coverage-latest-item .title {
  display: inline-block;
  min-height: 63px;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #5f6e7b;
}
.news-coverage-latest.alternative {
  margin-bottom: 0;
  background-color: #3f8dc3;
}
.news-coverage-latest.alternative .news-coverage-latest-title {
  color: #fff;
}

.related-blog-items h3 {
  margin-bottom: 30px;
  margin-top: 50px;
}
.related-blog-items .related-blog-item {
  margin-bottom: 20px;
}
.related-blog-items .related-blog-item .image {
  height: 240px;
}
.related-blog-items .related-blog-item .blog-information {
  margin-top: 20px;
  margin-bottom: 30px;
}
.related-blog-items .related-blog-item .blog-information h4 {
  color: #5f6e7b;
  margin-bottom: 6px;
  margin-top: 4px;
}

.governance-opportunities-content {
  padding: 60px 9%;
}
.governance-opportunities-content .become-futures-member-btn {
  width: 290px;
}
.governance-opportunities-content ul {
  margin-left: 15px;
}
.governance-opportunities-content ul li {
  list-style: none;
}
.governance-opportunities-content ul li::before {
  content: "•";
  color: #5f6e7b;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#full-width-banner.aboutus-middle-banner {
  height: auto;
  margin-top: 0px;
}
@media (max-width: 767px) {
  #full-width-banner.aboutus-middle-banner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
#full-width-banner.aboutus-middle-banner .middle-banner-text {
  padding: 130px 0px;
  color: #fff;
  font-weight: normal;
  font-size: 42px;
  line-height: 46px;
}

.aboutus-bottom-content {
  padding-top: 60px;
}

.team-members-container {
  margin-bottom: 60px;
}
@media (max-width: 450px) {
  .team-members-container .row .team-member-container .team-member-details {
    width: 55%;
  }
}
.team-members-container .team-member-container {
  margin-bottom: 0;
  padding: 18px 0px;
  background-color: #fff;
}
@media (max-width: 450px) {
  .team-members-container .team-member-container {
    padding-right: 0px;
  }
}
.team-members-container .team-member-container .team-member-details > .col-sm-12 {
  padding-right: 0px;
}
.team-members-container .team-member-container .team-member-image {
  width: 160px;
  height: 160px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .team-members-container .team-member-container .team-member-image {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 450px) {
  .team-members-container .team-member-container .team-member-image {
    width: 100px;
    height: 100px;
  }
}
.team-members-container .team-member-container .team-member-details {
  width: 50%;
  float: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .team-members-container .team-member-container .team-member-details {
    width: 100%;
    text-align: center;
  }
}
.team-members-container .team-member-container .team-member-details h3 {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.team-members-container .team-member-container .team-member-details i, .team-members-container .team-member-container .team-member-details i + span {
  display: inline;
  color: #5f6e7b;
}
.team-members-container .team-member-container .team-member-details span {
  display: block;
}
.team-members-container .team-member-container .team-member-details a {
  font-weight: normal;
  font-size: 14px;
}
.team-members-container .team-member-container .team-member-details a:hover, .team-members-container .team-member-container .team-member-details a:focus, .team-members-container .team-member-container .team-member-details a:active {
  color: #3f8dc3;
}
.team-members-container .team-member-container .team-member-details-name {
  font-size: 24px;
  line-height: 1.6rem;
  font-weight: bold;
  color: #5f6e7b;
  padding-bottom: 10px;
  border-bottom: solid 1px #c2c4c8;
}
.team-members-container .team-member-container .team-member-details-job {
  margin-bottom: 5px;
  color: #3f8dc3;
}
.team-members-container .team-member-container .team-member-details-email {
  padding-top: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.team-members-container .team-member-container .team-member-details-email i {
  margin-right: 8px;
  color: #63a8a8;
  font-size: 13px;
}
.team-members-container .team-member-container .team-member-details-phone {
  color: #5f6e7b;
  font-size: 14px;
  padding-top: 8px;
}
.team-members-container .team-member-container .team-member-details-phone i {
  margin-right: 11px;
  color: #63a8a8;
  font-size: 14px;
}
.team-members-container .team-member-container .team-member-details-twitter {
  padding-top: 6px;
  font-size: 16px;
}
.team-members-container .team-member-container .team-member-details-twitter i {
  margin-right: 5px;
  color: #63a8a8;
  font-size: 14px;
}
.team-members-container .team-member-container .team-member-details-twitter img {
  color: #3f8dc3;
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 450px) {
  .board-members-container .row .team-member-container .team-member-details {
    width: 55%;
  }
}
.board-members-container .board-member-container {
  margin-bottom: 0;
  padding: 18px 0px;
  background-color: #fff;
}
.board-members-container .board-member-container .board-member-image {
  width: 160px;
  height: 160px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .board-members-container .board-member-container .board-member-image {
    margin: 0 auto;
    display: block;
  }
}
.board-members-container .board-member-container .board-member-details {
  width: 50%;
  float: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .board-members-container .board-member-container .board-member-details {
    width: 100%;
    text-align: center;
  }
}
.board-members-container .board-member-container .board-member-details h3 {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.board-members-container .board-member-container .board-member-details i, .board-members-container .board-member-container .board-member-details i + span {
  display: inline;
  color: #5f6e7b;
}
.board-members-container .board-member-container .board-member-details-title {
  color: #3f8dc3;
  margin-top: 10px;
  margin-bottom: 5px;
}
.board-members-container .board-member-container .board-member-details span {
  display: block;
}
.board-members-container .board-member-container .board-member-details a {
  font-weight: normal;
}
.board-members-container .board-member-container .board-member-details a:hover, .board-members-container .board-member-container .board-member-details a:focus, .board-members-container .board-member-container .board-member-details a:active {
  color: #3f8dc3;
}
.board-members-container .board-member-container .board-member-details-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6rem;
  color: #5f6e7b;
}
.board-members-container .board-member-container .board-member-details-job {
  margin-top: 5px;
  color: #5f6e7b;
  font-size: 16px;
  padding-bottom: 10px;
}
.board-members-container .board-member-container .board-member-details-email {
  padding-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.board-members-container .board-member-container .board-member-details-email i {
  margin-right: 5px;
}
.board-members-container .board-member-container .board-member-details-phone {
  color: #5f6e7b;
  font-size: 16px;
  padding-top: 10px;
}
.board-members-container .board-member-container .board-member-details-twitter {
  padding-top: 10px;
  font-size: 16px;
}
.board-members-container .board-member-container .board-member-details-twitter img {
  color: #3f8dc3;
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
  user-select: none;
  pointer-events: none;
}

#skip-organisation-lookup h4 {
  position: relative;
  top: 5px;
}

.alert-info, .alert-danger, .form-error {
  list-style: none !important;
  margin-left: 0 !important;
}

#organisation-lookup-results:empty {
  display: none;
}

/*SEARCH RESULTS STYLES*/
.search-result {
  margin-bottom: 10px;
  padding-bottom: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.search-result span.category {
  color: #3f8dc3;
}
.search-result h3, .search-result p {
  color: #5f6e7b;
}
.search-result h3 {
  font-size: 24px;
}
.search-result h3 i {
  font-size: 18px;
  color: #63a8a8;
}
.search-result p {
  font-weight: 200;
}

.portal-page-title h2 {
  padding-top: 4px;
  font-size: 36px;
}

.portal-separator, .portal-separator-header {
  height: 3px;
  border-top: none;
  background-color: #5f6e7b;
  margin-top: 40px;
}
.portal-separator-header {
  margin-bottom: 40px;
}

.dashboard-contacts {
  display: flex;
}
.dashboard-contacts .dashboard-contact-container {
  display: flex;
  flex: 1;
}
.dashboard-contacts .dashboard-contact-container .contact-card {
  display: grid;
  align-content: center;
}

.renewal-panel {
  color: #c20d0d;
  background-color: white;
}
.renewal-panel .btn {
  background-color: #c20d0d;
  color: white;
}

.user-table-primary-contact {
  background-color: #3f8dc3;
  color: #fff;
  font-weight: bold;
}
.user-table-primary-contact-white {
  background-color: #fff;
}

.user-table-head {
  background-color: #5f6e7b !important;
  color: #fff;
  font-weight: bold;
}

.thead {
  color: #fff;
  background-color: #5f6e7b;
}

.portal-content-body {
  margin-top: 35px;
}

.portal-form-row {
  margin-top: 25px;
}
.portal-form-row label {
  margin-left: 10px;
}
.portal-form-row textarea {
  min-height: 0px;
}

.portal-header {
  font-size: 32px;
}

.portal-subheader {
  font-size: 28px;
}

.portal-small {
  font-size: 14px;
}

.companyPicture {
  height: 160px;
  width: 160px;
  border: 1px solid grey;
}
.companyPicture img {
  object-fit: cover;
}

.profilePicture img {
  object-fit: cover;
  width: 62px;
  height: 62px;
  margin-top: 20px;
  border-radius: 50%;
  border: 1px solid #ececec;
}

.dashboard-item-table {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
}

.border-bottom-accent {
  border-bottom: 3px solid #5f6e7b;
}

.dashboard-item-table > thead {
  width: calc( 100% - 1em );
}

.dashboard-item-table > thead > tr {
  background-color: #3f8dc3;
  color: #fff;
  font-weight: bold;
}

.dashboard-item-table > tbody {
  display: block;
  height: 320px;
  overflow: auto;
}

.dashboard-item-table > tbody > tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.dashboard-item-table > tbody > tr > td > div > span {
  color: #5f6e7b;
  font-size: 12px;
}

.dashboard-item-table > tbody > tr > td > div > a {
  color: #5f6e7b;
}

.dashboard-item-table > tbody > tr:nth-of-type(even) {
  background-color: #e7e7e7;
}

.dashboard-item-footer {
  background-color: #5f6e7b;
  font-weight: bold;
}

.dashboard-item-footer > a {
  color: #fff;
}

.dashboard-item-footer > a > .dashboard-item-footer-text {
  display: inline-block;
}

.dashboard-item-footer > a > .dashboard-item-footer-arrow {
  display: inline;
  float: right;
  background-color: #5f6e7b;
}

.dashboard-card {
  padding: 0;
}
.dashboard-card > img {
  height: 200px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.dashboard-card > div {
  color: #fff;
  background-color: #3f8dc3;
  margin-top: -4px;
  height: 122px;
}
.dashboard-card-title {
  font-size: 28px;
  font-weight: bold;
}

.dashboard-news {
  background-color: #f3f3f3;
  height: 320px;
  overflow: auto;
}

.news-article {
  display: inline-block;
}

.news-subtitle {
  color: #5f6e7b;
  font-size: 12px;
}

.news-title {
  border-bottom: 2px solid #d8d8d8;
}

.half-visible {
  opacity: 0.3;
}

.contact-card {
  background-color: #5f6e7b;
  color: #fff;
  text-align: center;
}
.contact-card .panel-header {
  font-size: 28px;
  font-weight: bold;
}
.contact-card .panel-subheader {
  font-size: 21px;
  font-weight: bold;
}
.contact-card .panel-body {
  min-height: 84px;
}

.committe-member-panels {
  margin-bottom: 3rem;
}

.panel {
  border-radius: 0px;
}
.panel .panel-heading.committee-heading {
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  padding: 23px;
}
.panel .panel-heading.committee-heading span {
  font-size: 25px;
  color: #fff;
}
.panel-committee {
  border-radius: 0px;
  padding: 15px 15px 10px 15px;
  border-width: 1px 1px 1px 6px;
  border-style: solid;
  border-color: #3f8dc3;
  min-height: 175px;
}
.panel-committee a {
  display: block;
  margin-top: 10px;
}
.panel-committee .panel-body {
  padding: 0px;
}
.panel-committee .text-primary {
  font-size: 23px;
}

.my-profile-header h4 {
  color: #5f6e7b !important;
}
.my-profile-header span {
  color: #5f6e7b !important;
}

.committee-description {
  color: #666666;
  padding-bottom: 75px;
}

.currently-working-on li {
  margin: 15px 0;
}

.my-committees-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.my-committees-list .my-committees-listing {
  display: inline-block;
  width: calc(100% - 45px);
  margin: 10px 0;
  background-color: #e1e1e1;
  padding: 10px 15px;
}
.my-committees-list .my-committees-listing h5 {
  color: #5f6e7b;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.my-committees-list .my-committees-listing span {
  display: block;
  font-weight: bold;
  color: #3f8dc3;
}
.my-committees-list .my-committees-listing p {
  color: #5f6e7b;
  margin: 0;
}
.my-committees-list .my-committees-listing-link {
  position: absolute;
  top: 10px;
  right: 0;
  height: calc(100% - 24px);
  width: 60px;
  font-size: 48px;
  text-align: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #5f6e7b;
  color: #fff;
  cursor: pointer;
}
.my-committees-list .my-committees-listing-link i.fas {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 12px);
}

.my-committees-board-member {
  padding: 15px;
  display: inline-block;
  width: 100%;
  background-color: #5f6e7b;
}
.my-committees-board-member * {
  color: #fff;
}
.my-committees-board-member p {
  margin-bottom: 0;
}

.committee-member-section {
  margin-top: 26px;
}

.my-committee-member {
  font-size: 16px;
  margin-bottom: 26px;
  padding-left: 30px;
  min-height: 60px;
}
.my-committee-member .name {
  color: #3f8dc3;
  font-weight: bold;
}
.my-committee-member .org {
  color: #5f6e7b;
}

#committee-meetings, #next-committee-meeting {
  display: inline-block;
  width: 100%;
}

.next-committee-meeting, .previous-committee-meeting-detail {
  background-color: #e1e1e1;
  color: #5f6e7b;
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
}
.next-committee-meeting b, .previous-committee-meeting-detail b {
  color: #3f8dc3;
}
.next-committee-meeting .btn, .previous-committee-meeting-detail .btn {
  width: 100%;
  margin-bottom: 15px;
}

.previous-committee-meeting-detail {
  background-color: #fff;
  padding: 0;
  margin-bottom: 0;
}

#committee-meeting-table {
  display: inline-table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
#committee-meeting-table thead {
  background-color: #5f6e7b;
}
#committee-meeting-table thead th {
  color: #fff;
  font-weight: bold;
  display: table-cell;
  padding: 10px;
}
#committee-meeting-table tbody {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 420px;
}
#committee-meeting-table tbody tr {
  width: 100%;
}
#committee-meeting-table tbody tr:nth-child(2n) {
  background-color: #e1e1e1;
}
#committee-meeting-table tbody tr td {
  padding: 10px;
  color: #5f6e7b;
  display: table-cell;
}
#committee-meeting-table tbody tr td:last-child {
  text-align: right;
  width: 5%;
}
#committee-meeting-table tbody tr td:last-child a i {
  color: #5f6e7b;
  font-size: 18px;
}

#MyCommitteesFilters .styled-container {
  padding: 15px;
  display: inline-block;
  width: 100%;
  background-color: #e1e1e1;
}
#MyCommitteesFilters .form-control {
  background-color: #fff;
}
#MyCommitteesFilters label, #MyCommitteesFilters select {
  display: inline-block;
}
#MyCommitteesFilters label + select {
  margin-left: 10px;
  max-width: 80px;
}

.my-committees-resource-listing {
  display: inline-block;
  width: 100%;
}
.my-committees-resource-listing span {
  color: #555555;
  font-size: 16px;
}
.my-committees-resource-listing h5 {
  padding-top: 10px;
  font-size: 21px;
  color: #3f8dc3;
  font-weight: bold;
}
.my-committees-resource-listing h5, .my-committees-resource-listing a {
  display: inline-block;
}
.my-committees-resource-listing a {
  float: right;
  margin-top: 15px;
}
.my-committees-resource-listing a + a {
  margin-right: 30px;
}
.my-committees-resource-listing .description {
  padding-top: 10px;
  padding-bottom: 15px;
  white-space: pre-wrap;
  font-size: 16px;
  color: #5f6e7b;
}

.individual-member-search-item {
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
}
.individual-member-search-item:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.individual-member-search-committee-loading {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.individual-member-directory-filters-container {
  padding: 20px 20px 30px 40px;
  margin-left: -30px;
  background-color: #e1e1e1;
}
.individual-member-directory-filter-input {
  background-color: white !important;
}

.our-work-filters {
  margin-left: -30px;
  padding: 20px 30px 30px 50px;
  background-color: #e1e1e1;
}

.research-filter-input {
  background-color: #fff !important;
}

.form-checkbox input {
  box-shadow: none;
  width: 25px;
  height: 25px;
  padding: 0;
  margin-top: 0px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.form-checkbox input[type=checkbox]:checked::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: #3f8dc3;
  vertical-align: middle;
  font-weight: 600;
}

.croppie-container .cr-boundary img.cr-image {
  position: inherit;
}
.croppie-container .cr-boundary .cr-viewport {
  width: 80px;
  height: 80px;
}

.umb-grid {
  /**umb_name:Header*/
  /**umb_name:Intro*/
  /**umb_name:SubHeader*/
  /**umb_name:Button Black*/
  /**umb_name:Article Title*/
  /**Overrride for buttons in ctas*/
}
.umb-grid .h1 {
  font-size: 2.25rem;
  margin-bottom: 2.25rem;
  font-weight: 300;
}
.umb-grid h2 {
  color: #3f8dc3;
}
.umb-grid .subTitle {
  line-height: 1.29;
  margin: 0 0 20px 0;
  font-size: 1.2rem;
}
.umb-grid .h4 {
  font-size: 1.2rem;
}
.umb-grid .btn, .umb-grid .btn-primary, .umb-grid .MemexButton {
  background-color: #000000;
  border-color: #000000;
  padding: 10px 30px;
  border-radius: 27.5px;
  font-weight: bold;
  color: #fff;
}
.umb-grid .ArticleTitle {
  font-weight: bold;
  font-size: 1.5rem;
  color: #ff0026;
}
.umb-grid .MemexPanelCTA .MemexButtonGreen {
  background-color: #17bd1d;
  border-color: #17bd1d;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 10px 30px;
}
.umb-grid .MemexPanelCTA .MemexButtonRed {
  background-color: #ff0026;
  border-color: #ff0026;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 10px 30px;
}
.umb-grid ul {
  margin-left: 1.2rem;
}

/**umb_name:Header 1 Blue*/
.header1blue {
  color: #3f8dc3 !important;
  margin-bottom: 1rem;
}

/**umb_name:Header 2 Blue*/
.header2blue {
  color: #3f8dc3;
  margin-bottom: 1rem;
}

/**umb_name:Header 3 Blue*/
.header3blue {
  color: #3f8dc3;
}

/**umb_name:Header 3 Blue*/
.header3blue {
  color: #3f8dc3;
}

/**umb_name:Sub Title Blue*/
.subtitleblue {
  color: #3f8dc3;
}

/**umb_name:Text Button*/
.textbutton {
  color: #3f8dc3;
}

/**umb_name:Hyperlink*/
a {
  color: #3f8dc3;
}

/**umb_name:Large Call Out*/
.largecallout {
  color: #3f8dc3;
}

/**umb_name:Button 1*/
.button1 {
  color: #fff;
  background-color: #3f8dc3;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #35c842;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*YouTube Video macro*/
.yt-container {
  margin-bottom: 30px;
  max-width: 100%;
  background-color: #ddd;
}
.yt-container .yt-scaler {
  position: relative;
}
.yt-container .yt-scaler.yt-ratio-1_1 {
  padding-top: 100%;
}
.yt-container .yt-scaler.yt-ratio-4_3 {
  padding-top: 75%;
}
.yt-container .yt-scaler.yt-ratio-16_9 {
  padding-top: 56.25%;
}
.yt-container .yt-video-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.yt-container .yt-video-content iframe {
  width: 100%;
  height: 100%;
}

/*Callout Block macro*/
.callout-block {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #3f8dc3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 160px;
  position: relative;
}
.callout-block h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.callout-block p {
  color: #fff !important;
}
.callout-block a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}
.callout-block a:after {
  content: "";
  position: relative;
  left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
}
.callout-block a.btn-primary {
  padding: 10px 40px;
  background-color: #3f8dc3;
}
.callout-block .row {
  margin-bottom: 0px;
}

/*Callout Block Small macro ( ".cta-small" ) */
.cta-small .row > .col-md-12 {
  position: absolute;
  bottom: 10px;
  left: 0px;
}

/*Callout Block Large macro ( ".cta-large" ) */
.cta-large .callout-block {
  padding: 32px;
}
@media (max-width: 767px) {
  .cta-large .callout-block {
    margin-top: 80px;
    margin-bottom: 0px;
  }
}
.cta-large .callout-block > .row {
  position: relative;
}
.cta-large .callout-block > .row > .col-md-12 {
  position: relative;
  bottom: unset;
  left: unset;
}
.cta-large .callout-block a.btn-primary {
  font-size: 16px;
}

/*Image Gallery macro*/
.image-gallery-container {
  margin-bottom: 30px;
}
.image-gallery-container .image-gallery-body {
  position: relative;
  padding-top: 65%;
  background-color: #5f6e7b;
}
.image-gallery-container .image-gallery-body .image-gallery-slides {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -65%;
}
.image-gallery-container .image-gallery-body .image-gallery-slide {
  display: none;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-gallery-container .image-gallery-body .image-gallery-slide.display {
  opacity: 1;
}
.image-gallery-container .image-gallery-body .image-gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}
.image-gallery-container .image-gallery-body .image-gallery-btnback, .image-gallery-container .image-gallery-body .image-gallery-btnnext {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  border-radius: 40px;
  background-color: #5f6e7b;
  opacity: 0.5;
}
.image-gallery-container .image-gallery-body .image-gallery-btnback:hover, .image-gallery-container .image-gallery-body .image-gallery-btnnext:hover {
  background-color: #3f8dc3;
  opacity: 1;
}
.image-gallery-container .image-gallery-body .image-gallery-btnback i.fa, .image-gallery-container .image-gallery-body .image-gallery-btnnext i.fa {
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
}
.image-gallery-container .image-gallery-body .image-gallery-btnback {
  left: 10px;
}
.image-gallery-container .image-gallery-body .image-gallery-btnnext {
  right: 10px;
}
.image-gallery-container .image-gallery-thumbs {
  table-layout: fixed;
  width: 100%;
  margin-top: 5px;
}
.image-gallery-container .image-gallery-thumbs td {
  cursor: pointer;
  padding: 5px;
  user-select: none;
  overflow: hidden;
  opacity: 0.6;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.image-gallery-container .image-gallery-thumbs td:hover {
  opacity: 0.9;
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}
.image-gallery-container .image-gallery-thumbs td.selected {
  background-color: #3f8dc3;
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.image-gallery-container .image-gallery-thumbs .image-gallery-thumbnail {
  overflow: hidden;
}
.image-gallery-container .image-gallery-thumbs .image-gallery-thumbnail img {
  pointer-events: none;
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.image-gallery-container .image-gallery-thumbs .image-gallery-thumbnail .bg {
  -webkit-filter: blur(5px) brightness(0.5);
  filter: blur(8px) brightness(0.5);
  box-shadow: 0 0 50px 25px black;
}
.image-gallery-container .image-gallery-thumbs .image-gallery-thumbnail .fg {
  max-width: 200px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.download-with-image {
  margin-bottom: 0px;
  background-color: #f00;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 170px;
  width: 100%;
  position: relative;
}
.download-with-image div {
  height: 100%;
  position: relative;
}
.download-with-image a {
  font-size: 30px;
  color: #fff;
  text-align: left;
  vertical-align: text-bottom;
  position: absolute;
  bottom: 15px;
  padding-left: 15px;
  font-weight: normal;
}
.download-with-image a:after {
  content: "";
  position: relative;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
}

@media (max-width: 768px) {
  #registration-form a.btn.btn-primary {
    width: 45%;
    padding: 10px 0;
  }
  #registration-form a.btn.btn-primary span {
    padding: 10px 0 !important;
  }

  #LogInForm button {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
  }

  .dashboard-contacts {
    display: inline-block;
    width: 100%;
  }
  .dashboard-contacts .dashboard-contact-container {
    padding: 0;
  }

  #cookie-policy #approve-cookies {
    position: relative;
    white-space: nowrap;
  }

  #organisation-lookup-results .btn {
    width: 100% !important;
    float: none !important;
  }

  #main {
    padding-left: 0;
    padding-right: 0;
  }
  #main .row-fw > div {
    padding-right: 0px !important;
    margin-bottom: 0.6rem;
  }
  #main .home-statistics .mt-3 {
    margin-top: 2.5rem !important;
  }
  #main .home-statistics h4 {
    font-size: 1.8rem;
  }
  #main .home-statistics .p4 .row {
    margin-top: 0px !important;
  }
  #main #portal-side-nav {
    margin-top: 0px !important;
  }
  #main .our-work-filters {
    margin-left: 0px;
    padding: 20px;
  }
  #main .portal-content-body {
    margin-top: 0px;
  }
  #main .individual-member-directory-filters-container {
    margin-left: 0px;
    padding: 20px;
  }

  #sign-in-block a.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-ourlatestwork .centre-title {
    height: auto;
  }
  .home-ourlatestwork .centre-cols {
    display: block;
  }
  .home-ourlatestwork .centre-cols .p-4 {
    padding: 0px !important;
    margin-left: 0px !important;
  }

  h1 {
    font-size: 36px;
  }

  form .form-inline.pull-right label {
    text-align: right;
    float: right;
  }
  form .nav-tabs.sub-tabs {
    flex-direction: column !important;
  }
  form .member-form-tabs.nav-tabs.sub-tabs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  form .member-form-tabs.nav-tabs.sub-tabs li {
    display: inline-block;
    width: auto !important;
    padding: 10px 0px;
  }
  form .member-form-tabs.nav-tabs.sub-tabs li a {
    padding-left: 10px;
    padding-right: 0;
  }
  form .member-form-tabs.nav-tabs.sub-tabs li span {
    font-weight: bold;
    color: #897f80;
  }
  form .member-form-tabs.nav-tabs.sub-tabs li span:last-child {
    display: none;
  }
  form .member-form-tabs.nav-tabs.sub-tabs .active span {
    display: inline-block;
    color: #3f8dc3;
  }
  form .member-form-tabs.nav-tabs.sub-tabs .active span:last-child {
    display: inline-block;
  }

  .multi-form-tabs li {
    width: 100%;
    border-top: 2px solid #fff;
  }

  .pagination {
    width: 100%;
    text-align: center;
  }

  .pagination-and-page-size-controls-container.inline-container {
    display: inline;
  }
  .pagination-and-page-size-controls-container .inline-shrink {
    width: 100% !important;
    display: flex;
  }

  .site-search-container .search-input {
    max-width: 100%;
  }

  .research-row {
    display: inline-block;
  }

  .accordion-container-prices table th {
    left: 0px !important;
  }

  .contentSection {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .MemexBannerCaption {
    left: -15px !important;
  }

  header .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .contentSection.cta {
    background: linear-gradient(353deg, #ffffff 60%, #ff0026 40%);
  }
  .contentSection.cta h1 {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  .contentSection.cta p {
    padding-top: 30px;
  }
  .contentSection.cta .MemexButton {
    width: 100%;
  }

  .owl-dots {
    left: 20px;
  }
  .owl-dots .owl-dot {
    background: rgba(3, 3, 3, 0.15) !important;
  }
  .owl-dots .owl-dot .active {
    background: #f6303e;
  }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: rgba(3, 3, 3, 0.15);
  }

  .carousel-item-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .MemexSlide {
    background-size: cover !important;
    background-position: 50% 230px;
    height: 345px;
    width: 100%;
    padding: 0px;
  }
  .MemexSlide .MemexSlideCaption {
    height: 100%;
    clip-path: none;
    -webkit-clip-path: none;
    -ms-clip-path-clip-path: none;
    background: transparent;
    width: 100%;
    padding: 0px;
  }
  .MemexSlide .MemexSlideCaption .MemexButton {
    width: 100%;
    position: relative;
    left: initial;
  }
  .MemexSlide .MemexSlideCaption .subTitle {
    display: none;
  }
  .MemexSlide .MemexSlideCaption h2 {
    padding-top: 20px;
    font-size: 1.75rem;
    color: #f6303e;
    margin-top: 20px;
  }

  .MemexSlide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: 365px;
    width: 100%;
    padding: 0px;
  }

  .navbar-nav {
    margin: 7.5px 0px;
    width: 100%;
  }

  .navbar {
    min-height: 54px;
    border: none;
  }

  .navbar-brand img {
    height: 74px;
  }

  .MemexFooter p {
    margin-bottom: 20px;
  }

  .MemexPanelEvent {
    background-image: none !important;
  }

  #LoginBanner {
    height: auto;
  }

  #MemexLogInForm .MemexButton {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  #category-mobile-select {
    margin-bottom: 5px;
  }

  .sort-drop-down {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .search-bar {
    background: none;
    padding: 5px 0;
  }

  #sub-navigation {
    margin-top: 0;
    padding: 30px 0 20px 0;
  }
  #sub-navigation a {
    width: calc(100% - 40px);
    display: inline-block;
    margin-bottom: 15px;
  }

  .page-size-container {
    float: none;
  }

  .benefits-container {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  #membership-benefits-section .our-values-item {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
  }

  .governance-opportunities-content {
    padding: 0px 20px;
  }

  .board-members-container .board-member-container {
    display: flex;
  }

  .download-container .research-card {
    display: inline-block;
  }

  .press-releases-latest .row-flex {
    display: inline-block;
  }

  .press-release-detail-foot {
    display: flex;
    justify-content: center;
  }

  .research-download.horizontal {
    background: #eeeeee;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 0px;
  }
  .research-download.horizontal .research-social, .research-download.horizontal .research-information, .research-download.horizontal .research-download-button {
    position: relative;
    width: 100%;
  }
  .research-download.horizontal .research-download-button {
    border-radius: 0;
    font-size: 12px;
    margin-bottom: 0px;
  }
  .research-download.horizontal .research-download-button i {
    top: 0;
  }
  .research-download.horizontal .research-social {
    padding: 0 15px;
    top: 0;
  }
  .research-download.horizontal .research-social a, .research-download.horizontal .research-social .social-hotspot {
    width: calc(33% - 3px) !important;
  }
}
/*FORCE MOBILE NAVIGATION*/
@media (max-width: 991px) {
  nav {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    z-index: 1;
    background-color: #5f6e7b;
    overflow-x: hidden;
    padding-top: 15px;
  }
  nav .nav-item {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav .nav-item a {
    width: 100%;
  }
  nav .nav-item ul {
    display: none !important;
  }
  nav .nav-wrapper {
    position: relative;
    height: 100vh;
  }
  nav #site-search {
    float: none;
  }

  #RegisterFreeForm button {
    margin: 30px 0;
  }

  .imageFeatured {
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 64vw;
    height: auto;
  }

  .MemexFooterNav {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px !important;
  }
  .MemexFooterNav .navbarSocial {
    margin-top: 30px;
  }
  .MemexFooterNav .navbarSocial li {
    width: 50px;
    display: inline-block !important;
  }
  .MemexFooterNav .navbarSocial li a {
    border-bottom: none;
  }

  /*EVENTS*/
  .event-listings .panel-body {
    min-height: 360px;
  }
  .event-listings .panel-body .col-md-12 .MemexButton {
    position: relative;
    top: 56px;
  }
  .event-listings .MemexButtonRed {
    margin-top: 10px;
  }

  /*TESTIMONIALS*/
  .testimonial-carousel {
    position: relative;
  }
  .testimonial-carousel .testimonial {
    padding: 30px;
    padding-bottom: 60px;
    max-height: 1000px;
    background-color: #555555;
  }
  .testimonial-carousel .testimonial .testimonial-image {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .testimonial-carousel .testimonial .testimonial-image img {
    display: inline-block;
    width: 100%;
    border-radius: 50%;
    width: 125px;
    height: 125px;
  }
  .testimonial-carousel .testimonial .testimonial-text {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    vertical-align: top;
  }
  .testimonial-carousel .owl-dots {
    display: none;
  }

  .leave-a-message {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
  }

  .question-not-found {
    margin-top: 30px;
  }

  .back-to-directory {
    margin: 10px 0 !important;
    color: #3f8dc3 !important;
  }
  .back-to-directory i {
    color: #3f8dc3 !important;
  }

  .memberProfileIntro h1 {
    margin: 0 !important;
    margin-bottom: 15px !important;
  }

  .memberBranches {
    margin-top: 15px !important;
    margin-bottom: 30px;
  }

  .course-listing .panel-body {
    padding-top: 0px;
  }
  .course-listing .course-data {
    padding: 5px 15px;
  }

  .contentSection {
    width: 100% !important;
  }

  .navbar-brand img {
    height: 74px;
  }

  .userLoginNav.loggedIn {
    float: right;
    margin-top: 10px;
  }
  .userLoginNav.loggedIn i {
    top: -5px;
  }

  .mainNav {
    background-color: #000;
  }
  .mainNav .navbar-nav {
    margin-right: 0px;
  }

  .navbar-header {
    float: none !important;
    display: block !important;
  }

  .navbar-nav .userNav {
    background-color: #454545 !important;
  }

  .navbar-nav, .navbar-nav > li {
    float: none !important;
    display: block !important;
  }
  .navbar-nav > a, .navbar-nav > li > a {
    color: #fff !important;
    border-bottom: 1px solid #333;
  }

  .navbar-collapse.collapse {
    display: none !important;
    border-top: 1px solid #e7e7e7;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #language-selection {
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
  }
  #language-selection a {
    margin: 0 2px;
  }

  .contentSection.cta {
    background: linear-gradient(353deg, #ffffff 60%, #ff0026 40%);
  }
  .contentSection.cta h1 {
    font-size: 2rem;
    padding-bottom: 40px;
  }
  .contentSection.cta p {
    padding-top: 30px;
  }
  .contentSection.cta .MemexButton {
    width: 100%;
  }

  /*COOKIE NOTIFICATION*/
  #CookiePolicy {
    background-color: #000;
    padding: 15px;
    display: block;
    width: 100%;
    z-index: 9999;
    position: relative;
  }
  #CookiePolicy h3 {
    color: #3f8dc3;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
  }
  #CookiePolicy p {
    color: #fff;
  }

  .row-eq-height {
    display: block !important;
  }

  #site-search {
    min-width: 100%;
    max-width: 100%;
    margin-right: 15px;
    padding-bottom: 15px;
    float: none;
  }
  #site-search input {
    background-color: #fff;
    width: calc(100% - 30px);
    border: 1px solid rgba(200, 200, 200, 0.75);
    margin: 0 15px;
    background-image: url("../../assets/img/magnifying-glass.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-position-x: calc(100% - 10px);
  }
}
@media (max-width: 768px) {
  #mobile-nav-toggle {
    font-size: 2.5rem;
    position: absolute;
    right: 15px;
  }
  #mobile-nav-toggle i {
    margin-top: 25px;
    position: relative;
    display: inline-block;
    color: #3f8dc3;
  }

  #main, #footer {
    position: relative;
  }

  footer .text-right {
    text-align: left;
  }
  footer .col-xs-12 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #main .home-statistics.container .row.mt-3 {
    margin-top: 3rem !important;
  }
  #main .home-statistics.container .col-xs-4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #main .home-statistics {
    padding-bottom: 2rem;
  }
  #main .home-statistics h4 {
    font-size: 1.5rem !important;
  }
  #main .home-statistics .col-md-7 {
    text-align: center;
  }
  #main .home-statistics.container .row.mt-3 {
    margin-top: 0rem !important;
  }
  #main .home-statistics.container .row .col-xs-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.row-flex {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.row-flex > div {
  display: flex;
  flex: 1;
}

/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.com/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}

html {
  height: 100%;
  /* Site is as tall as device. */
}

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  /* z-index: 1; Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  content: " ";
  display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  clear: both;
}

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  /*z-index: 0;  Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #5f6e7b;
  /* Default Slidebars background colour, overwrite this with your own css. */
}

.sb-slidebar, .sb-slidebar * {
  /*-webkit-transform: translateZ( 0px ); Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}

.sb-width-thin {
  width: 15%;
}

.sb-width-wide {
  width: 45%;
}

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }

  .sb-width-thin {
    width: 55%;
  }

  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }

  .sb-width-thin {
    width: 40%;
  }

  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }

  .sb-width-thin {
    width: 25%;
  }

  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }

  .sb-width-thin {
    width: 15%;
  }

  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }

  .sb-width-thin {
    width: 5%;
  }

  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  /*-webkit-transform: translateY( 0px );
  -moz-transform: translate( 0px );
  -o-transform: translate( 0px );
  transform: translateY( 0px );*/
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

.sb-container {
  width: 100%;
  padding: 1rem;
}
.sb-container #mobile-buttons {
  height: 80vh;
  overflow-y: scroll;
}
.sb-container .row {
  height: 100vh;
}
.sb-container .panel {
  background: none;
  border: none;
  box-shadow: none;
}
.sb-container .panel a {
  border: none;
  color: #fff;
  background: none;
  padding: 1rem 0rem;
  border-bottom: 1px solid #8c9ead;
}
.sb-container .panel .subNav a {
  text-transform: none;
  border-bottom: none;
}

.collapsed .fa-chevron-up:before {
  content: "";
}

.mobile-sign-in-block {
  display: block;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  background-color: #63a8a8;
  padding: 10px;
}
.mobile-sign-in-block a {
  padding: 15px 0;
  color: #fff;
}

.page-comments .form-group {
  margin-bottom: 20px;
}
.page-comments .align-form {
  margin-bottom: 36px;
  /*margin-left: 5%;*/
  margin-right: auto;
  margin-top: 0;
  /*max-width: 450px;*/
}
.page-comments fieldset div.general input, .page-comments fieldset div.general textarea {
  border-width: 0px;
  border-style: solid;
  padding: 12px 15px;
  display: block;
  width: 100%;
  vertical-align: middle;
  background: #f1f1f1;
}
.page-comments button.btn.btn-default.black_box_link:hover {
  color: #fff;
}
.page-comments #left_col button.btn.btn-default.black_box_link {
  padding: 10px 25px;
  margin-top: 15px;
}
.page-comments h3 {
  color: #3f8dc3;
  margin: 10px 0 15px;
}
.page-comments .comment {
  background: #f2f2f2;
  padding: 15px 20px;
  border-bottom: solid 2px #fff;
}
.page-comments .commentName {
  font-weight: 700;
  text-transform: capitalize;
  /*color: #660505;*/
}
.page-comments .commentDate {
  /*color: #660505;*/
}
.page-comments .commentComment {
  font-size: 15px;
  margin-bottom: 3px;
}
.page-comments .commentDate {
  font-size: 12px;
  margin-bottom: 5px;
}
.page-comments .alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.page-comments .alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.page-comments .alert-danger, .page-comments .form-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.page-comments .loading_div {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  /* background: set in html! */
}
.page-comments .alert_box.red, .page-comments form fieldset div.general span.field-validation-error, .page-comments fieldset .error span.req {
  background: #fff;
  font-size: 14px;
  padding: 3px;
  color: #e72020;
}
.page-comments nav.pagination ul li a:hover span {
  border: 1px solid #c75900;
}