@import url(https://fonts.googleapis.com/css?family=Roboto:400|Roboto+Condensed:700);/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:#333}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/static/dist/c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/dist/ced611daf7709cc778da928fec876475.eot);
    src: url(/static/dist/ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(/static/dist/b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(/static/dist/d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(/static/dist/f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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(/static/dist/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/static/dist/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(/static/dist/448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(/static/dist/fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(/static/dist/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(/static/dist/89889688147bd7575d6327160d64e760.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: "*"; }

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

.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: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.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: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff; }

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #e6e6e6; }

.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, .form-group label, h6, .owner-edit-row td:before,
.member-edit-row td:before,
.view-members-sectionals td:before,
.h1, .h2, .h3, .h4, .h5, .btn, .h6 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small, .form-group label small,
  h5 .small,
  .form-group label .small, h6 small, .owner-edit-row td:before small, .member-edit-row td:before small, .view-members-sectionals td:before small,
  h6 .small,
  .owner-edit-row td:before .small,
  .member-edit-row td:before .small,
  .view-members-sectionals td:before .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small, .btn small,
  .h5 .small,
  .btn .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #cccccc; }

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

h4, .h4, h5, .form-group label, .h5, .btn, h6, .owner-edit-row td:before,
.member-edit-row td:before,
.view-members-sectionals td:before, .h6 {
  margin-top: 8px;
  margin-bottom: 8px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small, h5 small, .form-group label small,
  h5 .small,
  .form-group label .small, .h5 small, .btn small,
  .h5 .small,
  .btn .small, h6 small, .owner-edit-row td:before small, .member-edit-row td:before small, .view-members-sectionals td:before small,
  h6 .small,
  .owner-edit-row td:before .small,
  .member-edit-row td:before .small,
  .view-members-sectionals td:before .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

h5, .form-group label, .h5, .btn {
  font-size: 12.8px; }

h6, .owner-edit-row td:before,
.member-edit-row td:before,
.view-members-sectionals td:before, .h6 {
  font-size: 10.24px; }

p {
  margin: 0 0 8px; }

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

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

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, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #888888; }

.text-primary {
  color: #000; }

a.text-primary:hover,
a.text-primary:focus {
  color: black; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #000; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: black; }

.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: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #f8f8f8; }

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

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

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

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

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 20px;
  border-left: 5px solid #f8f8f8; }
  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.5;
    color: #cccccc; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f8f8f8;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.5; }

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: 0px; }

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

pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #888888;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px; }
  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: 16px;
  padding-right: 16px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 944px; } }
  @media (min-width: 1280px) {
    .container {
      width: 1232px; } }

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

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

.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: 16px;
  padding-right: 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

table 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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

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

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: inherit;
  color: #888888;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 17px;
  font-size: 16px;
  line-height: 1.5;
  color: #404042; }

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #404042;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f8f8f8;
    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: 50px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 37px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 77px; } }

.form-group {
  margin-bottom: 16px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 16px;
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 37px;
  padding: 8px 16px;
  font-size: 12.8px;
  line-height: 1.5;
  border-radius: 0px; }

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

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

.form-group-sm .form-control {
  height: 37px;
  padding: 8px 16px;
  font-size: 12.8px;
  line-height: 1.5;
  border-radius: 0px; }

.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px; }

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

.form-group-sm .form-control-static {
  height: 37px;
  min-height: 28.8px;
  padding: 9px 16px;
  font-size: 12.8px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 77px;
  padding: 24px 48px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0px; }

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

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

.form-group-lg .form-control {
  height: 77px;
  padding: 24px 48px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0px; }

.form-group-lg select.form-control {
  height: 77px;
  line-height: 77px; }

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

.form-group-lg .form-control-static {
  height: 77px;
  min-height: 36px;
  padding: 25px 48px;
  font-size: 20px;
  line-height: 1.33333; }

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

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

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

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

.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: 21px; }

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

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

@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: 17px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px; }

.form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 17px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 16px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 25px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 9px;
    font-size: 12.8px; } }

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #f8f8f8; }

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e6e6e6; }

.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: 12.8px;
  line-height: 1.5;
  color: #e6e6e6;
  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 {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

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

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

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  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: 0;
  border-bottom-left-radius: 0; }

.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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-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-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: 16px 32px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #404042;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 0px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 8px 16px;
    font-size: 12.8px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 24px 48px;
    font-size: 20px;
    border-radius: 0px; }
  .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:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 8px 16px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f8f8f8; }
    .nav > li.disabled > a {
      color: #e6e6e6; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #e6e6e6;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f8f8f8;
    border-color: #b0893a; }
  .nav .nav-divider {
    height: 1px;
    margin: 7px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.5;
      border: 1px solid transparent;
      border-radius: 0px 0px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f8f8f8 #f8f8f8 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #cccccc;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #000; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0px 0px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 96px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 16px;
  padding-left: 16px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-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: 40px 16px;
  font-size: 20px;
  line-height: 16px;
  height: 96px; }
  .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: -16px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 16px;
  padding: 9px 10px;
  margin-top: 31px;
  margin-bottom: 31px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px; }
  .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: 20px -16px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 16px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 16px; }
        .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: 40px;
          padding-bottom: 40px; } }

.navbar-form {
  margin-left: -16px;
  margin-right: -16px;
  padding: 10px 16px;
  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: 23px;
  margin-bottom: 23px; }
  @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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 23px;
  margin-bottom: 23px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 29.5px;
    margin-bottom: 29.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 37px;
    margin-bottom: 37px; }

