/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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;
}
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/** Grid layout **/

* {
  -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;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-circle {
  border-radius: 50%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row.narrow,
.row.xs-narrow {
  margin-right: -15px;
  margin-left: -15px;
}
.row.slim {
  margin-right: -10px;
  margin-left: -10px;
}
.row.thin {
  margin-right: -5px;
  margin-left: -5px;
}
.row.nom {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-fit,
.col-xsish-3,
.col-xs-fifth {
  padding-right: 20px;
  padding-left: 20px;
}
.narrow .col-xs-1,
.narrow .col-sm-1,
.narrow .col-md-1,
.narrow .col-lg-1,
.narrow .col-xs-2,
.narrow .col-sm-2,
.narrow .col-md-2,
.narrow .col-lg-2,
.narrow .col-xs-3,
.narrow .col-sm-3,
.narrow .col-md-3,
.narrow .col-lg-3,
.narrow .col-xs-4,
.narrow .col-sm-4,
.narrow .col-md-4,
.narrow .col-lg-4,
.narrow .col-xs-5,
.narrow .col-sm-5,
.narrow .col-md-5,
.narrow .col-lg-5,
.narrow .col-xs-6,
.narrow .col-sm-6,
.narrow .col-md-6,
.narrow .col-lg-6,
.narrow .col-xs-7,
.narrow .col-sm-7,
.narrow .col-md-7,
.narrow .col-lg-7,
.narrow .col-xs-8,
.narrow .col-sm-8,
.narrow .col-md-8,
.narrow .col-lg-8,
.narrow .col-xs-9,
.narrow .col-sm-9,
.narrow .col-md-9,
.narrow .col-lg-9,
.narrow .col-xs-10,
.narrow .col-sm-10,
.narrow .col-md-10,
.narrow .col-lg-10,
.narrow .col-xs-11,
.narrow .col-sm-11,
.narrow .col-md-11,
.narrow .col-lg-11,
.narrow .col-xs-12,
.narrow .col-sm-12,
.narrow .col-md-12,
.narrow .col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.slim .col-xs-1,
.slim .col-sm-1,
.slim .col-md-1,
.slim .col-lg-1,
.slim .col-xs-2,
.slim .col-sm-2,
.slim .col-md-2,
.slim .col-lg-2,
.slim .col-xs-3,
.slim .col-sm-3,
.slim .col-md-3,
.slim .col-lg-3,
.slim .col-xs-4,
.slim .col-sm-4,
.slim .col-md-4,
.slim .col-lg-4,
.slim .col-xs-5,
.slim .col-sm-5,
.slim .col-md-5,
.slim .col-lg-5,
.slim .col-xs-6,
.slim .col-sm-6,
.slim .col-md-6,
.slim .col-lg-6,
.slim .col-xs-7,
.slim .col-sm-7,
.slim .col-md-7,
.slim .col-lg-7,
.slim .col-xs-8,
.slim .col-sm-8,
.slim .col-md-8,
.slim .col-lg-8,
.slim .col-xs-9,
.slim .col-sm-9,
.slim .col-md-9,
.slim .col-lg-9,
.slim .col-xs-10,
.slim .col-sm-10,
.slim .col-md-10,
.slim .col-lg-10,
.slim .col-xs-11,
.slim .col-sm-11,
.slim .col-md-11,
.slim .col-lg-11,
.slim .col-xs-12,
.slim .col-sm-12,
.slim .col-md-12,
.slim .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.thin .col-xs-1,
.thin .col-sm-1,
.thin .col-md-1,
.thin .col-lg-1,
.thin .col-xs-2,
.thin .col-sm-2,
.thin .col-md-2,
.thin .col-lg-2,
.thin .col-xs-3,
.thin .col-sm-3,
.thin .col-md-3,
.thin .col-lg-3,
.thin .col-xs-4,
.thin .col-sm-4,
.thin .col-md-4,
.thin .col-lg-4,
.thin .col-xs-5,
.thin .col-sm-5,
.thin .col-md-5,
.thin .col-lg-5,
.thin .col-xs-6,
.thin .col-sm-6,
.thin .col-md-6,
.thin .col-lg-6,
.thin .col-xs-7,
.thin .col-sm-7,
.thin .col-md-7,
.thin .col-lg-7,
.thin .col-xs-8,
.thin .col-sm-8,
.thin .col-md-8,
.thin .col-lg-8,
.thin .col-xs-9,
.thin .col-sm-9,
.thin .col-md-9,
.thin .col-lg-9,
.thin .col-xs-10,
.thin .col-sm-10,
.thin .col-md-10,
.thin .col-lg-10,
.thin .col-xs-11,
.thin .col-sm-11,
.thin .col-md-11,
.thin .col-lg-11,
.thin .col-xs-12,
.thin .col-sm-12,
.thin .col-md-12,
.thin .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-1.nopad-left,
.col-sm-1.nopad-left,
.col-md-1.nopad-left,
.col-lg-1.nopad-left,
.col-xs-2.nopad-left,
.col-sm-2.nopad-left,
.col-md-2.nopad-left,
.col-lg-2.nopad-left,
.col-xs-3.nopad-left,
.col-sm-3.nopad-left,
.col-md-3.nopad-left,
.col-lg-3.nopad-left,
.col-xs-4.nopad-left,
.col-sm-4.nopad-left,
.col-md-4.nopad-left,
.col-lg-4.nopad-left,
.col-xs-5.nopad-left,
.col-sm-5.nopad-left,
.col-md-5.nopad-left,
.col-lg-5.nopad-left,
.col-xs-6.nopad-left,
.col-sm-6.nopad-left,
.col-md-6.nopad-left,
.col-lg-6.nopad-left,
.col-xs-7.nopad-left,
.col-sm-7.nopad-left,
.col-md-7.nopad-left,
.col-lg-7.nopad-left,
.col-xs-8.nopad-left,
.col-sm-8.nopad-left,
.col-md-8.nopad-left,
.col-lg-8.nopad-left,
.col-xs-9.nopad-left,
.col-sm-9.nopad-left,
.col-md-9.nopad-left,
.col-lg-9.nopad-left,
.col-xs-10.nopad-left,
.col-sm-10.nopad-left,
.col-md-10.nopad-left,
.col-lg-10.nopad-left,
.col-xs-11.nopad-left,
.col-sm-11.nopad-left,
.col-md-11.nopad-left,
.col-lg-11.nopad-left,
.col-xs-12.nopad-left,
.col-sm-12.nopad-left,
.col-md-12.nopad-left,
.col-lg-12.nopad-left,
.col-fit.nopad-left,
.col-xsish-3.nopad-left,
.col-xs-fifth.nopad-left {
  padding-left: 0;
}
.col-xs-1.nopad-right,
.col-sm-1.nopad-right,
.col-md-1.nopad-right,
.col-lg-1.nopad-right,
.col-xs-2.nopad-right,
.col-sm-2.nopad-right,
.col-md-2.nopad-right,
.col-lg-2.nopad-right,
.col-xs-3.nopad-right,
.col-sm-3.nopad-right,
.col-md-3.nopad-right,
.col-lg-3.nopad-right,
.col-xs-4.nopad-right,
.col-sm-4.nopad-right,
.col-md-4.nopad-right,
.col-lg-4.nopad-right,
.col-xs-5.nopad-right,
.col-sm-5.nopad-right,
.col-md-5.nopad-right,
.col-lg-5.nopad-right,
.col-xs-6.nopad-right,
.col-sm-6.nopad-right,
.col-md-6.nopad-right,
.col-lg-6.nopad-right,
.col-xs-7.nopad-right,
.col-sm-7.nopad-right,
.col-md-7.nopad-right,
.col-lg-7.nopad-right,
.col-xs-8.nopad-right,
.col-sm-8.nopad-right,
.col-md-8.nopad-right,
.col-lg-8.nopad-right,
.col-xs-9.nopad-right,
.col-sm-9.nopad-right,
.col-md-9.nopad-right,
.col-lg-9.nopad-right,
.col-xs-10.nopad-right,
.col-sm-10.nopad-right,
.col-md-10.nopad-right,
.col-lg-10.nopad-right,
.col-xs-11.nopad-right,
.col-sm-11.nopad-right,
.col-md-11.nopad-right,
.col-lg-11.nopad-right,
.col-xs-12.nopad-right,
.col-sm-12.nopad-right,
.col-md-12.nopad-right,
.col-lg-12.nopad-right,
.col-fit.nopad-right,
.col-xsish-3.nopad-right,
.col-xs-fifth.nopad-right {
  padding-right: 0;
}
.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,
.col-fit,
.col-xs-fifth,
.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 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.xs-float-right {
  align-self: flex-end;
}
.col {
  flex: 1 0 0%;
}
.col-fit,
.col-xs-fifth {
  flex: 0 0 auto;
  width: auto;
}
.col-fill {
  flex: 1;
}
.col-xs-12 {
  flex: 0 0 auto;
  width: 100%;
}
.col-xs-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-xs-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-xs-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-xs-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-xs-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-xs-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-xs-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-xs-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-xs-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-xs-fifth {
  flex: 0 0 auto;
  width: 20%;
}
.col-xs-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-xs-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.offset-xs-12 {
  margin-left: 100%;
}
.offset-xs-11 {
  margin-left: 91.66666667%;
}
.offset-xs-10 {
  margin-left: 83.33333333%;
}
.offset-xs-9 {
  margin-left: 75%;
}
.offset-xs-8 {
  margin-left: 66.66666667%;
}
.offset-xs-7 {
  margin-left: 58.33333333%;
}
.offset-xs-6 {
  margin-left: 50%;
}
.offset-xs-5 {
  margin-left: 41.66666667%;
}
.offset-xs-4 {
  margin-left: 33.33333333%;
}
.offset-xs-3 {
  margin-left: 25%;
}
.offset-xs-2 {
  margin-left: 16.66666667%;
}
.offset-xs-1 {
  margin-left: 8.33333333%;
}
.offset-xs-0 {
  margin-left: 0;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
@media (min-width: 480px) {
  .col-xsish-3 {
    flex: 0 0 25%;
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .row.md-narrow {
    margin-left: -15px;
    margin-right: -15px;
  }
  .md-narrow .col-xs-1,
  .md-narrow .col-sm-1,
  .md-narrow .col-md-1,
  .md-narrow .col-lg-1,
  .md-narrow .col-xs-2,
  .md-narrow .col-sm-2,
  .md-narrow .col-md-2,
  .md-narrow .col-lg-2,
  .md-narrow .col-xs-3,
  .md-narrow .col-sm-3,
  .md-narrow .col-md-3,
  .md-narrow .col-lg-3,
  .md-narrow .col-xs-4,
  .md-narrow .col-sm-4,
  .md-narrow .col-md-4,
  .md-narrow .col-lg-4,
  .md-narrow .col-xs-5,
  .md-narrow .col-sm-5,
  .md-narrow .col-md-5,
  .md-narrow .col-lg-5,
  .md-narrow .col-xs-6,
  .md-narrow .col-sm-6,
  .md-narrow .col-md-6,
  .md-narrow .col-lg-6,
  .md-narrow .col-xs-7,
  .md-narrow .col-sm-7,
  .md-narrow .col-md-7,
  .md-narrow .col-lg-7,
  .md-narrow .col-xs-8,
  .md-narrow .col-sm-8,
  .md-narrow .col-md-8,
  .md-narrow .col-lg-8,
  .md-narrow .col-xs-9,
  .md-narrow .col-sm-9,
  .md-narrow .col-md-9,
  .md-narrow .col-lg-9,
  .md-narrow .col-xs-10,
  .md-narrow .col-sm-10,
  .md-narrow .col-md-10,
  .md-narrow .col-lg-10,
  .md-narrow .col-xs-11,
  .md-narrow .col-sm-11,
  .md-narrow .col-md-11,
  .md-narrow .col-lg-11,
  .md-narrow .col-xs-12,
  .md-narrow .col-sm-12,
  .md-narrow .col-md-12,
  .md-narrow .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .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 {
    flex: 0 0 auto;
  }
  .sm-float-right {
    align-self: flex-end;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@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 {
    flex: 0 0 auto;
  }
  .md-float-right {
    align-self: flex-end;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .col-xsish-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    flex: 0 0 auto;
  }
  .lg-float-right {
    align-self: flex-end;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mt-5 {
  margin-top: 30px !important;
}
.mt-6 {
  margin-top: 40px !important;
}
.mt-8 {
  margin-top: 60px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.mb-5 {
  margin-bottom: 30px !important;
}
.mb-6 {
  margin-bottom: 40px !important;
}
.mb-8 {
  margin-bottom: 60px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}

@media (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 5px !important;
  }
  .mt-sm-2 {
    margin-top: 10px !important;
  }
  .mt-sm-3 {
    margin-top: 15px !important;
  }
  .mt-sm-4 {
    margin-top: 20px !important;
  }
  .mt-sm-5 {
    margin-top: 30px !important;
  }
  .mt-sm-6 {
    margin-top: 40px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 5px !important;
  }
  .mb-sm-2 {
    margin-bottom: 10px !important;
  }
  .mb-sm-3 {
    margin-bottom: 15px !important;
  }
  .mb-sm-4 {
    margin-bottom: 20px !important;
  }
  .mb-sm-5 {
    margin-bottom: 30px !important;
  }
  .mb-sm-6 {
    margin-bottom: 40px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 5px !important;
  }
  .mt-md-2 {
    margin-top: 10px !important;
  }
  .mt-md-3 {
    margin-top: 15px !important;
  }
  .mt-md-4 {
    margin-top: 20px !important;
  }
  .mt-md-5 {
    margin-top: 30px !important;
  }
  .mt-md-6 {
    margin-top: 40px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 5px !important;
  }
  .mb-md-2 {
    margin-bottom: 10px !important;
  }
  .mb-md-3 {
    margin-bottom: 15px !important;
  }
  .mb-md-4 {
    margin-bottom: 20px !important;
  }
  .mb-md-5 {
    margin-bottom: 30px !important;
  }
  .mb-md-6 {
    margin-bottom: 40px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 5px !important;
  }
  .mt-lg-2 {
    margin-top: 10px !important;
  }
  .mt-lg-3 {
    margin-top: 15px !important;
  }
  .mt-lg-4 {
    margin-top: 20px !important;
  }
  .mt-lg-5 {
    margin-top: 30px !important;
  }
  .mt-lg-6 {
    margin-top: 40px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 5px !important;
  }
  .mb-lg-2 {
    margin-bottom: 10px !important;
  }
  .mb-lg-3 {
    margin-bottom: 15px !important;
  }
  .mb-lg-4 {
    margin-bottom: 20px !important;
  }
  .mb-lg-5 {
    margin-bottom: 30px !important;
  }
  .mb-lg-6 {
    margin-bottom: 40px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}

.form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="tel"].form-control,
input[type="date"].form-control,
input[type="number"].form-control,
textarea.form-control {
  display: block;
  width: 100%;
  padding: 12px 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control {
  -webkit-user-select: none;
  padding: 11px 25px 11px 15px;
  background-image: url(images/dropdown-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}
.form-lgtext {
  font-size: 16px;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  background-color: #fff;
  border-color: #888;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-moz-placeholder {
  color: #a8a8a8;
}
.form-control::placeholder {
  color: #a8a8a8;
}
.form-control[data-selected="not-selected"] {
  color: #a8a8a8;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fafafa;
  opacity: 1;
}

.form-button,
form button.form-button,
input[type="reset"].form-button,
input[type="submit"].form-button {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}
a.form-button {
  padding: 12px 15px;
}
@media all and (min-width: 992px) {
  .form-button,
  form button.form-button,
  input[type="reset"].form-button,
  input[type="submit"].form-button {
    font-size: 18px;
  }
  .form-lgtext {
    font-size: 18px;
  }
}

.fit-holder {
  text-align: center;
}
.fit-centered {
  display: inline-block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden,
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}

.clearfix:not(.row):before,
.clearfix:not(.row):after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
