/* Minification failed. Returning unminified contents.
(400,7): run-time error CSS1031: Expected selector, found '('
(400,7): run-time error CSS1025: Expected comma or open brace, found '('
(12675,18): run-time error CSS1031: Expected selector, found '0%'
(12675,18): run-time error CSS1025: Expected comma or open brace, found '0%'
(12683,18): run-time error CSS1031: Expected selector, found '100%'
(12683,18): run-time error CSS1025: Expected comma or open brace, found '100%'
 */
/* Formatting */
.bmt-blue {
  color: #012169 !important;
}
.green {
  color: #177e5d !important;
}
.highlight-blue {
  color: #006ac6 !important;
}
.dark-grey {
  color: #252525 !important;
}
.white {
  color: white !important;
}
.red {
  color: #da291c !important;
}
.light-grey {
  color: #939597;
}
.grey-60 {
  color: #808285;
}
.grey-20 {
  color: #d1d3d4;
}
.teal {
  color: #009ca6;
}
.primary-cta {
  color: #8edd65;
}
.error-accent {
  color: #da291c;
}
.sandy-brown {
  color: sandybrown;
}
.bmt-blue-bg {
  background-color: #012169 !important;
}
.red-bg {
  background-color: #FF0033 !important;
}
.orange-bg {
  background-color: orange !important;
}
.highlight-blue-bg {
  background-color: #006ac6 !important;
}
.dark-grey-bg {
  background-color: #252525 !important;
}
.white-bg {
  background-color: white !important;
}
.off-white-bg {
  background-color: #f0fafa !important;
}
.light-grey-bg {
  background-color: #939597;
}
.grey-60-bg {
  background-color: #808285;
}
.teal-bg {
  background-color: #009ca6 !important;
}
.grey2-bg {
  background-color: #f2f2f2;
}
.grey5-bg {
  background-color: #eeeef0;
}
.grey8-bg {
  background-color: #ebebec;
}
.grey20-bg {
  background-color: #d1d3d4;
}
.light-green-bg {
  background-color: #8DE05E;
}
.primary-cta-bg {
  background-color: #8edd65;
}
/*-----------------------------------
  BACKGROUND TRANSPRANCY
-----------------------------------*/
.white-bg-opacity-10 {
  background: rgba(255, 255, 255, 0.1);
}
.white-bg-opacity-20 {
  background: rgba(255, 255, 255, 0.2);
}
.white-bg-opacity-30 {
  background: rgba(255, 255, 255, 0.3);
}
.white-bg-opacity-40 {
  background: rgba(255, 255, 255, 0.4);
}
.white-bg-opacity-50 {
  background: rgba(255, 255, 255, 0.5);
}
.white-bg-opacity-60 {
  background: rgba(255, 255, 255, 0.6);
}
.white-bg-opacity-70 {
  background: rgba(255, 255, 255, 0.7);
}
.white-bg-opacity-80 {
  background: rgba(255, 255, 255, 0.8);
}
.white-bg-opacity-90 {
  background: rgba(255, 255, 255, 0.9);
}
.white-bg-opacity-100 {
  background: #ffffff;
}
.black-bg-opacity-10 {
  background: rgba(0, 0, 0, 0.1);
}
.black-bg-opacity-20 {
  background: rgba(0, 0, 0, 0.2);
}
.black-bg-opacity-30 {
  background: rgba(0, 0, 0, 0.3);
}
.black-bg-opacity-40 {
  background: rgba(0, 0, 0, 0.4);
}
.black-bg-opacity-50 {
  background: rgba(0, 0, 0, 0.5);
}
.black-bg-opacity-60 {
  background: rgba(0, 0, 0, 0.6);
}
.black-bg-opacity-70 {
  background: rgba(0, 0, 0, 0.7);
}
.black-bg-opacity-75 {
  background: rgba(0, 0, 0, 0.75);
}
.black-bg-opacity-80 {
  background: rgba(0, 0, 0, 0.8);
}
.black-bg-opacity-90 {
  background: rgba(0, 0, 0, 0.9);
}
.black-bg-opacity-100 {
  background: #000000;
}
.font-cg {
  font-family: Century Gothic, 'gothic', Arial, sans-serif;
}
.font-arial {
  font-family: Arial, Helvetica, sans-serif;
}
.font-xxl {
  font-size: 60px;
}
.font-xl {
  font-size: 45px;
}
.font-lgr {
  font-size: 40px;
}
.font-lg {
  font-size: 32px;
}
.font-h1 {
  font-size: 28px;
}
.font-h2 {
  font-size: 23px;
}
.font-h3 {
  font-size: 18px;
}
.font-h4 {
  font-size: 16px;
}
.font-base {
  font-size: 16px;
}
.font-sm {
  font-size: 14px;
}
.font-xs {
  font-size: 10px;
}
.font-disclaimer {
  font-size: 12px;
}
@media (max-width: 767px) {
  .font-xxl {
    font-size: 48px;
  }
  .font-xl {
    font-size: 34px;
  }
  .font-lgr {
    font-size: 31px;
  }
  .font-lg {
    font-size: 28px;
  }
  .font-h1 {
    font-size: 23px;
  }
  .font-h2 {
    font-size: 18px;
  }
  .font-h3 {
    font-size: 16px;
  }
  .font-h4 {
    font-size: 14px;
  }
  .font-base {
    font-size: 14px;
  }
  .font-base-xs {
    font-size: 14px;
  }
  .font-sm {
    font-size: 13px;
  }
}
@font-face {
  font-family: 'gothic';
  src: url('/Content/fonts/gothic.eot');
  src: local('gothic'), url('/Content/fonts/gothic.woff') format('woff'), url('/Content/fonts/gothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothic';
  src: url('/Content/fonts/gothicb.eot');
  src: local('gothicb'), url('/Content/fonts/gothicb.woff') format('woff'), url('/Content/fonts/gothicb.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'gothic';
  src: url('/Content/fonts/gothici.eot');
  src: local('gothici'), url('/Content/fonts/gothici.woff') format('woff'), url('/Content/fonts/gothici.ttf') format('truetype');
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'gothic';
  src: url('/Content/fonts/GOTHICBI.eot');
  src: local('GOTHICBI'), url('/Content/fonts/GOTHICBI.woff') format('woff'), url('/Content/fonts/GOTHICBI.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Ionicons";
  src: url("/Content/fonts/ionicons.eot?v=2.0.0");
  src: url("/Content/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("/Content/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("/Content/fonts/ionicons.woff?v=2.0.0") format("woff"), url("/Content/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/Content/iCheck/square/green.png) no-repeat;
  background-color: white;
  border: none;
  cursor: pointer;
}
.icheckbox_square-green {
  background-position: 0 0;
}
.icheckbox_square-green.hover {
  background-position: -24px 0;
}
.icheckbox_square-green.checked {
  background-position: -48px 0;
}
.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-green {
  background-position: -120px 0;
}
.iradio_square-green.hover {
  background-position: -144px 0;
}
.iradio_square-green.checked {
  background-position: -168px 0;
}
.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url(/Content/iCheck/square/green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* iCheck plugin Minimal skin, blue
----------------------------------- */
.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/Content/iCheck/minimal/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal-blue {
  background-position: 0 0;
}
.icheckbox_minimal-blue.hover {
  background-position: -20px 0;
}
.icheckbox_minimal-blue.checked {
  background-position: -40px 0;
}
.icheckbox_minimal-blue.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal-blue.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal-blue {
  background-position: -100px 0;
}
.iradio_minimal-blue.hover {
  background-position: -120px 0;
}
.iradio_minimal-blue.checked {
  background-position: -140px 0;
}
.iradio_minimal-blue.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal-blue.checked.disabled {
  background-position: -180px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-blue,
  .iradio_minimal-blue {
    background-image: url(/Content/iCheck/minimal/blue@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
.form-group {
  font-family: Arial, Helvetica, sans-serif !important;
}
.form-control {
  font-family: Arial, Helvetica, sans-serif !important;
}
@media (min-width: 768px) {
  .form-control:not(textarea) {
    height: 40px !important;
  }
}
@media (max-width: 767px) {
  .input-group-btn > .btn:not(textarea) {
    font-size: 13px;
  }
}
textarea.form-control {
  resize: vertical !important;
  max-height: 300px !important;
}
input (min-width:768px) {
  height: 40px;
}
input,
textarea,
select {
  outline: none !important;
}
.validationMessage {
  color: #da291c;
  font-size: 12px;
}
.validation-summary-errors ul {
  list-style-type: none;
  color: #da291c;
  text-align: left;
  padding: 0px;
  font-size: 14px;
}
.form-box-container {
  width: 100%;
  border: 1px solid white;
  padding: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .form-box-container {
    border: none;
    padding: 0px;
  }
  .form-box-container .col-xs-12 {
    padding: 0px;
  }
}
.form-box-container .first-col {
  border-right: 1px solid white;
}
@media (max-width: 767px) {
  .form-box-container .first-col {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  label.r-radio {
    display: block;
    border-radius: 5px;
    border: 1px solid #e6e7e8;
    padding: 10px;
    background: white;
    font-size: 14px;
  }
}
.radio-group .form-group {
  padding: 15px;
  border: 2px solid #e6e7e8;
  display: inline;
  cursor: pointer;
}
.radio-group .form-group:last-child {
  border-left: none !important;
}
@media (max-width: 767px) {
  .radio-group .form-group {
    display: block;
    padding: 10px;
  }
  .radio-group .form-group:last-child {
    border-left: 2px solid #e6e7e8 !important;
  }
}
.input-box-with-icon {
  background-color: white !important;
  border: 2px solid #e6e7e8;
  padding: 7px 10px;
}
.input-box-with-icon input {
  font-family: 'FontAwesome' !important;
  font-size: 14px;
}
.input-box-with-icon input:focus {
  outline: none !important;
}
.checkbox-label {
  cursor: pointer;
  font-weight: normal;
  position: relative;
  top: 2px;
  left: 6px;
}
.custom-checkbox {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/Content/iCheck/square/green.png) no-repeat;
  background-color: white;
  border: none;
  cursor: pointer;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .custom-checkbox {
    background-image: url(/Content/iCheck/square/green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.custom-checkbox {
  background-position: 0 0;
}
.custom-checkbox.hover {
  background-position: -24px 0;
}
.custom-checkbox.checked {
  background-position: -48px 0;
}
.custom-checkbox.disabled {
  background-position: -72px 0;
  cursor: default;
}
.custom-checkbox.checked.disabled {
  background-position: -96px 0;
}
.rfi-link-container {
  min-height: 110px;
}
@media (max-width: 767px) {
  .rfi-link-container {
    min-height: 320px;
  }
}
/*!
 * font-awesome-animation - v0.0.9
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */
@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  75%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  75%,
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}
.faa-wrench.animated.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-wrench.animated.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}
/* BELL */
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20%,
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
  color: #FFA824;
}
.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}
.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}
/* VERTICAL */
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  22%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  22%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}
.faa-vertical.animated.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}
.faa-vertical.animated.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite;
}
/* HORIZONTAL */
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  36%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  12% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  18% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  24% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  36%,
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}
.faa-horizontal.animated.faa-fast,
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}
.faa-horizontal.animated.faa-slow,
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}
/* FLASHING */
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}
.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}
.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}
/* BOUNCE */
@-webkit-keyframes bounce {
  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
.faa-bounce.animated.faa-fast,
.faa-bounce.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}
.faa-bounce.animated.faa-slow,
.faa-bounce.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}
/* SPIN */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}
/* FLOAT */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}
.faa-float.animated.faa-fast,
.faa-float.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}
.faa-float.animated.faa-slow,
.faa-float.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite;
}
/* PULSE */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
.faa-pulse.animated.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
.faa-pulse.animated.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}
/* SHAKE */
.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}
.faa-shake.animated.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-shake.animated.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}
/* TADA */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80%,
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    -ms-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80%,
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}
.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}
.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}
/* PASSING */
@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}
.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}
.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}
/* PASSING REVERSE */
@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
}
.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite;
}
.faa-passing-reverse.animated.faa-fast,
.faa-passing-reverse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite;
}
.faa-passing-reverse.animated.faa-slow,
.faa-passing-reverse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite;
}
/* WAVE */
@-webkit-keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}
.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}
.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNvdXJjZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZUFBZTs7QUFDZjtFQUNDO0lBQUcsaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzNCO0lBQUcsZ0NBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzFCO0lBQUksZ0NBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzNCO0lBQUksaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksZ0NBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzNCO0lBQUksZ0NBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzNCO0lBQUksaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksZ0NBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzNCO0lBQUksZ0NBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzNCO0lBQUksaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksZ0NBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzNCO0lBQVMsK0JBQXNCO0lBQXRCLHVCQUFzQjs7OztBQWZoQztFQUNDO0lBQUcsaUNBQXdCO0lBQXhCLDZCQUF3QjtJQUF4Qix5QkFBd0I7OztFQUMzQjtJQUFHLGdDQUF1QjtJQUF2Qiw0QkFBdUI7SUFBdkIsd0JBQXVCOzs7RUFDMUI7SUFBSSxnQ0FBdUI7SUFBdkIsNEJBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzNCO0lBQUksaUNBQXdCO0lBQXhCLDZCQUF3QjtJQUF4Qix5QkFBd0I7OztFQUM1QjtJQUFJLGlDQUF3QjtJQUF4Qiw2QkFBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxnQ0FBdUI7SUFBdkIsNEJBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzNCO0lBQUksZ0NBQXVCO0lBQXZCLDRCQUF1QjtJQUF2Qix3QkFBdUI7OztFQUMzQjtJQUFJLGlDQUF3QjtJQUF4Qiw2QkFBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxpQ0FBd0I7SUFBeEIsNkJBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksZ0NBQXVCO0lBQXZCLDRCQUF1QjtJQUF2Qix3QkFBdUI7OztFQUMzQjtJQUFJLGdDQUF1QjtJQUF2Qiw0QkFBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxpQ0FBd0I7SUFBeEIsNkJBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksaUNBQXdCO0lBQXhCLDZCQUF3QjtJQUF4Qix5QkFBd0I7OztFQUM1QjtJQUFJLGdDQUF1QjtJQUF2Qiw0QkFBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBUywrQkFBc0I7SUFBdEIsMkJBQXNCO0lBQXRCLHVCQUFzQjs7OztBQUVoQzs7O0VBR0MsNENBQW9DO0VBQXBDLG9DQUFvQztFQUNwQyx1QkFBdUI7RUFDdkIsdUJBQXVCO0VBQ3ZCLDJCQUEyQjs7O0FBRTVCOzs7RUFHQyw0Q0FBb0M7RUFBcEMsb0NBQW9DOzs7QUFFckM7OztFQUdDLDRDQUFvQztFQUFwQyxvQ0FBb0M7OztBQUdyQyxVQUFVOztBQUNWO0VBQ0M7SUFBRyxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDM0I7SUFBRyxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDMUI7SUFBRyxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDM0I7SUFBRyxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDMUI7SUFBRyxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDM0I7SUFBSSxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxpQ0FBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxnQ0FBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBUywrQkFBc0I7SUFBdEIsdUJBQXNCOzs7O0FBWGhDO0VBQ0M7SUFBRyxpQ0FBd0I7SUFBeEIsNkJBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzNCO0lBQUcsZ0NBQXVCO0lBQXZCLDRCQUF1QjtJQUF2Qix3QkFBdUI7OztFQUMxQjtJQUFHLGlDQUF3QjtJQUF4Qiw2QkFBd0I7SUFBeEIseUJBQXdCOzs7RUFDM0I7SUFBRyxnQ0FBdUI7SUFBdkIsNEJBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzFCO0lBQUcsaUNBQXdCO0lBQXhCLDZCQUF3QjtJQUF4Qix5QkFBd0I7OztFQUMzQjtJQUFJLGdDQUF1QjtJQUF2Qiw0QkFBdUI7SUFBdkIsd0JBQXVCOzs7RUFDM0I7SUFBSSxpQ0FBd0I7SUFBeEIsNkJBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksZ0NBQXVCO0lBQXZCLDRCQUF1QjtJQUF2Qix3QkFBdUI7OztFQUMzQjtJQUFJLGlDQUF3QjtJQUF4Qiw2QkFBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxnQ0FBdUI7SUFBdkIsNEJBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQzNCO0lBQVMsK0JBQXNCO0lBQXRCLDJCQUFzQjtJQUF0Qix1QkFBc0I7Ozs7QUFFaEM7OztFQUdDLHdDQUFnQztFQUFoQyxnQ0FBZ0M7RUFDaEMsdUJBQXVCO0VBQ3ZCLHVCQUF1QjtFQUN2QiwyQkFBMkI7OztBQUU1Qjs7O0VBR0Msd0NBQWdDO0VBQWhDLGdDQUFnQzs7O0FBRWpDOzs7RUFHQyx3Q0FBZ0M7RUFBaEMsZ0NBQWdDOzs7QUFHakMsY0FBYzs7QUFDZDtFQUNDO0lBQUcsb0NBQTJCO0lBQTNCLDRCQUEyQjs7O0VBQzlCO0lBQUcsbUNBQTBCO0lBQTFCLDJCQUEwQjs7O0VBQzdCO0lBQUcsb0NBQTJCO0lBQTNCLDRCQUEyQjs7O0VBQzlCO0lBQUksbUNBQTBCO0lBQTFCLDJCQUEwQjs7O0VBQzlCO0lBQUksb0NBQTJCO0lBQTNCLDRCQUEyQjs7O0VBQy9CO0lBQUksbUNBQTBCO0lBQTFCLDJCQUEwQjs7O0VBQzlCO0lBQVMsaUNBQXdCO0lBQXhCLHlCQUF3Qjs7OztBQVBsQztFQUNDO0lBQUcsb0NBQTJCO0lBQTNCLGdDQUEyQjtJQUEzQiw0QkFBMkI7OztFQUM5QjtJQUFHLG1DQUEwQjtJQUExQiwrQkFBMEI7SUFBMUIsMkJBQTBCOzs7RUFDN0I7SUFBRyxvQ0FBMkI7SUFBM0IsZ0NBQTJCO0lBQTNCLDRCQUEyQjs7O0VBQzlCO0lBQUksbUNBQTBCO0lBQTFCLCtCQUEwQjtJQUExQiwyQkFBMEI7OztFQUM5QjtJQUFJLG9DQUEyQjtJQUEzQixnQ0FBMkI7SUFBM0IsNEJBQTJCOzs7RUFDL0I7SUFBSSxtQ0FBMEI7SUFBMUIsK0JBQTBCO0lBQTFCLDJCQUEwQjs7O0VBQzlCO0lBQVMsaUNBQXdCO0lBQXhCLDZCQUF3QjtJQUF4Qix5QkFBd0I7Ozs7QUFFbEM7OztFQUdDLDRDQUFvQztFQUFwQyxvQ0FBb0M7OztBQUVyQzs7O0VBR0MsNENBQW9DO0VBQXBDLG9DQUFvQzs7O0FBRXJDOzs7RUFHQyw0Q0FBb0M7RUFBcEMsb0NBQW9DOzs7QUFHckMsZ0JBQWdCOztBQUNoQjtFQUNDO0lBQUcsaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzNCO0lBQUcsbUNBQTBCO0lBQTFCLDJCQUEwQjs7O0VBQzdCO0lBQUksaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksbUNBQTBCO0lBQTFCLDJCQUEwQjs7O0VBQzlCO0lBQUksaUNBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksbUNBQTBCO0lBQTFCLDJCQUEwQjs7O0VBQzlCO0lBQVMsaUNBQXdCO0lBQXhCLHlCQUF3Qjs7OztBQVBsQztFQUNDO0lBQUcsaUNBQXdCO0lBQXhCLDZCQUF3QjtJQUF4Qix5QkFBd0I7OztFQUMzQjtJQUFHLG1DQUEwQjtJQUExQiwrQkFBMEI7SUFBMUIsMkJBQTBCOzs7RUFDN0I7SUFBSSxpQ0FBd0I7SUFBeEIsNkJBQXdCO0lBQXhCLHlCQUF3Qjs7O0VBQzVCO0lBQUksbUNBQTBCO0lBQTFCLCtCQUEwQjtJQUExQiwyQkFBMEI7OztFQUM5QjtJQUFJLGlDQUF3QjtJQUF4Qiw2QkFBd0I7SUFBeEIseUJBQXdCOzs7RUFDNUI7SUFBSSxtQ0FBMEI7SUFBMUIsK0JBQTBCO0lBQTFCLDJCQUEwQjs7O0VBQzlCO0lBQVMsaUNBQXdCO0lBQXhCLDZCQUF3QjtJQUF4Qix5QkFBd0I7Ozs7QUFFbEM7OztFQUdDLDhDQUFzQztFQUF0QyxzQ0FBc0M7OztBQUV2Qzs7O0VBR0MsOENBQXNDO0VBQXRDLHNDQUFzQzs7O0FBRXZDOzs7RUFHQyw4Q0FBc0M7RUFBdEMsc0NBQXNDOzs7QUFHdkMsY0FBYzs7QUFDZDtFQUNDO0lBQVksVUFBUzs7O0VBQ3JCO0lBQVEsVUFBUzs7OztBQUZsQjtFQUNDO0lBQVksVUFBUzs7O0VBQ3JCO0lBQVEsVUFBUzs7OztBQUVsQjs7O0VBR0MseUNBQWlDO0VBQWpDLGlDQUFpQzs7O0FBRWxDOzs7RUFHQyx5Q0FBaUM7RUFBakMsaUNBQWlDOzs7QUFFbEM7OztFQUdDLHlDQUFpQztFQUFqQyxpQ0FBaUM7OztBQUdsQyxZQUFZOztBQUNaO0VBQ0M7SUFBd0IsZ0NBQXVCO0lBQXZCLHdCQUF1Qjs7O0VBQy9DO0lBQUksb0NBQTJCO0lBQTNCLDRCQUEyQjs7O0VBQy9CO0lBQUksb0NBQTJCO0lBQTNCLDRCQUEyQjs7OztBQUhoQztFQUNDO0lBQXdCLGdDQUF1QjtJQUF2Qiw0QkFBdUI7SUFBdkIsd0JBQXVCOzs7RUFDL0M7SUFBSSxvQ0FBMkI7SUFBM0IsZ0NBQTJCO0lBQTNCLDRCQUEyQjs7O0VBQy9CO0lBQUksb0NBQTJCO0lBQTNCLGdDQUEyQjtJQUEzQiw0QkFBMkI7Ozs7QUFFaEM7OztFQUdDLDBDQUFrQztFQUFsQyxrQ0FBa0M7OztBQUVuQzs7O0VBR0MsMENBQWtDO0VBQWxDLGtDQUFrQzs7O0FBRW5DOzs7RUFHQywwQ0FBa0M7RUFBbEMsa0NBQWtDOzs7QUFHbkMsVUFBVTs7QUFDVjtFQUNDO0lBQUcsK0JBQXNCO0lBQXRCLHVCQUFzQjs7O0VBQ3pCO0lBQUssaUNBQXdCO0lBQXhCLHlCQUF3Qjs7OztBQUY5QjtFQUNDO0lBQUcsK0JBQXNCO0lBQXRCLDJCQUFzQjtJQUF0Qix1QkFBc0I7OztFQUN6QjtJQUFLLGlDQUF3QjtJQUF4Qiw2QkFBd0I7SUFBeEIseUJBQXdCOzs7O0FBRTlCOzs7RUFHQyw0Q0FBb0M7RUFBcEMsb0NBQW9DOzs7QUFFckM7OztFQUdDLDRDQUFvQztFQUFwQyxvQ0FBb0M7OztBQUVyQzs7O0VBR0MsNENBQW9DO0VBQXBDLG9DQUFvQzs7O0FBR3JDLFdBQVc7O0FBQ1g7RUFDQztJQUFHLGdDQUF3QjtJQUF4Qix3QkFBd0I7OztFQUMzQjtJQUFJLG1DQUEyQjtJQUEzQiwyQkFBMkI7OztFQUMvQjtJQUFLLGdDQUF3QjtJQUF4Qix3QkFBd0I7Ozs7QUFIOUI7RUFDQztJQUFHLGdDQUF3QjtJQUF4Qiw0QkFBd0I7SUFBeEIsd0JBQXdCOzs7RUFDM0I7SUFBSSxtQ0FBMkI7SUFBM0IsK0JBQTJCO0lBQTNCLDJCQUEyQjs7O0VBQy9CO0lBQUssZ0NBQXdCO0lBQXhCLDRCQUF3QjtJQUF4Qix3QkFBd0I7Ozs7QUFFOUI7OztFQUdDLDJDQUFtQztFQUFuQyxtQ0FBbUM7OztBQUVwQzs7O0VBR0MsMkNBQW1DO0VBQW5DLG1DQUFtQzs7O0FBRXBDOzs7RUFHQywyQ0FBbUM7RUFBbkMsbUNBQW1DOzs7QUFHcEMsV0FBVzs7QUFDWDtFQUNDO0lBQUksNkJBQXFCO0lBQXJCLHFCQUFxQjs7O0VBQ3hCO0lBQUssNkJBQXFCO0lBQXJCLHFCQUFxQjs7O0VBQzFCO0lBQU0sNkJBQXFCO0lBQXJCLHFCQUFxQjs7OztBQUg3QjtFQUNDO0lBQUksNkJBQXFCO0lBQXJCLHlCQUFxQjtJQUFyQixxQkFBcUI7OztFQUN4QjtJQUFLLDZCQUFxQjtJQUFyQix5QkFBcUI7SUFBckIscUJBQXFCOzs7RUFDMUI7SUFBTSw2QkFBcUI7SUFBckIseUJBQXFCO0lBQXJCLHFCQUFxQjs7OztBQUU3Qjs7O0VBR0MsMkNBQW1DO0VBQW5DLG1DQUFtQzs7O0FBRXBDOzs7RUFHQywyQ0FBbUM7RUFBbkMsbUNBQW1DOzs7QUFFcEM7OztFQUdDLDJDQUFtQztFQUFuQyxtQ0FBbUM7OztBQUdwQyxXQUFXOztBQUNYOzs7RUFHQyw0Q0FBb0M7RUFBcEMsb0NBQW9DOzs7QUFFckM7OztFQUdDLDRDQUFvQztFQUFwQyxvQ0FBb0M7OztBQUVyQzs7O0VBR0MsNENBQW9DO0VBQXBDLG9DQUFvQzs7O0FBR3JDLFVBQVU7O0FBQ1Y7RUFDQztJQUFJLDJCQUFtQjtJQUFuQixtQkFBbUI7OztFQUN2QjtJQUFTLDBDQUFpQztJQUFqQyxrQ0FBaUM7OztFQUMxQztJQUFhLDBDQUFpQztJQUFqQyxrQ0FBaUM7OztFQUM5QztJQUFTLDJDQUFrQztJQUFsQyxtQ0FBa0M7OztFQUMzQztJQUFVLHFDQUE0QjtJQUE1Qiw2QkFBNEI7Ozs7QUFMdkM7RUFDQztJQUFJLDJCQUFtQjtJQUFuQix1QkFBbUI7SUFBbkIsbUJBQW1COzs7RUFDdkI7SUFBUywwQ0FBaUM7SUFBakMsc0NBQWlDO0lBQWpDLGtDQUFpQzs7O0VBQzFDO0lBQWEsMENBQWlDO0lBQWpDLHNDQUFpQztJQUFqQyxrQ0FBaUM7OztFQUM5QztJQUFTLDJDQUFrQztJQUFsQyx1Q0FBa0M7SUFBbEMsbUNBQWtDOzs7RUFDM0M7SUFBVSxxQ0FBNEI7SUFBNUIsaUNBQTRCO0lBQTVCLDZCQUE0Qjs7OztBQUd2Qzs7O0VBR0MsMENBQWtDO0VBQWxDLGtDQUFrQzs7O0FBRW5DOzs7RUFHQywwQ0FBa0M7RUFBbEMsa0NBQWtDOzs7QUFFbkM7OztFQUdDLDBDQUFrQztFQUFsQyxrQ0FBa0M7OztBQUduQyxhQUFhOztBQUNiO0VBQ0M7SUFBSSxtQ0FBMEI7SUFBMUIsMkJBQTBCO0lBQUUsVUFBUzs7O0VBQ3pDO0lBQUssaUNBQXdCO0lBQXhCLHlCQUF3QjtJQUFFLFVBQVM7OztFQUN4QztJQUFNLGtDQUF5QjtJQUF6QiwwQkFBeUI7SUFBRSxVQUFTOzs7O0FBSDNDO0VBQ0M7SUFBSSxtQ0FBMEI7SUFBMUIsK0JBQTBCO0lBQTFCLDJCQUEwQjtJQUFFLFVBQVM7OztFQUN6QztJQUFLLGlDQUF3QjtJQUF4Qiw2QkFBd0I7SUFBeEIseUJBQXdCO0lBQUUsVUFBUzs7O0VBQ3hDO0lBQU0sa0NBQXlCO0lBQXpCLDhCQUF5QjtJQUF6QiwwQkFBeUI7SUFBRSxVQUFTOzs7O0FBRzNDOzs7RUFHQyw2Q0FBcUM7RUFBckMscUNBQXFDOzs7QUFFdEM7OztFQUdDLDZDQUFxQztFQUFyQyxxQ0FBcUM7OztBQUV0Qzs7O0VBR0MsNkNBQXFDO0VBQXJDLHFDQUFxQzs7O0FBR3RDLHFCQUFxQjs7QUFFckI7RUFDQztJQUFJLGtDQUF5QjtJQUF6QiwwQkFBeUI7SUFBRSxVQUFTOzs7RUFDeEM7SUFBSyxpQ0FBd0I7SUFBeEIseUJBQXdCO0lBQUUsVUFBUzs7O0VBQ3hDO0lBQU0sbUNBQTBCO0lBQTFCLDJCQUEwQjtJQUFFLFVBQVM7Ozs7QUFINUM7RUFDQztJQUFJLGtDQUF5QjtJQUF6Qiw4QkFBeUI7SUFBekIsMEJBQXlCO0lBQUUsVUFBUzs7O0VBQ3hDO0lBQUssaUNBQXdCO0lBQXhCLDZCQUF3QjtJQUF4Qix5QkFBd0I7SUFBRSxVQUFTOzs7RUFDeEM7SUFBTSxtQ0FBMEI7SUFBMUIsK0JBQTBCO0lBQTFCLDJCQUEwQjtJQUFFLFVBQVM7Ozs7QUFHNUM7OztFQUdDLHFEQUE2QztFQUE3Qyw2Q0FBNkM7OztBQUU5Qzs7O0VBR0MscURBQTZDO0VBQTdDLDZDQUE2Qzs7O0FBRTlDOzs7RUFHQyxxREFBNkM7RUFBN0MsNkNBQTZDOzs7QUFHOUMsVUFBVTs7QUFDVjtFQUNDO0lBQUksV0FBVTs7O0VBQ2Q7SUFBSyw2QkFBb0I7SUFBcEIscUJBQW9CO0lBQUMsVUFBUzs7O0VBQ25DO0lBQUssVUFBUzs7OztBQUhmO0VBQ0M7SUFBSSxXQUFVOzs7RUFDZDtJQUFLLDZCQUFvQjtJQUFwQix5QkFBb0I7SUFBcEIscUJBQW9CO0lBQUMsVUFBUzs7O0VBQ25DO0lBQUssVUFBUzs7OztBQUVmOzs7RUFHQywyQ0FDRDtFQURDLG1DQUNEOzs7QUFDQTs7O0VBR0MsMkNBQ0Q7RUFEQyxtQ0FDRDs7O0FBQ0E7OztFQUdDLDJDQUNEO0VBREMsbUNBQ0QiLCJmaWxlIjoiZ2VuZXJhdGVkLmNzcyJ9 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/customize/?id=cb58bf8b5c14336a507d888e870cae17)
 * Config saved to config.json and https://gist.github.com/cb58bf8b5c14336a507d888e870cae17
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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: 1px 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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 {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-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('/Content/fonts/glyphicons-halflings-regular.eot');
  src: url('/Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/Content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Content/fonts/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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-left: 15px;
  padding-right: 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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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, -webkit-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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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 label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.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: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .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-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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.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: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-left: 0;
  padding-right: 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-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: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-left: 0;
    padding-right: 0;
  }
}
.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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@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;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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;
  margin-right: 15px;
  padding: 9px 10px;
  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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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: 8px;
  margin-bottom: 8px;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 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: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.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-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-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-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.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: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -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);
  -webkit-background-size: 40px 40px;
  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: #5bc0de;
}
.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: #f0ad4e;
}
.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: #d9534f;
}
.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 {
  zoom: 1;
  overflow: hidden;
}
.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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #c7ddef;
}
.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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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: 20px;
  background-color: #ffffff;
  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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  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 #dddddd;
  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-right-radius: 3px;
  border-top-left-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-right-radius: 0;
  border-top-left-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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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 #dddddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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;
  -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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.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 {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -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 {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.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;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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,
.visible-sm,
.visible-md,
.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;
  }
}
.fix-blurry-text {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.full-screen {
  min-height: 1020px;
  min-width: 100vw;
}
@media (max-width: 768px) {
  .full-screen {
    min-height: 750px;
  }
}
.three-quarter-screen {
  min-height: 765px;
  min-width: 100vw;
}
@media (max-width: 768px) {
  .three-quarter-screen {
    min-height: 675px;
  }
}
.half-screen {
  min-height: 510px;
  min-width: 100vw;
}
@media (max-width: 768px) {
  .half-screen {
    min-height: 450px;
  }
}
.two-third-screen {
  min-height: 400px;
}
@media (max-width: 768px) {
  .two-third-screen {
    min-height: 250px;
  }
}
.quarter-screen {
  min-height: 255px;
  min-width: 100vw;
}
@media (max-width: 768px) {
  .quarter-screen {
    min-height: 225px;
  }
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.half-height {
  height: 50%;
}
.full-height {
  height: 100vh;
}
.font-bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal;
}
.font-underline {
  text-decoration: underline;
}
.no-float {
  float: none !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.no-border {
  border: none !important;
}
.no-border-top {
  border-top: none !important;
}
.no-border-left {
  border-left: none !important;
}
.no-border-right {
  border-right: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.float-center {
  width: 400px;
  margin-left: -200px;
  left: 50%;
}
.fill {
  height: 100%;
  width: 100%;
}
.no-animate {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
}
.animate-fast {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-backface-visibility: hidden;
}
.scale-0 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.scale-1 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.z-b3 {
  z-index: -3;
}
.z-b2 {
  z-index: -2;
}
.z-b1 {
  z-index: -1;
}
.z-ground {
  z-index: 0;
}
.z-l1 {
  z-index: 1;
}
.z-l2 {
  z-index: 2;
}
.z-l3 {
  z-index: 3;
}
.position-r {
  position: relative;
}
.position-a {
  position: absolute;
}
.position-f {
  position: fixed;
}
.display-i {
  display: inline;
}
.display-b {
  display: block;
}
.display-ib {
  display: inline-block;
}
.display-t {
  display: table;
}
.display-tc {
  display: table-cell;
}
.valign-t {
  vertical-align: top;
}
.valign-m {
  vertical-align: middle;
}
.valign-b {
  vertical-align: bottom;
}
.vcenter {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
}
.hcenter {
  margin-left: auto;
  margin-right: auto;
}
.bottom {
  position: absolute;
  bottom: 0;
}
.top {
  position: absolute;
  top: 0;
}
.left {
  position: absolute;
  left: 0;
}
.right {
  position: absolute;
  right: 0;
}
.width100 {
  width: 100%;
}
.width50 {
  width: 50%;
}
.width75 {
  width: 75%;
}
.width90 {
  width: 90%;
}
.height100 {
  height: 100%;
}
.height50 {
  height: 50%;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.margin10 {
  margin: 10px;
}
.margin20 {
  margin: 20px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-progress {
  cursor: progress;
}
.cursor-notallowed {
  cursor: not-allowed;
}
.minw15 {
  min-width: 15px;
}
.minw20 {
  min-width: 20px;
}
.minw25 {
  min-width: 25px;
}
.minw40 {
  min-width: 40px;
}
.minw50 {
  min-width: 50px;
}
.minw60 {
  min-width: 60px;
}
.minw90 {
  min-width: 90px;
}
.minw100 {
  min-width: 100px;
}
.minw110 {
  min-width: 110px;
}
.minw120 {
  min-width: 120px;
}
.minw130 {
  min-width: 130px;
}
.minw140 {
  min-width: 140px;
}
.maxh130 {
  max-height: 130px;
}
.maxh200 {
  max-height: 200px;
}
.mw15 {
  max-width: 15px;
}
.mw20 {
  max-width: 20px;
}
.mw25 {
  max-width: 25px;
}
.mw40 {
  max-width: 40px;
}
.mw50 {
  max-width: 50px;
}
.mw55 {
  max-width: 55px;
}
.mw60 {
  max-width: 60px;
}
.mw75 {
  max-width: 75px;
}
.mw100 {
  max-width: 100px;
}
.mw135 {
  max-width: 135px;
}
.mw150 {
  max-width: 150px;
}
.mw175 {
  max-width: 175px;
}
.mw200 {
  max-width: 200px;
}
.mw225 {
  max-width: 225px;
}
.mw250 {
  max-width: 250px;
}
.mw300 {
  max-width: 300px;
}
.mw325 {
  max-width: 325px;
}
.mw350 {
  max-width: 350px;
}
.mw400 {
  max-width: 400px;
}
.mw450 {
  max-width: 450px;
}
.mw475 {
  max-width: 475px;
}
.mw500 {
  max-width: 500px;
}
.mw550 {
  max-width: 550px;
}
.mw600 {
  max-width: 600px;
}
.mw650 {
  max-width: 650px;
}
.mw700 {
  max-width: 700px;
}
.mw750 {
  max-width: 750px;
}
.mw800 {
  max-width: 800px;
}
.mw850 {
  max-width: 850px;
}
.mw900 {
  max-width: 900px;
}
.mw950 {
  max-width: 950px;
}
.mw1000 {
  max-width: 1000px;
}
.mw1050 {
  max-width: 1050px;
}
.mw1100 {
  max-width: 1100px;
}
.mw1150 {
  max-width: 1150px;
}
.mh25 {
  min-height: 25px;
}
.mh50 {
  min-height: 50px;
}
.mh60 {
  min-height: 60px;
}
.mh75 {
  min-height: 75px;
}
.mh100 {
  min-height: 100px;
}
.mh125 {
  min-height: 125px;
}
.mh150 {
  min-height: 150px;
}
.mh175 {
  min-height: 175px;
}
.mh200 {
  min-height: 200px;
}
.mh250 {
  min-height: 250px;
}
.mh275 {
  min-height: 275px;
}
.mh300 {
  min-height: 300px;
}
.mh350 {
  min-height: 350px;
}
.mh400 {
  min-height: 400px;
}
.mh450 {
  min-height: 450px;
}
.mh500 {
  min-height: 500px;
}
.mh550 {
  min-height: 550px;
}
.mh600 {
  min-height: 600px;
}
.mh650 {
  min-height: 650px;
}
.mh700 {
  min-height: 700px;
}
.mh750 {
  min-height: 750px;
}
.mh800 {
  min-height: 800px;
}
.mh850 {
  min-height: 850px;
}
.mh900 {
  min-height: 900px;
}
.mh950 {
  min-height: 950px;
}
.mh1000 {
  min-height: 1000px;
}
.mh1050 {
  min-height: 1050px;
}
.mh1100 {
  min-height: 1100px;
}
.mh1150 {
  min-height: 1150px;
}
.mh1200 {
  min-height: 1200px;
}
.mh1250 {
  min-height: 1250px;
}
.mh1300 {
  min-height: 1300px;
}
.mt-minus50 {
  margin-top: -50px;
}
.mt-minus30 {
  margin-top: -30px;
}
.mt-minus20 {
  margin-top: -20px;
}
.mt-minus15 {
  margin-top: -15px;
}
.mt-minus10 {
  margin-top: -10px;
}
.mt-minus5 {
  margin-top: -5px;
}
.mt0 {
  margin-top: 0;
}
.mt3 {
  margin-top: 3px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px;
}
.mt200 {
  margin-top: 200px;
}
.mt400 {
  margin-top: 400px;
}
.mr-minus30 {
  margin-right: -30px;
}
.mr-minus15 {
  margin-right: -15px;
}
.mr-minus10 {
  margin-right: -10px;
}
.mr-minus5 {
  margin-right: -5px;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr65 {
  margin-right: 65px;
}
.mr75 {
  margin-right: 75px;
}
.mr100 {
  margin-right: 100px;
}
.mb-minus50 {
  margin-bottom: -50px;
}
.mb-minus20 {
  margin-bottom: -20px;
}
.mb-minus15 {
  margin-bottom: -15px;
}
.mb-minus10 {
  margin-bottom: -10px;
}
.mb-minus5 {
  margin-bottom: -5px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml-minus40 {
  margin-left: -40px;
}
.ml-minus30 {
  margin-left: -30px;
}
.ml-minus20 {
  margin-left: -20px;
}
.ml-minus15 {
  margin-left: -15px;
}
.ml-minus10 {
  margin-left: -10px;
}
.ml-minus5 {
  margin-left: -5px;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 35px;
}
.ml75 {
  margin-left: 75px;
}
.ml100 {
  margin-left: 100px;
}
.pt-minus5 {
  padding-top: -5px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt75 {
  padding-top: 75px;
}
.pt100 {
  padding-top: 100px;
}
.pt150 {
  padding-top: 150px;
}
.pt200 {
  padding-top: 200px;
}
.pr-minus5 {
  padding-right: -5px;
}
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pr75 {
  padding-right: 75px;
}
.pr100 {
  padding-right: 100px;
}
.pb-minus5 {
  padding-bottom: -5px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb150 {
  padding-bottom: 150px;
}
.pb200 {
  padding-bottom: 200px;
}
.pb300 {
  padding-bottom: 300px;
}
.pb450 {
  padding-bottom: 450px;
}
.pl-minus5 {
  padding-left: -5px;
}
.pl0 {
  padding-left: 0;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 35px;
}
.pl75 {
  padding-left: 75px;
}
.pl100 {
  padding-left: 100px;
}
.p0 {
  padding: 0;
}
.p2 {
  padding: 2px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
.p60 {
  padding: 60px;
}
.p75 {
  padding: 75px;
}
.p100 {
  padding: 100px;
}
.lh15 {
  line-height: 15px !important;
}
.lh25 {
  line-height: 25px !important;
}
.lh50 {
  line-height: 50px !important;
}
.lh75 {
  line-height: 75px !important;
}
.lh100 {
  line-height: 100px !important;
}
@media (max-width: 767px) {
  .full-screen-xs {
    min-height: 600px;
    min-width: 100vw;
  }
  .three-quarter-screen-xs {
    height: 350px;
    min-height: 350px !important;
    min-width: 100vw;
  }
  .half-screen-xs {
    height: 300px;
    min-height: 300px !important;
    min-width: 100vw;
  }
  .quarter-screen-xs {
    min-height: 225px;
    min-width: 100vw;
  }
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .no-float-xs {
    float: none !important;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
    text-align: -webkit-center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-justify-xs {
    text-align: justify;
  }
  .width100-xs {
    width: 100%;
  }
  .width50-xs {
    width: 50%;
  }
  .height100-xs {
    height: 100%;
  }
  .height50-xs {
    height: 50%;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
  }
  .text-right-xs {
    text-align: right;
  }
  .fill-xs {
    height: 100%;
    width: 100%;
  }
  .no-animate-xs {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
  }
  .animate-fast-xs {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-backface-visibility: hidden;
  }
  .scale-0-xs {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .scale-1-xs {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .z-b3-xs {
    z-index: -3;
  }
  .z-b2-xs {
    z-index: -2;
  }
  .z-b1-xs {
    z-index: -1;
  }
  .z-ground-xs {
    z-index: 0;
  }
  .z-l1-xs {
    z-index: 1;
  }
  .z-l2-xs {
    z-index: 2;
  }
  .z-l3-xs {
    z-index: 3;
  }
  .position-r-xs {
    position: relative;
  }
  .position-a-xs {
    position: absolute;
  }
  .position-f-xs {
    position: fixed;
  }
  .display-i-xs {
    display: inline;
  }
  .display-b-xs {
    display: block;
  }
  .display-ib-xs {
    display: inline-block;
  }
  .display-t-xs {
    display: table;
  }
  .display-tc-xs {
    display: table-cell;
  }
  .valign-t-xs {
    vertical-align: top;
  }
  .valign-m-xs {
    vertical-align: middle;
  }
  .valign-b-xs {
    vertical-align: bottom;
  }
  .vcenter-xs {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .hcenter-xs {
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-xs {
    position: absolute;
    bottom: 0;
  }
  .top-xs {
    position: absolute;
    top: 0;
  }
  .left-xs {
    position: absolute;
    left: 0;
  }
  .right-xs {
    position: absolute;
    right: 0;
  }
  .width100-xs {
    width: 100%;
  }
  .height100-xs {
    height: 100%;
  }
  .no-padding-xs {
    padding: 0 !important;
    margin: 0 !important;
  }
  .no-padding-left-xs {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-right-xs {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .no-border-xs {
    border: none !important;
  }
  .no-border-top-xs {
    border-top: none !important;
  }
  .no-border-left-xs {
    border-left: none !important;
  }
  .no-border-right-xs {
    border-right: none !important;
  }
  .no-border-bottom-xs {
    border-bottom: none !important;
  }
  .mw25-xs {
    max-width: 25px;
  }
  .mw50-xs {
    max-width: 50px;
  }
  .mw60-xs {
    max-width: 60px;
  }
  .mw75-xs {
    max-width: 75px;
  }
  .mw100-xs {
    max-width: 100px;
  }
  .mw135-xs {
    max-width: 135px;
  }
  .mw150-xs {
    max-width: 150px;
  }
  .mw175-xs {
    max-width: 175px;
  }
  .mw200-xs {
    max-width: 200px;
  }
  .mw250-xs {
    max-width: 250px;
  }
  .mw300-xs {
    max-width: 300px;
  }
  .mw350-xs {
    max-width: 350px;
  }
  .mw400-xs {
    max-width: 400px;
  }
  .mw450-xs {
    max-width: 450px;
  }
  .mw500-xs {
    max-width: 500px;
  }
  .mw550-xs {
    max-width: 550px;
  }
  .mw600-xs {
    max-width: 600px;
  }
  .mw650-xs {
    max-width: 650px;
  }
  .mw650-xs {
    max-width: 650px;
  }
  .mw750-xs {
    max-width: 750px;
  }
  .mw800-xs {
    max-width: 800px;
  }
  .mw850-xs {
    max-width: 850px;
  }
  .mw900-xs {
    max-width: 900px;
  }
  .mw950-xs {
    max-width: 950px;
  }
  .mw1000-xs {
    max-width: 1000px;
  }
  .mw1050-xs {
    max-width: 1050px;
  }
  .mw1100-xs {
    max-width: 1100px;
  }
  .mw1150-xs {
    max-width: 1150px;
  }
  .mh25-xs {
    min-height: 25px;
  }
  .mh50-xs {
    min-height: 50px;
  }
  .mh60-xs {
    min-height: 60px;
  }
  .mh75-xs {
    min-height: 75px;
  }
  .mh100-xs {
    min-height: 100px;
  }
  .mh125-xs {
    min-height: 125px;
  }
  .mh150-xs {
    min-height: 150px;
  }
  .mh200-xs {
    min-height: 200px;
  }
  .mh250-xs {
    min-height: 250px;
  }
  .mh300-xs {
    min-height: 300px;
  }
  .mh350-xs {
    min-height: 350px;
  }
  .mh400-xs {
    min-height: 400px;
  }
  .mh450-xs {
    min-height: 450px;
  }
  .mh500-xs {
    min-height: 500px;
  }
  .mh550-xs {
    min-height: 550px;
  }
  .mh600-xs {
    min-height: 600px;
  }
  .mh650-xs {
    min-height: 650px;
  }
  .mh700-xs {
    min-height: 700px;
  }
  .mh750-xs {
    min-height: 750px;
  }
  .mh800-xs {
    min-height: 800px;
  }
  .mh850-xs {
    min-height: 850px;
  }
  .mh900-xs {
    min-height: 900px;
  }
  .mh950-xs {
    min-height: 950px;
  }
  .mh1000-xs {
    min-height: 1000px;
  }
  .mh1050-xs {
    min-height: 1050px;
  }
  .mh1100-xs {
    min-height: 1100px;
  }
  .mh1150-xs {
    min-height: 1150px;
  }
  .mh1200-xs {
    min-height: 1200px;
  }
  .mh1250-xs {
    min-height: 1250px;
  }
  .mh1300-xs {
    min-height: 1300px;
  }
  .mt-minus15-xs {
    margin-top: -15px;
  }
  .mt-minus10-xs {
    margin-top: -10px;
  }
  .mt-minus5-xs {
    margin-top: -5px;
  }
  .mt0-xs {
    margin-top: 0;
  }
  .mt5-xs {
    margin-top: 5px;
  }
  .mt10-xs {
    margin-top: 10px;
  }
  .mt15-xs {
    margin-top: 15px;
  }
  .mt20-xs {
    margin-top: 20px;
  }
  .mt25-xs {
    margin-top: 25px;
  }
  .mt30-xs {
    margin-top: 30px;
  }
  .mt35-xs {
    margin-top: 35px;
  }
  .mt40-xs {
    margin-top: 40px;
  }
  .mt45-xs {
    margin-top: 45px;
  }
  .mt50-xs {
    margin-top: 50px;
  }
  .mt75-xs {
    margin-top: 75px;
  }
  .mt100-xs {
    margin-top: 100px;
  }
  .mt-minus50-xs {
    margin-top: -50px;
  }
  .mt-minus30-xs {
    margin-top: -30px;
  }
  .mr-minus15-xs {
    margin-right: -15px;
  }
  .mr-minus10 {
    margin-right: -10px;
  }
  .mr-minus5-xs {
    margin-right: -5px;
  }
  .mr0-xs {
    margin-right: 0;
  }
  .mr5-xs {
    margin-right: 5px;
  }
  .mr10-xs {
    margin-right: 10px;
  }
  .mr15-xs {
    margin-right: 15px;
  }
  .mr20-xs {
    margin-right: 20px;
  }
  .mr25-xs {
    margin-right: 25px;
  }
  .mr30-xs {
    margin-right: 30px;
  }
  .mr35-xs {
    margin-right: 35px;
  }
  .mr40-xs {
    margin-right: 40px;
  }
  .mr45-xs {
    margin-right: 45px;
  }
  .mr50-xs {
    margin-right: 50px;
  }
  .mr75-xs {
    margin-right: 75px;
  }
  .mr100-xs {
    margin-right: 100px;
  }
  .mb-minus15-xs {
    margin-bottom: -15px;
  }
  .mb-minus10-xs {
    margin-bottom: -10px;
  }
  .mb-minus5-xs {
    margin-bottom: -5px;
  }
  .mb0-xs {
    margin-bottom: 0;
  }
  .mb5-xs {
    margin-bottom: 5px;
  }
  .mb10-xs {
    margin-bottom: 10px;
  }
  .mb15-xs {
    margin-bottom: 15px;
  }
  .mb20-xs {
    margin-bottom: 20px;
  }
  .mb25-xs {
    margin-bottom: 25px;
  }
  .mb30-xs {
    margin-bottom: 30px;
  }
  .mb35-xs {
    margin-bottom: 35px;
  }
  .mb40-xs {
    margin-bottom: 40px;
  }
  .mb45-xs {
    margin-bottom: 45px;
  }
  .mb50-xs {
    margin-bottom: 50px;
  }
  .mb75-xs {
    margin-bottom: 75px;
  }
  .mb100-xs {
    margin-bottom: 100px;
  }
  .ml-minus15-xs {
    margin-left: -15px;
  }
  .ml-minus10-xs {
    margin-left: -10px;
  }
  .ml-minus5-xs {
    margin-left: -5px;
  }
  .ml0-xs {
    margin-left: 0;
  }
  .ml5-xs {
    margin-left: 5px;
  }
  .ml10-xs {
    margin-left: 10px;
  }
  .ml15-xs {
    margin-left: 15px;
  }
  .ml20-xs {
    margin-left: 20px;
  }
  .ml25-xs {
    margin-left: 25px;
  }
  .ml30-xs {
    margin-left: 30px;
  }
  .ml35-xs {
    margin-left: 35px;
  }
  .ml40-xs {
    margin-left: 40px;
  }
  .ml45-xs {
    margin-left: 45px;
  }
  .ml50-xs {
    margin-left: 35px;
  }
  .ml75-xs {
    margin-left: 75px;
  }
  .ml100-xs {
    margin-left: 100px;
  }
  .pt-minus5-xs {
    padding-top: -5px;
  }
  .pt0-xs {
    padding-top: 0;
  }
  .pt5-xs {
    padding-top: 5px;
  }
  .pt10-xs {
    padding-top: 10px;
  }
  .pt15-xs {
    padding-top: 15px;
  }
  .pt20-xs {
    padding-top: 20px;
  }
  .pt25-xs {
    padding-top: 25px;
  }
  .pt30-xs {
    padding-top: 30px;
  }
  .pt35-xs {
    padding-top: 35px;
  }
  .pt40-xs {
    padding-top: 40px;
  }
  .pt45-xs {
    padding-top: 45px;
  }
  .pt50-xs {
    padding-top: 50px;
  }
  .pt75-xs {
    padding-top: 75px;
  }
  .pt100-xs {
    padding-top: 100px;
  }
  .pr-minus5-xs {
    padding-right: -5px;
  }
  .pr0-xs {
    padding-right: 0;
  }
  .pr5-xs {
    padding-right: 5px;
  }
  .pr10-xs {
    padding-right: 10px;
  }
  .pr15-xs {
    padding-right: 15px;
  }
  .pr20-xs {
    padding-right: 20px;
  }
  .pr25-xs {
    padding-right: 25px;
  }
  .pr30-xs {
    padding-right: 30px;
  }
  .pr35-xs {
    padding-right: 35px;
  }
  .pr40-xs {
    padding-right: 40px;
  }
  .pr45-xs {
    padding-right: 45px;
  }
  .pr50-xs {
    padding-right: 50px;
  }
  .pr75-xs {
    padding-right: 75px;
  }
  .pr100-xs {
    padding-right: 100px;
  }
  .pb-minus5-xs {
    padding-bottom: -5px;
  }
  .pb0-xs {
    padding-bottom: 0;
  }
  .pb5-xs {
    padding-bottom: 5px;
  }
  .pb10-xs {
    padding-bottom: 10px;
  }
  .pb15-xs {
    padding-bottom: 15px;
  }
  .pb20-xs {
    padding-bottom: 20px;
  }
  .pb25-xs {
    padding-bottom: 25px;
  }
  .pb30-xs {
    padding-bottom: 30px;
  }
  .pb35-xs {
    padding-bottom: 35px;
  }
  .pb40-xs {
    padding-bottom: 40px;
  }
  .pb45-xs {
    padding-bottom: 45px;
  }
  .pb50-xs {
    padding-bottom: 50px;
  }
  .pb75-xs {
    padding-bottom: 75px;
  }
  .pb100-xs {
    padding-bottom: 100px;
  }
  .pb200-xs {
    padding-bottom: 200px;
  }
  .pb300-xs {
    padding-bottom: 300px;
  }
  .pb450-xs {
    padding-bottom: 450px;
  }
  .pl-minus5-xs {
    padding-left: -5px;
  }
  .pl0-xs {
    padding-left: 0;
  }
  .pl5-xs {
    padding-left: 5px;
  }
  .pl10-xs {
    padding-left: 10px;
  }
  .pl15-xs {
    padding-left: 15px;
  }
  .pl20-xs {
    padding-left: 20px;
  }
  .pl25-xs {
    padding-left: 25px;
  }
  .pl30-xs {
    padding-left: 30px;
  }
  .pl35-xs {
    padding-left: 35px;
  }
  .pl40-xs {
    padding-left: 40px;
  }
  .pl45-xs {
    padding-left: 45px;
  }
  .pl50-xs {
    padding-left: 35px;
  }
  .pl75-xs {
    padding-left: 75px;
  }
  .pl100-xs {
    padding-left: 100px;
  }
  .p2-xs {
    padding: 2px;
  }
  .p5-xs {
    padding: 5px;
  }
  .p10-xs {
    padding: 10px;
  }
  .p15-xs {
    padding: 15px;
  }
  .p20-xs {
    padding: 20px;
  }
  .p25-xs {
    padding: 25px;
  }
  .p30-xs {
    padding: 30px;
  }
  .p35-xs {
    padding: 35px;
  }
  .p40-xs {
    padding: 40px;
  }
  .p45-xs {
    padding: 45px;
  }
  .p50-xs {
    padding: 50px;
  }
  .p60-xs {
    padding: 60px;
  }
  .p75-xs {
    padding: 75px;
  }
  .p100-xs {
    padding: 100px;
  }
  .lh25-xs {
    line-height: 25px !important;
  }
  .lh50-xs {
    line-height: 50px !important;
  }
  .lh75-xs {
    line-height: 75px !important;
  }
  .lh100-xs {
    line-height: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-screen-sm {
    min-height: 600px;
    min-width: 100vw;
  }
  .three-quarter-screen-sm {
    height: 350px;
    min-height: 350px !important;
    min-width: 100vw;
  }
  .half-screen-sm {
    height: 300px;
    min-height: 300px !important;
    min-width: 100vw;
  }
  .quarter-screen-sm {
    min-height: 225px;
    min-width: 100vw;
  }
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .no-float-sm {
    float: none !important;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
  }
  .text-right-sm {
    text-align: right;
  }
  .fill-sm {
    height: 100%;
    width: 100%;
  }
  .no-animate-sm {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
  }
  .animate-fast-sm {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-backface-visibility: hidden;
  }
  .scale-0-sm {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .scale-1-sm {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .z-b3-sm {
    z-index: -3;
  }
  .z-b2-sm {
    z-index: -2;
  }
  .z-b1-sm {
    z-index: -1;
  }
  .z-ground-sm {
    z-index: 0;
  }
  .z-l1-sm {
    z-index: 1;
  }
  .z-l2-sm {
    z-index: 2;
  }
  .z-l3-sm {
    z-index: 3;
  }
  .position-r-sm {
    position: relative;
  }
  .position-a-sm {
    position: absolute;
  }
  .position-f-sm {
    position: fixed;
  }
  .display-i-sm {
    display: inline;
  }
  .display-b-sm {
    display: block;
  }
  .display-ib-sm {
    display: inline-block;
  }
  .display-t-sm {
    display: table;
  }
  .display-tc-sm {
    display: table-cell;
  }
  .valign-t-sm {
    vertical-align: top;
  }
  .valign-m-sm {
    vertical-align: middle;
  }
  .valign-b-sm {
    vertical-align: bottom;
  }
  .vcenter-sm {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .hcenter-sm {
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-sm {
    position: absolute;
    bottom: 0;
  }
  .top-sm {
    position: absolute;
    top: 0;
  }
  .left-sm {
    position: absolute;
    left: 0;
  }
  .right-sm {
    position: absolute;
    right: 0;
  }
  .width100-sm {
    width: 100%;
  }
  .height100-sm {
    height: 100%;
  }
  .no-padding-sm {
    padding: 0 !important;
    margin: 0 !important;
  }
  .no-padding-left-sm {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-right-sm {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .no-border-sm {
    border: none !important;
  }
  .no-border-top-sm {
    border-top: none !important;
  }
  .no-border-left-sm {
    border-left: none !important;
  }
  .no-border-right-sm {
    border-right: none !important;
  }
  .no-border-bottom-sm {
    border-bottom: none !important;
  }
  .mw25-sm {
    max-width: 25px;
  }
  .mw50-sm {
    max-width: 50px;
  }
  .mw75-sm {
    max-width: 75px;
  }
  .mw100-sm {
    max-width: 100px;
  }
  .mw150-sm {
    max-width: 150px;
  }
  .mw175-sm {
    max-width: 175px;
  }
  .mw200-sm {
    max-width: 200px;
  }
  .mw250-sm {
    max-width: 250px;
  }
  .mw300-sm {
    max-width: 300px;
  }
  .mw350-sm {
    max-width: 350px;
  }
  .mw400-sm {
    max-width: 400px;
  }
  .mw450-sm {
    max-width: 450px;
  }
  .mw500-sm {
    max-width: 500px;
  }
  .mw550-sm {
    max-width: 550px;
  }
  .mw600-sm {
    max-width: 600px;
  }
  .mw650-sm {
    max-width: 650px;
  }
  .mw650-sm {
    max-width: 650px;
  }
  .mw700-sm {
    max-width: 700px;
  }
  .mw750-sm {
    max-width: 750px;
  }
  .mw800-sm {
    max-width: 800px;
  }
  .mw850-sm {
    max-width: 850px;
  }
  .mw900-sm {
    max-width: 900px;
  }
  .mw950-sm {
    max-width: 950px;
  }
  .mw1000-sm {
    max-width: 1000px;
  }
  .mw1050-sm {
    max-width: 1050px;
  }
  .mw1100-sm {
    max-width: 1100px;
  }
  .mw1150-sm {
    max-width: 1150px;
  }
  .mh25-sm {
    min-height: 25px;
  }
  .mh50-sm {
    min-height: 50px;
  }
  .mh75-sm {
    min-height: 75px;
  }
  .mh100-sm {
    min-height: 100px;
  }
  .mh125-sm {
    min-height: 125px;
  }
  .mh150-sm {
    min-height: 150px;
  }
  .mh200-sm {
    min-height: 200px;
  }
  .mh250-sm {
    min-height: 250px;
  }
  .mh300-sm {
    min-height: 300px;
  }
  .mh350-sm {
    min-height: 350px;
  }
  .mh400-sm {
    min-height: 400px;
  }
  .mh450-sm {
    min-height: 450px;
  }
  .mh500-sm {
    min-height: 500px;
  }
  .mh550-sm {
    min-height: 550px;
  }
  .mh600-sm {
    min-height: 600px;
  }
  .mh650-sm {
    min-height: 650px;
  }
  .mh700-sm {
    min-height: 700px;
  }
  .mh750-sm {
    min-height: 750px;
  }
  .mh800-sm {
    min-height: 800px;
  }
  .mh850-sm {
    min-height: 850px;
  }
  .mh900-sm {
    min-height: 900px;
  }
  .mh950-sm {
    min-height: 950px;
  }
  .mh1000-sm {
    min-height: 1000px;
  }
  .mh1050-sm {
    min-height: 1050px;
  }
  .mh1100-sm {
    min-height: 1100px;
  }
  .mh1150-sm {
    min-height: 1150px;
  }
  .mh1200-sm {
    min-height: 1200px;
  }
  .mh1250-sm {
    min-height: 1250px;
  }
  .mh1300-sm {
    min-height: 1300px;
  }
  .mt-minus50-sm {
    margin-top: -50px;
  }
  .mt-minus30-sm {
    margin-top: -30px;
  }
  .mt-minus15-sm {
    margin-top: -15px;
  }
  .mt-minus10-sm {
    margin-top: -10px;
  }
  .mt-minus5-sm {
    margin-top: -5px;
  }
  .mt0-sm {
    margin-top: 0;
  }
  .mt5-sm {
    margin-top: 5px;
  }
  .mt10-sm {
    margin-top: 10px;
  }
  .mt15-sm {
    margin-top: 15px;
  }
  .mt20-sm {
    margin-top: 20px;
  }
  .mt25-sm {
    margin-top: 25px;
  }
  .mt30-sm {
    margin-top: 30px;
  }
  .mt35-sm {
    margin-top: 35px;
  }
  .mt40-sm {
    margin-top: 40px;
  }
  .mt45-sm {
    margin-top: 45px;
  }
  .mt50-sm {
    margin-top: 50px;
  }
  .mt75-sm {
    margin-top: 75px;
  }
  .mt100-sm {
    margin-top: 100px;
  }
  .mr-minus15-sm {
    margin-right: -15px;
  }
  .mr-minus10 {
    margin-right: -10px;
  }
  .mr-minus5-sm {
    margin-right: -5px;
  }
  .mr0-sm {
    margin-right: 0;
  }
  .mr5-sm {
    margin-right: 5px;
  }
  .mr10-sm {
    margin-right: 10px;
  }
  .mr15-sm {
    margin-right: 15px;
  }
  .mr20-sm {
    margin-right: 20px;
  }
  .mr25-sm {
    margin-right: 25px;
  }
  .mr30-sm {
    margin-right: 30px;
  }
  .mr35-sm {
    margin-right: 35px;
  }
  .mr40-sm {
    margin-right: 40px;
  }
  .mr45-sm {
    margin-right: 45px;
  }
  .mr50-sm {
    margin-right: 50px;
  }
  .mr75-sm {
    margin-right: 75px;
  }
  .mr100-sm {
    margin-right: 100px;
  }
  .mb-minus15-sm {
    margin-bottom: -15px;
  }
  .mb-minus10-sm {
    margin-bottom: -10px;
  }
  .mb-minus5-sm {
    margin-bottom: -5px;
  }
  .mb0-sm {
    margin-bottom: 0;
  }
  .mb5-sm {
    margin-bottom: 5px;
  }
  .mb10-sm {
    margin-bottom: 10px;
  }
  .mb15-sm {
    margin-bottom: 15px;
  }
  .mb20-sm {
    margin-bottom: 20px;
  }
  .mb25-sm {
    margin-bottom: 25px;
  }
  .mb30-sm {
    margin-bottom: 30px;
  }
  .mb35-sm {
    margin-bottom: 35px;
  }
  .mb40-sm {
    margin-bottom: 40px;
  }
  .mb45-sm {
    margin-bottom: 45px;
  }
  .mb50-sm {
    margin-bottom: 50px;
  }
  .mb75-sm {
    margin-bottom: 75px;
  }
  .mb100-sm {
    margin-bottom: 100px;
  }
  .ml-minus15-sm {
    margin-left: -15px;
  }
  .ml-minus10-sm {
    margin-left: -10px;
  }
  .ml-minus5-sm {
    margin-left: -5px;
  }
  .ml0-sm {
    margin-left: 0;
  }
  .ml5-sm {
    margin-left: 5px;
  }
  .ml10-sm {
    margin-left: 10px;
  }
  .ml15-sm {
    margin-left: 15px;
  }
  .ml20-sm {
    margin-left: 20px;
  }
  .ml25-sm {
    margin-left: 25px;
  }
  .ml30-sm {
    margin-left: 30px;
  }
  .ml35-sm {
    margin-left: 35px;
  }
  .ml40-sm {
    margin-left: 40px;
  }
  .ml45-sm {
    margin-left: 45px;
  }
  .ml50-sm {
    margin-left: 35px;
  }
  .ml75-sm {
    margin-left: 75px;
  }
  .ml100-sm {
    margin-left: 100px;
  }
  .pt-minus5-sm {
    padding-top: -5px;
  }
  .pt0-sm {
    padding-top: 0;
  }
  .pt5-sm {
    padding-top: 5px;
  }
  .pt10-sm {
    padding-top: 10px;
  }
  .pt15-sm {
    padding-top: 15px;
  }
  .pt20-sm {
    padding-top: 20px;
  }
  .pt25-sm {
    padding-top: 25px;
  }
  .pt30-sm {
    padding-top: 30px;
  }
  .pt35-sm {
    padding-top: 35px;
  }
  .pt40-sm {
    padding-top: 40px;
  }
  .pt45-sm {
    padding-top: 45px;
  }
  .pt50-sm {
    padding-top: 50px;
  }
  .pt75-sm {
    padding-top: 75px;
  }
  .pt100-sm {
    padding-top: 100px;
  }
  .pr-minus5-sm {
    padding-right: -5px;
  }
  .pr0-sm {
    padding-right: 0;
  }
  .pr5-sm {
    padding-right: 5px;
  }
  .pr10-sm {
    padding-right: 10px;
  }
  .pr15-sm {
    padding-right: 15px;
  }
  .pr20-sm {
    padding-right: 20px;
  }
  .pr25-sm {
    padding-right: 25px;
  }
  .pr30-sm {
    padding-right: 30px;
  }
  .pr35-sm {
    padding-right: 35px;
  }
  .pr40-sm {
    padding-right: 40px;
  }
  .pr45-sm {
    padding-right: 45px;
  }
  .pr50-sm {
    padding-right: 50px;
  }
  .pr75-sm {
    padding-right: 75px;
  }
  .pr100-sm {
    padding-right: 100px;
  }
  .pb-minus5-sm {
    padding-bottom: -5px;
  }
  .pb0-sm {
    padding-bottom: 0;
  }
  .pb5-sm {
    padding-bottom: 5px;
  }
  .pb10-sm {
    padding-bottom: 10px;
  }
  .pb15-sm {
    padding-bottom: 15px;
  }
  .pb20-sm {
    padding-bottom: 20px;
  }
  .pb25-sm {
    padding-bottom: 25px;
  }
  .pb30-sm {
    padding-bottom: 30px;
  }
  .pb35-sm {
    padding-bottom: 35px;
  }
  .pb40-sm {
    padding-bottom: 40px;
  }
  .pb45-sm {
    padding-bottom: 45px;
  }
  .pb50-sm {
    padding-bottom: 50px;
  }
  .pb75-sm {
    padding-bottom: 75px;
  }
  .pb100-sm {
    padding-bottom: 100px;
  }
  .pl-minus5-sm {
    padding-left: -5px;
  }
  .pl0-sm {
    padding-left: 0;
  }
  .pl5-sm {
    padding-left: 5px;
  }
  .pl10-sm {
    padding-left: 10px;
  }
  .pl15-sm {
    padding-left: 15px;
  }
  .pl20-sm {
    padding-left: 20px;
  }
  .pl25-sm {
    padding-left: 25px;
  }
  .pl30-sm {
    padding-left: 30px;
  }
  .pl35-sm {
    padding-left: 35px;
  }
  .pl40-sm {
    padding-left: 40px;
  }
  .pl45-sm {
    padding-left: 45px;
  }
  .pl50-sm {
    padding-left: 35px;
  }
  .pl75-sm {
    padding-left: 75px;
  }
  .pl100-sm {
    padding-left: 100px;
  }
  .p5-sm {
    padding: 5px;
  }
  .p10-sm {
    padding: 10px;
  }
  .p15-sm {
    padding: 15px;
  }
  .p20-sm {
    padding: 20px;
  }
  .p25-sm {
    padding: 25px;
  }
  .p30-sm {
    padding: 30px;
  }
  .p35-sm {
    padding: 35px;
  }
  .p40-sm {
    padding: 40px;
  }
  .p45-sm {
    padding: 45px;
  }
  .p50-sm {
    padding: 50px;
  }
  .p60-sm {
    padding: 60px;
  }
  .p75-sm {
    padding: 75px;
  }
  .p100-sm {
    padding: 100px;
  }
  .lh25-sm {
    line-height: 25px !important;
  }
  .lh50-sm {
    line-height: 50px !important;
  }
  .lh75-sm {
    line-height: 75px !important;
  }
  .lh100-sm {
    line-height: 100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .full-screen-md {
    min-height: 600px;
    min-width: 100vw;
  }
  .three-quarter-screen-md {
    min-height: 350px !important;
    min-width: 100vw;
  }
  .half-screen-md {
    min-height: 300px !important;
    min-width: 100vw;
  }
  .quarter-screen-md {
    min-height: 225px;
    min-width: 100vw;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
  }
  .text-right-md {
    text-align: right;
  }
  .fill-md {
    height: 100%;
    width: 100%;
  }
  .no-animate-md {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
  }
  .animate-fast-md {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-backface-visibility: hidden;
  }
  .scale-0-md {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .scale-1-md {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .z-b3-md {
    z-index: -3;
  }
  .z-b2-md {
    z-index: -2;
  }
  .z-b1-md {
    z-index: -1;
  }
  .z-ground-md {
    z-index: 0;
  }
  .z-l1-md {
    z-index: 1;
  }
  .z-l2-md {
    z-index: 2;
  }
  .z-l3-md {
    z-index: 3;
  }
  .position-r-md {
    position: relative;
  }
  .position-a-md {
    position: absolute;
  }
  .position-f-md {
    position: fixed;
  }
  .display-i-md {
    display: inline;
  }
  .display-b-md {
    display: block;
  }
  .display-ib-md {
    display: inline-block;
  }
  .display-t-md {
    display: table;
  }
  .display-tc-md {
    display: table-cell;
  }
  .valign-t-md {
    vertical-align: top;
  }
  .valign-m-md {
    vertical-align: middle;
  }
  .valign-b-md {
    vertical-align: bottom;
  }
  .vcenter-md {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .hcenter-md {
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-md {
    position: absolute;
    bottom: 0;
  }
  .top-md {
    position: absolute;
    top: 0;
  }
  .left-md {
    position: absolute;
    left: 0;
  }
  .right-md {
    position: absolute;
    right: 0;
  }
  .width100-md {
    width: 100%;
  }
  .height100-md {
    height: 100%;
  }
  .no-padding-md {
    padding: 0 !important;
    margin: 0 !important;
  }
  .no-padding-left-md {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-right-md {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .no-border-md {
    border: none !important;
  }
  .no-border-top-md {
    border-top: none !important;
  }
  .no-border-left-md {
    border-left: none !important;
  }
  .no-border-right-md {
    border-right: none !important;
  }
  .no-border-bottom-md {
    border-bottom: none !important;
  }
  .mw25-md {
    max-width: 25px;
  }
  .mw50-md {
    max-width: 50px;
  }
  .mw75-md {
    max-width: 75px;
  }
  .mw100-md {
    max-width: 100px;
  }
  .mw150-md {
    max-width: 150px;
  }
  .mw175-md {
    max-width: 175px;
  }
  .mw200-md {
    max-width: 200px;
  }
  .mw250-md {
    max-width: 250px;
  }
  .mw300-md {
    max-width: 300px;
  }
  .mw350-md {
    max-width: 350px;
  }
  .mw400-md {
    max-width: 400px;
  }
  .mw450-md {
    max-width: 450px;
  }
  .mw500-md {
    max-width: 500px;
  }
  .mw550-md {
    max-width: 550px;
  }
  .mw600-md {
    max-width: 600px;
  }
  .mw650-md {
    max-width: 650px;
  }
  .mw650-md {
    max-width: 650px;
  }
  .mw750-md {
    max-width: 750px;
  }
  .mw800-md {
    max-width: 800px;
  }
  .mw850-md {
    max-width: 850px;
  }
  .mw900-md {
    max-width: 900px;
  }
  .mw950-md {
    max-width: 950px;
  }
  .mw1000-md {
    max-width: 1000px;
  }
  .mw1050-md {
    max-width: 1050px;
  }
  .mw1100-md {
    max-width: 1100px;
  }
  .mw1150-md {
    max-width: 1150px;
  }
  .mh25-md {
    min-height: 25px;
  }
  .mh50-md {
    min-height: 50px;
  }
  .mh75-md {
    min-height: 75px;
  }
  .mh100-md {
    min-height: 100px;
  }
  .mh125-md {
    min-height: 125px;
  }
  .mh150-md {
    min-height: 150px;
  }
  .mh200-md {
    min-height: 200px;
  }
  .mh250-md {
    min-height: 250px;
  }
  .mh300-md {
    min-height: 300px;
  }
  .mh350-md {
    min-height: 350px;
  }
  .mh400-md {
    min-height: 400px;
  }
  .mh450-md {
    min-height: 450px;
  }
  .mh500-md {
    min-height: 500px;
  }
  .mh550-md {
    min-height: 550px;
  }
  .mh600-md {
    min-height: 600px;
  }
  .mh650-md {
    min-height: 650px;
  }
  .mh700-md {
    min-height: 700px;
  }
  .mh750-md {
    min-height: 750px;
  }
  .mh800-md {
    min-height: 800px;
  }
  .mh850-md {
    min-height: 850px;
  }
  .mh900-md {
    min-height: 900px;
  }
  .mh950-md {
    min-height: 950px;
  }
  .mh1000-md {
    min-height: 1000px;
  }
  .mh1050-md {
    min-height: 1050px;
  }
  .mh1100-md {
    min-height: 1100px;
  }
  .mh1150-md {
    min-height: 1150px;
  }
  .mh1200-md {
    min-height: 1200px;
  }
  .mh1250-md {
    min-height: 1250px;
  }
  .mh1300-md {
    min-height: 1300px;
  }
  .mt-minus50-md {
    margin-top: -50px;
  }
  .mt-minus30-md {
    margin-top: -30px;
  }
  .mt-minus15-md {
    margin-top: -15px;
  }
  .mt-minus10-md {
    margin-top: -10px;
  }
  .mt-minus5-md {
    margin-top: -5px;
  }
  .mt0-md {
    margin-top: 0;
  }
  .mt5-md {
    margin-top: 5px;
  }
  .mt10-md {
    margin-top: 10px;
  }
  .mt15-md {
    margin-top: 15px;
  }
  .mt20-md {
    margin-top: 20px;
  }
  .mt25-md {
    margin-top: 25px;
  }
  .mt30-md {
    margin-top: 30px;
  }
  .mt35-md {
    margin-top: 35px;
  }
  .mt40-md {
    margin-top: 40px;
  }
  .mt45-md {
    margin-top: 45px;
  }
  .mt50-md {
    margin-top: 50px;
  }
  .mt75-md {
    margin-top: 75px;
  }
  .mt100-md {
    margin-top: 100px;
  }
  .mr-minus15-md {
    margin-right: -15px;
  }
  .mr-minus10 {
    margin-right: -10px;
  }
  .mr-minus5-md {
    margin-right: -5px;
  }
  .mr0-md {
    margin-right: 0;
  }
  .mr5-md {
    margin-right: 5px;
  }
  .mr10-md {
    margin-right: 10px;
  }
  .mr15-md {
    margin-right: 15px;
  }
  .mr20-md {
    margin-right: 20px;
  }
  .mr25-md {
    margin-right: 25px;
  }
  .mr30-md {
    margin-right: 30px;
  }
  .mr35-md {
    margin-right: 35px;
  }
  .mr40-md {
    margin-right: 40px;
  }
  .mr45-md {
    margin-right: 45px;
  }
  .mr50-md {
    margin-right: 50px;
  }
  .mr75-md {
    margin-right: 75px;
  }
  .mr100-md {
    margin-right: 100px;
  }
  .mb-minus15-md {
    margin-bottom: -15px;
  }
  .mb-minus10-md {
    margin-bottom: -10px;
  }
  .mb-minus5-md {
    margin-bottom: -5px;
  }
  .mb0-md {
    margin-bottom: 0;
  }
  .mb5-md {
    margin-bottom: 5px;
  }
  .mb10-md {
    margin-bottom: 10px;
  }
  .mb15-md {
    margin-bottom: 15px;
  }
  .mb20-md {
    margin-bottom: 20px;
  }
  .mb25-md {
    margin-bottom: 25px;
  }
  .mb30-md {
    margin-bottom: 30px;
  }
  .mb35-md {
    margin-bottom: 35px;
  }
  .mb40-md {
    margin-bottom: 40px;
  }
  .mb45-md {
    margin-bottom: 45px;
  }
  .mb50-md {
    margin-bottom: 50px;
  }
  .mb75-md {
    margin-bottom: 75px;
  }
  .mb100-md {
    margin-bottom: 100px;
  }
  .ml-minus15-md {
    margin-left: -15px;
  }
  .ml-minus10-md {
    margin-left: -10px;
  }
  .ml-minus5-md {
    margin-left: -5px;
  }
  .ml0-md {
    margin-left: 0;
  }
  .ml5-md {
    margin-left: 5px;
  }
  .ml10-md {
    margin-left: 10px;
  }
  .ml15-md {
    margin-left: 15px;
  }
  .ml20-md {
    margin-left: 20px;
  }
  .ml25-md {
    margin-left: 25px;
  }
  .ml30-md {
    margin-left: 30px;
  }
  .ml35-md {
    margin-left: 35px;
  }
  .ml40-md {
    margin-left: 40px;
  }
  .ml45-md {
    margin-left: 45px;
  }
  .ml50-md {
    margin-left: 35px;
  }
  .ml75-md {
    margin-left: 75px;
  }
  .ml100-md {
    margin-left: 100px;
  }
  .pt-minus5-md {
    padding-top: -5px;
  }
  .pt0-md {
    padding-top: 0;
  }
  .pt5-md {
    padding-top: 5px;
  }
  .pt10-md {
    padding-top: 10px;
  }
  .pt15-md {
    padding-top: 15px;
  }
  .pt20-md {
    padding-top: 20px;
  }
  .pt25-md {
    padding-top: 25px;
  }
  .pt30-md {
    padding-top: 30px;
  }
  .pt35-md {
    padding-top: 35px;
  }
  .pt40-md {
    padding-top: 40px;
  }
  .pt45-md {
    padding-top: 45px;
  }
  .pt50-md {
    padding-top: 50px;
  }
  .pt75-md {
    padding-top: 75px;
  }
  .pt100-md {
    padding-top: 100px;
  }
  .pr-minus5-md {
    padding-right: -5px;
  }
  .pr0-md {
    padding-right: 0;
  }
  .pr5-md {
    padding-right: 5px;
  }
  .pr10-md {
    padding-right: 10px;
  }
  .pr15-md {
    padding-right: 15px;
  }
  .pr20-md {
    padding-right: 20px;
  }
  .pr25-md {
    padding-right: 25px;
  }
  .pr30-md {
    padding-right: 30px;
  }
  .pr35-md {
    padding-right: 35px;
  }
  .pr40-md {
    padding-right: 40px;
  }
  .pr45-md {
    padding-right: 45px;
  }
  .pr50-md {
    padding-right: 50px;
  }
  .pr75-md {
    padding-right: 75px;
  }
  .pr100-md {
    padding-right: 100px;
  }
  .pb-minus5-md {
    padding-bottom: -5px;
  }
  .pb0-md {
    padding-bottom: 0;
  }
  .pb5-md {
    padding-bottom: 5px;
  }
  .pb10-md {
    padding-bottom: 10px;
  }
  .pb15-md {
    padding-bottom: 15px;
  }
  .pb20-md {
    padding-bottom: 20px;
  }
  .pb25-md {
    padding-bottom: 25px;
  }
  .pb30-md {
    padding-bottom: 30px;
  }
  .pb35-md {
    padding-bottom: 35px;
  }
  .pb40-md {
    padding-bottom: 40px;
  }
  .pb45-md {
    padding-bottom: 45px;
  }
  .pb50-md {
    padding-bottom: 50px;
  }
  .pb75-md {
    padding-bottom: 75px;
  }
  .pb100-md {
    padding-bottom: 100px;
  }
  .pl-minus5-md {
    padding-left: -5px;
  }
  .pl0-md {
    padding-left: 0;
  }
  .pl5-md {
    padding-left: 5px;
  }
  .pl10-md {
    padding-left: 10px;
  }
  .pl15-md {
    padding-left: 15px;
  }
  .pl20-md {
    padding-left: 20px;
  }
  .pl25-md {
    padding-left: 25px;
  }
  .pl30-md {
    padding-left: 30px;
  }
  .pl35-md {
    padding-left: 35px;
  }
  .pl40-md {
    padding-left: 40px;
  }
  .pl45-md {
    padding-left: 45px;
  }
  .pl50-md {
    padding-left: 35px;
  }
  .pl75-md {
    padding-left: 75px;
  }
  .pl100-md {
    padding-left: 100px;
  }
  .p5-md {
    padding: 5px;
  }
  .p10-md {
    padding: 10px;
  }
  .p15-md {
    padding: 15px;
  }
  .p20-md {
    padding: 20px;
  }
  .p25-md {
    padding: 25px;
  }
  .p30-md {
    padding: 30px;
  }
  .p35-md {
    padding: 35px;
  }
  .p40-md {
    padding: 40px;
  }
  .p45-md {
    padding: 45px;
  }
  .p50-md {
    padding: 50px;
  }
  .p60-md {
    padding: 60px;
  }
  .p75-md {
    padding: 75px;
  }
  .p100-md {
    padding: 100px;
  }
  .lh25-md {
    line-height: 25px !important;
  }
  .lh50-md {
    line-height: 50px !important;
  }
  .lh75-md {
    line-height: 75px !important;
  }
  .lh100-md {
    line-height: 100px !important;
  }
}
@media (min-width: 1200px) {
  .full-screen-lg {
    min-height: 1020px;
    min-width: 100vw;
  }
  .three-quarter-screen-lg {
    min-height: 765px;
    min-width: 100vw;
  }
  .half-screen-lg {
    min-height: 510px;
    min-width: 100vw;
  }
  .quarter-screen-lg {
    min-height: 255px;
    min-width: 100vw;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
  }
  .text-right-lg {
    text-align: right;
  }
  .fill-lg {
    height: 100%;
    width: 100%;
  }
  .no-animate-lg {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-backface-visibility: hidden;
  }
  .animate-fast-lg {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-backface-visibility: hidden;
  }
  .scale-0-lg {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .scale-1-lg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .z-b3-lg {
    z-index: -3;
  }
  .z-b2-lg {
    z-index: -2;
  }
  .z-b1-lg {
    z-index: -1;
  }
  .z-ground-lg {
    z-index: 0;
  }
  .z-l1-lg {
    z-index: 1;
  }
  .z-l2-lg {
    z-index: 2;
  }
  .z-l3-lg {
    z-index: 3;
  }
  .position-r-lg {
    position: relative;
  }
  .position-a-lg {
    position: absolute;
  }
  .position-f-lg {
    position: fixed;
  }
  .display-i-lg {
    display: inline;
  }
  .display-b-lg {
    display: block;
  }
  .display-ib-lg {
    display: inline-block;
  }
  .display-t-lg {
    display: table;
  }
  .display-tc-lg {
    display: table-cell;
  }
  .valign-t-lg {
    vertical-align: top;
  }
  .valign-m-lg {
    vertical-align: middle;
  }
  .valign-b-lg {
    vertical-align: bottom;
  }
  .vcenter-lg {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .hcenter-lg {
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-lg {
    position: absolute;
    bottom: 0;
  }
  .top-lg {
    position: absolute;
    top: 0;
  }
  .left-lg {
    position: absolute;
    left: 0;
  }
  .right-lg {
    position: absolute;
    right: 0;
  }
  .width100-lg {
    width: 100%;
  }
  .height100-lg {
    height: 100%;
  }
  .no-padding-lg {
    padding: 0 !important;
    margin: 0 !important;
  }
  .no-padding-left-lg {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .no-padding-right-lg {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .no-border-lg {
    border: none !important;
  }
  .no-border-top-lg {
    border-top: none !important;
  }
  .no-border-left-lg {
    border-left: none !important;
  }
  .no-border-right-lg {
    border-right: none !important;
  }
  .no-border-bottom-lg {
    border-bottom: none !important;
  }
  .mw25-lg {
    max-width: 25px;
  }
  .mw50-lg {
    max-width: 50px;
  }
  .mw75-lg {
    max-width: 75px;
  }
  .mw100-lg {
    max-width: 100px;
  }
  .mw150-lg {
    max-width: 150px;
  }
  .mw175-lg {
    max-width: 175px;
  }
  .mw200-lg {
    max-width: 200px;
  }
  .mw250-lg {
    max-width: 250px;
  }
  .mw300-lg {
    max-width: 300px;
  }
  .mw350-lg {
    max-width: 350px;
  }
  .mw400-lg {
    max-width: 400px;
  }
  .mw450-lg {
    max-width: 450px;
  }
  .mw500-lg {
    max-width: 500px;
  }
  .mw550-lg {
    max-width: 550px;
  }
  .mw600-lg {
    max-width: 600px;
  }
  .mw650-lg {
    max-width: 650px;
  }
  .mw650-lg {
    max-width: 650px;
  }
  .mw750-lg {
    max-width: 750px;
  }
  .mw800-lg {
    max-width: 800px;
  }
  .mw850-lg {
    max-width: 850px;
  }
  .mw900-lg {
    max-width: 900px;
  }
  .mw950-lg {
    max-width: 950px;
  }
  .mw1000-lg {
    max-width: 1000px;
  }
  .mw1050-lg {
    max-width: 1050px;
  }
  .mw1100-lg {
    max-width: 1100px;
  }
  .mw1150-lg {
    max-width: 1150px;
  }
  .mh25-lg {
    min-height: 25px;
  }
  .mh50-lg {
    min-height: 50px;
  }
  .mh75-lg {
    min-height: 75px;
  }
  .mh100-lg {
    min-height: 100px;
  }
  .mh125-lg {
    min-height: 125px;
  }
  .mh150-lg {
    min-height: 150px;
  }
  .mh200-lg {
    min-height: 200px;
  }
  .mh250-lg {
    min-height: 250px;
  }
  .mh300-lg {
    min-height: 300px;
  }
  .mh350-lg {
    min-height: 350px;
  }
  .mh400-lg {
    min-height: 400px;
  }
  .mh450-lg {
    min-height: 450px;
  }
  .mh500-lg {
    min-height: 500px;
  }
  .mh550-lg {
    min-height: 550px;
  }
  .mh600-lg {
    min-height: 600px;
  }
  .mh650-lg {
    min-height: 650px;
  }
  .mh700-lg {
    min-height: 700px;
  }
  .mh750-lg {
    min-height: 750px;
  }
  .mh800-lg {
    min-height: 800px;
  }
  .mh850-lg {
    min-height: 850px;
  }
  .mh900-lg {
    min-height: 900px;
  }
  .mh950-lg {
    min-height: 950px;
  }
  .mh1000-lg {
    min-height: 1000px;
  }
  .mh1050-lg {
    min-height: 1050px;
  }
  .mh1100-lg {
    min-height: 1100px;
  }
  .mh1150-lg {
    min-height: 1150px;
  }
  .mh1200-lg {
    min-height: 1200px;
  }
  .mh1250-lg {
    min-height: 1250px;
  }
  .mh1300-lg {
    min-height: 1300px;
  }
  .mt-minus50-lg {
    margin-top: -50px;
  }
  .mt-minus30-lg {
    margin-top: -30px;
  }
  .mt-minus15-lg {
    margin-top: -15px;
  }
  .mt-minus10-lg {
    margin-top: -10px;
  }
  .mt-minus5-lg {
    margin-top: -5px;
  }
  .mt0-lg {
    margin-top: 0;
  }
  .mt5-lg {
    margin-top: 5px;
  }
  .mt10-lg {
    margin-top: 10px;
  }
  .mt15-lg {
    margin-top: 15px;
  }
  .mt20-lg {
    margin-top: 20px;
  }
  .mt25-lg {
    margin-top: 25px;
  }
  .mt30-lg {
    margin-top: 30px;
  }
  .mt35-lg {
    margin-top: 35px;
  }
  .mt40-lg {
    margin-top: 40px;
  }
  .mt45-lg {
    margin-top: 45px;
  }
  .mt50-lg {
    margin-top: 50px;
  }
  .mt75-lg {
    margin-top: 75px;
  }
  .mt100-lg {
    margin-top: 100px;
  }
  .mr-minus15-lg {
    margin-right: -15px;
  }
  .mr-minus10 {
    margin-right: -10px;
  }
  .mr-minus5-lg {
    margin-right: -5px;
  }
  .mr0-lg {
    margin-right: 0;
  }
  .mr5-lg {
    margin-right: 5px;
  }
  .mr10-lg {
    margin-right: 10px;
  }
  .mr15-lg {
    margin-right: 15px;
  }
  .mr20-lg {
    margin-right: 20px;
  }
  .mr25-lg {
    margin-right: 25px;
  }
  .mr30-lg {
    margin-right: 30px;
  }
  .mr35-lg {
    margin-right: 35px;
  }
  .mr40-lg {
    margin-right: 40px;
  }
  .mr45-lg {
    margin-right: 45px;
  }
  .mr50-lg {
    margin-right: 50px;
  }
  .mr75-lg {
    margin-right: 75px;
  }
  .mr100-lg {
    margin-right: 100px;
  }
  .mb-minus15-lg {
    margin-bottom: -15px;
  }
  .mb-minus10-lg {
    margin-bottom: -10px;
  }
  .mb-minus5-lg {
    margin-bottom: -5px;
  }
  .mb0-lg {
    margin-bottom: 0;
  }
  .mb5-lg {
    margin-bottom: 5px;
  }
  .mb10-lg {
    margin-bottom: 10px;
  }
  .mb15-lg {
    margin-bottom: 15px;
  }
  .mb20-lg {
    margin-bottom: 20px;
  }
  .mb25-lg {
    margin-bottom: 25px;
  }
  .mb30-lg {
    margin-bottom: 30px;
  }
  .mb35-lg {
    margin-bottom: 35px;
  }
  .mb40-lg {
    margin-bottom: 40px;
  }
  .mb45-lg {
    margin-bottom: 45px;
  }
  .mb50-lg {
    margin-bottom: 50px;
  }
  .mb75-lg {
    margin-bottom: 75px;
  }
  .mb100-lg {
    margin-bottom: 100px;
  }
  .ml-minus40-lg {
    margin-left: -40px;
  }
  .ml-minus15-lg {
    margin-left: -15px;
  }
  .ml-minus10-lg {
    margin-left: -10px;
  }
  .ml-minus5-lg {
    margin-left: -5px;
  }
  .ml0-lg {
    margin-left: 0;
  }
  .ml5-lg {
    margin-left: 5px;
  }
  .ml10-lg {
    margin-left: 10px;
  }
  .ml15-lg {
    margin-left: 15px;
  }
  .ml20-lg {
    margin-left: 20px;
  }
  .ml25-lg {
    margin-left: 25px;
  }
  .ml30-lg {
    margin-left: 30px;
  }
  .ml35-lg {
    margin-left: 35px;
  }
  .ml40-lg {
    margin-left: 40px;
  }
  .ml45-lg {
    margin-left: 45px;
  }
  .ml50-lg {
    margin-left: 35px;
  }
  .ml75-lg {
    margin-left: 75px;
  }
  .ml100-lg {
    margin-left: 100px;
  }
  .pt-minus5-lg {
    padding-top: -5px;
  }
  .pt0-lg {
    padding-top: 0;
  }
  .pt5-lg {
    padding-top: 5px;
  }
  .pt10-lg {
    padding-top: 10px;
  }
  .pt15-lg {
    padding-top: 15px;
  }
  .pt20-lg {
    padding-top: 20px;
  }
  .pt25-lg {
    padding-top: 25px;
  }
  .pt30-lg {
    padding-top: 30px;
  }
  .pt35-lg {
    padding-top: 35px;
  }
  .pt40-lg {
    padding-top: 40px;
  }
  .pt45-lg {
    padding-top: 45px;
  }
  .pt50-lg {
    padding-top: 50px;
  }
  .pt75-lg {
    padding-top: 75px;
  }
  .pt100-lg {
    padding-top: 100px;
  }
  .pr-minus5-lg {
    padding-right: -5px;
  }
  .pr0-lg {
    padding-right: 0;
  }
  .pr5-lg {
    padding-right: 5px;
  }
  .pr10-lg {
    padding-right: 10px;
  }
  .pr15-lg {
    padding-right: 15px;
  }
  .pr20-lg {
    padding-right: 20px;
  }
  .pr25-lg {
    padding-right: 25px;
  }
  .pr30-lg {
    padding-right: 30px;
  }
  .pr35-lg {
    padding-right: 35px;
  }
  .pr40-lg {
    padding-right: 40px;
  }
  .pr45-lg {
    padding-right: 45px;
  }
  .pr50-lg {
    padding-right: 50px;
  }
  .pr75-lg {
    padding-right: 75px;
  }
  .pr100-lg {
    padding-right: 100px;
  }
  .pb-minus5-lg {
    padding-bottom: -5px;
  }
  .pb0-lg {
    padding-bottom: 0;
  }
  .pb5-lg {
    padding-bottom: 5px;
  }
  .pb10-lg {
    padding-bottom: 10px;
  }
  .pb15-lg {
    padding-bottom: 15px;
  }
  .pb20-lg {
    padding-bottom: 20px;
  }
  .pb25-lg {
    padding-bottom: 25px;
  }
  .pb30-lg {
    padding-bottom: 30px;
  }
  .pb35-lg {
    padding-bottom: 35px;
  }
  .pb40-lg {
    padding-bottom: 40px;
  }
  .pb45-lg {
    padding-bottom: 45px;
  }
  .pb50-lg {
    padding-bottom: 50px;
  }
  .pb75-lg {
    padding-bottom: 75px;
  }
  .pb100-lg {
    padding-bottom: 100px;
  }
  .pl-minus5-lg {
    padding-left: -5px;
  }
  .pl0-lg {
    padding-left: 0;
  }
  .pl5-lg {
    padding-left: 5px;
  }
  .pl10-lg {
    padding-left: 10px;
  }
  .pl15-lg {
    padding-left: 15px;
  }
  .pl20-lg {
    padding-left: 20px;
  }
  .pl25-lg {
    padding-left: 25px;
  }
  .pl30-lg {
    padding-left: 30px;
  }
  .pl35-lg {
    padding-left: 35px;
  }
  .pl40-lg {
    padding-left: 40px;
  }
  .pl45-lg {
    padding-left: 45px;
  }
  .pl50-lg {
    padding-left: 35px;
  }
  .pl75-lg {
    padding-left: 75px;
  }
  .pl100-lg {
    padding-left: 100px;
  }
  .p5-lg {
    padding: 5px;
  }
  .p10-lg {
    padding: 10px;
  }
  .p15-lg {
    padding: 15px;
  }
  .p20-lg {
    padding: 20px;
  }
  .p25-lg {
    padding: 25px;
  }
  .p30-lg {
    padding: 30px;
  }
  .p35-lg {
    padding: 35px;
  }
  .p40-lg {
    padding: 40px;
  }
  .p45-lg {
    padding: 45px;
  }
  .p50-lg {
    padding: 50px;
  }
  .p60-lg {
    padding: 60px;
  }
  .p75-lg {
    padding: 75px;
  }
  .p100-lg {
    padding: 100px;
  }
  .lh25-lg {
    line-height: 25px !important;
  }
  .lh50-lg {
    line-height: 50px !important;
  }
  .lh75-lg {
    line-height: 75px !important;
  }
  .lh100-lg {
    line-height: 100px !important;
  }
}
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
}
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}
.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.popover[class*="tour-"] {
  z-index: 1102;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
/* Variables
================================================== */
@-webkit-keyframes pg-pulse {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1) skew(0) translate(0);
    -o-transform: rotate(0) scale(1) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1) skew(0) translate(0);
    transform: rotate(0) scale(1) skew(0) translate(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -o-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1.3) skew(0) translate(0);
    transform: rotate(0) scale(1.3) skew(0) translate(0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
  }
}
@-moz-keyframes pg-pulse {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1) skew(0) translate(0);
    -o-transform: rotate(0) scale(1) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1) skew(0) translate(0);
    transform: rotate(0) scale(1) skew(0) translate(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -o-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1.3) skew(0) translate(0);
    transform: rotate(0) scale(1.3) skew(0) translate(0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
  }
}
@-ms-keyframes pg-pulse {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1) skew(0) translate(0);
    -o-transform: rotate(0) scale(1) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1) skew(0) translate(0);
    transform: rotate(0) scale(1) skew(0) translate(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -o-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1.3) skew(0) translate(0);
    transform: rotate(0) scale(1.3) skew(0) translate(0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
  }
}
@-o-keyframes pg-pulse {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1) skew(0) translate(0);
    -o-transform: rotate(0) scale(1) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1) skew(0) translate(0);
    transform: rotate(0) scale(1) skew(0) translate(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -o-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1.3) skew(0) translate(0);
    transform: rotate(0) scale(1.3) skew(0) translate(0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
  }
}
@keyframes pg-pulse {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1) skew(0) translate(0);
    -o-transform: rotate(0) scale(1) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1) skew(0) translate(0);
    transform: rotate(0) scale(1) skew(0) translate(0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -moz-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -o-transform: rotate(0) scale(1.3) skew(0) translate(0);
    -ms-transform: rotate(0) scale(1.3) skew(0) translate(0);
    transform: rotate(0) scale(1.3) skew(0) translate(0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
  }
}
.pg-pulse-frames 0% {
  -webkit-transform: rotate(0) scale(1) skew(0) translate(0);
  -moz-transform: rotate(0) scale(1) skew(0) translate(0);
  -o-transform: rotate(0) scale(1) skew(0) translate(0);
  -ms-transform: rotate(0) scale(1) skew(0) translate(0);
  transform: rotate(0) scale(1) skew(0) translate(0);
  opacity: 0.8;
}
.pg-pulse-frames 100% {
  -webkit-transform: rotate(0) scale(1.3) skew(0) translate(0);
  -moz-transform: rotate(0) scale(1.3) skew(0) translate(0);
  -o-transform: rotate(0) scale(1.3) skew(0) translate(0);
  -ms-transform: rotate(0) scale(1.3) skew(0) translate(0);
  transform: rotate(0) scale(1.3) skew(0) translate(0);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  opacity: 0;
}
/* Mixins
================================================== */
.pg-disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pg-enable-select {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/* Page Guide
================================================== */
#pageGuideWrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 13px;
  font-family: 'Helvetica', 'Arial', sans-serif;
}
#pageGuideWrapper #pageGuideToggle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  clear: both;
  color: #444;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 12px;
  height: 60px;
  line-height: 25px;
  padding: 34px 6px 6px 8px;
  position: fixed;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  top: 130px;
  right: -135px;
  /* was originally using @pg-toggle-width */
  width: 210px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 99999;
}
#pageGuideWrapper #pageGuideToggle:before {
  content: "i";
  position: absolute;
  left: 23px;
  top: 6px;
  height: 25px;
  width: 25px;
  font: 20px/26px "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  color: #fff;
  background-color: rgba(255, 140, 0, 0.25);
  border: 3px solid rgba(235, 235, 235, 0.95);
  border-radius: 15px;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
}
#pageGuideWrapper #pageGuideToggle div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  height: 48px;
  width: 135px;
  line-height: 16px;
  overflow: hidden;
  padding: 0 0 0 6px;
  position: absolute;
  right: 0;
  top: 6px;
}
#pageGuideWrapper #pageGuideToggle div span {
  display: block;
  margin: 0 0 0 -118px;
  width: 124px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#pageGuideWrapper #pageGuideToggle a.pageguide-close {
  bottom: -25px;
  color: #444;
  opacity: 0;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: none;
}
#pageGuideWrapper #pageGuideToggle a.pageguide-close:hover {
  color: #cc7000;
}
#pageGuideWrapper .pageguide-guide {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#pageGuideWrapper .pageguide-guide li {
  background-color: #808080;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15) 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15) 0 5px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15) 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15) 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: min-height, max-height 0.1s ease-in-out;
  -moz-transition: min-height, max-height 0.1s ease-in-out;
  -o-transition: min-height, max-height 0.1s ease-in-out;
  -ms-transition: min-height, max-height 0.1s ease-in-out;
  transition: min-height, max-height 0.1s ease-in-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  cursor: pointer;
  display: block;
  height: 46px;
  line-height: 48px;
  min-height: 0px;
  max-height: 0px;
  position: absolute;
  text-align: center;
  width: 50px;
  z-index: 1000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#pageGuideWrapper .pageguide-guide li.expanded {
  opacity: 0.5;
  height: 46px;
  min-height: 15px;
  max-height: 46px;
}
#pageGuideWrapper .pageguide-guide li.expanded:after {
  display: block;
}
#pageGuideWrapper .pageguide-guide li ins {
  background: none;
  color: #fff;
  display: block;
  font-size: 25px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-decoration: none;
  width: 50px;
}
#pageGuideWrapper .pageguide-guide li div {
  display: none;
}
#pageGuideWrapper .pageguide-guide li:after {
  content: " ";
  display: none;
  height: 0;
  position: absolute;
  width: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  top: auto;
  left: auto;
  right: auto;
}
#pageGuideWrapper .pageguide-guide li.pageguide-top {
  -webkit-border-radius: 3px 3px 3px 0;
  -moz-border-radius: 3px 3px 3px 0;
  -o-border-radius: 3px 3px 3px 0;
  border-radius: 3px 3px 3px 0;
}
#pageGuideWrapper .pageguide-guide li.pageguide-top:after {
  border-top: 6px solid #808080;
  border-right: 6px solid transparent;
  bottom: -4px;
  left: 0;
}
#pageGuideWrapper .pageguide-guide li.pageguide-bottom {
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  -o-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}
#pageGuideWrapper .pageguide-guide li.pageguide-bottom:after {
  border-bottom: 6px solid #808080;
  border-right: 6px solid transparent;
  left: 0;
  top: -4px;
}
#pageGuideWrapper .pageguide-guide li.pageguide-right {
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  -o-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}
#pageGuideWrapper .pageguide-guide li.pageguide-right:after {
  border-top: 6px solid #808080;
  border-left: 6px solid transparent;
  left: -4px;
  top: 0;
}
#pageGuideWrapper .pageguide-guide li.pageguide-left {
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  -o-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}
#pageGuideWrapper .pageguide-guide li.pageguide-left:after {
  border-top: 6px solid #808080;
  border-right: 6px solid transparent;
  right: -4px;
  top: 0;
}
#pageGuideWrapper .pageguide-guide li:hover {
  background-color: rgba(255, 140, 0, 0.95);
}
#pageGuideWrapper .pageguide-guide li:hover.pageguide-bottom:after {
  border-bottom: 6px solid rgba(255, 140, 0, 0.95);
}
#pageGuideWrapper .pageguide-guide li:hover.pageguide-right:after,
#pageGuideWrapper .pageguide-guide li:hover.pageguide-left:after,
#pageGuideWrapper .pageguide-guide li:hover.pageguide-top:after {
  border-top: 6px solid rgba(255, 140, 0, 0.95);
}
#pageGuideWrapper .pageguide-guide li.pageguide-active {
  opacity: 1;
  background-color: rgba(255, 140, 0, 0.95);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15) 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15) 0 5px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15) 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15) 0 5px 0 rgba(0, 0, 0, 0.5);
}
#pageGuideWrapper .pageguide-guide li.pageguide-active.pageguide-top:after {
  border-top: 8px solid rgba(255, 140, 0, 0.95);
  border-right: 8px solid transparent;
  bottom: -8px;
}
#pageGuideWrapper .pageguide-guide li.pageguide-active.pageguide-bottom:after {
  border-bottom: 8px solid rgba(255, 140, 0, 0.95);
  border-right: 8px solid transparent;
  top: -8px;
}
#pageGuideWrapper .pageguide-guide li.pageguide-active.pageguide-right:after {
  border-top: 8px solid rgba(255, 140, 0, 0.95);
  border-left: 8px solid transparent;
  left: -8px;
}
#pageGuideWrapper .pageguide-guide li.pageguide-active.pageguide-left:after {
  border-top: 8px solid rgba(255, 140, 0, 0.95);
  border-right: 8px solid transparent;
  right: -8px;
}
#pageGuideWrapper #pageGuideMessage {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  font-size: 16px;
  height: 0;
  margin: 0 5% 0 5%;
  padding: 10px;
  position: fixed;
  width: 90%;
  z-index: 1001;
}
#pageGuideWrapper #pageGuideMessage span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(255, 140, 0, 0.95);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 25px;
  height: 46px;
  left: 40px;
  line-height: 48px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 50px;
  cursor: pointer;
}
#pageGuideWrapper #pageGuideMessage div.pageguide-content {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-weight: 300;
  color: #fff;
  line-height: 22px;
  margin: 10px 90px 0 120px;
  position: relative;
}
#pageGuideWrapper #pageGuideMessage div.pageguide-content a {
  color: #5aa5c8;
}
#pageGuideWrapper #pageGuideMessage div.pageguide-content a:hover {
  color: #fff;
}
#pageGuideWrapper #pageGuideMessage .pageguide-close {
  background-color: #ff8c00;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 26px;
  overflow: hidden;
  position: absolute;
  right: 50px;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 50px;
  cursor: pointer;
}
#pageGuideWrapper #pageGuideMessage .pageguide-back,
#pageGuideWrapper #pageGuideMessage .pageguide-fwd {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent url("/Images/pageguide/pageguide_arrow.png") 10px 4px no-repeat;
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
  width: 30px;
  position: absolute;
  top: 34px;
  left: 10px;
  cursor: pointer;
}
#pageGuideWrapper #pageGuideMessage .pageguide-back {
  -webkit-transform: rotate(-180deg) scale(1) skew(0) translate(0);
  -moz-transform: rotate(-180deg) scale(1) skew(0) translate(0);
  -o-transform: rotate(-180deg) scale(1) skew(0) translate(0);
  -ms-transform: rotate(-180deg) scale(1) skew(0) translate(0);
  transform: rotate(-180deg) scale(1) skew(0) translate(0);
}
#pageGuideWrapper #pageGuideMessage .pageguide-fwd {
  left: 90px;
}
.pageguide-ready #pageGuideWrapper #pageGuideToggle.pageguide-toggle-close {
  right: -135px;
}
.pageguide-ready #pageGuideWrapper #pageGuideToggle.pageguide-toggle-open {
  right: 0;
}
.pageguide-ready #pageGuideWrapper #pageGuideToggle:hover {
  background-color: rgba(0, 0, 0, 0.2);
  right: 0 !important;
}
.pageguide-ready #pageGuideWrapper #pageGuideToggle:hover div span {
  margin: 0;
}
.pageguide-open #pageGuideWrapper #pageGuideToggle {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 140, 0, 0.9);
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  right: 0 !important;
}
.pageguide-open #pageGuideWrapper #pageGuideToggle a {
  opacity: 100;
}
.pageguide-open #pageGuideWrapper #pageGuideToggle div {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.pageguide-open #pageGuideWrapper #pageGuideToggle div span {
  margin: 0;
}
.pageguide-open #pageGuideWrapper #pageGuideToggle:hover {
  background-color: #ffba66;
}
.pageguide-open #pageGuideWrapper #pageGuideToggle:hover div span {
  margin: 0;
}
.pageguide-open #pageGuideShadow {
  pointer-events: none;
}
.pageguide-open .pageguide-shadow {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 140, 0, 0.15);
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 140, 0, 0.35);
  -moz-box-shadow: 0 0 1px 1px rgba(255, 140, 0, 0.35);
  -o-box-shadow: 0 0 1px 1px rgba(255, 140, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(255, 140, 0, 0.35);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  /*.pg-transition(all, 0.5s, ease-out);*/
}
.pageguide-open .pageguide-shadow.pageguide-shadow-active {
  display: block;
  opacity: 100;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 1px 1px rgba(255, 140, 0, 0.35);
  -moz-box-shadow: 0 0 1px 1px rgba(255, 140, 0, 0.35);
  -o-box-shadow: 0 0 1px 1px rgba(255, 140, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(255, 140, 0, 0.35);
}
.pageguide-open .pageguide-shadow.pageguide-shadow-active .pageguide-shadow-pulse {
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  padding: inherit;
  background-color: rgba(255, 140, 0, 0.05);
  z-index: 500;
  pointer-events: none;
  -webkit-box-shadow: 0 0 5px 1px #ff8c00;
  -moz-box-shadow: 0 0 5px 1px #ff8c00;
  -o-box-shadow: 0 0 5px 1px #ff8c00;
  box-shadow: 0 0 5px 1px #ff8c00;
  -webkit-animation-name: pg-pulse;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: pg-pulse;
  -moz-animation-duration: 0.7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease-out;
  -o-animation-name: pg-pulse;
  -o-animation-duration: 0.7s;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-timing-function: ease-out;
  -ms-animation-name: pg-pulse;
  -ms-animation-duration: 0.7s;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-timing-function: ease-out;
  animation-name: pg-pulse;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
}
.tooltip-validation {
  position: relative;
  visibility: visible;
}
.tooltip-validation .tooltiptext-validation {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  max-width: 700px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
  top: -10px;
  right: 150%;
}
.tooltiptext-validation-left {
  left: 150%;
  right: initial!important;
}
.medium-tooltip {
  width: 200px;
}
@media (min-width: 768px) {
  .large-tooltip {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .large-tooltip {
    width: 200px;
  }
}
.tooltip-validation:hover .tooltiptext-validation {
  visibility: visible;
  opacity: 1;
}
.tooltip-validation.forcehover .tooltiptext-validation {
  visibility: visible;
  opacity: 1;
}
/* Components */
input,
button {
  border: none;
}
.btn {
  font-family: Century Gothic, 'gothic', Arial, sans-serif !important;
  border-radius: 3px;
  padding: 7px 10px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn {
    padding: 7px;
  }
}
.btn-uppercase {
  text-transform: uppercase;
}
.btn.btn-small {
  font-size: 11px;
}
@media (max-width: 767px) {
  .btn.btn-small-xs {
    font-size: 11px;
  }
}
.btn.bmt-blue {
  color: white !important;
  background-color: #012169;
}
.btn.bmt-blue:hover {
  background-color: #011136;
  color: white !important;
}
.btn.secondary-blue {
  color: white;
  background-color: #006ac6;
}
.btn.secondary-blue:hover {
  background-color: #004f93;
  color: white !important;
}
.btn.btn-white {
  color: #006ac6;
  background-color: white;
}
.btn.btn-teal {
  color: white;
  background-color: #009ca6;
}
.btn.btn-teal:hover {
  color: white;
  background-color: #006c73;
}
.btn.btn-primary-cta {
  color: white;
  background-color: #8edd65;
}
.btn.btn-primary-cta:hover {
  background-color: #6fd43b;
}
.btn.btn-disabled {
  color: #252525 !important;
  background-color: #939597 !important;
}
.btn:hover {
  text-decoration: none;
}
.btn.inline-form-control {
  border-radius: 0 3px 3px 0;
  padding: 5px 10px;
  font-size: 21px;
  height: 42px;
  margin-left: -10px;
  min-width: 120px;
  display: inline-block !important;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .btn.inline-form-control {
    font-size: 16px;
    height: 36px;
    min-width: 90px;
  }
}
.swiper-container .swiper-button-prev {
  background-image: unset;
  top: 50%;
}
.swiper-container .swiper-button-prev:before {
  content: '\f053';
  font-family: FontAwesome;
  font-size: 20px;
}
.swiper-container .swiper-button-next {
  background-image: unset;
  top: 50%;
  right: -8px;
}
.swiper-container .swiper-button-next:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 20px;
}
research-and-insights .swiper-container .swiper-button-next {
  right: -15px;
}
research-and-insights .swiper-container .swiper-button-prev {
  left: -2px;
}
/* Bootstrap overrides */
.navbar-default {
  background-color: #eeeef0 !important;
  border: none !important;
  margin-bottom: 0 !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7 !important;
  color: #555555;
  border-color: #e7e7e7 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #eeeef0 !important;
  font-weight: bold;
  color: #0088ce !important;
}
.nav.navbar-nav > li > a {
  color: #252525;
}
.navbar-nav > .dropdown > .dropdown-menu {
  background-color: #eeeef0 !important;
}
.navbar-nav > .dropdown > .dropdown-menu li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default .navbar-nav > li > a:hover {
  -webkit-box-shadow: inset 0px -3px 0px 0px #0088ce;
  -moz-box-shadow: inset 0px -3px 0px 0px #0088ce;
  box-shadow: inset 0px -3px 0px 0px #0088ce;
}
.navbar-default .user-nav > li > a:hover {
  -webkit-box-shadow: inset 0px -3px 0px 0px #0088ce;
  -moz-box-shadow: inset 0px -3px 0px 0px #0088ce;
  box-shadow: inset 0px -3px 0px 0px #0088ce;
}
ul.desktop-menu li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
ul.ipadpro-menu.nav > li > a {
  line-height: 30px !important;
  font-size: 13px !important;
  padding: 15px 10px !important;
}
@media (max-width: 767px) {
  .navbar-default .user-nav > li > a {
    padding-bottom: 15px;
  }
  .navbar-default .help-nav > li > a {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-default .user-nav > li > a {
    padding-bottom: 10px;
  }
  .navbar-default .help-nav > li > a {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .user-nav > li > a {
    padding-bottom: 15px;
  }
  .navbar-default .help-nav > li > a {
    padding-bottom: 15px;
  }
  .navbar-default .notification-nav > li > a {
    padding-bottom: 15px;
  }
}
.navbar-nav > li > a {
  border-right: 1px solid #e6e7e8;
}
.navbar-nav > li:last-child > a {
  border-right: none !important;
}
.navbar-right .dropdown-menu.user-info {
  width: 200px;
}
@media (max-width: 767px) {
  .navbar-right .dropdown-menu.user-info {
    left: -59px;
  }
}
.navbar-right .dropdown-menu .buttons {
  width: 120px;
}
.navbar-right .dropdown-menu .buttons a:hover {
  background-color: transparent !important;
}
.navbar-brand img {
  height: 30px;
  width: 78px;
}
@media (min-width: 768px) {
  .nav > li > a {
    line-height: 30px !important;
    font-size: 16px !important;
  }
  .navbar-right > ul > li:not(.notifications) {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  nav {
    top: 0 !important;
  }
  .navbar-brand {
    height: 30px !important;
  }
  .navbar-brand img {
    height: 30px;
    width: 78px;
  }
  .navbar-toggle {
    margin-top: 12px !important;
  }
  .nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .notifications {
    position: static !important;
  }
}
.modal {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .modal {
    width: auto;
  }
}
.modal-dialog {
  width: clamp(320px, 90vw, 900px);
  margin: 5vh auto;
}
@media (max-width: 767px) {
  .modal-dialog {
    max-height: 80vh;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-height: 90vh;
  }
}
.modal-content {
  border-radius: 0px;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 20px;
  }
}
/*END Bootstrap overrides*/
.notification-link {
  padding-right: 0 !important;
}
@media (min-width: 768px) and (max-width: 993px) {
  .notification-link .glyphicon-bell {
    top: 5px;
  }
}
.notification-btn {
  min-width: 0 !important;
  background-color: #da291c;
  border-radius: 50%;
  padding: 4px;
  color: white;
  font-weight: bold;
  font-size: 11px;
}
.notification-dropdown {
  width: 400px;
  min-width: 200px;
  background-color: #006ac6 !important;
}
@media (max-width: 767px) {
  .notification-dropdown {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .navbar-right .dropdown .user-name {
    display: none;
  }
}
.notification-item {
  background-color: white;
}
.notification-item a {
  display: block;
  height: 100%;
  background-color: transparent !important;
}
.notification-item:hover {
  background-color: #ebebec;
}
.notification-dropdown.no-msg .notification-item {
  margin: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .notification-dropdown.no-msg {
    width: 200px;
  }
}
.notification-clearall {
  color: white;
}
.notification-clearall a {
  color: white !important;
  background-color: transparent !important;
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body {
  font-family: Century Gothic, 'gothic', Arial, sans-serif;
  font-size: 16px;
}
.body-bg {
  background-image: url('/images/bg/dashboard-blue-bg.jpg');
  background-color: #f9f9f9;
  background-size: cover;
  background-repeat: no-repeat;
}
h1 {
  color: #012169;
  font-weight: normal;
}
h2 {
  color: #012169;
  font-weight: normal;
}
h3 {
  color: #012169;
  font-weight: normal;
}
h4 {
  color: #012169;
  font-weight: normal;
}
a {
  color: #012169;
  text-decoration: none;
}
a:hover {
  color: #012169;
  text-decoration: underline;
}
a.text-dec-none:hover {
  text-decoration: none;
}
.gradient-blue-bg {
  background-image: url('/images/bg/gradient-blue-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.hr-bmt-blue-short-bold {
  height: 3px;
  background-color: #012169;
  border-color: #012169;
  width: 225px;
}
.hr-white-long-normal {
  height: 1px;
  background-color: white;
  border-color: white;
  width: 50%;
}
.user-name {
  max-width: 180px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.user-image {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .user-image-dropdown {
    margin-top: -1px;
  }
}
.user-menu a .user-image {
  float: none !important;
}
/*Footer*/
.footer {
  background-color: #252525;
}
.copyright {
  color: #808080;
}
.copyright a {
  color: #808080;
}
.copyright a:hover {
  color: #808080 !important;
}
.feedback-icon {
  margin-top: -100px;
}
#feedback-modal {
  background: rgba(255, 255, 255, 0.3);
}
#feedback-modal .modal-content {
  background-color: #009ca6;
  color: white !important;
}
#feedback-modal .close {
  opacity: 1;
}
#feedback-modal .btn-close {
  font-size: 32px;
  color: white !important;
}
html,
body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  /* the bottom margin is the negative value of the footer's height */
}
.footer,
.push {
  height: 60px;
  /* .push must be the same height as .footer */
}
#chat-application {
  right: 10px !important;
  /* Pad */
  /* Mobile */
}
@media (min-width: 768px) and (max-width: 993px) {
  #chat-application {
    right: 10px !important;
  }
}
@media (max-width: 767px) {
  #chat-application {
    right: 10px !important;
  }
}
.validation-tooltip {
  background-color: #f00 !important;
}
.invalid-data {
  position: relative;
}
.invalid-data:after {
  font-family: 'FontAwesome';
  position: relative;
  content: "\f06a";
}
.additional-info {
  position: relative;
}
.additional-info:after {
  font-family: 'FontAwesome';
  position: relative;
  content: "\f059";
  color: #011E6A;
}
.qa-list {
  list-style: none;
  padding: 0px;
}
.main-tile-shadow {
  -webkit-box-shadow: 7px 9px 14px 1px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 7px 9px 14px 1px rgba(0, 0, 0, 0.34);
  box-shadow: 7px 9px 14px 1px rgba(0, 0, 0, 0.34);
}
.secondary-tile-shadow {
  -webkit-box-shadow: 7px 10px 14px -3px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 7px 10px 14px -3px rgba(0, 0, 0, 0.32);
  box-shadow: 7px 10px 14px -3px rgba(0, 0, 0, 0.32);
}
.position-absolute-right {
  position: absolute;
  right: 5%;
}
/*.footer-home STYLES */
.facebook_white,
.google_plus_white,
.instagram_white,
.linkedin_white,
.twitter_white,
.youtube_white {
  background: url(/images/footer/social-sprites.png) no-repeat;
}
.facebook-icon {
  background: url(/images/icons/facebook-grey.svg) no-repeat;
  width: 25px;
  height: 25px;
}
.facebook-icon:hover {
  background: url(/images/icons/facebook-hover.svg) no-repeat;
}
.twitter-icon {
  background: url(/images/icons/x-grey.svg) no-repeat;
  width: 30px;
  height: 25px;
}
.twitter-icon:hover {
  background: url(/images/icons/x-hover.svg) no-repeat;
}
.youtube-icon {
  background: url(/images/icons/youtube-grey.svg) no-repeat;
  width: 33px;
  height: 25px;
}
.youtube-icon:hover {
  background: url(/images/icons/youtube-hover.svg) no-repeat;
}
.instagram-icon {
  background: url(/images/icons/instagram-grey.svg) no-repeat;
  width: 25px;
  height: 25px;
}
.instagram-icon:hover {
  background: url(/images/icons/instagram-hover.svg) no-repeat;
}
.linkedin-icon {
  background: url(/images/icons/linkedin-grey.svg) no-repeat;
  width: 30px;
  height: 25px;
}
.linkedin-icon:hover {
  background: url(/images/icons/linkedin-hover.svg) no-repeat;
}
.facebook_white {
  background-position: -26px 0;
  width: 24px;
  height: 24px;
}
.google_plus_white {
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
.instagram_white {
  background-position: -145px 0px;
  width: 30px;
  height: 24px;
}
.linkedin_white {
  background-position: -113px 0;
  width: 30px;
  height: 24px;
}
.twitter_white {
  background-position: -52px 0;
  width: 26px;
  height: 24px;
}
.youtube_white {
  background-position: -80px 0;
  width: 33px;
  height: 24px;
}
.footer-logo {
  background: url(/images/footer/BMTTaxDepreciation-Logo-blue.svg) no-repeat;
  background-size: contain;
  height: 55px;
}
@media (max-width: 991px) {
  .footer-logo {
    height: 40px;
  }
}
.footer-home {
  background-color: #ebebec;
}
.footer-home .input-box {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  display: inline-block;
  color: #252525 !important;
  background-color: white;
  font-size: 16px;
  padding: 20px;
  height: 60px !important;
  border: 0;
}
@media (max-width: 991px) {
  .footer-home .input-box {
    height: 60px;
  }
}
.footer-home .submit {
  width: 100%;
  color: white !important;
  background-color: #009ca6;
  font-family: Century Gothic, 'gothic', Arial, sans-serif;
  line-height: 30px;
  height: 60px !important;
  border: 0;
  font-size: 23px;
}
@media (max-width: 991) {
  .footer-home .submit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-home .submit {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .lh60-md {
    line-height: 60px;
  }
}
.footer-home hr {
  border-color: #d1d3d4;
}
.footer-home .footer-link {
  font-size: 16px;
  line-height: 40px;
  color: #252525;
}
@media (max-width: 992px) {
  .footer-home .footer-link {
    line-height: 36px;
    font-size: 16px;
  }
}
.footer-home a.footer-link:hover {
  color: #006ac6;
  font-weight: bold;
  cursor: pointer;
}
.footer-contact-link .footer-link .contact-us-icon {
  display: inline-block;
}
.footer-contact-link .footer-link .contact-us-hover-icon {
  display: none;
}
.footer-contact-link .footer-link:hover {
  text-decoration: none;
}
.footer-contact-link .footer-link:hover span {
  text-decoration: underline;
}
.footer-contact-link .footer-link:hover .contact-us-icon {
  display: none;
}
.footer-contact-link .footer-link:hover .contact-us-hover-icon {
  display: inline-block;
}
.footer-social-media {
  cursor: default;
  text-align: justify;
}
.footer-social-media > a {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.footer-social-media > a:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.footer-social-media a {
  width: 26px;
}
@media (min-width: 1200px) {
  .footer-social-media a {
    margin-right: 5px;
  }
}
.footer-social-media .twitter-icon {
  max-width: 30px !important;
}
.footer-social-media .youtube-icon {
  max-width: 34px !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-social-media img {
    max-width: 18px;
  }
  .footer-social-media .twitter-icon {
    max-width: 25px !important;
  }
  .footer-social-media .youtube-icon {
    max-width: 33px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-social-media img {
    max-width: 15px;
    margin-right: 1px;
  }
  .footer-social-media .twitter-icon {
    max-width: 25px !important;
  }
  .footer-social-media .youtube-icon {
    max-width: 30px !important;
    padding-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .footer-social-media img {
    max-width: 16px;
    margin-right: 10px;
  }
  .footer-social-media .twitter-icon {
    max-width: 30px !important;
  }
  .footer-social-media .youtube-icon {
    max-width: 40px !important;
    padding-bottom: 2px;
  }
}
.footer-home .contact-us-icon,
.footer-home .contact-us-hover-icon {
  max-height: 20px;
  width: 100%;
  max-width: 25px;
}
@media (max-width: 991px) {
  .footer-home .contact-us-icon,
  .footer-home .contact-us-hover-icon {
    max-height: 16px;
  }
}
.footer-blog .bmt-insider-logo {
  background: url(/images/footer/BMT-insider-grey.svg) no-repeat;
  width: 155px;
  height: 40px;
}
.footer-blog .bmt-insider-logo:hover {
  background: url(/images/footer/BMT-insider-hover.svg) no-repeat;
}
.footer-copyright {
  color: #606060;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer-copyright {
    font-size: 15px;
  }
}
.footer-other-links a h6 {
  color: #606060;
  font-size: 14px;
  padding-right: 20px !important;
}
@media (max-width: 991px) {
  .footer-other-links a h6 {
    font-size: 16px;
  }
}
.footer-other-links a h6:last-child {
  padding-right: 0;
}
.footer-other-links a h6:hover {
  color: #006ac6;
  font-weight: bold;
  text-decoration: underline;
}
/* END.footer-home STYLES */
.email-hover-icon,
.live-chat-hover-icon,
.live-chat-icon,
.phone-hover-icon,
.phone-icon,
.access-icon,
.valuable-icon,
.secure-icon,
.set-up-icon,
.property-manager-icon,
.accountant-icon,
.investor-icon,
.learn-icon,
.email-icon,
.communicate-icon,
.email-hover-icon-mobile,
.email-icon-mobile,
.live-chat-icon-mobile,
.live-chat-hover-icon-mobile,
.phone-icon-mobile,
.phone-hover-icon-mobile {
  background: url(/images/pages/home/home-page-icon-sprite.png) no-repeat;
}
.email-icon {
  background-position: 0 -253px;
  width: 117px;
  height: 117px;
}
.email-icon:hover {
  background-position: 0 -371px;
  width: 117px;
  height: 117px;
}
.email-icon-mobile {
  background-position: 0 -489px;
  width: 80px;
  height: 80px;
}
.email-icon-mobile:hover {
  background-position: -81px -489px;
  width: 80px;
  height: 80px;
}
.live-chat-icon-mobile {
  background-position: -402px 0;
  width: 80px;
  height: 80px;
}
.live-chat-icon-mobile:hover {
  background-position: -162px -489px;
  width: 80px;
  height: 80px;
}
.live-chat-icon:hover {
  background-position: -354px -253px;
  width: 117px;
  height: 117px;
}
.live-chat-icon {
  background-position: -236px -253px;
  width: 117px;
  height: 117px;
}
.phone-icon:hover {
  background-position: -236px -135px;
  width: 117px;
  height: 117px;
}
.phone-icon {
  background-position: -118px -135px;
  width: 117px;
  height: 117px;
}
.phone-icon-mobile {
  background-position: -243px -489px;
  width: 80px;
  height: 80px;
}
.phone-icon-mobile:hover {
  background-position: -324px -489px;
  width: 80px;
  height: 80px;
}
.access-icon {
  background-position: 0 -135px;
  width: 117px;
  height: 117px;
}
.valuable-icon {
  background-position: -354px -371px;
  width: 117px;
  height: 117px;
}
.communicate-icon {
  background-position: -354px -135px;
  width: 117px;
  height: 117px;
}
.secure-icon {
  background-position: -236px -371px;
  width: 117px;
  height: 117px;
}
.set-up-icon {
  background-position: -118px -371px;
  width: 117px;
  height: 117px;
}
.property-manager-icon {
  background-position: -134px 0;
  width: 133px;
  height: 133px;
}
.accountant-icon {
  background-position: 0 0;
  width: 133px;
  height: 134px;
}
.investor-icon {
  background-position: -268px 0;
  width: 133px;
  height: 134px;
}
.learn-icon {
  background-position: -118px -253px;
  width: 117px;
  height: 117px;
}
html body {
  height: 100%;
}
h1 {
  font-weight: 500;
}
.bg-blue {
  background: #012169;
}
.error-body {
  background-image: url('/images/bg/dashboard-blue-bg.jpg');
  height: 100%;
  margin-bottom: -250px;
}
a.bmt-blue {
  color: #012169;
  text-decoration: none;
}
a.secondary-blue {
  color: #006ac6;
  text-decoration: none;
}
a.black {
  color: black;
}
a.underline {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  text-decoration: none;
}
a.white {
  color: white;
  text-decoration: none;
}
.banner {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  height: 435px;
  background-position: center;
}
.banner.banner-foot {
  height: auto;
}
.banner .title {
  font-size: 60px;
  color: white;
  text-shadow: 2px 2px black;
}
.banner .blurb {
  margin-top: 20px;
  font-size: 35px;
  color: #012169;
  line-height: 45px;
  max-width: 550px;
  font-weight: 700;
}
.banner .logo {
  max-width: 200px;
}
.main-tab {
  background: #fff;
  display: flex;
  max-width: 665px;
  width: 100%;
  margin-top: 85px;
  margin-bottom: 35px;
}
.main-tab h3 {
  border-right: 1px solid #d1d3d4;
  margin: 0;
  padding: 15px 25px;
}
.main-tab h3:last-child {
  border-right: none;
}
.main-tab h3 a:hover,
.main-tab h3 a.active {
  color: #006ac6 !important;
  font-weight: 700;
}
.main-tab h3 a i {
  font-size: 18px;
}
.icon {
  width: 110px;
}
.w80 {
  max-width: 265px;
  width: 100%;
  margin-top: 4px;
}
@media (max-width: 420px) {
  .w80 {
    max-width: 67%;
  }
}
@media (max-width: 990px) {
  .banner .blurb {
    font-size: 30px;
    line-height: 38px;
    margin-top: 45px;
    max-width: 70%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner .title {
    font-size: 48px;
  }
  .banner .blurb {
    font-size: 28px;
    line-height: 36px;
    max-width: 65%;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .banner .blurb {
    max-width: 60%;
  }
}
@media (max-width: 500px) {
  .banner .blurb {
    margin-top: 30px;
    line-height: 34px;
  }
}
.cta {
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  width: 210px;
  line-height: 64px;
  display: inline-block;
}
.cta.cta-transparent-background {
  background-color: transparent;
}
.cta.cta-transparent-background:hover {
  background-color: #006ac6 !important;
}
.cta.cta-secondary-blue-border {
  border: 1px solid #006ac6;
}
.cta.cta-secondary-white-border {
  border: 1px solid White;
}
.cta.cta-secondary-blue-border:hover {
  border: 1px solid #006ac6;
}
.cta.cta-secondary-white-border:hover {
  border: 1px solid white;
}
.cta.cta-heavy-font {
  font-weight: 900;
  font-size: 30px;
}
.cta.cta-bmt-blue-border {
  border: 1px solid #012169;
  background-color: #012169;
  color: white;
}
.cta.cta-bmt-blue-border:hover {
  background-color: #011136;
}
.cta.cta-secondary-blue {
  background-color: #006ac6;
  color: white;
}
.cta.cta-secondary-blue:hover {
  background-color: #004f93;
}
.cta.cta-raq {
  background-color: #8edd65;
  font-size: 23px;
}
@media (max-width: 767px) {
  .cta {
    max-width: 135px;
    font-size: 14px;
  }
  .cta.cta-raq {
    max-width: inherit;
    font-size: 23px;
  }
}
.cta-green {
  background-color: #4cbb17;
}
@media (min-width: 768px) {
  .cta-green {
    margin-left: 10px;
  }
}
.cta-blue {
  background-color: #012169;
}
@media (min-width: 768px) {
  .cta-blue {
    margin-right: 25px;
  }
}
.cta-green,
.cta-blue {
  color: white;
  font-size: 23px;
  width: 210px;
  height: 70px;
  line-height: 48px;
  border-radius: 4px !important;
  display: inline-block;
}
a.btn {
  padding: 20px 10px !important;
}
.cta-green:hover {
  background-color: #3f9417;
}
.cta-blue:hover {
  background-color: #011038;
}
.cta-green:hover,
.cta-blue:hover {
  color: white !important;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cta-blue,
  .cta-green {
    font-size: 23px !important;
  }
}
@media (max-width: 380px) {
  .cta-blue,
  .cta-green {
    font-size: 16px !important;
    font-weight: bold !important;
  }
}
.log-reg {
  display: inline-block;
  background-color: #012169;
  color: white;
  width: 100%;
  line-height: 24px;
  padding-left: 5px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .log-reg {
    width: 100%;
  }
}
.log-reg-title {
  color: white;
}
@media (min-width: 768px) and (max-width: 992px) {
  .log-reg-title {
    font-size: 28px;
    padding-top: 10px;
  }
}
@media (min-width: 993px) {
  .log-reg-title {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .log-reg-title {
    font-size: 28px;
    padding-top: 0px;
  }
}
.login-button {
  background-color: #4cbb17 !important;
}
.login-button:hover {
  background-color: #3f9417 !important;
  font-weight: bold;
}
.login-field {
  border-radius: 4px;
  border-color: #012169;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 4px 0 4px 8px;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-field {
    margin-left: 10px;
  }
}
.login-footer {
  background-color: #006ac6;
  color: white;
  width: 100%;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .login-footer {
    width: 100%;
  }
}
.cta:hover {
  text-decoration: none;
  color: white !important;
  font-weight: bold;
}
.why-bmt img {
  width: 100%;
}
.propcalc-img {
  max-width: 100%;
  max-height: 100%;
}
.border-bottom-white {
  border-bottom: 1px solid white;
}
ul.bullet-points {
  list-style-type: square;
  color: #006ac6;
}
ul.bullet-points > li > span {
  color: black;
}
#testimonial-carousel.carousel .carousel-indicators {
  position: relative;
  left: 0;
  margin-left: 0;
}
@media (max-width: 400px) {
  #testimonial-carousel.carousel .carousel-inner .item {
    height: 340px;
  }
}
@media (min-width: 401px) and (max-width: 530px) {
  #testimonial-carousel.carousel .carousel-inner .item {
    height: 280px;
  }
}
@media (min-width: 531px) and (max-width: 650px) {
  #testimonial-carousel.carousel .carousel-inner .item {
    height: 230px;
  }
}
@media (min-width: 651px) and (max-width: 767px) {
  #testimonial-carousel.carousel .carousel-inner .item {
    height: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .border-bottom-white-sm {
    border-bottom: 1px solid white;
  }
  .border-right-white-sm {
    border-right: 1px solid white;
  }
  .border-left-white-sm {
    border-left: 1px solid white;
  }
  .border-bottom-black-sm {
    border-bottom: 1px solid lightgray;
  }
  .border-right-black-sm {
    border-right: 1px solid lightgray;
  }
  #testimonial-carousel.carousel .carousel-inner .item {
    height: 210px;
  }
}
@media (min-width: 992px) {
  .border-right-white-md {
    border-right: 1px solid white;
  }
  .border-left-white-md {
    border-left: 1px solid white;
  }
  .border-bottom-black-sm {
    border-bottom: 1px solid lightgray;
  }
  .border-right-black-sm {
    border-right: 1px solid lightgray;
  }
  #testimonial-carousel.carousel .carousel-inner .item {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .question-cell {
    min-height: 60px;
  }
}
@media (min-width: 992px) {
  .features-cell {
    min-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-cell {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .features-cell:not(:first-child) {
    margin-top: 10px;
  }
}
.smarter-header {
  max-width: 800px;
}
img.smarter-img {
  width: 200px;
  height: 150px;
}
@media (min-width: 992px) {
  .smarter-header {
    font-size: 45px;
    margin-top: 100px;
    line-height: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .smarter-header {
    margin-top: 75px;
    font-size: 32px;
    max-width: 650px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .smarter-header {
    margin-top: 50px;
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .float-none-md {
    float: none;
  }
}
@media (max-width: 475px) {
  .banner .blurb {
    font-size: 25px;
    line-height: 30px;
  }
  .show-break {
    display: none !important;
  }
}
.scale-login-text {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 381px) {
  .scale-login-text {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 380px) {
  .scale-login-text {
    text-align: center;
  }
}
.scale-login-button {
  margin-right: 20px;
}
.scale-login-button .btn {
  width: 210px;
  height: 70px;
}
@media (min-width: 381px) {
  .scale-login-button {
    text-align: right;
  }
}
@media (max-width: 380px) {
  .scale-login-button {
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .log-reg .btn {
    width: 100% !important;
    max-width: 100% !important;
    height: 90px !important;
  }
}
.max-width-100-perc {
  max-width: 100%;
}
.fixed-size-app-icon {
  width: 200px;
}
.testimonials-separator {
  text-align: center;
  height: 1px;
  background-color: #0876b5;
  border-color: white;
  width: 250px;
  margin: 0 auto;
}
hr.faqs-underline {
  height: 2px;
  color: #006ac6;
  background-color: #006ac6;
  width: 80%;
}
@media (max-width: 991px) {
  .prop-calc-logo {
    display: block;
    margin: auto;
    max-width: 100%;
    height: 100px;
  }
}
.prop-calc-logo {
  height: 100px;
}
hr.prop-calc-overline {
  height: 1px;
  color: darkgray;
  background-color: darkgray;
  width: 70%;
}
@media (min-width: 1200px) {
  .faqs-q {
    position: absolute;
    left: -15px;
  }
  .faqs-a {
    position: absolute;
    left: -15px;
  }
  hr.faqs-underline {
    width: 180px;
  }
}
.quote-marks-small {
  background-position: -177px -101px;
  width: 42px;
  height: 30px;
}
.half-image {
  height: 50%;
  width: 50%;
}
#login-component {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.75s ease;
  transform-style: preserve-3d;
  transition: transform 0.75s ease;
}
#login-component.flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#login-component figure {
  display: block;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#login-component .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#login-component .front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.bold-underline-link:hover {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
.main-features-section {
  background: url(/images/bg/features-desktop-section-bg.jpg) no-repeat bottom #c5c5c4;
  background-size: cover;
  padding: 50px 0 85px;
}
@media (max-width: 768px) {
  .main-features-section {
    background: #c5c5c4 url(/images/bg/features-mobile-section-bg.jpg) no-repeat bottom;
  }
}
.main-features-section .blue-login-section {
  position: relative;
  margin-top: -150px;
}
.main-features-section .blue-login-section .form-control {
  background: rgba(255, 255, 255, 0.9);
  color: #252525;
}
.main-features-section .blue-login-section .btn {
  max-width: 175px;
  width: 100%;
  line-height: 52px;
  font-size: 23px;
}
@media (max-width: 991px) {
  .main-features-section .blue-login-section .btn {
    max-width: 100%;
  }
}
.main-features-section .blue-login-section a {
  cursor: pointer;
}
.main-features-section .blue-login-section a:hover {
  text-decoration: underline;
}
.main-features-section .bg-light-blue {
  background: #006ac6;
}
.main-features-section .main-features-info .mybmt-feature-logo {
  max-width: 110px;
  width: 100%;
}
.main-features-section .main-features-info .feature-container {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  min-height: 280px;
  padding: 30px 15px 0;
}
@media (max-width: 990px) {
  .main-features-section .main-features-info .feature-container {
    min-height: 260px;
  }
}
.main-features-section .main-features-info .feature-container .feature-container-inner .features-icon .icon-without-hover {
  display: block;
}
.main-features-section .main-features-info .feature-container .feature-container-inner .features-icon .icon-with-hover {
  display: none;
}
.main-features-section .main-features-info .feature-container .feature-container-inner .features-icon img {
  height: 60px;
}
.main-features-section .main-features-info .feature-container .feature-container-inner p {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
.main-features-section .main-features-info .already-mybmt-account {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.main-features-section .main-features-info .already-mybmt-account .feature-container {
  min-height: 260px;
  position: relative;
}
@media (max-width: 990px) {
  .main-features-section .main-features-info .already-mybmt-account .feature-container {
    min-height: 275px;
  }
}
.main-features-section .main-features-info .already-mybmt-account .feature-container .more-cta-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-features-section .main-features-info .already-mybmt-account .feature-container .blue-highlight-bg {
  background: #006ac6;
  cursor: pointer;
  vertical-align: middle;
}
.main-features-section .main-features-info .already-mybmt-account .feature-container .blue-highlight-bg:hover {
  background: #00468b;
  font-weight: bold;
}
.main-features-section .main-features-info .already-mybmt-account .feature-container .blue-highlight-bg i {
  margin-left: 5px;
  position: absolute;
  top: 13px;
}
.main-features-section .main-features-info .already-mybmt-account .feature-container:hover {
  background: rgba(255, 255, 255, 0.9);
}
.main-features-section .main-features-info .already-mybmt-account .feature-container:hover .feature-container-inner .icon-without-hover {
  display: none;
}
.main-features-section .main-features-info .already-mybmt-account .feature-container:hover .feature-container-inner h3.bmt-blue {
  color: #012169 !important;
}
.main-features-section .main-features-info .already-mybmt-account .feature-container:hover .feature-container-inner p {
  color: #000;
}
/*Personal CSS*/
.personal-banner {
  background: url(/images/pages/home/personal-desktop-header.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1499px) {
  .personal-banner {
    background-size: cover;
    background-position: 30% 100%;
  }
}
@media (max-width: 1260px) {
  .personal-banner {
    background-size: cover;
    background-position: 55% 100%;
  }
}
@media (max-width: 768px) {
  .personal-banner {
    background: url(/images/pages/home/personal-mobile-header.jpg) no-repeat center;
    background-size: cover;
  }
  .personal-banner .font-h1 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .personal-banner {
    background-position: 80% 100%;
  }
}
@media (max-width: 420px) {
  .personal-banner {
    background-position: 70% 100%;
  }
}
/*Accountants CSS*/
.accountants-banner.banner {
  background: url(/images/pages/home/accountants-desktop-header.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1499px) {
  .accountants-banner.banner {
    background-position: 30% 100%;
  }
}
@media (max-width: 1260px) {
  .accountants-banner.banner {
    background-position: 55% 100%;
  }
}
@media (max-width: 990px) {
  .accountants-banner.banner {
    background-position: 65% 100%;
  }
}
@media (max-width: 768px) {
  .accountants-banner.banner {
    background: url(/images/pages/home/accountants-mobile-header.jpg) no-repeat center;
    background-size: cover;
  }
  .accountants-banner.banner .font-h1 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .accountants-banner.banner {
    background-position: 80% 100%;
  }
}
@media (max-width: 420px) {
  .accountants-banner.banner {
    background-position: 70% 100%;
  }
}
/*Property Managers*/
.property-managers-banner.banner {
  background: url(/images/pages/home/property-managers-desktop-header.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1499px) {
  .property-managers-banner.banner {
    background-position: 30% 100%;
  }
}
@media (max-width: 1260px) {
  .property-managers-banner.banner {
    background-position: 55% 100%;
  }
}
@media (max-width: 990px) {
  .property-managers-banner.banner {
    background-position: 65% 100%;
  }
}
@media (max-width: 768px) {
  .property-managers-banner.banner {
    background: url(/images/pages/home/property-managers-mobile-header.jpg) no-repeat center;
    background-position: 60% 100%;
  }
  .property-managers-banner.banner .font-h1 {
    font-size: 20px;
  }
}
@media (max-width: 710px) {
  .property-managers-banner.banner {
    background-position: 90% 100%;
  }
}
.property-managers-banner.banner .blurb {
  max-width: 540px;
}
@media (max-width: 990px) {
  .property-managers-banner.banner .blurb {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .property-managers-banner.banner .blurb {
    max-width: 55%;
  }
}
.main-tab-mobile .main-tab {
  display: inline-block;
  margin: 15px auto;
}
@media (max-width: 991px) {
  .main-tab-mobile .main-tab {
    margin: 0 auto;
  }
}
.main-tab-mobile .main-tab h3 {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
}
.main-tab-mobile .main-tab h3 a i {
  font-size: 14px;
}
@media (max-width: 991px) {
  .main-tab-mobile .main-tab h3 {
    padding: 15px 10px;
  }
}
@media (max-width: 599px) {
  .main-tab-mobile .main-tab h3 {
    text-align: center;
  }
  .main-tab-mobile .main-tab h3:last-child {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .main-tab-mobile .main-tab h3 {
    width: auto;
    padding: 15px 10px;
  }
  .main-tab-mobile .main-tab h3:last-child {
    border-bottom: none;
    padding-right: 0;
  }
}
@media (max-width: 430px) {
  .main-tab-mobile .main-tab h3 {
    padding: 15px 6px;
  }
}
@media (max-width: 398px) {
  .main-tab-mobile .main-tab h3 {
    width: 100%;
    padding: 15px 15px;
    text-align: left;
    border-bottom: 1px solid #d1d3d4;
    border-right: none;
  }
}
@media (max-width: 375px) {
  .dark-grey.mw200-xs {
    max-width: 51%;
  }
  .banner .blurb {
    font-size: 21px;
    line-height: 25px;
  }
}
h1,
.h1 {
  font-size: 35px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 23px;
}
.home.navbar {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid transparent;
  min-height: 80px;
  background-color: #ebebeb;
}
.home.navbar-default {
  background-color: #ebebeb !important;
}
.home.navbar-default .navbar-collapse,
.home.navbar-default .navbar-form {
  border-color: #d2d4d5;
}
.home.navbar-default .navbar-nav > .open > a,
.home.navbar-default .navbar-nav > .open > a:hover,
.home.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ebebeb !important;
  color: #555555;
}
.home.navbar-default .navbar-nav > li > a:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #006ac6 !important;
  text-decoration: underline !important;
  font-weight: bold;
}
.home.navbar-inverse .navbar-collapse,
.home.navbar-inverse .navbar-form {
  border-color: #d2d4d5;
}
.home.nav.navbar-nav > li > a {
  color: #252525;
  cursor: pointer;
  border-right: 1px solid #d8d9da;
  line-height: 35px !important;
  margin-top: 28px !important;
  padding: 0 10px 0 10px !important;
}
@media (max-width: 767px) {
  .home.nav.navbar-nav > li > a {
    color: #06256c !important;
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .home.nav.navbar-nav > li > a {
    color: #06256c;
    padding: 0 20px 0 20px !important;
  }
}
.home.navbar-default .navbar-nav > li > a:hover {
  color: #006ac6;
  text-decoration: underline !important;
  font-weight: bold;
}
.navbar-brand img {
  height: 48px !important;
  width: 121px !important;
}
.home.navbar-toggle {
  margin: 20px 0 20px 0 !important;
}
@media (max-width: 767px) {
  nav {
    top: 0 !important;
  }
  .home.navbar-brand {
    height: 30px !important;
  }
  .home.navbar-brand img {
    height: 40px !important;
    width: 95px !important;
  }
  .home.navbar-toggle {
    margin: 20px 0 20px 0 !important;
  }
  .notifications {
    position: static !important;
  }
}
@media (max-width: 1024px) {
  .width90 {
    width: 90%;
  }
}
#back_to_top {
  width: 45px;
  height: 45px;
  z-index: 9999;
  border: none;
  border-radius: 0 0 4px 4px;
  background: #606060;
  text-align: center;
  font-size: 13px;
  line-height: 45px;
  padding: 0 15px 0px 15px;
  color: #fff;
  font-weight: 600;
  display: none;
}
@media (max-width: 900px) {
  #back_to_top {
    font-size: 12px;
    line-height: inherit;
    width: 35px;
    height: 35px;
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 360px) {
  #back_to_top {
    width: 27px;
    height: 27px;
    padding: 2px 7px 0 7px;
  }
}
#back_to_top:hover {
  background: #006ac6;
}