.navbar-text {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 16px;
      margin-right: 16px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -16px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee; }
  .navbar-default .navbar-brand {
    color: #000; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: black;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #000; }
  .navbar-default .navbar-nav > li > a {
    color: #888888; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #000;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #cccccc; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #000; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #eeeeee; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #888888; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
        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: #000;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #888888; }
    .navbar-default .navbar-link:hover {
      color: #000; }
  .navbar-default .btn-link {
    color: #888888; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #000; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #000;
  border-color: black; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: transparent; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: black; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: black; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: black; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 16px;
  margin-bottom: 16px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #e6e6e6; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 16px 32px;
      line-height: 1.5;
      text-decoration: none;
      color: #b0893a;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #c7a256;
    background-color: #f8f8f8;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
    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: #e6e6e6;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 24px 48px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 8px 16px;
  font-size: 12.8px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager {
  padding-left: 0;
  margin: 16px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #f8f8f8; }
  .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: #e6e6e6;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #e6e6e6; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #cdcdcd; }

.label-primary {
  background-color: #000; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: black; }

.label-success {
  background-color: #519281; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #3f7164; }

.label-info {
  background-color: #E6CE9A; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #dcba71; }

.label-warning {
  background-color: #dccba8; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #cdb584; }

.label-danger {
  background-color: #b45250; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #92403f; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12.8px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #E6CE9A;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #b0893a;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f8f8f8; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #dfdfdf; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0px;
    padding-left: 16px;
    padding-right: 16px; }
  .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: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 16px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #b0893a; }

.alert {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 0px; }
  .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: 36px; }
  .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; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 16px;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -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: 12.8px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #519281; }
  .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: #E6CE9A; }
  .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: #dccba8; }
  .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: #b45250; }
  .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: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    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: #f8f8f8;
  color: #e6e6e6;
  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: #e6e6e6; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #666666; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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: 32px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 16px 32px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 16px 32px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.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: -1px;
    border-top-left-radius: -1px; }
  .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: -1px;
    border-bottom-left-radius: -1px; }

.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: 32px;
    padding-right: 32px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 16px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #888888;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #888888; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #000; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #000; }
    .panel-primary > .panel-heading .badge {
      color: #000;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #000; }

.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: 0px;
  -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: 0px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    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;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 16px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 16px; }

.modal-footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .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: 496px;
    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.5;
  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: 12.8px;
  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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px; }

.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: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.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.5;
  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: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 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: #fff; }

.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: #fff; }

.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: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    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 {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    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: 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: #fff;
    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 #fff;
    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: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix: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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .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: 1279px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1280px) {
  .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: 1279px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1280px) {
  .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; } }

@font-face {
  font-family: 'DomD Reg';
  src: url(/static/dist/d55b79ce6e40015ef73cb8817b2f488b.eot);
  /* IE9 Compat Modes */
  src: url(/static/dist/08f7ffd3e63acb535b3eac4ac9c34896.woff2) format("woff2"), url(/static/dist/df5da75a02b71dd365fc5f7e9a578982.woff) format("woff"); }

@font-face {
  font-family: 'icomoon-20161125';
  src: url(/static/dist/0cd7bf22751859fab162b0fb40858503.eot);
  src: url(/static/dist/0cd7bf22751859fab162b0fb40858503.eot?#iefixbyysie) format("embedded-opentype"), url(/static/dist/5c157920f1ba56a9671806b7e24d9163.woff) format("woff"), url(/static/dist/f152ad34b569e4edddbfdba5ef6aa8e3.ttf) format("truetype"), url(/static/dist/9fd4fce9d76697b0f0a4bdd56c02628a.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

img {
  max-width: 100%;
  height: auto; }

a {
  display: inline-block;
  max-width: 100%; }

div,
a,
li {
  backface-visibility: hidden; }

/**
 * Computes a top-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Gives a card depth effect.
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 *
 * @link http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 *
 * @requires {function} bottom-shadow
 */
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 4px !important; }

.mt-1,
.my-1 {
  margin-top: 4px !important; }

.mr-1,
.mx-1 {
  margin-right: 4px !important; }

.mb-1,
.my-1 {
  margin-bottom: 4px !important; }

.ml-1,
.mx-1 {
  margin-left: 4px !important; }

.m-2 {
  margin: 8px !important; }

.mt-2,
.my-2 {
  margin-top: 8px !important; }

.mr-2,
.mx-2 {
  margin-right: 8px !important; }

.mb-2,
.my-2 {
  margin-bottom: 8px !important; }

.ml-2,
.mx-2 {
  margin-left: 8px !important; }

.m-3 {
  margin: 16px !important; }

.mt-3,
.my-3 {
  margin-top: 16px !important; }

.mr-3,
.mx-3 {
  margin-right: 16px !important; }

.mb-3,
.my-3 {
  margin-bottom: 16px !important; }

.ml-3,
.mx-3 {
  margin-left: 16px !important; }

.m-4 {
  margin: 32px !important; }

.mt-4,
.my-4 {
  margin-top: 32px !important; }

.mr-4,
.mx-4 {
  margin-right: 32px !important; }

.mb-4,
.my-4 {
  margin-bottom: 32px !important; }

.ml-4,
.mx-4 {
  margin-left: 32px !important; }

.m-5 {
  margin: 64px !important; }

.mt-5,
.my-5 {
  margin-top: 64px !important; }

.mr-5,
.mx-5 {
  margin-right: 64px !important; }

.mb-5,
.my-5 {
  margin-bottom: 64px !important; }

.ml-5,
.mx-5 {
  margin-left: 64px !important; }

.m-6 {
  margin: 128px !important; }

.mt-6,
.my-6 {
  margin-top: 128px !important; }

.mr-6,
.mx-6 {
  margin-right: 128px !important; }

.mb-6,
.my-6 {
  margin-bottom: 128px !important; }

.ml-6,
.mx-6 {
  margin-left: 128px !important; }

.m-n1 {
  margin: -4px !important; }

.mt-n1,
.my-n1 {
  margin-top: -4px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -4px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -4px !important; }

.m-n2 {
  margin: -8px !important; }

.mt-n2,
.my-n2 {
  margin-top: -8px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -8px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -8px !important; }

.m-n3 {
  margin: -16px !important; }

.mt-n3,
.my-n3 {
  margin-top: -16px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -16px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -16px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -16px !important; }

.m-n4 {
  margin: -32px !important; }

.mt-n4,
.my-n4 {
  margin-top: -32px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -32px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -32px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -32px !important; }

.m-n5 {
  margin: -64px !important; }

.mt-n5,
.my-n5 {
  margin-top: -64px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -64px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -64px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -64px !important; }

.m-n6 {
  margin: -128px !important; }

.mt-n6,
.my-n6 {
  margin-top: -128px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -128px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -128px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -128px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 4px !important; }

.pt-1,
.py-1 {
  padding-top: 4px !important; }

.pr-1,
.px-1 {
  padding-right: 4px !important; }

.pb-1,
.py-1 {
  padding-bottom: 4px !important; }

.pl-1,
.px-1 {
  padding-left: 4px !important; }

.p-2 {
  padding: 8px !important; }

.pt-2,
.py-2 {
  padding-top: 8px !important; }

.pr-2,
.px-2 {
  padding-right: 8px !important; }

.pb-2,
.py-2 {
  padding-bottom: 8px !important; }

.pl-2,
.px-2 {
  padding-left: 8px !important; }

.p-3 {
  padding: 16px !important; }

.pt-3,
.py-3 {
  padding-top: 16px !important; }

.pr-3,
.px-3 {
  padding-right: 16px !important; }

.pb-3,
.py-3 {
  padding-bottom: 16px !important; }

.pl-3,
.px-3 {
  padding-left: 16px !important; }

.p-4 {
  padding: 32px !important; }

.pt-4,
.py-4 {
  padding-top: 32px !important; }

.pr-4,
.px-4 {
  padding-right: 32px !important; }

.pb-4,
.py-4 {
  padding-bottom: 32px !important; }

.pl-4,
.px-4 {
  padding-left: 32px !important; }

.p-5 {
  padding: 64px !important; }

.pt-5,
.py-5 {
  padding-top: 64px !important; }

.pr-5,
.px-5 {
  padding-right: 64px !important; }

.pb-5,
.py-5 {
  padding-bottom: 64px !important; }

.pl-5,
.px-5 {
  padding-left: 64px !important; }

.p-6 {
  padding: 128px !important; }

.pt-6,
.py-6 {
  padding-top: 128px !important; }

.pr-6,
.px-6 {
  padding-right: 128px !important; }

.pb-6,
.py-6 {
  padding-bottom: 128px !important; }

.pl-6,
.px-6 {
  padding-left: 128px !important; }

.p-n1 {
  padding: -4px !important; }

.pt-n1,
.py-n1 {
  padding-top: -4px !important; }

.pr-n1,
.px-n1 {
  padding-right: -4px !important; }

.pb-n1,
.py-n1 {
  padding-bottom: -4px !important; }

.pl-n1,
.px-n1 {
  padding-left: -4px !important; }

.p-n2 {
  padding: -8px !important; }

.pt-n2,
.py-n2 {
  padding-top: -8px !important; }

.pr-n2,
.px-n2 {
  padding-right: -8px !important; }

.pb-n2,
.py-n2 {
  padding-bottom: -8px !important; }

.pl-n2,
.px-n2 {
  padding-left: -8px !important; }

.p-n3 {
  padding: -16px !important; }

.pt-n3,
.py-n3 {
  padding-top: -16px !important; }

.pr-n3,
.px-n3 {
  padding-right: -16px !important; }

.pb-n3,
.py-n3 {
  padding-bottom: -16px !important; }

.pl-n3,
.px-n3 {
  padding-left: -16px !important; }

.p-n4 {
  padding: -32px !important; }

.pt-n4,
.py-n4 {
  padding-top: -32px !important; }

.pr-n4,
.px-n4 {
  padding-right: -32px !important; }

.pb-n4,
.py-n4 {
  padding-bottom: -32px !important; }

.pl-n4,
.px-n4 {
  padding-left: -32px !important; }

.p-n5 {
  padding: -64px !important; }

.pt-n5,
.py-n5 {
  padding-top: -64px !important; }

.pr-n5,
.px-n5 {
  padding-right: -64px !important; }

.pb-n5,
.py-n5 {
  padding-bottom: -64px !important; }

.pl-n5,
.px-n5 {
  padding-left: -64px !important; }

.p-n6 {
  padding: -128px !important; }

.pt-n6,
.py-n6 {
  padding-top: -128px !important; }

.pr-n6,
.px-n6 {
  padding-right: -128px !important; }

.pb-n6,
.py-n6 {
  padding-bottom: -128px !important; }

.pl-n6,
.px-n6 {
  padding-left: -128px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 4px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important; }
  .m-sm-2 {
    margin: 8px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important; }
  .m-sm-3 {
    margin: 16px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important; }
  .m-sm-4 {
    margin: 32px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 32px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 32px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 32px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 32px !important; }
  .m-sm-5 {
    margin: 64px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 64px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 64px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 64px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 64px !important; }
  .m-sm-6 {
    margin: 128px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 128px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 128px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 128px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 128px !important; }
  .m-sm-n1 {
    margin: -4px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important; }
  .m-sm-n2 {
    margin: -8px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important; }
  .m-sm-n3 {
    margin: -16px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important; }
  .m-sm-n4 {
    margin: -32px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -32px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -32px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -32px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -32px !important; }
  .m-sm-n5 {
    margin: -64px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -64px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -64px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -64px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -64px !important; }
  .m-sm-n6 {
    margin: -128px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -128px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -128px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -128px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -128px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 4px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important; }
  .p-sm-2 {
    padding: 8px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important; }
  .p-sm-3 {
    padding: 16px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important; }
  .p-sm-4 {
    padding: 32px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 32px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 32px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 32px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 32px !important; }
  .p-sm-5 {
    padding: 64px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 64px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 64px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 64px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 64px !important; }
  .p-sm-6 {
    padding: 128px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 128px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 128px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 128px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 128px !important; }
  .p-sm-n1 {
    padding: -4px !important; }
  .pt-sm-n1,
  .py-sm-n1 {
    padding-top: -4px !important; }
  .pr-sm-n1,
  .px-sm-n1 {
    padding-right: -4px !important; }
  .pb-sm-n1,
  .py-sm-n1 {
    padding-bottom: -4px !important; }
  .pl-sm-n1,
  .px-sm-n1 {
    padding-left: -4px !important; }
  .p-sm-n2 {
    padding: -8px !important; }
  .pt-sm-n2,
  .py-sm-n2 {
    padding-top: -8px !important; }
  .pr-sm-n2,
  .px-sm-n2 {
    padding-right: -8px !important; }
  .pb-sm-n2,
  .py-sm-n2 {
    padding-bottom: -8px !important; }
  .pl-sm-n2,
  .px-sm-n2 {
    padding-left: -8px !important; }
  .p-sm-n3 {
    padding: -16px !important; }
  .pt-sm-n3,
  .py-sm-n3 {
    padding-top: -16px !important; }
  .pr-sm-n3,
  .px-sm-n3 {
    padding-right: -16px !important; }
  .pb-sm-n3,
  .py-sm-n3 {
    padding-bottom: -16px !important; }
  .pl-sm-n3,
  .px-sm-n3 {
    padding-left: -16px !important; }
  .p-sm-n4 {
    padding: -32px !important; }
  .pt-sm-n4,
  .py-sm-n4 {
    padding-top: -32px !important; }
  .pr-sm-n4,
  .px-sm-n4 {
    padding-right: -32px !important; }
  .pb-sm-n4,
  .py-sm-n4 {
    padding-bottom: -32px !important; }
  .pl-sm-n4,
  .px-sm-n4 {
    padding-left: -32px !important; }
  .p-sm-n5 {
    padding: -64px !important; }
  .pt-sm-n5,
  .py-sm-n5 {
    padding-top: -64px !important; }
  .pr-sm-n5,
  .px-sm-n5 {
    padding-right: -64px !important; }
  .pb-sm-n5,
  .py-sm-n5 {
    padding-bottom: -64px !important; }
  .pl-sm-n5,
  .px-sm-n5 {
    padding-left: -64px !important; }
  .p-sm-n6 {
    padding: -128px !important; }
  .pt-sm-n6,
  .py-sm-n6 {
    padding-top: -128px !important; }
  .pr-sm-n6,
  .px-sm-n6 {
    padding-right: -128px !important; }
  .pb-sm-n6,
  .py-sm-n6 {
    padding-bottom: -128px !important; }
  .pl-sm-n6,
  .px-sm-n6 {
    padding-left: -128px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 4px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important; }
  .m-md-2 {
    margin: 8px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important; }
  .m-md-3 {
    margin: 16px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important; }
  .m-md-4 {
    margin: 32px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 32px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 32px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 32px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 32px !important; }
  .m-md-5 {
    margin: 64px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 64px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 64px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 64px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 64px !important; }
  .m-md-6 {
    margin: 128px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 128px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 128px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 128px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 128px !important; }
  .m-md-n1 {
    margin: -4px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important; }
  .m-md-n2 {
    margin: -8px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important; }
  .m-md-n3 {
    margin: -16px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important; }
  .m-md-n4 {
    margin: -32px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -32px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -32px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -32px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -32px !important; }
  .m-md-n5 {
    margin: -64px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -64px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -64px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -64px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -64px !important; }
  .m-md-n6 {
    margin: -128px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -128px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -128px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -128px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -128px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 4px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important; }
  .p-md-2 {
    padding: 8px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important; }
  .p-md-3 {
    padding: 16px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important; }
  .p-md-4 {
    padding: 32px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 32px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 32px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 32px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 32px !important; }
  .p-md-5 {
    padding: 64px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 64px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 64px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 64px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 64px !important; }
  .p-md-6 {
    padding: 128px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 128px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 128px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 128px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 128px !important; }
  .p-md-n1 {
    padding: -4px !important; }
  .pt-md-n1,
  .py-md-n1 {
    padding-top: -4px !important; }
  .pr-md-n1,
  .px-md-n1 {
    padding-right: -4px !important; }
  .pb-md-n1,
  .py-md-n1 {
    padding-bottom: -4px !important; }
  .pl-md-n1,
  .px-md-n1 {
    padding-left: -4px !important; }
  .p-md-n2 {
    padding: -8px !important; }
  .pt-md-n2,
  .py-md-n2 {
    padding-top: -8px !important; }
  .pr-md-n2,
  .px-md-n2 {
    padding-right: -8px !important; }
  .pb-md-n2,
  .py-md-n2 {
    padding-bottom: -8px !important; }
  .pl-md-n2,
  .px-md-n2 {
    padding-left: -8px !important; }
  .p-md-n3 {
    padding: -16px !important; }
  .pt-md-n3,
  .py-md-n3 {
    padding-top: -16px !important; }
  .pr-md-n3,
  .px-md-n3 {
    padding-right: -16px !important; }
  .pb-md-n3,
  .py-md-n3 {
    padding-bottom: -16px !important; }
  .pl-md-n3,
  .px-md-n3 {
    padding-left: -16px !important; }
  .p-md-n4 {
    padding: -32px !important; }
  .pt-md-n4,
  .py-md-n4 {
    padding-top: -32px !important; }
  .pr-md-n4,
  .px-md-n4 {
    padding-right: -32px !important; }
  .pb-md-n4,
  .py-md-n4 {
    padding-bottom: -32px !important; }
  .pl-md-n4,
  .px-md-n4 {
    padding-left: -32px !important; }
  .p-md-n5 {
    padding: -64px !important; }
  .pt-md-n5,
  .py-md-n5 {
    padding-top: -64px !important; }
  .pr-md-n5,
  .px-md-n5 {
    padding-right: -64px !important; }
  .pb-md-n5,
  .py-md-n5 {
    padding-bottom: -64px !important; }
  .pl-md-n5,
  .px-md-n5 {
    padding-left: -64px !important; }
  .p-md-n6 {
    padding: -128px !important; }
  .pt-md-n6,
  .py-md-n6 {
    padding-top: -128px !important; }
  .pr-md-n6,
  .px-md-n6 {
    padding-right: -128px !important; }
  .pb-md-n6,
  .py-md-n6 {
    padding-bottom: -128px !important; }
  .pl-md-n6,
  .px-md-n6 {
    padding-left: -128px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 4px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important; }
  .m-lg-2 {
    margin: 8px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important; }
  .m-lg-3 {
    margin: 16px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important; }
  .m-lg-4 {
    margin: 32px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 32px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 32px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 32px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 32px !important; }
  .m-lg-5 {
    margin: 64px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 64px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 64px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 64px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 64px !important; }
  .m-lg-6 {
    margin: 128px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 128px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 128px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 128px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 128px !important; }
  .m-lg-n1 {
    margin: -4px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important; }
  .m-lg-n2 {
    margin: -8px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important; }
  .m-lg-n3 {
    margin: -16px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important; }
  .m-lg-n4 {
    margin: -32px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -32px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -32px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -32px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -32px !important; }
  .m-lg-n5 {
    margin: -64px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -64px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -64px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -64px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -64px !important; }
  .m-lg-n6 {
    margin: -128px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -128px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -128px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -128px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -128px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 4px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important; }
  .p-lg-2 {
    padding: 8px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important; }
  .p-lg-3 {
    padding: 16px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important; }
  .p-lg-4 {
    padding: 32px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 32px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 32px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 32px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 32px !important; }
  .p-lg-5 {
    padding: 64px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 64px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 64px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 64px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 64px !important; }
  .p-lg-6 {
    padding: 128px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 128px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 128px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 128px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 128px !important; }
  .p-lg-n1 {
    padding: -4px !important; }
  .pt-lg-n1,
  .py-lg-n1 {
    padding-top: -4px !important; }
  .pr-lg-n1,
  .px-lg-n1 {
    padding-right: -4px !important; }
  .pb-lg-n1,
  .py-lg-n1 {
    padding-bottom: -4px !important; }
  .pl-lg-n1,
  .px-lg-n1 {
    padding-left: -4px !important; }
  .p-lg-n2 {
    padding: -8px !important; }
  .pt-lg-n2,
  .py-lg-n2 {
    padding-top: -8px !important; }
  .pr-lg-n2,
  .px-lg-n2 {
    padding-right: -8px !important; }
  .pb-lg-n2,
  .py-lg-n2 {
    padding-bottom: -8px !important; }
  .pl-lg-n2,
  .px-lg-n2 {
    padding-left: -8px !important; }
  .p-lg-n3 {
    padding: -16px !important; }
  .pt-lg-n3,
  .py-lg-n3 {
    padding-top: -16px !important; }
  .pr-lg-n3,
  .px-lg-n3 {
    padding-right: -16px !important; }
  .pb-lg-n3,
  .py-lg-n3 {
    padding-bottom: -16px !important; }
  .pl-lg-n3,
  .px-lg-n3 {
    padding-left: -16px !important; }
  .p-lg-n4 {
    padding: -32px !important; }
  .pt-lg-n4,
  .py-lg-n4 {
    padding-top: -32px !important; }
  .pr-lg-n4,
  .px-lg-n4 {
    padding-right: -32px !important; }
  .pb-lg-n4,
  .py-lg-n4 {
    padding-bottom: -32px !important; }
  .pl-lg-n4,
  .px-lg-n4 {
    padding-left: -32px !important; }
  .p-lg-n5 {
    padding: -64px !important; }
  .pt-lg-n5,
  .py-lg-n5 {
    padding-top: -64px !important; }
  .pr-lg-n5,
  .px-lg-n5 {
    padding-right: -64px !important; }
  .pb-lg-n5,
  .py-lg-n5 {
    padding-bottom: -64px !important; }
  .pl-lg-n5,
  .px-lg-n5 {
    padding-left: -64px !important; }
  .p-lg-n6 {
    padding: -128px !important; }
  .pt-lg-n6,
  .py-lg-n6 {
    padding-top: -128px !important; }
  .pr-lg-n6,
  .px-lg-n6 {
    padding-right: -128px !important; }
  .pb-lg-n6,
  .py-lg-n6 {
    padding-bottom: -128px !important; }
  .pl-lg-n6,
  .px-lg-n6 {
    padding-left: -128px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 4px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important; }
  .m-xl-2 {
    margin: 8px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important; }
  .m-xl-3 {
    margin: 16px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important; }
  .m-xl-4 {
    margin: 32px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 32px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 32px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 32px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 32px !important; }
  .m-xl-5 {
    margin: 64px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 64px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 64px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 64px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 64px !important; }
  .m-xl-6 {
    margin: 128px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 128px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 128px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 128px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 128px !important; }
  .m-xl-n1 {
    margin: -4px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important; }
  .m-xl-n2 {
    margin: -8px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important; }
  .m-xl-n3 {
    margin: -16px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important; }
  .m-xl-n4 {
    margin: -32px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -32px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -32px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -32px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -32px !important; }
  .m-xl-n5 {
    margin: -64px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -64px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -64px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -64px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -64px !important; }
  .m-xl-n6 {
    margin: -128px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -128px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -128px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -128px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -128px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 4px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important; }
  .p-xl-2 {
    padding: 8px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important; }
  .p-xl-3 {
    padding: 16px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important; }
  .p-xl-4 {
    padding: 32px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 32px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 32px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 32px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 32px !important; }
  .p-xl-5 {
    padding: 64px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 64px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 64px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 64px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 64px !important; }
  .p-xl-6 {
    padding: 128px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 128px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 128px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 128px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 128px !important; }
  .p-xl-n1 {
    padding: -4px !important; }
  .pt-xl-n1,
  .py-xl-n1 {
    padding-top: -4px !important; }
  .pr-xl-n1,
  .px-xl-n1 {
    padding-right: -4px !important; }
  .pb-xl-n1,
  .py-xl-n1 {
    padding-bottom: -4px !important; }
  .pl-xl-n1,
  .px-xl-n1 {
    padding-left: -4px !important; }
  .p-xl-n2 {
    padding: -8px !important; }
  .pt-xl-n2,
  .py-xl-n2 {
    padding-top: -8px !important; }
  .pr-xl-n2,
  .px-xl-n2 {
    padding-right: -8px !important; }
  .pb-xl-n2,
  .py-xl-n2 {
    padding-bottom: -8px !important; }
  .pl-xl-n2,
  .px-xl-n2 {
    padding-left: -8px !important; }
  .p-xl-n3 {
    padding: -16px !important; }
  .pt-xl-n3,
  .py-xl-n3 {
    padding-top: -16px !important; }
  .pr-xl-n3,
  .px-xl-n3 {
    padding-right: -16px !important; }
  .pb-xl-n3,
  .py-xl-n3 {
    padding-bottom: -16px !important; }
  .pl-xl-n3,
  .px-xl-n3 {
    padding-left: -16px !important; }
  .p-xl-n4 {
    padding: -32px !important; }
  .pt-xl-n4,
  .py-xl-n4 {
    padding-top: -32px !important; }
  .pr-xl-n4,
  .px-xl-n4 {
    padding-right: -32px !important; }
  .pb-xl-n4,
  .py-xl-n4 {
    padding-bottom: -32px !important; }
  .pl-xl-n4,
  .px-xl-n4 {
    padding-left: -32px !important; }
  .p-xl-n5 {
    padding: -64px !important; }
  .pt-xl-n5,
  .py-xl-n5 {
    padding-top: -64px !important; }
  .pr-xl-n5,
  .px-xl-n5 {
    padding-right: -64px !important; }
  .pb-xl-n5,
  .py-xl-n5 {
    padding-bottom: -64px !important; }
  .pl-xl-n5,
  .px-xl-n5 {
    padding-left: -64px !important; }
  .p-xl-n6 {
    padding: -128px !important; }
  .pt-xl-n6,
  .py-xl-n6 {
    padding-top: -128px !important; }
  .pr-xl-n6,
  .px-xl-n6 {
    padding-right: -128px !important; }
  .pb-xl-n6,
  .py-xl-n6 {
    padding-bottom: -128px !important; }
  .pl-xl-n6,
  .px-xl-n6 {
    padding-left: -128px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4, h5, .form-group label, .h5, .btn, h6, .owner-edit-row td:before,
.member-edit-row td:before,
.view-members-sectionals td:before, .h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }

small {
  color: #888888; }

.domd, ol.fancy-list > li:before {
  font-family: "DomD Reg", georgia, serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }

h1, .h1 {
  font-size: 26.28851px; }
  h1.domd, .h1.domd, ol.fancy-list > li.h1:before {
    font-size: 31.54621px; }

h2, .h2 {
  font-size: 22.2784px; }
  h2.domd, .h2.domd, ol.fancy-list > li.h2:before {
    font-size: 26.73408px; }

h3, .h3 {
  font-size: 18.88px;
  line-height: 1.3; }
  h3.domd, .h3.domd, ol.fancy-list > li.h3:before {
    font-size: 22.656px; }

h4, .h4 {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.3; }
  h4.domd, .h4.domd, ol.fancy-list > li.h4:before {
    font-size: 19.2px;
    letter-spacing: 0; }

h5, .form-group label, .h5, .btn {
  font-size: 13.55932px;
  letter-spacing: .06em;
  line-height: 1.35; }
  h5.domd, .form-group label.domd, .h5.domd, ol.fancy-list > li.h5:before, ol.fancy-list > li.btn:before, .domd.btn {
    font-size: 16.27119px;
    letter-spacing: .03em; }

h6, .owner-edit-row td:before,
.member-edit-row td:before,
.view-members-sectionals td:before, .h6 {
  font-size: 11.49095px;
  letter-spacing: .08em;
  line-height: 1.45; }
  h6.domd, .owner-edit-row td.domd:before,
  .member-edit-row td.domd:before,
  .view-members-sectionals td.domd:before, .h6.domd, ol.fancy-list > li.h6:before {
    font-size: 13.78914px;
    letter-spacing: .03em; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 31.25px; }
    h1.domd, .h1.domd, ol.fancy-list > li.h1:before {
      font-size: 37.5px; }
  h2, .h2 {
    font-size: 25px; }
    h2.domd, .h2.domd, ol.fancy-list > li.h2:before {
      font-size: 30px; }
  h3, .h3 {
    font-size: 20px; }
    h3.domd, .h3.domd, ol.fancy-list > li.h3:before {
      font-size: 24px; }
  h4, .h4 {
    font-size: 16px; }
    h4.domd, .h4.domd, ol.fancy-list > li.h4:before {
      font-size: 19.2px; }
  h5, .form-group label, .h5, .btn {
    font-size: 12.8px; }
    h5.domd, .form-group label.domd, .h5.domd, ol.fancy-list > li.h5:before, ol.fancy-list > li.btn:before, .domd.btn {
      font-size: 15.36px; }
  h6, .owner-edit-row td:before,
  .member-edit-row td:before,
  .view-members-sectionals td:before, .h6 {
    font-size: 10.24px; }
    h6.domd, .owner-edit-row td.domd:before,
    .member-edit-row td.domd:before,
    .view-members-sectionals td.domd:before, .h6.domd, ol.fancy-list > li.h6:before {
      font-size: 12.288px; } }

@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 39.0625px; }
    h1.domd, .h1.domd, ol.fancy-list > li.h1:before {
      font-size: 46.875px; } }

@media (min-width: 1600px) {
  h1.h1-lg,
  h1 > .h1-lg {
    font-size: 61.03516px; } }

h4.lowercase, h4.normalcase, .h4.lowercase, .h4.normalcase {
  letter-spacing: .01em; }

h5.lowercase, .form-group label.lowercase, h5.normalcase, .form-group label.normalcase, .h5.lowercase, .lowercase.btn, .h5.normalcase, .normalcase.btn {
  letter-spacing: .03em; }

h6.lowercase, .owner-edit-row td.lowercase:before,
.member-edit-row td.lowercase:before,
.view-members-sectionals td.lowercase:before, h6.normalcase, .owner-edit-row td.normalcase:before,
.member-edit-row td.normalcase:before,
.view-members-sectionals td.normalcase:before, .h6.lowercase, .h6.normalcase {
  letter-spacing: .04em;
  line-height: 1.3; }

p {
  margin-bottom: 16px; }

.p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  text-transform: none; }

p.small,
.p.small {
  font-size: 12.8px;
  letter-spacing: .01em; }

p.xsmall,
.p.xsmall {
  font-size: 10.24px;
  letter-spacing: .01em; }

p.large {
  font-size: 18px; }

hr {
  margin-top: 16px;
  margin-bottom: 16px; }

.hr-small {
  width: 32px;
  border-top: 1px solid black;
  margin-left: 0;
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .hr-small {
      margin-top: 32px;
      margin-bottom: 32px; } }

@media (min-width: 768px) {
  .t-indent {
    text-indent: -.21em; } }

.page-header {
  margin-top: 0.4em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #e6e6e6; }

.strong {
  font-weight: 700; }

h1.context--copy, .h1.context--copy,
h2.context--copy, .h2.context--copy,
h3.context--copy, .h3.context--copy,
h4.context--copy, .h4.context--copy,
h5.context--copy,
.form-group label.context--copy, .h5.context--copy, .context--copy.btn,
h6.context--copy,
.owner-edit-row td.context--copy:before,
.member-edit-row td.context--copy:before,
.view-members-sectionals td.context--copy:before, .h6.context--copy {
  margin-top: 32px;
  margin-bottom: 16px; }

h1 + h1.context--copy, h1 + .h1.context--copy,
h1 + h2.context--copy, h1 + .h2.context--copy,
h1 + h3.context--copy, h1 + .h3.context--copy,
h1 + h4.context--copy, h1 + .h4.context--copy,
h1 + h5.context--copy,
.form-group h1 + label.context--copy, h1 + .h5.context--copy, h1 + .context--copy.btn,
h1 + h6.context--copy,
.owner-edit-row h1 + td.context--copy:before,
.member-edit-row h1 + td.context--copy:before,
.view-members-sectionals h1 + td.context--copy:before, h1 + .h6.context--copy, .h1 + h1.context--copy, .h1 + .h1.context--copy,
.h1 + h2.context--copy, .h1 + .h2.context--copy,
.h1 + h3.context--copy, .h1 + .h3.context--copy,
.h1 + h4.context--copy, .h1 + .h4.context--copy,
.h1 + h5.context--copy,
.form-group .h1 + label.context--copy, .h1 + .h5.context--copy, .h1 + .context--copy.btn,
.h1 + h6.context--copy,
.owner-edit-row .h1 + td.context--copy:before,
.member-edit-row .h1 + td.context--copy:before,
.view-members-sectionals .h1 + td.context--copy:before, .h1 + .h6.context--copy,
h2 + h1.context--copy,
h2 + .h1.context--copy,
h2 + h2.context--copy,
h2 + .h2.context--copy,
h2 + h3.context--copy,
h2 + .h3.context--copy,
h2 + h4.context--copy,
h2 + .h4.context--copy,
h2 + h5.context--copy,
.form-group h2 + label.context--copy,
h2 + .h5.context--copy,
h2 + .context--copy.btn,
h2 + h6.context--copy,
.owner-edit-row h2 + td.context--copy:before,
.member-edit-row h2 + td.context--copy:before,
.view-members-sectionals h2 + td.context--copy:before,
h2 + .h6.context--copy, .h2 + h1.context--copy, .h2 + .h1.context--copy,
.h2 + h2.context--copy, .h2 + .h2.context--copy,
.h2 + h3.context--copy, .h2 + .h3.context--copy,
.h2 + h4.context--copy, .h2 + .h4.context--copy,
.h2 + h5.context--copy,
.form-group .h2 + label.context--copy, .h2 + .h5.context--copy, .h2 + .context--copy.btn,
.h2 + h6.context--copy,
.owner-edit-row .h2 + td.context--copy:before,
.member-edit-row .h2 + td.context--copy:before,
.view-members-sectionals .h2 + td.context--copy:before, .h2 + .h6.context--copy,
h3 + h1.context--copy,
h3 + .h1.context--copy,
h3 + h2.context--copy,
h3 + .h2.context--copy,
h3 + h3.context--copy,
h3 + .h3.context--copy,
h3 + h4.context--copy,
h3 + .h4.context--copy,
h3 + h5.context--copy,
.form-group h3 + label.context--copy,
h3 + .h5.context--copy,
h3 + .context--copy.btn,
h3 + h6.context--copy,
.owner-edit-row h3 + td.context--copy:before,
.member-edit-row h3 + td.context--copy:before,
.view-members-sectionals h3 + td.context--copy:before,
h3 + .h6.context--copy, .h3 + h1.context--copy, .h3 + .h1.context--copy,
.h3 + h2.context--copy, .h3 + .h2.context--copy,
.h3 + h3.context--copy, .h3 + .h3.context--copy,
.h3 + h4.context--copy, .h3 + .h4.context--copy,
.h3 + h5.context--copy,
.form-group .h3 + label.context--copy, .h3 + .h5.context--copy, .h3 + .context--copy.btn,
.h3 + h6.context--copy,
.owner-edit-row .h3 + td.context--copy:before,
.member-edit-row .h3 + td.context--copy:before,
.view-members-sectionals .h3 + td.context--copy:before, .h3 + .h6.context--copy,
h4 + h1.context--copy,
h4 + .h1.context--copy,
h4 + h2.context--copy,
h4 + .h2.context--copy,
h4 + h3.context--copy,
h4 + .h3.context--copy,
h4 + h4.context--copy,
h4 + .h4.context--copy,
h4 + h5.context--copy,
.form-group h4 + label.context--copy,
h4 + .h5.context--copy,
h4 + .context--copy.btn,
h4 + h6.context--copy,
.owner-edit-row h4 + td.context--copy:before,
.member-edit-row h4 + td.context--copy:before,
.view-members-sectionals h4 + td.context--copy:before,
h4 + .h6.context--copy, .h4 + h1.context--copy, .h4 + .h1.context--copy,
.h4 + h2.context--copy, .h4 + .h2.context--copy,
.h4 + h3.context--copy, .h4 + .h3.context--copy,
.h4 + h4.context--copy, .h4 + .h4.context--copy,
.h4 + h5.context--copy,
.form-group .h4 + label.context--copy, .h4 + .h5.context--copy, .h4 + .context--copy.btn,
.h4 + h6.context--copy,
.owner-edit-row .h4 + td.context--copy:before,
.member-edit-row .h4 + td.context--copy:before,
.view-members-sectionals .h4 + td.context--copy:before, .h4 + .h6.context--copy,
h5 + h1.context--copy,
.form-group label + h1.context--copy,
h5 + .h1.context--copy,
.form-group label + .h1.context--copy,
h5 + h2.context--copy,
.form-group label + h2.context--copy,
h5 + .h2.context--copy,
.form-group label + .h2.context--copy,
h5 + h3.context--copy,
.form-group label + h3.context--copy,
h5 + .h3.context--copy,
.form-group label + .h3.context--copy,
h5 + h4.context--copy,
.form-group label + h4.context--copy,
h5 + .h4.context--copy,
.form-group label + .h4.context--copy,
h5 + h5.context--copy,
.form-group label + h5.context--copy,
.form-group h5 + label.context--copy,
.form-group label + label.context--copy,
h5 + .h5.context--copy,
.form-group label + .h5.context--copy,
h5 + .context--copy.btn,
.form-group label + .context--copy.btn,
h5 + h6.context--copy,
.form-group label + h6.context--copy,
.owner-edit-row h5 + td.context--copy:before,
.form-group .owner-edit-row label + td.context--copy:before,
.owner-edit-row .form-group label + td.context--copy:before,
.member-edit-row h5 + td.context--copy:before,
.form-group .member-edit-row label + td.context--copy:before,
.member-edit-row .form-group label + td.context--copy:before,
.view-members-sectionals h5 + td.context--copy:before,
.form-group .view-members-sectionals label + td.context--copy:before,
.view-members-sectionals .form-group label + td.context--copy:before,
h5 + .h6.context--copy,
.form-group label + .h6.context--copy, .h5 + h1.context--copy, .btn + h1.context--copy, .h5 + .h1.context--copy, .btn + .h1.context--copy,
.h5 + h2.context--copy,
.btn + h2.context--copy, .h5 + .h2.context--copy, .btn + .h2.context--copy,
.h5 + h3.context--copy,
.btn + h3.context--copy, .h5 + .h3.context--copy, .btn + .h3.context--copy,
.h5 + h4.context--copy,
.btn + h4.context--copy, .h5 + .h4.context--copy, .btn + .h4.context--copy,
.h5 + h5.context--copy,
.btn + h5.context--copy,
.form-group .h5 + label.context--copy,
.form-group .btn + label.context--copy, .h5 + .h5.context--copy, .btn + .h5.context--copy, .h5 + .context--copy.btn, .btn + .context--copy.btn,
.h5 + h6.context--copy,
.btn + h6.context--copy,
.owner-edit-row .h5 + td.context--copy:before,
.owner-edit-row .btn + td.context--copy:before,
.member-edit-row .h5 + td.context--copy:before,
.member-edit-row .btn + td.context--copy:before,
.view-members-sectionals .h5 + td.context--copy:before,
.view-members-sectionals .btn + td.context--copy:before, .h5 + .h6.context--copy, .btn + .h6.context--copy,
h6 + h1.context--copy,
.owner-edit-row td:before + h1.context--copy,
.member-edit-row td:before + h1.context--copy,
.view-members-sectionals td:before + h1.context--copy,
h6 + .h1.context--copy,
.owner-edit-row td:before + .h1.context--copy,
.member-edit-row td:before + .h1.context--copy,
.view-members-sectionals td:before + .h1.context--copy,
h6 + h2.context--copy,
.owner-edit-row td:before + h2.context--copy,
.member-edit-row td:before + h2.context--copy,
.view-members-sectionals td:before + h2.context--copy,
h6 + .h2.context--copy,
.owner-edit-row td:before + .h2.context--copy,
.member-edit-row td:before + .h2.context--copy,
.view-members-sectionals td:before + .h2.context--copy,
h6 + h3.context--copy,
.owner-edit-row td:before + h3.context--copy,
.member-edit-row td:before + h3.context--copy,
.view-members-sectionals td:before + h3.context--copy,
h6 + .h3.context--copy,
.owner-edit-row td:before + .h3.context--copy,
.member-edit-row td:before + .h3.context--copy,
.view-members-sectionals td:before + .h3.context--copy,
h6 + h4.context--copy,
.owner-edit-row td:before + h4.context--copy,
.member-edit-row td:before + h4.context--copy,
.view-members-sectionals td:before + h4.context--copy,
h6 + .h4.context--copy,
.owner-edit-row td:before + .h4.context--copy,
.member-edit-row td:before + .h4.context--copy,
.view-members-sectionals td:before + .h4.context--copy,
h6 + h5.context--copy,
.owner-edit-row td:before + h5.context--copy,
.member-edit-row td:before + h5.context--copy,
.view-members-sectionals td:before + h5.context--copy,
.form-group h6 + label.context--copy,
.owner-edit-row .form-group td:before + label.context--copy,
.form-group .owner-edit-row td:before + label.context--copy,
.member-edit-row .form-group td:before + label.context--copy,
.form-group .member-edit-row td:before + label.context--copy,
.view-members-sectionals .form-group td:before + label.context--copy,
.form-group .view-members-sectionals td:before + label.context--copy,
h6 + .h5.context--copy,
.owner-edit-row td:before + .h5.context--copy,
.member-edit-row td:before + .h5.context--copy,
.view-members-sectionals td:before + .h5.context--copy,
h6 + .context--copy.btn,
.owner-edit-row td:before + .context--copy.btn,
.member-edit-row td:before + .context--copy.btn,
.view-members-sectionals td:before + .context--copy.btn,
h6 + h6.context--copy,
.owner-edit-row td:before + h6.context--copy,
.member-edit-row td:before + h6.context--copy,
.view-members-sectionals td:before + h6.context--copy,
.owner-edit-row h6 + td.context--copy:before,
.owner-edit-row td:before + td.context--copy:before,
.member-edit-row h6 + td.context--copy:before,
.member-edit-row td:before + td.context--copy:before,
.view-members-sectionals h6 + td.context--copy:before,
.view-members-sectionals td:before + td.context--copy:before,
h6 + .h6.context--copy,
.owner-edit-row td:before + .h6.context--copy,
.member-edit-row td:before + .h6.context--copy,
.view-members-sectionals td:before + .h6.context--copy, .h6 + h1.context--copy, .h6 + .h1.context--copy,
.h6 + h2.context--copy, .h6 + .h2.context--copy,
.h6 + h3.context--copy, .h6 + .h3.context--copy,
.h6 + h4.context--copy, .h6 + .h4.context--copy,
.h6 + h5.context--copy,
.form-group .h6 + label.context--copy, .h6 + .h5.context--copy, .h6 + .context--copy.btn,
.h6 + h6.context--copy,
.owner-edit-row .h6 + td.context--copy:before,
.member-edit-row .h6 + td.context--copy:before,
.view-members-sectionals .h6 + td.context--copy:before, .h6 + .h6.context--copy {
  margin-top: 0; }

h4.context--copy, .h4.context--copy,
h5.context--copy,
.form-group label.context--copy, .h5.context--copy, .context--copy.btn,
h6.context--copy,
.owner-edit-row td.context--copy:before,
.member-edit-row td.context--copy:before,
.view-members-sectionals td.context--copy:before, .h6.context--copy {
  color: #404042; }

img.context--copy {
  display: block;
  margin-top: 32px;
  margin-bottom: 32px; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase;
  letter-spacing: 0; }

.capitalize {
  text-transform: capitalize; }

.normalcase {
  text-transform: none !important;
  letter-spacing: 0; }

.link-style {
  color: #b0893a;
  cursor: pointer; }
  .link-style:hover {
    color: #d2a648; }

.link-style-clear {
  color: #000;
  text-decoration: none; }
  .link-style-clear:hover {
    text-decoration: none; }

.text-default {
  color: #e6e6e6; }

.text-primary {
  color: #000; }

.text-success {
  color: #519281; }

.text-info {
  color: #E6CE9A; }

.text-warning {
  color: #dccba8; }

.text-danger {
  color: #b45250; }

.text-black {
  color: white; }

.text-gray-darker {
  color: #404042; }

.text-gray-dark {
  color: #888888; }

.text-gray {
  color: #cccccc; }

.text-gray-light {
  color: #e6e6e6; }

.text-gray-lighter {
  color: #f8f8f8; }

.text-white {
  color: white; }

.hero-title:after {
  content: '';
  width: 27%;
  height: 0.12em;
  background-color: #000;
  display: block;
  margin: 0.5em auto 0.6em; }

.hero-title-left {
  text-align: left; }
  .hero-title-left:after {
    content: '';
    width: 27%;
    height: 0.12em;
    background-color: #000;
    display: block;
    margin: 0.5em auto 0.6em; }
  .hero-title-left:after {
    margin-left: 0; }

.hero-title-right {
  text-align: right; }
  .hero-title-right:after {
    content: '';
    width: 27%;
    height: 0.12em;
    background-color: #000;
    display: block;
    margin: 0.5em auto 0.6em; }
  .hero-title-right:after {
    margin-right: 0; }

.text-center .img-responsive {
  margin-left: auto;
  margin-right: auto; }

.list-inline {
  margin-left: -8px; }
  .list-inline > li {
    padding-left: 8px;
    padding-right: 8px; }

ol.fancy-list {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 2em;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }
  ol.fancy-list > li {
    position: relative;
    /* Create a positioning context */
    margin: 0;
    /* Give each list item a left margin to make room for the numbers */
    padding: 0px 0px 16px;
    /* Add some spacing around the content */
    list-style: none;
    /* Disable the normal item numbering */ }
    ol.fancy-list > li:before {
      font-size: 25px;
      line-height: 1;
      color: #cccccc;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      content: counter(li, decimal-leading-zero);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      /* Position and style the number */
      position: relative;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-width: 1.8em;
      /* Some space between the number and the content in browsers that support
         generated content but not positioning it (Camino 2 is one example) */ }
    ol.fancy-list > li a {
      vertical-align: middle; }
  ol.fancy-list li ol,
  ol.fancy-list li ul {
    margin-top: 6px; }
  ol.fancy-list ol ol li:last-child {
    margin-bottom: 0; }

.readable-line {
  max-width: 40em; }

.text-center ul,
.text-center ol {
  text-align: left;
  display: inline-block; }

.line-clip-outer {
  overflow: hidden;
  display: block; }

.line-clip-inner {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.text-truncate,
.text-overflow {
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  -webkit-text-overflow: clip;
  -webkit-text-overflow: ellipsis;
  -webkit-text-overflow: "\2026";
  white-space: nowrap;
  overflow: hidden; }

.shadow-level-0 {
  box-shadow: none; }

.shadow-level-1 {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1); }

.shadow-level-2 {
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15); }

.shadow-level-3 {
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15); }

.shadow-level-4 {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3); }

.shadow-level-5 {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6); }

.shadow-inset-level-0 {
  box-shadow: none; }

.shadow-inset-level-1 {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1) inset; }

.shadow-inset-level-2 {
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15) inset; }

.shadow-inset-level-3 {
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15) inset; }

.shadow-inset-level-4 {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3) inset; }

.shadow-inset-level-5 {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6) inset; }

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="reset"],
input[type="file"],
input[type="submit"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  box-shadow: none; }

.input-group {
  width: 100%;
  padding: 0;
  height: auto;
  position: relative; }
  .input-group input {
    margin: 0;
    z-index: 800; }

.form-control {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  color: #404042;
  font-size: 12.8px;
  height: 46px;
  background-color: transparent;
  border: 1px solid #000; }

.checkbox {
  margin: 0; }
  .checkbox label {
    color: #404042;
    font-size: 12.8px; }

textarea.form-control {
  padding-top: 16px;
  padding-bottom: 16px; }

.form-group-inline:before, .form-group-inline:after {
  content: " ";
  display: table; }

.form-group-inline:after {
  clear: both; }

@media (min-width: 768px) {
  .form-group-inline > label,
  .form-group-inline > div.radio {
    float: left;
    margin: 0;
    margin-left: 32px; } }

.radio-label {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 15px; }

.radio-info {
  padding-left: 24px; }
  .radio-info.small {
    line-height: 1.4; }

.radio {
  position: relative;
  margin: 8px 0; }
  .radio input[type=radio] {
    position: absolute;
    visibility: hidden; }
    .radio input[type=radio]:checked ~ .radio-btn-styled:before {
      opacity: 1; }
    .radio input[type=radio]:checked ~ label {
      color: #b0893a; }
  .radio label {
    display: block;
    padding-left: 24px;
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 0;
    position: relative;
    z-index: 100;
    transition: color 0.1s ease; }
    .radio label.checked {
      color: #b0893a; }
  .radio .radio-btn-styled {
    display: block;
    position: absolute;
    border: 1px solid #000;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    box-shadow: inset 0px 0px 0px 2px white; }
  .radio .checked ~ .radio-btn-styled {
    background-color: #E6CE9A; }
  .radio:hover label {
    color: #c7a256; }

.radio-center-mobile {
  text-align: center; }
  @media (min-width: 768px) {
    .radio-center-mobile {
      text-align: left; } }
  .radio-center-mobile .form-group {
    display: inline-block;
    text-align: left; }
    @media (min-width: 768px) {
      .radio-center-mobile .form-group {
        display: block; } }

select.form-control {
  background-image: url(/static/dist/4d61bd1a7f2ebd7a15a571d155797c70.svg);
  background-size: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  box-shadow: none; }

.form-underline.form-control {
  border: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
  box-shadow: none;
  color: #000; }
  .form-underline.form-control::-webkit-input-placeholder {
    color: #000; }
  .form-underline.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  .form-underline.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .form-underline.form-control:-ms-input-placeholder {
    color: #000; }
  .form-underline.form-control:focus {
    border-bottom-color: #E6CE9A; }

.form-underline.input-group-btn {
  font-size: inherit;
  border-bottom: 1px solid #000; }
  .form-underline.input-group-btn .btn {
    padding: 0px 8px;
    height: 100%; }

.form-inline .form-group input {
  padding: 20px 12px; }

.form-inline-group {
  margin-bottom: 0;
  display: table; }
  .form-inline-group:before, .form-inline-group:after {
    content: " ";
    display: table; }
  .form-inline-group:after {
    clear: both; }
  .form-inline-group label, .form-inline-group input {
    display: table-cell;
    vertical-align: middle;
    margin-right: 32px;
    width: auto;
    line-height: 1; }

@media (min-width: 768px) {
  .align-vertical {
    display: flex;
    align-items: center; } }

.align-vertical-xs {
  display: flex;
  align-items: center; }

.align-end-xs {
  display: flex;
  justify-content: flex-end; }

@media (min-width: 768px) {
  .align-bottom {
    display: flex;
    align-items: flex-end; } }

@media (min-width: 768px) {
  .row.row-eq-height {
    display: flex; }
    .row.row-eq-height > [class*="col-"] {
      display: flex;
      flex-direction: column; }
      .row.row-eq-height > [class*="col-"] > .panel {
        flex-grow: 1; } }

.align-items-stretch {
  align-items: stretch; }

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

.pos-top-right,
.pos-top-left,
.pos-bottom-right,
.pos-bottom-left {
  position: absolute; }

.pos-top-right {
  top: 0;
  right: 0; }

.pos-top-left {
  top: 0;
  left: 0; }

.pos-bottom-right {
  bottom: 0;
  right: 0; }

.pos-bottom-left {
  bottom: 0;
  left: 0; }

img.pos-top-right,
img.pos-top-left,
img.pos-bottom-right,
img.pos-bottom-left {
  width: auto;
  max-width: 100%; }

.layer-parent {
  position: relative; }

[class^="layer-"] {
  position: relative; }

.layer-top {
  z-index: 500; }

.layer-4 {
  z-index: 400; }

.layer-3 {
  z-index: 300; }

.layer-2 {
  z-index: 200; }

.layer-1 {
  z-index: 100; }

.layer-0 {
  z-index: 0; }

.layer-0 {
  z-index: 0; }

.bg-black {
  background-color: #000;
  color: white; }

.bg-gray-darker {
  background-color: #404042;
  color: white; }

.bg-gray-dark {
  background-color: #888888;
  color: white; }

.bg-gray {
  background-color: #cccccc; }

.bg-gray-light {
  background-color: #e6e6e6; }

.bg-gray-lighter {
  background-color: #f8f8f8; }

.bg-white {
  background-color: white;
  color: black; }

.bg-info {
  background-color: #E6CE9A !important; }

.bg-success {
  background-color: #519281 !important;
  color: white; }

.bg-transparent {
  background-color: transparent; }

.bg-texture, .bg-texture-inverted {
  color: white;
  background-color: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform-style: preserve-3d; }

.bg-texture-inverted {
  background-color: white;
  color: #000; }
  .bg-texture-inverted a {
    color: #000; }
  .bg-texture-inverted a.btn-success {
    color: white; }

@media (max-width: 768px) {
  .bg-texture-no-sm {
    background-image: none !important; } }

@media (max-width: 992px) {
  .bg-texture-no-md {
    background-image: none !important; } }

@media (max-width: 1280px) {
  .bg-texture-no-lg {
    background-image: none !important; } }

.bg-striped {
  background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQoU43M2QkAIAwEUdPG9l/btqFEUDxyzfdjpBUi2SVzigBICBfSmQtP5MIXmdBCH/TQBSO0YYYmrCCFA5ZUJ7zWQizKAAAAAElFTkSuQmCC") repeat center center;
  background-size: 8px; }

.bg-panel {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  background-image: linear-gradient(to right, #e6e6e6 100%, #e6e6e6 100%); }
  .bg-panel:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: linear-gradient(to right, #e6e6e6 100%, #e6e6e6 100%); }
  @media (min-width: 768px) {
    .bg-panel {
      background-size: calc(((100% - 720px)/2) + 10px) 100%; }
      .bg-panel:before {
        width: 720px; } }
  @media (min-width: 992px) {
    .bg-panel {
      background-size: calc(((100% - 944px)/2) + 10px) 100%; }
      .bg-panel:before {
        width: 944px; } }
  @media (min-width: 1280px) {
    .bg-panel {
      background-size: calc(((100% - 1232px)/2) + 10px) 100%; }
      .bg-panel:before {
        width: 1232px; } }

.bg-panel-gray-darker {
  color: white;
  background-image: linear-gradient(to right, #404042 100%, #404042 100%); }
  .bg-panel-gray-darker:before {
    background-image: linear-gradient(to right, #404042 100%, #404042 100%); }

.bg-panel-gray-dark {
  color: white;
  background-image: linear-gradient(to right, #888888 100%, #888888 100%); }
  .bg-panel-gray-dark:before {
    background-image: linear-gradient(to right, #888888 100%, #888888 100%); }

.bg-panel-gray {
  color: black;
  background-image: linear-gradient(to right, #cccccc 100%, #cccccc 100%); }
  .bg-panel-gray:before {
    background-image: linear-gradient(to right, #cccccc 100%, #cccccc 100%); }

.bg-panel-gray-light {
  color: black;
  background-image: linear-gradient(to right, #e6e6e6 100%, #e6e6e6 100%); }
  .bg-panel-gray-light:before {
    background-image: linear-gradient(to right, #e6e6e6 100%, #e6e6e6 100%); }

.bg-panel-gray-lighter {
  color: black;
  background-image: linear-gradient(to right, #f8f8f8 100%, #f8f8f8 100%); }
  .bg-panel-gray-lighter:before {
    background-image: linear-gradient(to right, #f8f8f8 100%, #f8f8f8 100%); }

.bg-panel-white {
  color: black;
  background-image: linear-gradient(to right, white 100%, white 100%); }
  .bg-panel-white:before {
    background-image: linear-gradient(to right, white 100%, white 100%); }

.bg-panel-left-1 {
  background-position: left center; }
  .bg-panel-left-1:before {
    background-position: left center;
    background-size: calc(100% * 0.08333) 100%; }

.bg-panel-left-2 {
  background-position: left center; }
  .bg-panel-left-2:before {
    background-position: left center;
    background-size: calc(100% * 0.16667) 100%; }

.bg-panel-left-3 {
  background-position: left center; }
  .bg-panel-left-3:before {
    background-position: left center;
    background-size: calc(100% * 0.25) 100%; }

.bg-panel-left-4 {
  background-position: left center; }
  .bg-panel-left-4:before {
    background-position: left center;
    background-size: calc(100% * 0.33333) 100%; }

.bg-panel-left-5 {
  background-position: left center; }
  .bg-panel-left-5:before {
    background-position: left center;
    background-size: calc(100% * 0.41667) 100%; }

.bg-panel-left-6 {
  background-position: left center; }
  .bg-panel-left-6:before {
    background-position: left center;
    background-size: calc(100% * 0.5) 100%; }

.bg-panel-left-7 {
  background-position: left center; }
  .bg-panel-left-7:before {
    background-position: left center;
    background-size: calc(100% * 0.58333) 100%; }

.bg-panel-left-8 {
  background-position: left center; }
  .bg-panel-left-8:before {
    background-position: left center;
    background-size: calc(100% * 0.66667) 100%; }

.bg-panel-left-9 {
  background-position: left center; }
  .bg-panel-left-9:before {
    background-position: left center;
    background-size: calc(100% * 0.75) 100%; }

.bg-panel-left-10 {
  background-position: left center; }
  .bg-panel-left-10:before {
    background-position: left center;
    background-size: calc(100% * 0.83333) 100%; }

.bg-panel-left-11 {
  background-position: left center; }
  .bg-panel-left-11:before {
    background-position: left center;
    background-size: calc(100% * 0.91667) 100%; }

.bg-panel-right-1 {
  background-position: right center; }
  .bg-panel-right-1:before {
    background-position: right center;
    background-size: calc(100% * 0.08333) 100%; }

.bg-panel-right-2 {
  background-position: right center; }
  .bg-panel-right-2:before {
    background-position: right center;
    background-size: calc(100% * 0.16667) 100%; }

.bg-panel-right-3 {
  background-position: right center; }
  .bg-panel-right-3:before {
    background-position: right center;
    background-size: calc(100% * 0.25) 100%; }

.bg-panel-right-4 {
  background-position: right center; }
  .bg-panel-right-4:before {
    background-position: right center;
    background-size: calc(100% * 0.33333) 100%; }

.bg-panel-right-5 {
  background-position: right center; }
  .bg-panel-right-5:before {
    background-position: right center;
    background-size: calc(100% * 0.41667) 100%; }

.bg-panel-right-6 {
  background-position: right center; }
  .bg-panel-right-6:before {
    background-position: right center;
    background-size: calc(100% * 0.5) 100%; }

.bg-panel-right-7 {
  background-position: right center; }
  .bg-panel-right-7:before {
    background-position: right center;
    background-size: calc(100% * 0.58333) 100%; }

.bg-panel-right-8 {
  background-position: right center; }
  .bg-panel-right-8:before {
    background-position: right center;
    background-size: calc(100% * 0.66667) 100%; }

.bg-panel-right-9 {
  background-position: right center; }
  .bg-panel-right-9:before {
    background-position: right center;
    background-size: calc(100% * 0.75) 100%; }

.bg-panel-right-10 {
  background-position: right center; }
  .bg-panel-right-10:before {
    background-position: right center;
    background-size: calc(100% * 0.83333) 100%; }

.bg-panel-right-11 {
  background-position: right center; }
  .bg-panel-right-11:before {
    background-position: right center;
    background-size: calc(100% * 0.91667) 100%; }

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

.bordered-vertical {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.bordered-top {
  border-top: 1px solid #000; }

.bordered-bottom {
  border-bottom: 1px solid #000; }

.bordered-right {
  border-right: none;
  border-right: 1px solid #000; }

.bordered-left {
  border-left: none;
  border-left: 1px solid #000; }

.bordered-vertical-xs {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media (min-width: 768px) {
    .bordered-vertical-xs {
      border-top: none;
      border-bottom: none; } }

.bordered-top-xs {
  border-top: 1px solid #000; }
  @media (min-width: 768px) {
    .bordered-top-xs {
      border-top: none; } }

.bordered-bottom-xs {
  border-bottom: 1px solid #000; }
  @media (min-width: 768px) {
    .bordered-bottom-xs {
      border-bottom: none; } }

.bordered-white {
  border-color: white; }

.bordered-light, .bordered-gray-light {
  border-color: #e6e6e6; }

.bordered-lighter, .bordered-gray-lighter {
  border-color: #f8f8f8; }

.bordered-gray {
  border-color: #cccccc; }

.bordered-dark, .bordered-gray-dark {
  border-color: #888888; }

.bordered-darker, .bordered-gray-darker {
  border-color: #404042; }

.bordered-info {
  border-color: #E6CE9A; }

.alert {
  margin-top: 0.25em;
  border-width: 2px;
  font-weight: 900; }

.alert-danger,
.popup-danger {
  background-color: white;
  border-color: #b45250;
  color: #b45250; }

.alert-info,
.popup-info {
  background-color: white;
  border-color: #E6CE9A;
  color: #d2a648; }

.alert-warning,
.popup-warning {
  background-color: white;
  border-color: #dccba8;
  color: #d2a648; }

.alert-success,
.popup-success {
  background-color: white;
  border-color: #519281;
  color: #2d5047; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  transition: all 0.15s cubic-bezier(0, 0.5, 1, 1);
  padding: 16px 32px;
  font-size: 12.8px;
  line-height: 1;
  border-radius: 0; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #000;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .3;
    box-shadow: none; }

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

.btn-link {
  color: #b0893a;
  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: #c7a256;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #e6e6e6;
    text-decoration: none; }

.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%; }

.btn:hover, .btn:focus {
  color: black;
  background-color: white;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15); }

.btn:active, .btn.active:active {
  background-color: #f8f8f8;
  box-shadow: inset 0 0 0 1px #e6e6e6; }

.btn.active {
  color: black;
  background-color: white;
  text-align: right;
  padding-left: 40px;
  padding-right: 24px; }
  .btn.active:before {
    content: "\E013";
    font-family: 'Glyphicons Halflings';
    margin-right: 4px;
    position: absolute;
    left: 20px;
    color: #404042;
    font-size: .9em; }

.btn.btn-lg.active, .btn-group-lg > .btn.active {
  padding-left: 64px;
  padding-right: 32px; }
  .btn.btn-lg.active:before, .btn-group-lg > .btn.active:before {
    left: 34px; }

.btn.btn-sm.active, .btn-group-sm > .btn.active {
  padding-left: 20px;
  padding-right: 12px; }
  .btn.btn-sm.active:before, .btn-group-sm > .btn.active:before {
    left: 8px;
    font-size: .8em;
    line-height: 1.8; }

.btn.btn-xs.active, .btn-group-xs > .btn.active {
  padding-left: 8px;
  padding-right: 8px; }
  .btn.btn-xs.active:before, .btn-group-xs > .btn.active:before {
    left: 0px;
    position: relative;
    font-size: .8em; }

.btn.btn-block.active {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px; }
  .btn.btn-block.active:before {
    position: relative;
    left: 0; }

.btn.btn-link:hover {
  background-color: transparent;
  box-shadow: none; }

.btn.btn-link.active:hover {
  color: #b0893a;
  box-shadow: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 24px 48px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 8px 16px;
  font-size: 10.24px;
  line-height: 1.5;
  border-radius: 0;
  letter-spacing: .1em; }

.btn-xs, .btn-group-xs > .btn {
  padding: 4px 8px;
  font-size: 10.24px;
  line-height: 1.5;
  border-radius: 0;
  letter-spacing: .1em; }

.btn-default {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc; }
  .btn-default:hover, .btn-default:focus {
    border-bottom-color: #cccccc; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #000;
    box-shadow: none; }
  .btn-default .badge {
    color: #cccccc;
    background-color: #000; }

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: black; }
  .btn-primary:hover, .btn-primary:focus {
    border-bottom-color: black; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus {
    background-color: #000;
    border-color: black;
    color: #fff;
    box-shadow: none; }
  .btn-primary .badge {
    color: #000;
    background-color: #fff; }

.btn-info {
  color: #000;
  background-color: #E6CE9A;
  border-color: #e6ce9a; }
  .btn-info:hover, .btn-info:focus {
    border-bottom-color: #e6ce9a; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus {
    background-color: #E6CE9A;
    border-color: #e6ce9a;
    color: #000;
    box-shadow: none; }
  .btn-info .badge {
    color: #E6CE9A;
    background-color: #000; }

.btn-success {
  color: #fff;
  background-color: #519281;
  border-color: #519281; }
  .btn-success:hover, .btn-success:focus {
    border-bottom-color: #519281; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus {
    background-color: #519281;
    border-color: #519281;
    color: #fff;
    box-shadow: none; }
  .btn-success .badge {
    color: #519281;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #b45250;
  border-color: #b45250; }
  .btn-danger:hover, .btn-danger:focus {
    border-bottom-color: #b45250; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus {
    background-color: #b45250;
    border-color: #b45250;
    color: #fff;
    box-shadow: none; }
  .btn-danger .badge {
    color: #b45250;
    background-color: #fff; }

.btn-hollow-default {
  color: black;
  background-color: white;
  border-color: #cccccc; }
  .btn-hollow-default:hover, .btn-hollow-default:focus {
    border-bottom-color: #cccccc; }
  .btn-hollow-default.disabled:hover, .btn-hollow-default.disabled:focus, .btn-hollow-default[disabled]:hover, .btn-hollow-default[disabled]:focus,
  fieldset[disabled] .btn-hollow-default:hover,
  fieldset[disabled] .btn-hollow-default:focus {
    background-color: white;
    border-color: #cccccc;
    color: black;
    box-shadow: none; }
  .btn-hollow-default .badge {
    color: white;
    background-color: black; }

.btn-hollow-primary {
  color: #000;
  background-color: white;
  border-color: black; }
  .btn-hollow-primary:hover, .btn-hollow-primary:focus {
    border-bottom-color: black; }
  .btn-hollow-primary.disabled:hover, .btn-hollow-primary.disabled:focus, .btn-hollow-primary[disabled]:hover, .btn-hollow-primary[disabled]:focus,
  fieldset[disabled] .btn-hollow-primary:hover,
  fieldset[disabled] .btn-hollow-primary:focus {
    background-color: white;
    border-color: black;
    color: #000;
    box-shadow: none; }
  .btn-hollow-primary .badge {
    color: white;
    background-color: #000; }

.btn-hollow-info {
  color: #b0893a;
  background-color: white;
  border-color: #e6ce9a; }
  .btn-hollow-info:hover, .btn-hollow-info:focus {
    border-bottom-color: #e6ce9a; }
  .btn-hollow-info.disabled:hover, .btn-hollow-info.disabled:focus, .btn-hollow-info[disabled]:hover, .btn-hollow-info[disabled]:focus,
  fieldset[disabled] .btn-hollow-info:hover,
  fieldset[disabled] .btn-hollow-info:focus {
    background-color: white;
    border-color: #e6ce9a;
    color: #b0893a;
    box-shadow: none; }
  .btn-hollow-info .badge {
    color: white;
    background-color: #b0893a; }

.btn-hollow-success {
  color: #519281;
  background-color: white;
  border-color: #519281; }
  .btn-hollow-success:hover, .btn-hollow-success:focus {
    border-bottom-color: #519281; }
  .btn-hollow-success.disabled:hover, .btn-hollow-success.disabled:focus, .btn-hollow-success[disabled]:hover, .btn-hollow-success[disabled]:focus,
  fieldset[disabled] .btn-hollow-success:hover,
  fieldset[disabled] .btn-hollow-success:focus {
    background-color: white;
    border-color: #519281;
    color: #519281;
    box-shadow: none; }
  .btn-hollow-success .badge {
    color: white;
    background-color: #519281; }

.btn-hollow-danger {
  color: #b45250;
  background-color: white;
  border-color: #b45250; }
  .btn-hollow-danger:hover, .btn-hollow-danger:focus {
    border-bottom-color: #b45250; }
  .btn-hollow-danger.disabled:hover, .btn-hollow-danger.disabled:focus, .btn-hollow-danger[disabled]:hover, .btn-hollow-danger[disabled]:focus,
  fieldset[disabled] .btn-hollow-danger:hover,
  fieldset[disabled] .btn-hollow-danger:focus {
    background-color: white;
    border-color: #b45250;
    color: #b45250;
    box-shadow: none; }
  .btn-hollow-danger .badge {
    color: white;
    background-color: #b45250; }

.btn-hollow-transparent-default {
  color: black;
  background-color: transparent;
  border-color: #cccccc; }
  .btn-hollow-transparent-default:hover, .btn-hollow-transparent-default:focus {
    border-bottom-color: #cccccc; }
  .btn-hollow-transparent-default.disabled:hover, .btn-hollow-transparent-default.disabled:focus, .btn-hollow-transparent-default[disabled]:hover, .btn-hollow-transparent-default[disabled]:focus,
  fieldset[disabled] .btn-hollow-transparent-default:hover,
  fieldset[disabled] .btn-hollow-transparent-default:focus {
    background-color: transparent;
    border-color: #cccccc;
    color: black;
    box-shadow: none; }
  .btn-hollow-transparent-default .badge {
    color: transparent;
    background-color: black; }

.btn-hollow-transparent-primary {
  color: #000;
  background-color: transparent;
  border-color: black; }
  .btn-hollow-transparent-primary:hover, .btn-hollow-transparent-primary:focus {
    border-bottom-color: black; }
  .btn-hollow-transparent-primary.disabled:hover, .btn-hollow-transparent-primary.disabled:focus, .btn-hollow-transparent-primary[disabled]:hover, .btn-hollow-transparent-primary[disabled]:focus,
  fieldset[disabled] .btn-hollow-transparent-primary:hover,
  fieldset[disabled] .btn-hollow-transparent-primary:focus {
    background-color: transparent;
    border-color: black;
    color: #000;
    box-shadow: none; }
  .btn-hollow-transparent-primary .badge {
    color: transparent;
    background-color: #000; }

.btn-hollow-transparent-info {
  color: #b0893a;
  background-color: transparent;
  border-color: #e6ce9a; }
  .btn-hollow-transparent-info:hover, .btn-hollow-transparent-info:focus {
    border-bottom-color: #e6ce9a; }
  .btn-hollow-transparent-info.disabled:hover, .btn-hollow-transparent-info.disabled:focus, .btn-hollow-transparent-info[disabled]:hover, .btn-hollow-transparent-info[disabled]:focus,
  fieldset[disabled] .btn-hollow-transparent-info:hover,
  fieldset[disabled] .btn-hollow-transparent-info:focus {
    background-color: transparent;
    border-color: #e6ce9a;
    color: #b0893a;
    box-shadow: none; }
  .btn-hollow-transparent-info .badge {
    color: transparent;
    background-color: #b0893a; }

.btn-hollow-transparent-success {
  color: #519281;
  background-color: transparent;
  border-color: #519281; }
  .btn-hollow-transparent-success:hover, .btn-hollow-transparent-success:focus {
    border-bottom-color: #519281; }
  .btn-hollow-transparent-success.disabled:hover, .btn-hollow-transparent-success.disabled:focus, .btn-hollow-transparent-success[disabled]:hover, .btn-hollow-transparent-success[disabled]:focus,
  fieldset[disabled] .btn-hollow-transparent-success:hover,
  fieldset[disabled] .btn-hollow-transparent-success:focus {
    background-color: transparent;
    border-color: #519281;
    color: #519281;
    box-shadow: none; }
  .btn-hollow-transparent-success .badge {
    color: transparent;
    background-color: #519281; }

.btn-hollow-transparent-danger {
  color: #b45250;
  background-color: transparent;
  border-color: #b45250; }
  .btn-hollow-transparent-danger:hover, .btn-hollow-transparent-danger:focus {
    border-bottom-color: #b45250; }
  .btn-hollow-transparent-danger.disabled:hover, .btn-hollow-transparent-danger.disabled:focus, .btn-hollow-transparent-danger[disabled]:hover, .btn-hollow-transparent-danger[disabled]:focus,
  fieldset[disabled] .btn-hollow-transparent-danger:hover,
  fieldset[disabled] .btn-hollow-transparent-danger:focus {
    background-color: transparent;
    border-color: #b45250;
    color: #b45250;
    box-shadow: none; }
  .btn-hollow-transparent-danger .badge {
    color: transparent;
    background-color: #b45250; }

.btn-transparent,
.btn-transparent.active {
  background-color: transparent; }
  .btn-transparent:hover,
  .btn-transparent.active:hover {
    background-color: white; }

.callout {
  position: relative; }
  .callout img {
    margin-bottom: -5%;
    margin-right: -20%;
    width: 400px;
    max-width: 120%;
    height: auto; }
  .callout p {
    line-height: 1.5;
    margin-bottom: 16px; }
  .callout:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    right: 16px;
    bottom: 0;
    display: block; }
  .callout:before {
    background-color: #f8f8f8;
    top: 32px;
    bottom: 32px;
    z-index: -2; }
  .callout .callout-content {
    padding: 40px 0; }
  @media (max-width: 767px) {
    .callout {
      margin-bottom: 30px; }
      .callout img {
        max-width: 70%;
        margin-bottom: -15px;
        margin-right: 0; }
      .callout .callout-content {
        padding: 0 16px 48px;
        text-align: center; }
      .callout:after {
        left: 16px;
        right: 16px; } }

.container-callout {
  position: relative; }

@media (min-width: 768px) {
  .callout-caption-top {
    position: absolute;
    top: 10%; } }

.panel-theme-accordion {
  padding: 4px 0;
  box-shadow: none; }
  .panel-theme-accordion .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
    .panel-theme-accordion .panel-heading a.collapsed {
      color: #b0893a; }
  .panel-theme-accordion .panel-title {
    position: relative;
    padding-left: 40px; }
  .panel-theme-accordion .panel-body {
    border: none !important;
    position: relative;
    padding-top: 16px;
    padding-bottom: 1px;
    padding-left: 40px; }
    .panel-theme-accordion .panel-body:before {
      content: "";
      width: 2px;
      height: calc(100% + 6px);
      display: block;
      position: absolute;
      left: 12px;
      bottom: 0;
      background-color: #e6e6e6;
      transform: translate(-50%, 0); }
    .panel-theme-accordion .panel-body:after {
      content: "";
      width: 12px;
      height: 2px;
      position: absolute;
      left: 6px;
      bottom: 0;
      background-color: #e6e6e6; }
    .panel-theme-accordion .panel-body ul {
      padding-left: 1em; }

.plus-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0%, -50%);
  transition: all .3s ease; }
  .plus-icon:before, .plus-icon:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: black;
    position: absolute;
    left: 50%;
    top: 50%;
    backface-visibility: hidden;
    transform: translate(-50%, -50%);
    transition: transform .3s ease; }
  .plus-icon:after {
    transform: translate(-50%, -50%) rotate(0deg); }
  .plus-icon:before {
    transform: translate(-50%, -50%) rotate(180deg); }

.collapsed .plus-icon {
  background-color: transparent;
  cursor: pointer;
  border-radius: 0%; }
  .collapsed .plus-icon:after {
    transform: translate(-50%, -50%) rotate(-90deg); }
  .collapsed .plus-icon:before {
    transform: translate(-50%, -50%) rotate(0deg); }

.panel {
  margin-bottom: 32px; }

.panel-naked {
  box-shadow: none; }
  .panel-naked .panel-heading,
  .panel-naked .panel-body,
  .panel-naked .panel-footer {
    border: none; }

.panel-group .panel-naked .panel-collapse > .panel-body {
  border: none; }

.panel-skinny .panel-body,
.panel-skinny .panel-heading,
.panel-skinny .panel-footer {
  padding: 16px; }

.tool-tip-description {
  font-size: 0.8em; }

.popup {
  position: fixed;
  z-index: 2000;
  top: 10%;
  right: 10%;
  left: 10%;
  margin: auto;
  max-width: 900px;
  padding: 16px 32px 32px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3); }

@media (max-width: 767px) {
  .modal-dialog {
    margin: 0px; } }

.modal-content {
  border: none;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3); }

.modal-header,
.modal-footer {
  background-color: #f8f8f8; }

.modal-header,
.modal-footer,
.modal-body {
  padding: 32px 16px; }
  @media (min-width: 768px) {
    .modal-header,
    .modal-footer,
    .modal-body {
      padding: 32px 64px; } }

@media (max-width: 767px) {
  .modal-header {
    padding-top: 48px; } }

@media (min-width: 768px) {
  .modal-body {
    padding-top: 64px;
    padding-bottom: 64px; } }

@media (min-width: 768px) {
  .modal-sm .modal-header,
  .modal-sm .modal-footer,
  .modal-sm .modal-body {
    padding: 32px 32px; } }

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

.modal .close {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: .5; }
  .modal .close:hover {
    opacity: 1; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0; }
  @media (min-width: 768px) {
    .modal-close {
      top: -16px;
      right: -16px; } }

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
  padding-left: 0;
  padding-right: 0; }
  .breadcrumb a {
    color: black; }
  .breadcrumb .active {
    color: #404042; }
  .breadcrumb > li + li:before {
    color: #404042; }

blockquote {
  border: none;
  padding: 0;
  margin: 0; }
  blockquote q, blockquote cite {
    display: block; }
  blockquote q:before {
    content: "\201C";
    font-family: "DomD Reg", georgia, serif;
    position: absolute;
    transform: translate(-120%, 0); }
  blockquote q:after {
    content: "\201D";
    font-family: "DomD Reg", georgia, serif; }
  blockquote small:before, blockquote .small:before {
    content: ""; }
  blockquote footer, blockquote cite {
    color: #888888; }
    blockquote footer:before, blockquote cite:before {
      content: "";
      width: 32px;
      height: 0px;
      margin-right: 8px;
      border-top-width: 0;
      border-top-width: 1px;
      border-top-style: solid;
      display: inline-block;
      vertical-align: middle; }

.table > thead > tr > th {
  border-bottom: 1px solid #404042; }

.table-naked tbody > tr > th,
.table-naked tbody > tr > td {
  border: none; }

.table-middle > tbody > tr > td {
  vertical-align: middle; }

.table > tbody + tbody {
  border-top: 1px solid #cccccc; }

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }

.container-bordered {
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8; }

.container-bordered-top {
  border-top: 1px solid #f8f8f8; }

.container-bordered-bottom {
  border-bottom: 1px solid #f8f8f8; }

.container-indented {
  position: relative; }
  .container-indented:before {
    top: 0;
    content: "";
    position: absolute;
    height: 44px;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.09) 0, transparent 100%); }
  .container-indented:after {
    bottom: 0;
    content: "";
    position: absolute;
    height: 44px;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.09) 0, transparent 100%); }

.container-indented-top {
  position: relative; }
  .container-indented-top:before {
    top: 0;
    content: "";
    position: absolute;
    height: 44px;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.09) 0, transparent 100%); }

.container-bottom {
  position: relative; }
  .container-bottom:after {
    bottom: 0;
    content: "";
    position: absolute;
    height: 44px;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.09) 0, transparent 100%); }

.container-bg-image {
  background-size: cover;
  background-position: left top;
  position: relative; }
  @media (min-width: 768px) {
    .container-bg-image {
      background-position: center top; } }

.container-hero-image {
  display: inline-block;
  max-width: 100%;
  background-image: url(/static/dist/c5f69b2635f81ebdc6f31ebe501ae207.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; }
  @media (min-width: 1280px) {
    .container-hero-image img {
      max-height: calc(80vh - 96px); } }

.color-swatch-white {
  background-color: #f8f8f8;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-white:hover {
    opacity: 0.7; }
  .color-swatch-white.active {
    background-color: white;
    border: 2px solid #f8f8f8; }

.color-swatch-orange {
  background-color: #f9905b;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-orange:hover {
    opacity: 0.7; }
  .color-swatch-orange.active {
    background-color: white;
    border: 2px solid #f9905b; }

.color-swatch-pink {
  background-color: #e04ea7;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-pink:hover {
    opacity: 0.7; }
  .color-swatch-pink.active {
    background-color: white;
    border: 2px solid #e04ea7; }

.color-swatch-red {
  background-color: #c4383f;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-red:hover {
    opacity: 0.7; }
  .color-swatch-red.active {
    background-color: white;
    border: 2px solid #c4383f; }

.color-swatch-purple {
  background-color: #8559c8;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-purple:hover {
    opacity: 0.7; }
  .color-swatch-purple.active {
    background-color: white;
    border: 2px solid #8559c8; }

.color-swatch-green {
  background-color: #2bb18f;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-green:hover {
    opacity: 0.7; }
  .color-swatch-green.active {
    background-color: white;
    border: 2px solid #2bb18f; }

.color-swatch-blue {
  background-color: #6779de;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-blue:hover {
    opacity: 0.7; }
  .color-swatch-blue.active {
    background-color: white;
    border: 2px solid #6779de; }

.color-swatch-grey {
  background-color: #818085;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-grey:hover {
    opacity: 0.7; }
  .color-swatch-grey.active {
    background-color: white;
    border: 2px solid #818085; }

.color-swatch-tan {
  background-color: #d1bea0;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-tan:hover {
    opacity: 0.7; }
  .color-swatch-tan.active {
    background-color: white;
    border: 2px solid #d1bea0; }

.color-swatch-yellow {
  background-color: #f6eaab;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-yellow:hover {
    opacity: 0.7; }
  .color-swatch-yellow.active {
    background-color: white;
    border: 2px solid #f6eaab; }

.color-swatch-black {
  background-color: #222;
  padding: 14px;
  margin-right: 4px; }
  .color-swatch-black:hover {
    opacity: 0.7; }
  .color-swatch-black.active {
    background-color: white;
    border: 2px solid #222; }

.spinner-container {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 400px; }
  .spinner-container .spinner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.loading-tie {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 24px; }
  .loading-tie:before, .loading-tie:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent; }
  .loading-tie:before {
    border-left: 18px solid black;
    left: 0; }
  .loading-tie:after {
    border-right: 18px solid black;
    right: 0; }

.loading-spin {
  animation: spin 1.1s cubic-bezier(0.2, 0.3, 0.3, 1) infinite;
  transform-origin: center center; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  70%, 100% {
    transform: rotate(540deg); } }

.caret {
  transform: translate(0, -50%); }

.glyphicon-arrow-right {
  color: transparent !important;
  background: url(/static/dist/bd57403a5c37dadeb62f1605464f5874.svg) no-repeat center center; }

.link-style.glyphicon-arrow-right {
  background: url(/static/dist/b09f37db4e1577e902a12236fab3d42f.svg) no-repeat center center; }

.glyphicon-arrow-left {
  color: transparent !important;
  background: url(/static/dist/ea0a064c6acd282e485b13b7b6d81741.svg) no-repeat center center; }

.link-style.glyphicon-arrow-left {
  background: url(/static/dist/29fb0319da1e23f2e0f1014fd5c8bf01.svg) no-repeat center center; }

.num-callout {
  display: inline-block;
  position: relative; }
  .num-callout .num-callout-inner {
    transform: translate(130%, -24px) rotate(-90deg);
    transform-origin: left bottom;
    padding: 50% 8px;
    display: inline-block; }
  .num-callout .num-callout-inner:before {
    content: "";
    width: 48px;
    height: 0px;
    border-top: 1px solid;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -100%); }

.gz-tag {
  position: fixed;
  z-index: 1;
  left: 12px;
  bottom: 12px;
  line-height: 1;
  transform: rotate(-90deg) translateZ(0);
  transform-origin: left top; }
  .gz-tag:after {
    content: "";
    width: 32px;
    height: 0px;
    border-bottom: 1px solid;
    display: inline-block;
    margin-left: 8px;
    position: absolute;
    top: 50%; }

.stamp-726 {
  background: url(/static/dist/70b6456a140697f7eccb14d66cc43db5.svg) center center no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -40%); }

.polaroid-v2 {
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
  border: 8px solid white; }
  @media (min-width: 768px) {
    .polaroid-v2 {
      border: 16px solid white; } }

img.link-img {
  transition: all .2s ease; }
  img.link-img:hover {
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15); }

.scroll-indicator {
  animation: fadeIn 1s ease-in-out infinite alternate; }

@keyframes fadeIn {
  from {
    opacity: 0.3; }
  to {
    opacity: 1; } }

.flickity-carousel.flickity-nav-true {
  padding-bottom: 64px; }

.carousel-cell {
  margin-right: 10px; }
  .carousel-cell img {
    max-width: none; }

.carousel-cell-full {
  width: 100%;
  /* full width */
  margin-right: 10px; }

.flickity-prev-next-button {
  transform: none;
  width: 40px;
  height: 32px;
  background: transparent;
  border-radius: 0;
  font-size: 10px;
  bottom: 16px;
  top: auto;
  transition: none; }
  .flickity-prev-next-button.previous {
    left: auto;
    right: 40px; }
    .flickity-prev-next-button.previous:before {
      content: "\E091"; }
  .flickity-prev-next-button.next {
    border-left: 1px solid;
    right: 0; }
    .flickity-prev-next-button.next:before {
      content: "\E092"; }
  .flickity-prev-next-button:hover {
    background: transparent; }
    .flickity-prev-next-button:hover:before {
      opacity: .25; }
  .flickity-prev-next-button svg {
    display: none; }
  .flickity-prev-next-button:before {
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    position: relative; }

.flickity-full-width .flickity-prev-next-button.previous {
  right: 80px; }

.flickity-full-width .flickity-prev-next-button.next {
  right: 40px; }

.flickity-offset-prev-next .flickity-prev-next-button {
  bottom: -170px; }

.flickity-page-dots {
  right: 100px;
  bottom: 56px;
  width: auto;
  margin-right: 8px; }
  .flickity-page-dots .dot {
    width: auto;
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    margin: 0;
    counter-increment: li;
    opacity: 1; }
    .flickity-page-dots .dot:before {
      content: "0" counter(li, decimal-leading-zero);
      color: black;
      opacity: .25; }
    .flickity-page-dots .dot:after {
      content: "/";
      color: black;
      margin: 0 8px;
      opacity: .25; }
    .flickity-page-dots .dot:last-child:after {
      display: none; }
    .flickity-page-dots .dot:hover:before {
      opacity: .8; }
    .flickity-page-dots .dot.is-selected:before {
      opacity: 1; }

.offset-prev-next .flickity-prev-next-button {
  bottom: -180px; }

.flickity-carousel-home-hero-wrap {
  position: relative; }
  .flickity-carousel-home-hero-wrap .flickity-prev-next-button,
  .flickity-carousel-home-hero-wrap .flickity-page-dots {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block;
    vertical-align: bottom; }
  .flickity-carousel-home-hero-wrap .flickity-viewport .carousel-cell-full.bg-half-n-half-horizontal:after {
    opacity: 0;
    transform: translateX(15%);
    transform-origin: right top;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-delay: 0s; }
  .flickity-carousel-home-hero-wrap .flickity-viewport .carousel-cell-full .container-hero-image {
    opacity: 0;
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: ease;
    transition-delay: 0s;
    backface-visibility: hidden; }
  .flickity-carousel-home-hero-wrap .flickity-viewport .carousel-cell-full.is-selected.bg-half-n-half-horizontal:after {
    opacity: 1;
    transform: translateX(0);
    transition-duration: 1.2s;
    transition-delay: 0s; }
  .flickity-carousel-home-hero-wrap .flickity-viewport .carousel-cell-full.is-selected .container-hero-image {
    opacity: 1;
    transition-duration: .8s;
    transition-delay: .1s; }

img.flickity-lazyload {
  opacity: 0;
  transition: opacity .4s ease; }
  img.flickity-lazyload.flickity-lazyloaded {
    opacity: 1; }

.lt-ie10 .flickity-prev-next-button,
.lt-ie10 .flickity-page-dots {
  display: none; }

.flickity-pad {
  width: 16px; }
  @media (min-width: 768px) {
    .flickity-pad {
      width: 40px; } }

.data-label {
  color: #cccccc;
  position: absolute;
  left: -16px;
  transform: translate(-100%, 0); }

.navbar-with-columns .navbar-collapse,
.navbar-with-columns .navbar-nav,
.navbar-with-columns .main-nav-items {
  margin-left: -16px;
  margin-right: -16px; }

.navbar-with-columns .navbar-toggle {
  margin-right: 0; }

.navbar-with-columns.navbar .navbar-brand {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  .navbar-with-columns .navbar-form {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .navbar-with-columns .main-nav-items.main-nav-items-offset.navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 32px;
    margin-top: -8px; }
  .navbar-with-columns .main-nav-items.main-nav-items-offset .navbar-form-search {
    margin-top: -4px;
    margin-bottom: 0; } }

.navbar-form {
  padding-top: 16px;
  padding-bottom: 16px; }
  @media (min-width: 768px) {
    .navbar-form {
      padding-top: 0px;
      padding-bottom: 0px; } }

.navbar-form-search {
  position: relative;
  margin-top: 28px;
  margin-bottom: 28px; }
  .navbar-form-search .form-control,
  .navbar-form-search .btn {
    border-radius: 40px !important;
    height: 40px; }
  .navbar-form-search .form-control {
    padding-right: 56px;
    border-color: #e6e6e6; }
    .navbar-form-search .form-control:focus {
      box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
      background-color: white; }
  .navbar-form-search .input-group-btn {
    left: 32px;
    z-index: 500; }
  .navbar-form-search .btn {
    padding: 0;
    width: 40px;
    position: absolute;
    top: 16px;
    right: 16px; }
    .navbar-form-search .btn:focus {
      outline: none;
      box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
      background-color: white; }
    .navbar-form-search .btn:active {
      color: #E6CE9A; }
    @media (min-width: 768px) {
      .navbar-form-search .btn {
        top: 0; } }

.navbar-toggle {
  float: left; }
  .navbar-toggle .icon-bar {
    width: 16px;
    border-radius: 0; }
  @media (max-width: 767px) {
    .navbar-toggle {
      margin-top: 12px;
      margin-bottom: 12px; } }

.navbar-brand.navbar-brand-gt {
  padding-top: 24px;
  padding-bottom: 24px; }

.navbar-brand {
  line-height: 16px;
  font-weight: 900;
  transition: opacity 0.2s ease;
  position: relative;
  white-space: nowrap; }
  .navbar-brand img {
    transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 100%;
    max-width: 100%; }
  @media (min-width: 768px) {
    .navbar-brand {
      width: 100%; }
      .navbar-brand img.navbar-brand-logo-gt {
        transform: translate(0%, 0) scale(1);
        transform-origin: left 30%;
        transition-duration: 0.3s;
        width: 48px; }
      .navbar-brand img.navbar-brand-logo-full {
        position: absolute;
        top: 50%;
        transform: translate(-10%, -50%);
        opacity: 0;
        transition-duration: 0.1s;
        width: 117px; }
      .navbar-brand:hover img.navbar-brand-logo-gt {
        opacity: 0;
        transform: translate(-20%, 0) scale(0.8);
        transition-duration: 0.15s; }
      .navbar-brand:hover img.navbar-brand-logo-full {
        opacity: 1;
        transform: translate(0, -50%);
        transition-duration: 0.4s; } }
  @media (max-width: 767px) {
    .navbar-brand {
      padding-top: 16px;
      padding-bottom: 16px;
      height: auto; }
      .navbar-brand img.navbar-brand-logo-gt {
        width: 32px; } }

@media (min-width: 768px) {
  .navbar .main-nav-items > li > a {
    position: relative; }
    .navbar .main-nav-items > li > a:after {
      content: "";
      height: 1px;
      position: absolute;
      bottom: -1px;
      left: 16px;
      right: 16px;
      transform: scaleX(0) translateZ(0);
      transition: all 0.2s ease;
      transform-origin: left center; }
    .navbar .main-nav-items > li > a:hover:after {
      transform: scaleX(1) translateZ(0);
      opacity: 1; }
  .navbar .main-nav-items .active a:after {
    transform: scaleX(1) translateZ(0); } }

@media (max-width: 767px) {
  .navbar {
    min-height: auto; } }

.navbar-default {
  border-color: #f8f8f8; }
  @media (min-width: 768px) {
    .navbar-default .main-nav-items > li > a:after {
      background-color: #000; }
    .navbar-default .main-nav-items > li > a:active, .navbar-default .main-nav-items > li > a:focus {
      color: #E6CE9A; }
    .navbar-default .main-nav-items .active a:hover:after {
      background-color: #cccccc; } }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu.full-screen {
      background-color: rgba(255, 255, 255, 0.98); } }

.navbar-inverse {
  border: none; }
  @media (min-width: 768px) {
    .navbar-inverse .main-nav-items > li > a:after {
      background-color: #f8f8f8;
      height: 3px;
      bottom: -1px;
      z-index: 10; } }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu {
      background-color: #e6e6e6;
      margin-bottom: 16px; }
      .navbar-inverse .navbar-nav .open .dropdown-menu.full-screen {
        background-color: rgba(230, 230, 230, 0.98); }
    .navbar-inverse .navbar-collapse {
      background-color: #888888;
      border: none; } }

.navbar-sub {
  border: none;
  min-height: auto; }
  .navbar-sub .navbar-nav {
    width: 100%; }
    .navbar-sub .navbar-nav li a:after {
      display: none; }
    .navbar-sub .navbar-nav .active a {
      color: #b0893a; }
  .navbar-sub .navbar-collapse {
    border-top-color: #e6e6e6; }
  @media (min-width: 768px) {
    .navbar-sub li a {
      padding-top: 24px;
      padding-bottom: 24px; } }

.dropdown-menu {
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
  padding-top: 8px;
  padding-bottom: 8px; }
  .dropdown-menu li a {
    padding: 8px 16px; }

.secondary-menu {
  width: 100%; }
  .secondary-menu .open .dropdown-menu {
    min-width: 320px; }
    .secondary-menu .open .dropdown-menu.full-screen {
      right: 0;
      left: auto; }
    @media (max-width: 767px) {
      .secondary-menu .open .dropdown-menu.full-screen {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        margin-top: 0px;
        margin-top: 78px !important;
        overflow: hidden; } }

.sub-menu {
  text-align: center;
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .sub-menu {
      display: table; } }
  .sub-menu > li {
    display: inline-block;
    margin: 0; }
    @media (min-width: 768px) {
      .sub-menu > li {
        display: table-cell;
        vertical-align: middle; } }
    .sub-menu > li.active a {
      background-color: #e6e6e6;
      color: #404042;
      font-weight: 700; }
      .sub-menu > li.active a:hover {
        background-color: #e6e6e6;
        color: #404042; }
    .sub-menu > li a {
      color: #404042;
      font-weight: 400;
      padding: 10px 10px; }
      @media (min-width: 768px) {
        .sub-menu > li a {
          padding: 16px 16px; } }
      .sub-menu > li a:hover {
        background-color: #e6e6e6; }

.promo-bar-item {
  display: none; }
  .promo-bar-item:first-child {
    display: block; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.static {
  position: static !important; }

@media (min-width: 768px) {
  .relative-sm {
    position: relative !important; } }

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0; }

@media (min-width: 768px) {
  .sticky-sm {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0; } }

@media (min-width: 992px) {
  .sticky-md {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0; } }

@media (min-width: 1280px) {
  .sticky-lg {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0; } }

@media (min-width: 768px) {
  .sticky-sm-clear {
    position: static; } }

@media (min-width: 992px) {
  .sticky-md-clear {
    position: static; } }

@media (min-width: 1280px) {
  .sticky-lg-clear {
    position: static; } }

.z-index-100 {
  z-index: 100; }

.z-index-200 {
  z-index: 200; }

.z-index-300 {
  z-index: 300; }

.z-index-400 {
  z-index: 400; }

.z-index-500 {
  z-index: 500; }

.z-index-600 {
  z-index: 600; }

.z-index-700 {
  z-index: 700; }

.z-index-800 {
  z-index: 800; }

.z-index-900 {
  z-index: 900; }

.z-index-1000 {
  z-index: 1000; }

ul,
ol {
  margin: 0 0 16px 0;
  padding: 0 0 0 2em; }
  ul li, ol li {
    list-style-position: outside;
    margin: 0;
    margin-left: -.5em;
    padding-left: .5em; }
    ul li > ol, ul li > ul, ol li > ol, ol li > ul {
      padding-left: 3em; }

ul {
  list-style: square inside url("data:image/gif;base64,R0lGODlhEAAKAIABAMzMzP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QkExQ0E4MTRCQzQxMUU4OTRDQUFDMDhCRjRBRUI5QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QkExQ0E4MjRCQzQxMUU4OTRDQUFDMDhCRjRBRUI5QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJDN0Y4QzJBNEJCRTExRTg5NENBQUMwOEJGNEFFQjlDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRCQTFDQTgwNEJDNDExRTg5NENBQUMwOEJGNEFFQjlDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAABAACgAAAg6Mj6nL7Q2inBS8i7PWBQA7"); }

@media (min-width: 768px) {
  ol.list-offset,
  .list-offset ol,
  ul.list-offset {
    padding: 0; }
    ol.list-offset li,
    .list-offset ol li,
    ul.list-offset li {
      margin: 0;
      margin-left: -1.5em;
      padding-left: 1.5em; }
      ol.list-offset li > ol, ol.list-offset li > ul,
      .list-offset ol li > ol,
      .list-offset ol li > ul,
      ul.list-offset li > ol,
      ul.list-offset li > ul {
        padding-left: 6em; } }

ul.list-offset,
.list-offset ul {
  list-style: square inside url("data:image/gif;base64,R0lGODlhEAAKAIABAMzMzP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QkExQ0E4MTRCQzQxMUU4OTRDQUFDMDhCRjRBRUI5QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QkExQ0E4MjRCQzQxMUU4OTRDQUFDMDhCRjRBRUI5QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJDN0Y4QzJBNEJCRTExRTg5NENBQUMwOEJGNEFFQjlDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRCQTFDQTgwNEJDNDExRTg5NENBQUMwOEJGNEFFQjlDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAABAACgAAAg6Mj6nL7Q2inBS8i7PWBQA7"); }
  @media (min-width: 768px) {
    ul.list-offset,
    .list-offset ul {
      list-style: square inside url("data:image/gif;base64,R0lGODlhIAAKAIABAMzMzP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQzdGOEMyODRCQkUxMUU4OTRDQUFDMDhCRjRBRUI5QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQzdGOEMyOTRCQkUxMUU4OTRDQUFDMDhCRjRBRUI5QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJDN0Y4QzI2NEJCRTExRTg5NENBQUMwOEJGNEFFQjlDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJDN0Y4QzI3NEJCRTExRTg5NENBQUMwOEJGNEFFQjlDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAACAACgAAAhWMj6nL7Q+jnAzYi7PemPoPhuJIIgUAOw=="); } }

.item-box {
  text-align: center;
  position: relative;
  width: 100%; }

.item-box a {
  color: #000;
  display: block; }
  .item-box a:hover .item-title {
    background-color: rgba(255, 255, 255, 0.85); }

.item-title {
  padding: 18px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.7); }

.item-box-inverse a {
  color: white; }

.item-box-inverse .item-title {
  background-color: rgba(0, 0, 0, 0.7); }

.item-box-filled {
  background-color: #f8f8f8; }

.container-hiw h2 {
  background: white;
  position: relative; }
  .container-hiw h2:before, .container-hiw h2:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #cccccc;
    height: 1px;
    width: 6%;
    top: 50%; }
    @media (min-width: 768px) {
      .container-hiw h2:before, .container-hiw h2:after {
        width: 24%; } }
    @media (min-width: 1280px) {
      .container-hiw h2:before, .container-hiw h2:after {
        width: 34%; } }
  .container-hiw h2:before {
    left: 0; }
  .container-hiw h2:after {
    right: 0; }

.george-letter .row {
  position: relative; }

.george-image {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto 32px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
  padding: 8px;
  background: white; }
  @media (min-width: 768px) {
    .george-image {
      transform: rotate(4.7deg);
      top: 32px;
      padding: 12px;
      position: absolute;
      right: -10px;
      width: 48%; } }

.george-signature {
  margin-top: -32px; }

.george-name {
  margin-top: -80px;
  margin-bottom: 80px; }

.color-list {
  list-style: none;
  padding: 0; }
  .color-list li {
    float: left;
    margin: 8px; }
    .color-list li a {
      display: block;
      text-align: center;
      padding: 0;
      width: 70px;
      height: 70px;
      line-height: 70px;
      transition: all 50ms ease-in-out; }
      @media (min-width: 768px) {
        .color-list li a {
          width: 83px;
          height: 83px;
          line-height: 83px; } }
      .color-list li a:hover {
        text-decoration: none;
        transform: scale(1.1); }

.polaroid-container {
  position: relative; }

.polaroid {
  background: #f8f8f8;
  padding: 15px 15px 57px;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  transform: rotate(9deg); }

.polaroid:nth-child(2n) {
  transform: rotate(-11deg); }

.product-item-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  transition: all .2s ease-out;
  opacity: 0; }

.product-item a {
  color: #000;
  position: relative; }
  .product-item a:hover {
    color: #000; }
    .product-item a:hover .product-item-details {
      transform: translate(-50%, -50%);
      opacity: 1; }

.product-item h2 {
  margin-bottom: 0; }

@media (min-width: 768px) {
  #carousel-example-generic {
    padding-bottom: 65px; } }

.holder-box {
  position: relative;
  margin: 0; }

.corner-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  border: 56px solid white;
  border-color: transparent rgba(255, 255, 255, 0.66) rgba(255, 255, 255, 0.66) transparent; }
  .corner-badge:hover {
    border-color: transparent white white transparent; }
  .corner-badge span {
    margin: 0;
    position: absolute;
    left: -3px;
    top: 5px;
    color: #000; }

/* 
Terms and Conditions, 
Privacy Policy
*/
.policy-page {
  max-width: 1056px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden; }
  .policy-page h4 {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px; }
  .policy-page li {
    margin-top: 0.6em; }
  .policy-page a {
    text-transform: none;
    letter-spacing: 0;
    font-family: "Roboto", sans-serif !important; }
  .policy-page ul {
    padding-bottom: 20px; }
  .policy-page .table td, .policy-page .table th {
    padding: 1em; }

.support-features {
  margin-top: 32px; }
  @media (min-width: 768px) {
    .support-features {
      margin-top: 0; } }

.support-features .post {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 32px;
  padding-bottom: 24px; }

.support-features h2 {
  margin: 0 0 16px; }

.fit-loading {
  position: relative;
  min-height: 100px; }
  .fit-loading:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    background-color: white;
    z-index: 1000; }

.fit-profile-container .input-group-addon:last-child {
  z-index: 900;
  border: none;
  background-color: transparent;
  color: #cccccc;
  font-size: 10px;
  height: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: auto; }

.fit-profile-container .thumbnail-lg {
  width: 188px; }

.bg-profile-card,
.bg-profile-card-optional {
  position: relative; }
  .bg-profile-card:after,
  .bg-profile-card-optional:after {
    content: "";
    display: block;
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1;
    width: 70%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .bg-profile-card:after,
      .bg-profile-card-optional:after {
        left: 50%;
        transform: translate(-50%, 0);
        width: 656px; } }
    @media (min-width: 992px) {
      .bg-profile-card:after,
      .bg-profile-card-optional:after {
        width: 848px; } }
    @media (min-width: 1280px) {
      .bg-profile-card:after,
      .bg-profile-card-optional:after {
        width: 1056px; } }

.bg-profile-card:after {
  top: 40px;
  bottom: 88px; }
  @media (min-width: 1280px) {
    .bg-profile-card:after {
      background-image: linear-gradient(to left, white 0, white 16.66%, #f8f8f8 16.66%); } }

.bg-profile-card-optional:after {
  top: 56px;
  bottom: 160px; }
  @media (min-width: 1280px) {
    .bg-profile-card-optional:after {
      background-image: linear-gradient(to left, white 0, white 8.33%, #f8f8f8 8.33%); } }

.fit-profile-container .form-control,
.fit-profile-container-optional .form-control {
  height: 32px;
  margin-top: -4px;
  background-color: white;
  color: #404042; }

.fit-profile-container .form-group,
.fit-profile-container-optional .form-group {
  margin-bottom: 16px; }

.fit-profile-container textarea.form-control,
.fit-profile-container-optional textarea.form-control {
  padding: 1em;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: normal; }

.fit-profile-container input:focus,
.fit-profile-container-optional input:focus {
  outline: none;
  box-shadow: none;
  background-color: white; }

.fit-profile-container label,
.fit-profile-container-optional label {
  font-size: 13px;
  font-weight: 900; }

.fit-profile-container .radio > label,
.fit-profile-container-optional .radio > label {
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  font-family: inherit; }

.fit-profile-container .alert,
.fit-profile-container-optional .alert {
  padding: 0.5em 1em;
  font-size: 13px;
  border: none;
  display: flex;
  align-items: center;
  padding-left: 0; }
  .fit-profile-container .alert .glyphicon,
  .fit-profile-container-optional .alert .glyphicon {
    margin-right: .2em; }

.screen-status {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.5s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fit-profile-container {
  animation: fadeIn .3s ease; }

.fit-profile-container-optional {
  animation: fadeIn .3s ease; }

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(150%, 0); }
  to {
    opacity: 1;
    transform: translate(0, 0); } }

.measurement-tab {
  padding-left: 0;
  padding-right: 0;
  margin: 0; }
  .measurement-tab.active .measurement-title {
    background-color: #888888;
    color: white; }
  .measurement-tab.error .measurement-title {
    background-color: #b45250;
    color: white; }
  .measurement-tab.warning .measurement-title {
    background-color: #dccba8;
    color: white; }

.measurement-title {
  margin: 0 0 1px;
  padding: 16px 16px;
  background-color: #f8f8f8;
  cursor: pointer;
  color: #6f6f6f; }
  .measurement-title:hover {
    background-color: #e6e6e6; }

@media (min-width: 768px) {
  .col-sm-3 .measurement-tab {
    padding-right: 0; } }

.measurement-instructions {
  padding: 32px 32px;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15);
  background-color: white; }
  @media (min-width: 768px) {
    .measurement-instructions {
      min-height: 475px; } }
  .measurement-instructions ol {
    padding-left: 1.5em; }

.measurement-input-container {
  background-color: #f8f8f8; }
  .measurement-input-container img {
    max-width: 50%; }
    @media (min-width: 768px) {
      .measurement-input-container img {
        max-width: 100%; } }

.measurement-input {
  padding: 21.33333px 32px;
  margin-left: -16px;
  margin-right: -16px; }
  .measurement-input h4 {
    margin-top: 0; }
  .measurement-input .form-group {
    margin: 0; }
    @media (min-width: 768px) {
      .measurement-input .form-group {
        margin-bottom: 0.5em; } }
    .measurement-input .form-group .form-control {
      display: inline-block;
      vertical-align: top;
      background-image: none;
      width: 60%;
      font-size: 20px;
      border-right: none;
      box-shadow: none; }
    .measurement-input .form-group .btn {
      display: inline-block;
      width: 40%;
      padding-left: 0;
      padding-right: 0;
      margin: 0; }

.measurement-card {
  margin-left: -32px; }
  @media (max-width: 767px) {
    .measurement-card {
      margin-left: 0;
      margin-right: 0; } }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon-20161125';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social-networks {
  color: #373737; }
  .social-networks .icon-pinterest:before {
    content: "\E904";
    font-size: 110%; }
  .social-networks .icon-facebook:before {
    content: "\E900";
    font-size: 90%; }
  .social-networks .icon-twitter:before {
    content: "\E903"; }
  .social-networks .icon-instagram:before {
    content: "\E902"; }
  .social-networks .icon-linkedin:before {
    content: "\E901"; }
  .social-networks .icon-googleplus:before {
    content: "\E907";
    font-size: 120%; }

.social-networks .icon-wanelo,
.social-networks .icon-wanelo:hover {
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-image: url(/static/images/wanelo-icon-black.png) !important;
  background-position: 3px 3px; }

.attendees-table {
  font-size: 13px;
  max-width: 100%; }
  @media (max-width: 767px) {
    .attendees-table table,
    .attendees-table tbody,
    .attendees-table tr {
      display: block; } }
  .attendees-table th {
    padding: 16px 8px 16px 0;
    vertical-align: top;
    border-bottom: 1px solid #888888; }
  .attendees-table td {
    padding: 16px 8px 16px 0;
    vertical-align: top;
    overflow-wrap: break-word;
    word-wrap: break-word; }
    @media (max-width: 767px) {
      .attendees-table td {
        padding: 8px 0;
        display: block; } }
  @media (max-width: 767px) {
    .attendees-table thead {
      display: none; } }

.delete-person {
  position: relative; }
  .delete-person .glyphicon {
    color: black;
    backface-visibility: visible;
    transform-origin: left center;
    transition: all .1s ease-out; }
    .delete-person .glyphicon:before {
      position: relative;
      z-index: 10; }
    .delete-person .glyphicon:after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 2px solid #b45250;
      display: block;
      left: 50%;
      top: 50%;
      z-index: 0;
      transform: translate(-52%, -52%) scale(0);
      transition: all .1s; }

.delete-init {
  cursor: pointer; }
  .delete-init:hover .glyphicon:after {
    transform: translate(-52%, -52%) scale(1); }
  .delete-init:active .glyphicon {
    color: white;
    animation-delay: 0 !important; }
    .delete-init:active .glyphicon:after {
      background-color: #92403f; }

.delete-text {
  display: none;
  margin-left: 8px; }

.delete-confirm {
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden; }

.go.delete-confirm {
  transform: translate(-100%, -50%);
  opacity: 1;
  visibility: visible; }

@media (max-width: 767px) {
  .delete-text {
    display: inline; }
  .delete-confirm {
    left: auto; }
  .go.delete-confirm {
    transform: translate(10%, -50%); } }

.attendees-table .drawer-wrap,
.table > tbody > tr > td.drawer-wrap {
  padding: 0; }

.status-cell {
  position: relative; }
  .status-cell.collapsed:after {
    opacity: 0; }
  .status-cell:after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: white;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    bottom: -8px;
    left: 16px;
    box-shadow: 1px 1px 0px #e6e6e6;
    z-index: 10;
    transition: opacity .2s ease; }

.drawer {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #f8f8f8;
  box-shadow: inset 0 1px 0 #e6e6e6;
  padding: 0 24px; }
  .drawer .glyphicon {
    margin-top: 4px; }
  .drawer th, .drawer td {
    width: 12.5%;
    text-align: center;
    padding: 8px 8px 8px; }
  .drawer th {
    padding-top: 32px;
    border: none; }
  .drawer td {
    padding-bottom: 24px;
    border-top: 2px solid #888888; }
    .drawer td.estatus-incomplete {
      border-top: 2px solid #b45250; }
  .drawer.collapse {
    height: 0;
    display: block !important; }
  .drawer.collapsing {
    border-color: transparent; }
  .drawer.collapse.in {
    height: auto;
    display: block !important;
    border-color: transparent; }
  @media (max-width: 767px) {
    .drawer thead {
      display: none; }
    .drawer tbody td {
      text-align: left;
      width: 100%;
      border: none !important;
      padding: 8px 0; }
      .drawer tbody td:first-child {
        padding-top: 16px; }
      .drawer tbody td:last-child {
        padding-bottom: 16px; }
      .drawer tbody td:before {
        content: attr(data-label) ": "; }
    .drawer:before {
      display: none; } }

.col-status {
  display: flex; }
  .col-status .h1, .col-status .h2, .col-status .h3, .col-status .h4, .col-status .h5, .col-status .btn, .col-status .h6 {
    margin: 0; }
  @media (min-width: 768px) {
    .col-status {
      border-right: 1px solid #f8f8f8; } }

.col-status-value {
  font-size: 100px;
  line-height: .9;
  margin-right: .1em; }
  @media (min-width: 768px) {
    .col-status-value {
      font-size: 120px; } }

.col-status-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .col-status-info .domd, .col-status-info ol.fancy-list > li:before {
    font-size: 60px;
    line-height: 1; }
    @media (min-width: 768px) {
      .col-status-info .domd, .col-status-info ol.fancy-list > li:before {
        font-size: 80px; } }

/*ADD DONE BUTTON TO DROPDOWN*/
#Event-Type-Done, #Event-Role-Done {
  color: #03bbac !important;
  margin: 17px 0 0 20px !important;
  position: relative !important;
  font: 13px/30px "brandon-grotesque", Arial, Helvetica, sans-serif !important;
  cursor: pointer !important;
  font-size: 12px !important;
  line-height: 15px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  vertical-align: top !important; }

/*ADD DONE BUTTON TO DROPDOWN*/
@media (max-width: 767px) {
  .owner-edit-row table,
  .owner-edit-row tbody,
  .owner-edit-row tr,
  .member-edit-row table,
  .member-edit-row tbody,
  .member-edit-row tr,
  .view-members-sectionals table,
  .view-members-sectionals tbody,
  .view-members-sectionals tr {
    display: block; } }

.owner-edit-row table,
.member-edit-row table,
.view-members-sectionals table {
  width: 100%; }

.owner-edit-row th,
.member-edit-row th,
.view-members-sectionals th {
  padding: 0px 8px 0px 0;
  vertical-align: top; }

.owner-edit-row td,
.member-edit-row td,
.view-members-sectionals td {
  padding: 0px 8px 0px 0;
  vertical-align: top;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .owner-edit-row td:last-child,
  .member-edit-row td:last-child,
  .view-members-sectionals td:last-child {
    vertical-align: middle; }
  .owner-edit-row td:before,
  .member-edit-row td:before,
  .view-members-sectionals td:before {
    content: attr(data-label) ": ";
    display: none; }
  @media (max-width: 767px) {
    .owner-edit-row td,
    .member-edit-row td,
    .view-members-sectionals td {
      padding: 8px 0;
      display: block; }
      .owner-edit-row td:before,
      .member-edit-row td:before,
      .view-members-sectionals td:before {
        display: block; } }

ul.list-img li {
  vertical-align: top;
  width: 45%;
  margin-bottom: 16px;
  position: relative; }

ul.list-img .btn-delete-wardrobe-product {
  position: absolute;
  top: 0;
  right: 8px; }

ul.list-img .img-box {
  position: relative; }
  ul.list-img .img-box h6, ul.list-img .img-box .owner-edit-row td:before, .owner-edit-row ul.list-img .img-box td:before,
  ul.list-img .img-box .member-edit-row td:before, .member-edit-row ul.list-img .img-box td:before,
  ul.list-img .img-box .view-members-sectionals td:before, .view-members-sectionals ul.list-img .img-box td:before {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px;
    width: 100%; }

@media (min-width: 768px) {
  ul.list-img li {
    width: 172px; } }

.item-box .btn {
  position: absolute;
  top: 0;
  right: 0; }

.visualizer-compiled-view {
  z-index: 0;
  max-width: 600px; }
  .visualizer-compiled-view img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0; }
    .visualizer-compiled-view img:first-child {
      position: relative; }
  .visualizer-compiled-view .visualizer_jacket_full {
    z-index: 0; }
  .visualizer-compiled-view .visualizer_vest_full {
    z-index: 100; }
  .visualizer-compiled-view .visualizer_shirt_full {
    z-index: 500; }
  .visualizer-compiled-view .visualizer_tie_full {
    z-index: 600; }
  .visualizer-compiled-view .visualizer_vest_front {
    z-index: 650; }
  .visualizer-compiled-view .visualizer_shirt_collar {
    z-index: 700; }
  .visualizer-compiled-view .visualizer_jacket_front {
    z-index: 800;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.3) 100%); }
  .visualizer-compiled-view .visualizer_tie_no_strap {
    z-index: 900; }
  .visualizer-compiled-view .visualizer_pocket_square {
    z-index: 1000; }
  .visualizer-compiled-view .has-pocket_square .visualizer_pocket_square {
    opacity: 0; }
  .visualizer-compiled-view .has-preconfigured .visualizer_pocket_square {
    opacity: 1; }

.visualizer-compiled-view-images.has-images {
  background-image: none !important; }

.visualizer-compiled-view-images {
  overflow: hidden;
  position: relative;
  background-size: contain; }

.visualizer-content .visualizer-compiled-view-images {
  background-color: white;
  background-image: url("https://gentux.imgix.net/1531328048_empty.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contian; }

.visualizer-compiled-view-main {
  position: relative;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.15); }
  .visualizer-compiled-view-main .visualizer-compiled-view-images {
    padding-bottom: 60%; }
  .visualizer-compiled-view-main img {
    right: auto; }
    .visualizer-compiled-view-main img:first-child {
      position: absolute; }

.visualizer-content .visualizer-compiled-view-main {
  box-shadow: none; }
  @media (min-width: 768px) {
    .visualizer-content .visualizer-compiled-view-main .visualizer-compiled-view-images {
      padding-bottom: 90%; } }

.visualizer-thumbnail-product-index.visualizer-thumbnail {
  margin: 16px 16px 64px 0;
  width: 120px; }
  .visualizer-thumbnail-product-index.visualizer-thumbnail a:after {
    opacity: 1; }

.visualizer-thumbnail.active img {
  border: 8px solid #E6CE9A; }

.visualizer-thumbnail .btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.visualizer-thumbnail-product-info,
.visualizer-thumbnail-type {
  line-height: 1.5 !important; }

.visualizer-thumbnail-empty-icon {
  min-height: 120px;
  position: relative; }
  .visualizer-thumbnail-empty-icon .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0); }

.visualizer-thumbnail-empty img {
  opacity: 0.6;
  transition: opacity .2s ease; }

.visualizer-thumbnail-empty:hover img {
  opacity: 1; }

.drawer-visualizer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 500;
  min-height: 100%;
  backface-visibility: hidden;
  visibility: hidden;
  transform: translate3d(10%, 0, 0);
  transition: all .3s ease 0s;
  background-color: white; }

.drawer-visualizer.drawer-open {
  position: absolute;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-duration: .5s; }

.drawer-close-all {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 10%;
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .drawer-close-all {
      right: 50%; } }

.drawer-close-all.drawer-open {
  opacity: 1;
  transition-delay: .2s;
  visibility: visible; }

.drawer-visualizer-product-info {
  position: fixed;
  bottom: 0;
  overflow-y: auto;
  z-index: 600;
  left: 10%; }
  .drawer-visualizer-product-info.drawer-open {
    position: fixed; }
  @media (min-width: 768px) {
    .drawer-visualizer-product-info {
      left: 40%; } }
  @media (min-width: 992px) {
    .drawer-visualizer-product-info {
      left: 40%; } }

.drawer-open .visualizer-content,
.drawer-open .event-details-content,
.drawer-open #header,
.drawer-open #promo-bar,
.drawer-open .navbar-sub,
.drawer-open .footer-nav {
  display: none; }

.visualizer-snapshots {
  position: relative;
  z-index: 10; }

.snapshot-thumbnail {
  width: 120px;
  height: 120px;
  margin: 16px 16px 0px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .snapshot-thumbnail img {
    filter: none !important; }
  .snapshot-thumbnail .visualizer-thumbnail-info {
    position: relative;
    z-index: 900; }

.snapshot-preview .visualizer-compiled-view {
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.snapshot-preview:hover {
  transform: none; }

.snapshot-preview-empty {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  padding: 8px; }
  .snapshot-preview-empty p {
    max-width: 100%; }

.chat-badge {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 800; }
  .chat-badge .btn:before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 16px solid transparent;
    border-top: 8px solid #888888;
    z-index: -1; }
  @media (min-width: 768px) {
    .chat-badge {
      right: 40px;
      bottom: 16px; } }

.slide-down {
  animation: slideDown 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center top; }

@keyframes slideDown {
  from {
    transform: scaleY(0); } }

.disableAnchorLink {
  pointer-events: none !important;
  cursor: default !important;
  color: black; }

.input-wrapper {
  padding: 0;
  margin: 0 0 16px 0;
  width: 100%; }
  .input-wrapper .input-select,
  .input-wrapper select,
  .input-wrapper input {
    width: 100%; }
  .input-wrapper div button {
    margin-bottom: 0; }

.event-list {
  font-weight: 500; }

.rush-cost {
  color: #b45250; }

.container-callout h3,
.container-callout p {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.6); }

.container-callout .h4 {
  letter-spacing: 0.14em;
  line-height: 1.7; }

.container-callout .btn {
  margin-top: 10px; }

.thumbnail {
  border: none;
  max-width: 83px;
  height: auto;
  display: inline-block;
  margin-bottom: 0;
  background-color: transparent; }

.thumbnail-lg {
  width: auto; }
  @media (min-width: 768px) {
    .thumbnail-lg {
      width: 200px; } }

img.cutout-measuring-tape {
  margin-bottom: -110px;
  width: 225px; }
  @media (min-width: 768px) {
    img.cutout-measuring-tape {
      width: auto;
      margin-bottom: -220px; } }

.text-link {
  color: #b0893a; }

.centered-or:before {
  content: 'or';
  color: #888888;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 1em;
  background-color: white;
  display: block;
  transform: translate(-50%, -50%); }

.Select {
  z-index: 999; }

.full-width-img {
  width: 100%; }

span.mktoButtonWrap.mktoDownloadButton {
  margin-left: 0 !important; }

.DateInput {
  font-size: 12.8px; }

.hover-show-info img {
  transition: opacity 0.2s ease;
  transform: translateZ(0); }

.hover-show-info .hover-select-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, 100%, 0);
  color: black;
  transition: all 0.2s ease; }

.hover-show-info:hover {
  transform: scale(1.04); }
  .hover-show-info:hover .hover-select-item-content {
    opacity: 1;
    transform: translate3d(-50%, 0%, 0); }
  .hover-show-info:hover img {
    opacity: 0.3; }
  .hover-show-info:hover:after {
    opacity: 1; }

.hover-shadow-scale {
  display: block;
  position: relative;
  transform-origin: center bottom;
  transition: all 0.2s ease;
  z-index: 1; }
  .hover-shadow-scale:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.2s ease;
    backface-visibility: hidden; }
  .hover-shadow-scale:hover {
    transform: scale(1.04); }
    .hover-shadow-scale:hover:after {
      opacity: 1; }

.hover-shadow-scale-hollow {
  display: block;
  position: relative;
  transform-origin: center bottom;
  transition: all 0.2s ease;
  z-index: 1;
  border: 1px solid #e6e6e6; }
  .hover-shadow-scale-hollow:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease;
    backface-visibility: hidden; }
  .hover-shadow-scale-hollow:hover {
    transform: scale(1.04); }
    .hover-shadow-scale-hollow:hover:after {
      opacity: 1; }

.hover-shadow-scale-hollow-info {
  border-color: #E6CE9A; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: inset 0 0 0 30px white !important;
  transition: background-color 5000s ease-in-out 0s; }

.bg-offset-left-28-right-0:after {
  background-color: #f8f8f8;
  left: 28%;
  right: 0; }

@media (max-width: 767px) {
  .bg-offset-left-28-right-0:after {
    display: none; } }

.bg-offset-left-50-right-0:after {
  background-color: #f8f8f8;
  left: 50%;
  right: 0; }

@media (max-width: 767px) {
  .bg-offset-left-50-right-0:after {
    display: none; } }

.btn-wine {
  color: #fff;
  background-color: #ab3652;
  border-color: #ab3652; }
  .btn-wine:hover, .btn-wine:focus {
    border-bottom-color: #ab3652; }
  .btn-wine.disabled:hover, .btn-wine.disabled:focus, .btn-wine[disabled]:hover, .btn-wine[disabled]:focus,
  fieldset[disabled] .btn-wine:hover,
  fieldset[disabled] .btn-wine:focus {
    background-color: #ab3652;
    border-color: #ab3652;
    color: #fff;
    box-shadow: none; }
  .btn-wine .badge {
    color: #ab3652;
    background-color: #fff; }

.align-right {
  justify-content: flex-end; }

.empty-swatch {
  height: 71px;
  width: 71px;
  font-size: 12.8px; }
  .empty-swatch.light-border {
    border-color: #cccccc; }
  .empty-swatch.selected {
    box-shadow: inset 0 0 0 4px #E6CE9A;
    background-color: #e6e6e6; }

.selected-swatch-card {
  height: 71px;
  width: 71px;
  font-size: 12.8px;
  color: #fff;
  background-color: #000;
  font-weight: bold; }

.swatch.selected small {
  color: #b0893a; }

.swatch.selected .swatch-holder {
  position: relative; }
  .swatch.selected .swatch-holder img {
    position: relative;
    z-index: 500; }
  .swatch.selected .swatch-holder:before {
    content: '';
    z-index: 900;
    box-shadow: inset 0 0 0 2px #E6CE9A, inset 0 0 0 16px #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%; }

.swatch-holder-empty {
  height: 71px;
  width: 71px;
  display: block; }

.cursor-pointer {
  cursor: pointer; }

/* ////////////////////////////
/* Grid
//////////////////////////// */
.number {
  border: 1px solid;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px; }

.status-chart {
  display: block;
  position: relative; }

.status-chart:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #e6e6e6; }

.chart-level-1:after {
  width: 25%; }

.chart-level-2:after {
  width: 50%; }

.chart-level-3:after {
  width: 75%; }

.chart-level-4:after {
  width: 100%;
  background-color: #519281; }

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

@media (max-width: 767px) {
  body.modal-open-registration {
    overflow: auto; }
  body.modal-open-registration .body-main-container {
    display: none; }
  .modal-open-registration .modal {
    position: relative !important;
    overflow: visible; } }

.rounded-circle {
  border-radius: 50% !important; }

.glyphicon-xs {
  font-size: 8px;
  top: 0; }

.btn-naked {
  background-color: transparent;
  border: 1px solid transparent;
  padding-left: 1.1em !important;
  position: relative;
  color: #888888; }
  .btn-naked:hover {
    color: #E6CE9A; }
  .btn-naked.active {
    color: #000; }
    .btn-naked.active:hover {
      color: #E6CE9A; }
    .btn-naked.active:before {
      content: '\E013';
      position: relative;
      top: 4px;
      display: inline-block;
      font-size: 0.8em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      left: 0;
      position: absolute; }

.btn-color-round {
  border: 1px solid transparent;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.2em; }
  .btn-color-round:hover, .btn-color-round:focus {
    transform: scale(1.1); }

.btn-color-round-white {
  background-color: white;
  border-color: #888888;
  position: relative; }
  .btn-color-round-white.active {
    border-color: #888888;
    background-color: transparent; }
    .btn-color-round-white.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #888888; }

.btn-color-round-black {
  background-color: #222;
  border-color: #222;
  position: relative; }
  .btn-color-round-black.active {
    border-color: #222;
    background-color: transparent; }
    .btn-color-round-black.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #222; }

.btn-color-round-red {
  background-color: #c4383f;
  border-color: #c4383f;
  position: relative; }
  .btn-color-round-red.active {
    border-color: #c4383f;
    background-color: transparent; }
    .btn-color-round-red.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #c4383f; }

.btn-color-round-grey {
  background-color: #818085;
  border-color: #818085;
  position: relative; }
  .btn-color-round-grey.active {
    border-color: #818085;
    background-color: transparent; }
    .btn-color-round-grey.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #818085; }

.btn-color-round-purple {
  background-color: #8559c8;
  border-color: #8559c8;
  position: relative; }
  .btn-color-round-purple.active {
    border-color: #8559c8;
    background-color: transparent; }
    .btn-color-round-purple.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #8559c8; }

.btn-color-round-pink {
  background-color: #e04ea7;
  border-color: #e04ea7;
  position: relative; }
  .btn-color-round-pink.active {
    border-color: #e04ea7;
    background-color: transparent; }
    .btn-color-round-pink.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #e04ea7; }

.btn-color-round-blue {
  background-color: #6779de;
  border-color: #6779de;
  position: relative; }
  .btn-color-round-blue.active {
    border-color: #6779de;
    background-color: transparent; }
    .btn-color-round-blue.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #6779de; }

.btn-color-round-green {
  background-color: #2bb18f;
  border-color: #2bb18f;
  position: relative; }
  .btn-color-round-green.active {
    border-color: #2bb18f;
    background-color: transparent; }
    .btn-color-round-green.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #2bb18f; }

.btn-color-round-yellow {
  background-color: #f6eaab;
  border-color: #f6eaab;
  position: relative; }
  .btn-color-round-yellow.active {
    border-color: #f6eaab;
    background-color: transparent; }
    .btn-color-round-yellow.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #f6eaab; }

.btn-color-round-orange {
  background-color: #f9905b;
  border-color: #f9905b;
  position: relative; }
  .btn-color-round-orange.active {
    border-color: #f9905b;
    background-color: transparent; }
    .btn-color-round-orange.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #f9905b; }

.btn-color-round-tan {
  background-color: #d1bea0;
  border-color: #d1bea0;
  position: relative; }
  .btn-color-round-tan.active {
    border-color: #d1bea0;
    background-color: transparent; }
    .btn-color-round-tan.active:before {
      content: '\E013';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      font-size: 0.6em;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: #d1bea0; }

.collapse-filter {
  position: relative; }
  .collapse-filter.collapsed:after {
    content: '\E113'; }
  .collapse-filter:after {
    content: '\E114';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 0.6em;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #888888; }

.position-absolute {
  position: absolute; }

.z-1020 {
  z-index: 1020; }

.callout-flag {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #e6e6e6 transparent transparent transparent; }

.callout-flag-info {
  border-color: #E6CE9A transparent transparent transparent; }

.callout-flag-danger {
  border-color: #b45250 transparent transparent transparent; }

.CalendarDay {
  color: #AB8539;
  background: #f7f0e0; }

.CalendarDay--blocked-out-of-range {
  background: #fff;
  color: #cacccd; }

.CalendarDay--blocked-calendar {
  background: #fff;
  color: #cacccd; }

.navbar-default .navbar-nav > li > a.btn-primary {
  color: #fff; }
  .navbar-default .navbar-nav > li > a.btn-primary:hover {
    color: black; }

.react-modal-image-download,
.react-modal-image-zoom {
  display: none !important; }

.partial-gradient {
  background-image: linear-gradient(90deg, rgba(248, 248, 248, 0.5) 75%, white 10%); }
  @media (min-width: 768px) {
    .partial-gradient {
      background-image: linear-gradient(90deg, rgba(248, 248, 248, 0.5) 40%, white 10%); } }

#main-nav {
  height: 60px; }
  #main-nav a {
    text-decoration: none;
    position: relative; }
    @media (min-width: 768px) {
      #main-nav a:after {
        background-color: #000;
        content: "";
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: scaleX(0) translateZ(0);
        transition: all 0.2s ease;
        transform-origin: left center; } }
  #main-nav button:hover,
  #main-nav a:hover,
  #main-nav a:focus {
    color: #888888; }
    @media (min-width: 768px) {
      #main-nav button:hover:after,
      #main-nav a:hover:after,
      #main-nav a:focus:after {
        transform: scaleX(1) translateZ(0); } }
  #main-nav .text-gray-darker:hover {
    color: black; }
  #main-nav .active a {
    color: #000; }
    @media (min-width: 768px) {
      #main-nav .active a:after {
        transform: scaleX(1); } }

#main-nav .logo {
  width: 32px; }
  #main-nav .logo:hover {
    background: transparent !important; }
    #main-nav .logo:hover svg {
      fill: #E6CE9A; }
    #main-nav .logo:hover:after {
      transform: scaleX(0); }
  @media (min-width: 768px) {
    #main-nav .logo {
      width: 24px; } }

.grid-events-nav-info {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr; }

/* main nav dropdown */
.main-nav-dropdown {
  position: static !important; }

.main-nav-dropdown-menu {
  right: 0px;
  top: 60px;
  bottom: 0;
  min-width: 0 !important;
  white-space: nowrap;
  border: none; }

.main-nav-dropdown.open .dropdown-toggle {
  box-shadow: inset 0 -2px 0 #000; }

.open .main-nav-dropdown-menu {
  animation: dropDown .2s ease; }

@keyframes dropDown {
  from {
    opacity: 0;
    transform: translateY(-30px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@media (min-width: 768px) {
  #main-nav .logo {
    width: 40px; }
  #main-nav {
    height: 100px; }
  .main-nav-dropdown {
    position: relative !important; }
  .main-nav-dropdown-menu {
    left: auto;
    top: 100%;
    bottom: auto; }
  .primary-nav .main-nav-dropdown-menu {
    left: 0;
    right: auto;
    white-space: nowrap; } }

@media (min-width: 992px) {
  .primary-nav .main-nav-dropdown-menu {
    display: flex !important;
    position: relative;
    top: auto;
    right: auto;
    box-shadow: none;
    border: none;
    background-color: transparent;
    float: none; }
  .primary-nav ul {
    display: flex; } }

.navbar-sub {
  background-color: #f8f8f8; }

.no-hover a:after {
  transform: scaleX(0) !important; }

.list-item-check {
  list-style-image: url(data:image/gif;base64,R0lGODlhEAAKAKIEAJOTkysrK4CAgOrq6v///wAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUM3MTM1NzlDMzYwMTFFOEEzMkZCRDZCMjMxNDEyNDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUM3MTM1N0FDMzYwMTFFOEEzMkZCRDZCMjMxNDEyNDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QzcxMzU3N0MzNjAxMUU4QTMyRkJENkIyMzE0MTI0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzcxMzU3OEMzNjAxMUU4QTMyRkJENkIyMzE0MTI0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAQALAAAAAAQAAoAAAMdSLrc/vAJEJkIwwFh8RsBR1wZBApkRYCeupZulQAAOw==); }

.list-item-empty {
  list-style-image: url(data:image/gif;base64,R0lGODlhEAAKAIAAAMzMzP///yH5BAEAAAEALAAAAAAQAAoAAAILjI+py+0Po5y0rgIAOw==); }

/*# sourceMappingURL=main.f3c3f49239a1ccc8b7e8.css.map*/