/* Slider */
.slick-slider
{
    position: relative;

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

    -webkit-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);
         -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";
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    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; } }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0D0D0D;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0D0D0D;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #f13b30;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666666;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.6;
  color: inherit; }

h1, .h1 {
  font-size: 3.6rem; }

h2, .h2 {
  font-size: 3rem; }

h3, .h3 {
  font-size: 2.4rem; }

h4, .h4 {
  font-size: 1.8rem; }

h5, .h5 {
  font-size: 1.6rem; }

h6, .h6 {
  font-size: 1.4rem; }

.lead, .content__page .lead {
  font-size: 1.8rem;
  font-weight: 700; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.6; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.6; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.6; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.6; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #F0F0F0; }

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

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #666666; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid, .wp-caption > img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure, .wp-caption {
  display: inline-block; }

.figure-img, .wp-caption > img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #666666; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #FAFAFA;
  border-radius: 0.8rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #0D0D0D;
  border-radius: 1rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #0D0D0D; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #F0F0F0; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #F0F0F0; }
  .table tbody + tbody {
    border-top: 2px solid #F0F0F0; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #F0F0F0; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #F0F0F0; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d4d4d4; }

.table-hover .table-primary:hover {
  background-color: #c7c7c7; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #c7c7c7; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fbc8c5; }

.table-hover .table-secondary:hover {
  background-color: #f9b1ad; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #f9b1ad; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cef2d4; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbc8c5; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe; }

.table-hover .table-light:hover {
  background-color: #f1f1f1; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f1f1f1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8; }

.table-hover .table-dark:hover {
  background-color: #ababab; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
  color: #fff;
  background-color: #0D0D0D; }

.thead-default th {
  color: #4D4D4D;
  background-color: #F0F0F0; }

.table-inverse {
  color: #fff;
  background-color: #0D0D0D; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #202020; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
      border: 0; } }

.form-control, .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea, .search-form .search-field {
  display: block;
  width: 100%;
  padding: 1.4rem 2rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #4D4D4D;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  -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::-ms-expand, .comment-form input[type="text"]::-ms-expand,
  .comment-form input[type="email"]::-ms-expand,
  .comment-form input[type="url"]::-ms-expand,
  .comment-form textarea::-ms-expand, .search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .comment-form input[type="text"]:focus,
  .comment-form input[type="email"]:focus,
  .comment-form input[type="url"]:focus,
  .comment-form textarea:focus, .search-form .search-field:focus {
    color: #4D4D4D;
    background-color: #fff;
    border-color: #a6a6a6;
    outline: none; }
  .form-control::-webkit-input-placeholder, .comment-form input[type="text"]::-webkit-input-placeholder,
  .comment-form input[type="email"]::-webkit-input-placeholder,
  .comment-form input[type="url"]::-webkit-input-placeholder,
  .comment-form textarea::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .comment-form input[type="text"]:-ms-input-placeholder,
  .comment-form input[type="email"]:-ms-input-placeholder,
  .comment-form input[type="url"]:-ms-input-placeholder,
  .comment-form textarea:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .form-control::placeholder, .comment-form input[type="text"]::placeholder,
  .comment-form input[type="email"]::placeholder,
  .comment-form input[type="url"]::placeholder,
  .comment-form textarea::placeholder, .search-form .search-field::placeholder {
    color: #CCCCCC;
    opacity: 1; }
  .form-control:disabled, .comment-form input[type="text"]:disabled,
  .comment-form input[type="email"]:disabled,
  .comment-form input[type="url"]:disabled,
  .comment-form textarea:disabled, .search-form .search-field:disabled, .form-control[readonly], .comment-form input[readonly][type="text"],
  .comment-form input[readonly][type="email"],
  .comment-form input[readonly][type="url"],
  .comment-form textarea[readonly], .search-form [readonly].search-field {
    background-color: #F0F0F0;
    opacity: 1; }

select.form-control:not([size]):not([multiple]), .search-form select.search-field:not([size]):not([multiple]) {
  height: calc(4.05rem + 4px); }

select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #4D4D4D;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(1.4rem - 2px * 2);
  padding-bottom: calc(1.4rem - 2px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(1rem - 2px * 2);
  padding-bottom: calc(1rem - 2px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 2px * 2);
  padding-bottom: calc(0.25rem - 2px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 2px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .comment-form .input-group-sm > input.form-control-plaintext[type="text"],
  .comment-form .input-group-sm > input.form-control-plaintext[type="email"],
  .comment-form .input-group-sm > input.form-control-plaintext[type="url"],
  .comment-form .input-group-sm > textarea.form-control-plaintext, .search-form .input-group-sm > .form-control-plaintext.search-field,
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .comment-form
  .input-group-sm > .input-group-btn > input.form-control-plaintext[type="submit"], .search-form
  .input-group-sm > .input-group-btn > .form-control-plaintext.search-submit, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .comment-form .input-group-lg > input.form-control-plaintext[type="text"],
  .comment-form .input-group-lg > input.form-control-plaintext[type="email"],
  .comment-form .input-group-lg > input.form-control-plaintext[type="url"],
  .comment-form .input-group-lg > textarea.form-control-plaintext, .search-form .input-group-lg > .form-control-plaintext.search-field,
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn, .comment-form
  .input-group-lg > .input-group-btn > input.form-control-plaintext[type="submit"], .search-form
  .input-group-lg > .input-group-btn > .form-control-plaintext.search-submit {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea, .search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .comment-form
.input-group-sm > .input-group-btn > input[type="submit"], .search-form
.input-group-sm > .input-group-btn > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 1rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .search-form
.input-group-sm > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: calc(1.8125rem + 4px); }

.form-control-lg, .input-group-lg > .form-control, .comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea, .search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .comment-form
.input-group-lg > .input-group-btn > input[type="submit"], .search-form
.input-group-lg > .input-group-btn > .search-submit {
  padding: 1rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1.2rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .search-form
.input-group-lg > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: calc(3.3125rem + 4px); }

.form-group, .comment-form p, .search-form label {
  margin-bottom: 2rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #666666; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #f13b30; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(241, 59, 48, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .was-validated .comment-form input[type="text"]:valid, .comment-form .was-validated input[type="text"]:valid, .was-validated
.comment-form input[type="email"]:valid,
.comment-form .was-validated input[type="email"]:valid, .was-validated
.comment-form input[type="url"]:valid,
.comment-form .was-validated input[type="url"]:valid, .was-validated
.comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .form-control.is-valid, .comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid, .search-form .is-valid.search-field, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #50D166; }
  .was-validated .form-control:valid:focus, .was-validated .comment-form input[type="text"]:valid:focus, .comment-form .was-validated input[type="text"]:valid:focus, .was-validated
  .comment-form input[type="email"]:valid:focus,
  .comment-form .was-validated input[type="email"]:valid:focus, .was-validated
  .comment-form input[type="url"]:valid:focus,
  .comment-form .was-validated input[type="url"]:valid:focus, .was-validated
  .comment-form textarea:valid:focus,
  .comment-form .was-validated textarea:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .form-control.is-valid:focus, .comment-form input.is-valid[type="text"]:focus,
  .comment-form input.is-valid[type="email"]:focus,
  .comment-form input.is-valid[type="url"]:focus,
  .comment-form textarea.is-valid:focus, .search-form .is-valid.search-field:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(80, 209, 102, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback, .was-validated .comment-form input[type="text"]:valid ~ .invalid-feedback, .comment-form .was-validated input[type="text"]:valid ~ .invalid-feedback, .was-validated
  .comment-form input[type="email"]:valid ~ .invalid-feedback,
  .comment-form .was-validated input[type="email"]:valid ~ .invalid-feedback, .was-validated
  .comment-form input[type="url"]:valid ~ .invalid-feedback,
  .comment-form .was-validated input[type="url"]:valid ~ .invalid-feedback, .was-validated
  .comment-form textarea:valid ~ .invalid-feedback,
  .comment-form .was-validated textarea:valid ~ .invalid-feedback, .was-validated .search-form .search-field:valid ~ .invalid-feedback, .search-form .was-validated .search-field:valid ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip,
  .was-validated .comment-form input[type="text"]:valid ~ .invalid-tooltip, .comment-form
  .was-validated input[type="text"]:valid ~ .invalid-tooltip,
  .was-validated
  .comment-form input[type="email"]:valid ~ .invalid-tooltip,
  .comment-form
  .was-validated input[type="email"]:valid ~ .invalid-tooltip,
  .was-validated
  .comment-form input[type="url"]:valid ~ .invalid-tooltip,
  .comment-form
  .was-validated input[type="url"]:valid ~ .invalid-tooltip,
  .was-validated
  .comment-form textarea:valid ~ .invalid-tooltip,
  .comment-form
  .was-validated textarea:valid ~ .invalid-tooltip,
  .was-validated .search-form .search-field:valid ~ .invalid-tooltip, .search-form
  .was-validated .search-field:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, .comment-form input.is-valid[type="text"] ~ .invalid-feedback,
  .comment-form input.is-valid[type="email"] ~ .invalid-feedback,
  .comment-form input.is-valid[type="url"] ~ .invalid-feedback,
  .comment-form textarea.is-valid ~ .invalid-feedback, .search-form .is-valid.search-field ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip, .comment-form input.is-valid[type="text"] ~ .invalid-tooltip,
  .comment-form input.is-valid[type="email"] ~ .invalid-tooltip,
  .comment-form input.is-valid[type="url"] ~ .invalid-tooltip,
  .comment-form textarea.is-valid ~ .invalid-tooltip, .search-form .is-valid.search-field ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #50D166; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(80, 209, 102, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #50D166; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #50D166; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 209, 102, 0.25); }

.was-validated .form-control:invalid, .was-validated .comment-form input[type="text"]:invalid, .comment-form .was-validated input[type="text"]:invalid, .was-validated
.comment-form input[type="email"]:invalid,
.comment-form .was-validated input[type="email"]:invalid, .was-validated
.comment-form input[type="url"]:invalid,
.comment-form .was-validated input[type="url"]:invalid, .was-validated
.comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .form-control.is-invalid, .comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid, .search-form .is-invalid.search-field, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f13b30; }
  .was-validated .form-control:invalid:focus, .was-validated .comment-form input[type="text"]:invalid:focus, .comment-form .was-validated input[type="text"]:invalid:focus, .was-validated
  .comment-form input[type="email"]:invalid:focus,
  .comment-form .was-validated input[type="email"]:invalid:focus, .was-validated
  .comment-form input[type="url"]:invalid:focus,
  .comment-form .was-validated input[type="url"]:invalid:focus, .was-validated
  .comment-form textarea:invalid:focus,
  .comment-form .was-validated textarea:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .form-control.is-invalid:focus, .comment-form input.is-invalid[type="text"]:focus,
  .comment-form input.is-invalid[type="email"]:focus,
  .comment-form input.is-invalid[type="url"]:focus,
  .comment-form textarea.is-invalid:focus, .search-form .is-invalid.search-field:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 59, 48, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .comment-form input[type="text"]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type="text"]:invalid ~ .invalid-feedback, .was-validated
  .comment-form input[type="email"]:invalid ~ .invalid-feedback,
  .comment-form .was-validated input[type="email"]:invalid ~ .invalid-feedback, .was-validated
  .comment-form input[type="url"]:invalid ~ .invalid-feedback,
  .comment-form .was-validated input[type="url"]:invalid ~ .invalid-feedback, .was-validated
  .comment-form textarea:invalid ~ .invalid-feedback,
  .comment-form .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .comment-form input[type="text"]:invalid ~ .invalid-tooltip, .comment-form
  .was-validated input[type="text"]:invalid ~ .invalid-tooltip,
  .was-validated
  .comment-form input[type="email"]:invalid ~ .invalid-tooltip,
  .comment-form
  .was-validated input[type="email"]:invalid ~ .invalid-tooltip,
  .was-validated
  .comment-form input[type="url"]:invalid ~ .invalid-tooltip,
  .comment-form
  .was-validated input[type="url"]:invalid ~ .invalid-tooltip,
  .was-validated
  .comment-form textarea:invalid ~ .invalid-tooltip,
  .comment-form
  .was-validated textarea:invalid ~ .invalid-tooltip,
  .was-validated .search-form .search-field:invalid ~ .invalid-tooltip, .search-form
  .was-validated .search-field:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
  .comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
  .comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
  .comment-form textarea.is-invalid ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
  .comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
  .comment-form textarea.is-invalid ~ .invalid-tooltip, .search-form .is-invalid.search-field ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #f13b30; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(241, 59, 48, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #f13b30; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #f13b30; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 59, 48, 0.25); }

.form-inline, .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check, .search-form .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label, .search-form label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group, .search-form .form-group, .form-inline .comment-form p, .comment-form .form-inline p, .search-form .comment-form p, .comment-form .search-form p, .form-inline .search-form label, .search-form .form-inline label, .search-form label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .search-form .form-control, .form-inline .comment-form input[type="text"], .comment-form .form-inline input[type="text"], .search-form .comment-form input[type="text"], .comment-form .search-form input[type="text"], .form-inline
    .comment-form input[type="email"],
    .comment-form .form-inline input[type="email"], .search-form
    .comment-form input[type="email"],
    .comment-form .search-form input[type="email"], .form-inline
    .comment-form input[type="url"],
    .comment-form .form-inline input[type="url"], .search-form
    .comment-form input[type="url"],
    .comment-form .search-form input[type="url"], .form-inline
    .comment-form textarea,
    .comment-form .form-inline textarea, .search-form
    .comment-form textarea,
    .comment-form .search-form textarea, .search-form .search-field {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group, .search-form .input-group {
      width: auto; }
    .form-inline .form-control-label, .search-form .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check, .search-form .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label, .search-form .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input, .search-form .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control, .search-form .custom-control {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator, .search-form .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback, .search-form .has-feedback .form-control-feedback {
      top: 0; } }

.btn, .comment-form input[type="submit"], .search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: 1.4rem 2rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .btn:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, .btn:hover, .comment-form input[type="submit"]:hover, .search-form .search-submit:hover {
    text-decoration: none; }
  .btn:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, .btn.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.25); }
  .btn.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit, .btn:disabled, .comment-form input[type="submit"]:disabled, .search-form .search-submit:disabled {
    opacity: .65; }
  .btn:active, .comment-form input[type="submit"]:active, .search-form .search-submit:active, .btn.active, .comment-form input.active[type="submit"], .search-form .active.search-submit {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #666666;
  border-color: #666666; }
  .btn-primary:hover {
    color: #fff;
    background-color: #535353;
    border-color: #4d4d4d; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #666666;
    border-color: #666666; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    background-color: #535353;
    background-image: none;
    border-color: #4d4d4d; }

.btn-secondary, .comment-form input[type="submit"], .search-form .search-submit {
  color: #fff;
  background-color: #f13b30;
  border-color: #f13b30; }
  .btn-secondary:hover, .comment-form input[type="submit"]:hover, .search-form .search-submit:hover {
    color: #fff;
    background-color: #eb1c10;
    border-color: #df1b0f; }
  .btn-secondary:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, .btn-secondary.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit {
    box-shadow: 0 0 0 3px rgba(241, 59, 48, 0.5); }
  .btn-secondary.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit, .btn-secondary:disabled, .comment-form input[type="submit"]:disabled, .search-form .search-submit:disabled {
    background-color: #f13b30;
    border-color: #f13b30; }
  .btn-secondary:active, .comment-form input[type="submit"]:active, .search-form .search-submit:active, .btn-secondary.active, .comment-form input.active[type="submit"], .search-form .active.search-submit,
  .show > .btn-secondary.dropdown-toggle, .comment-form
  .show > input.dropdown-toggle[type="submit"], .search-form
  .show > .dropdown-toggle.search-submit {
    background-color: #eb1c10;
    background-image: none;
    border-color: #df1b0f; }

.btn-success {
  color: #111;
  background-color: #50D166;
  border-color: #50D166; }
  .btn-success:hover {
    color: #111;
    background-color: #34c74d;
    border-color: #32bc49; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(80, 209, 102, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #50D166;
    border-color: #50D166; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    background-color: #34c74d;
    background-image: none;
    border-color: #32bc49; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b; }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00; }

.btn-danger {
  color: #fff;
  background-color: #f13b30;
  border-color: #f13b30; }
  .btn-danger:hover {
    color: #fff;
    background-color: #eb1c10;
    border-color: #df1b0f; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(241, 59, 48, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #f13b30;
    border-color: #f13b30; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    background-color: #eb1c10;
    background-image: none;
    border-color: #df1b0f; }

.btn-light {
  color: #111;
  background-color: #FAFAFA;
  border-color: #FAFAFA; }
  .btn-light:hover {
    color: #111;
    background-color: #e7e7e7;
    border-color: #e1e1e1; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(250, 250, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    background-color: #e7e7e7;
    background-image: none;
    border-color: #e1e1e1; }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #000;
    border-color: #000; }
  .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    background-color: black;
    background-image: none;
    border-color: black; }

.btn-outline-primary {
  color: #666666;
  background-color: transparent;
  background-image: none;
  border-color: #666666; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #666666;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }

.btn-outline-secondary {
  color: #f13b30;
  background-color: transparent;
  background-image: none;
  border-color: #f13b30; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #f13b30;
    border-color: #f13b30; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(241, 59, 48, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f13b30;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f13b30;
    border-color: #f13b30; }

.btn-outline-success {
  color: #50D166;
  background-color: transparent;
  background-image: none;
  border-color: #50D166; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #50D166;
    border-color: #50D166; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(80, 209, 102, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #50D166;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #50D166;
    border-color: #50D166; }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-outline-danger {
  color: #f13b30;
  background-color: transparent;
  background-image: none;
  border-color: #f13b30; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f13b30;
    border-color: #f13b30; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(241, 59, 48, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f13b30;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f13b30;
    border-color: #f13b30; }

.btn-outline-light {
  color: #FAFAFA;
  background-color: transparent;
  background-image: none;
  border-color: #FAFAFA; }
  .btn-outline-light:hover {
    color: #fff;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(250, 250, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FAFAFA;
    background-color: transparent; }
  .btn-outline-light:active, .btn-outline-light.active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-dark:active, .btn-outline-dark.active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }

.btn-link {
  font-weight: normal;
  color: #0D0D0D;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #f13b30;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #666666; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .comment-form .btn-group-lg > input[type="submit"], .search-form .btn-group-lg > .search-submit {
  padding: 1rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 5px; }

.btn-sm, .btn-group-sm > .btn, .comment-form .btn-group-sm > input[type="submit"], .search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #0D0D0D;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #F0F0F0; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #0D0D0D;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: black;
    text-decoration: none;
    background-color: #FAFAFA; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #666666; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #666666;
    background-color: transparent; }

.show > a {
  outline: 0; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #666666;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .comment-form .btn-group > input[type="submit"], .search-form .btn-group > .search-submit,
  .btn-group-vertical > .btn, .comment-form
  .btn-group-vertical > input[type="submit"], .search-form
  .btn-group-vertical > .search-submit {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 0; }
    .btn-group > .btn:hover, .comment-form .btn-group > input[type="submit"]:hover, .search-form .btn-group > .search-submit:hover,
    .btn-group-vertical > .btn:hover, .comment-form
    .btn-group-vertical > input[type="submit"]:hover, .search-form
    .btn-group-vertical > .search-submit:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .comment-form .btn-group > input[type="submit"]:focus, .search-form .btn-group > .search-submit:focus, .btn-group > .btn:active, .comment-form .btn-group > input[type="submit"]:active, .search-form .btn-group > .search-submit:active, .btn-group > .btn.active, .comment-form .btn-group > input.active[type="submit"], .search-form .btn-group > .active.search-submit,
    .btn-group-vertical > .btn:focus, .comment-form
    .btn-group-vertical > input[type="submit"]:focus, .search-form
    .btn-group-vertical > .search-submit:focus,
    .btn-group-vertical > .btn:active, .comment-form
    .btn-group-vertical > input[type="submit"]:active, .search-form
    .btn-group-vertical > .search-submit:active,
    .btn-group-vertical > .btn.active, .comment-form
    .btn-group-vertical > input.active[type="submit"], .search-form
    .btn-group-vertical > .active.search-submit {
      z-index: 2; }
  .btn-group .btn + .btn, .btn-group .comment-form input[type="submit"] + .btn, .comment-form .btn-group input[type="submit"] + .btn, .btn-group .search-form .search-submit + .btn, .search-form .btn-group .search-submit + .btn, .btn-group .comment-form .btn + input[type="submit"], .comment-form .btn-group .btn + input[type="submit"], .btn-group .comment-form input[type="submit"] + input[type="submit"], .comment-form .btn-group input[type="submit"] + input[type="submit"], .btn-group .search-form .comment-form .search-submit + input[type="submit"], .comment-form .btn-group .search-form .search-submit + input[type="submit"], .search-form .btn-group .comment-form .search-submit + input[type="submit"], .comment-form .search-form .btn-group .search-submit + input[type="submit"], .btn-group .search-form .btn + .search-submit, .search-form .btn-group .btn + .search-submit, .btn-group .comment-form .search-form input[type="submit"] + .search-submit, .search-form .btn-group .comment-form input[type="submit"] + .search-submit, .comment-form .btn-group .search-form input[type="submit"] + .search-submit, .search-form .comment-form .btn-group input[type="submit"] + .search-submit, .btn-group .search-form .search-submit + .search-submit, .search-form .btn-group .search-submit + .search-submit,
  .btn-group .btn + .btn-group,
  .btn-group .comment-form input[type="submit"] + .btn-group, .comment-form
  .btn-group input[type="submit"] + .btn-group,
  .btn-group .search-form .search-submit + .btn-group, .search-form
  .btn-group .search-submit + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .comment-form .btn-group + input[type="submit"], .comment-form
  .btn-group .btn-group + input[type="submit"],
  .btn-group .search-form .btn-group + .search-submit, .search-form
  .btn-group .btn-group + .search-submit,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .comment-form input[type="submit"] + .btn, .comment-form
  .btn-group-vertical input[type="submit"] + .btn,
  .btn-group-vertical .search-form .search-submit + .btn, .search-form
  .btn-group-vertical .search-submit + .btn,
  .btn-group-vertical .comment-form .btn + input[type="submit"], .comment-form
  .btn-group-vertical .btn + input[type="submit"],
  .btn-group-vertical .comment-form input[type="submit"] + input[type="submit"], .comment-form
  .btn-group-vertical input[type="submit"] + input[type="submit"],
  .btn-group-vertical .search-form .comment-form .search-submit + input[type="submit"], .comment-form
  .btn-group-vertical .search-form .search-submit + input[type="submit"], .search-form
  .btn-group-vertical .comment-form .search-submit + input[type="submit"], .comment-form .search-form
  .btn-group-vertical .search-submit + input[type="submit"],
  .btn-group-vertical .search-form .btn + .search-submit, .search-form
  .btn-group-vertical .btn + .search-submit,
  .btn-group-vertical .comment-form .search-form input[type="submit"] + .search-submit, .search-form
  .btn-group-vertical .comment-form input[type="submit"] + .search-submit, .comment-form
  .btn-group-vertical .search-form input[type="submit"] + .search-submit, .search-form .comment-form
  .btn-group-vertical input[type="submit"] + .search-submit,
  .btn-group-vertical .search-form .search-submit + .search-submit, .search-form
  .btn-group-vertical .search-submit + .search-submit,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .comment-form input[type="submit"] + .btn-group, .comment-form
  .btn-group-vertical input[type="submit"] + .btn-group,
  .btn-group-vertical .search-form .search-submit + .btn-group, .search-form
  .btn-group-vertical .search-submit + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .comment-form .btn-group + input[type="submit"], .comment-form
  .btn-group-vertical .btn-group + input[type="submit"],
  .btn-group-vertical .search-form .btn-group + .search-submit, .search-form
  .btn-group-vertical .btn-group + .search-submit,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -2px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .comment-form .btn-group > input[type="submit"]:first-child, .search-form .btn-group > .search-submit:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .comment-form .btn-group > input[type="submit"]:last-child:not(:first-child), .search-form .btn-group > .search-submit:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .comment-form .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .search-form .btn-group > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .comment-form .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .search-form .btn-group > .btn-group:first-child:not(:last-child) > .search-submit:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .comment-form .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .search-form .btn-group > .btn-group:last-child:not(:first-child) > .search-submit:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split, .comment-form input[type="submit"] + .dropdown-toggle-split, .search-form .search-submit + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .btn + .dropdown-toggle-split::after, .comment-form input[type="submit"] + .dropdown-toggle-split::after, .search-form .search-submit + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .comment-form input[type="submit"], .comment-form .btn-group-vertical input[type="submit"], .btn-group-vertical .search-form .search-submit, .search-form .btn-group-vertical .search-submit,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .comment-form .btn-group-vertical > input[type="submit"] + .btn, .search-form .btn-group-vertical > .search-submit + .btn, .comment-form .btn-group-vertical > .btn + input[type="submit"], .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"], .search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"], .comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"], .search-form .btn-group-vertical > .btn + .search-submit, .comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit, .search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit, .search-form .btn-group-vertical > .search-submit + .search-submit,
  .btn-group-vertical > .btn + .btn-group, .comment-form
  .btn-group-vertical > input[type="submit"] + .btn-group, .search-form
  .btn-group-vertical > .search-submit + .btn-group,
  .btn-group-vertical > .btn-group + .btn, .comment-form
  .btn-group-vertical > .btn-group + input[type="submit"], .search-form
  .btn-group-vertical > .btn-group + .search-submit,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -2px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .comment-form .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child), .search-form .btn-group-vertical > .search-submit:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .comment-form .btn-group-vertical > input[type="submit"]:first-child:not(:last-child), .search-form .btn-group-vertical > .search-submit:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .comment-form .btn-group-vertical > input[type="submit"]:last-child:not(:first-child), .search-form .btn-group-vertical > .search-submit:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .comment-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .search-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .comment-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .search-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > .search-submit: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, .comment-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .search-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > .search-submit:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"], .comment-form [data-toggle="buttons"] > input[type="submit"] input[type="radio"], .search-form [data-toggle="buttons"] > .search-submit input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .comment-form
[data-toggle="buttons"] > input[type="submit"] input[type="checkbox"], .search-form
[data-toggle="buttons"] > .search-submit input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .comment-form
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"], .search-form
[data-toggle="buttons"] > .btn-group > .search-submit input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .comment-form
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"], .search-form
[data-toggle="buttons"] > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .input-group .form-control, .input-group .comment-form input[type="text"], .comment-form .input-group input[type="text"], .input-group
  .comment-form input[type="email"],
  .comment-form .input-group input[type="email"], .input-group
  .comment-form input[type="url"],
  .comment-form .input-group input[type="url"], .input-group
  .comment-form textarea,
  .comment-form .input-group textarea, .input-group .search-form .search-field, .search-form .input-group .search-field {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .comment-form input[type="text"]:focus, .comment-form .input-group input[type="text"]:focus, .input-group
    .comment-form input[type="email"]:focus,
    .comment-form .input-group input[type="email"]:focus, .input-group
    .comment-form input[type="url"]:focus,
    .comment-form .input-group input[type="url"]:focus, .input-group
    .comment-form textarea:focus,
    .comment-form .input-group textarea:focus, .input-group .search-form .search-field:focus, .search-form .input-group .search-field:focus, .input-group .form-control:active, .input-group .comment-form input[type="text"]:active, .comment-form .input-group input[type="text"]:active, .input-group
    .comment-form input[type="email"]:active,
    .comment-form .input-group input[type="email"]:active, .input-group
    .comment-form input[type="url"]:active,
    .comment-form .input-group input[type="url"]:active, .input-group
    .comment-form textarea:active,
    .comment-form .input-group textarea:active, .input-group .search-form .search-field:active, .search-form .input-group .search-field:active, .input-group .form-control:hover, .input-group .comment-form input[type="text"]:hover, .comment-form .input-group input[type="text"]:hover, .input-group
    .comment-form input[type="email"]:hover,
    .comment-form .input-group input[type="email"]:hover, .input-group
    .comment-form input[type="url"]:hover,
    .comment-form .input-group input[type="url"]:hover, .input-group
    .comment-form textarea:hover,
    .comment-form .input-group textarea:hover, .input-group .search-form .search-field:hover, .search-form .input-group .search-field:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"], .comment-form
.input-group input[type="text"],
.input-group
.comment-form input[type="email"],
.comment-form
.input-group input[type="email"],
.input-group
.comment-form input[type="url"],
.comment-form
.input-group input[type="url"],
.input-group
.comment-form textarea,
.comment-form
.input-group textarea,
.input-group .search-form .search-field, .search-form
.input-group .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .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),
  .input-group .comment-form input[type="text"]:not(:first-child):not(:last-child), .comment-form
  .input-group input[type="text"]:not(:first-child):not(:last-child),
  .input-group
  .comment-form input[type="email"]:not(:first-child):not(:last-child),
  .comment-form
  .input-group input[type="email"]:not(:first-child):not(:last-child),
  .input-group
  .comment-form input[type="url"]:not(:first-child):not(:last-child),
  .comment-form
  .input-group input[type="url"]:not(:first-child):not(:last-child),
  .input-group
  .comment-form textarea:not(:first-child):not(:last-child),
  .comment-form
  .input-group textarea:not(:first-child):not(:last-child),
  .input-group .search-form .search-field:not(:first-child):not(:last-child), .search-form
  .input-group .search-field:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 1.4rem 2rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #4D4D4D;
  text-align: center;
  background-color: #F0F0F0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem; }
  .input-group-addon.form-control-sm, .comment-form .input-group-sm > input.input-group-addon[type="text"],
  .comment-form .input-group-sm > input.input-group-addon[type="email"],
  .comment-form .input-group-sm > input.input-group-addon[type="url"],
  .comment-form .input-group-sm > textarea.input-group-addon, .search-form .input-group-sm > .input-group-addon.search-field,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .comment-form
  .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"], .search-form
  .input-group-sm > .input-group-btn > .input-group-addon.search-submit {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 1rem; }
  .input-group-addon.form-control-lg, .comment-form .input-group-lg > input.input-group-addon[type="text"],
  .comment-form .input-group-lg > input.input-group-addon[type="email"],
  .comment-form .input-group-lg > input.input-group-addon[type="url"],
  .comment-form .input-group-lg > textarea.input-group-addon, .search-form .input-group-lg > .input-group-addon.search-field,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .comment-form
  .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"], .search-form
  .input-group-lg > .input-group-btn > .input-group-addon.search-submit {
    padding: 1rem 1rem;
    font-size: 1.25rem;
    border-radius: 1.2rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child), .input-group .comment-form input[type="text"]:not(:last-child), .comment-form .input-group input[type="text"]:not(:last-child), .input-group
.comment-form input[type="email"]:not(:last-child),
.comment-form .input-group input[type="email"]:not(:last-child), .input-group
.comment-form input[type="url"]:not(:last-child),
.comment-form .input-group input[type="url"]:not(:last-child), .input-group
.comment-form textarea:not(:last-child),
.comment-form .input-group textarea:not(:last-child), .input-group .search-form .search-field:not(:last-child), .search-form .input-group .search-field:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn, .comment-form
.input-group-btn:not(:last-child) > input[type="submit"], .search-form
.input-group-btn:not(:last-child) > .search-submit,
.input-group-btn:not(:last-child) > .btn-group > .btn, .comment-form
.input-group-btn:not(:last-child) > .btn-group > input[type="submit"], .search-form
.input-group-btn:not(:last-child) > .btn-group > .search-submit,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .comment-form
.input-group-btn:not(:first-child) > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .search-form
.input-group-btn:not(:first-child) > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .comment-form
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type="submit"], .search-form
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child), .input-group .comment-form input[type="text"]:not(:first-child), .comment-form .input-group input[type="text"]:not(:first-child), .input-group
.comment-form input[type="email"]:not(:first-child),
.comment-form .input-group input[type="email"]:not(:first-child), .input-group
.comment-form input[type="url"]:not(:first-child),
.comment-form .input-group input[type="url"]:not(:first-child), .input-group
.comment-form textarea:not(:first-child),
.comment-form .input-group textarea:not(:first-child), .input-group .search-form .search-field:not(:first-child), .search-form .input-group .search-field:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn, .comment-form
.input-group-btn:not(:first-child) > input[type="submit"], .search-form
.input-group-btn:not(:first-child) > .search-submit,
.input-group-btn:not(:first-child) > .btn-group > .btn, .comment-form
.input-group-btn:not(:first-child) > .btn-group > input[type="submit"], .search-form
.input-group-btn:not(:first-child) > .btn-group > .search-submit,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child), .comment-form
.input-group-btn:not(:last-child) > input[type="submit"]:not(:first-child), .search-form
.input-group-btn:not(:last-child) > .search-submit:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .comment-form
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type="submit"], .search-form
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child), .comment-form input[type="text"] + .input-group-addon:not(:first-child),
.comment-form input[type="email"] + .input-group-addon:not(:first-child),
.comment-form input[type="url"] + .input-group-addon:not(:first-child),
.comment-form textarea + .input-group-addon:not(:first-child), .search-form .search-field + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .comment-form .input-group-btn > input[type="submit"], .search-form .input-group-btn > .search-submit {
    position: relative; }
    .input-group-btn > .btn + .btn, .comment-form .input-group-btn > input[type="submit"] + .btn, .search-form .input-group-btn > .search-submit + .btn, .comment-form .input-group-btn > .btn + input[type="submit"], .comment-form .input-group-btn > input[type="submit"] + input[type="submit"], .search-form .comment-form .input-group-btn > .search-submit + input[type="submit"], .comment-form .search-form .input-group-btn > .search-submit + input[type="submit"], .search-form .input-group-btn > .btn + .search-submit, .comment-form .search-form .input-group-btn > input[type="submit"] + .search-submit, .search-form .comment-form .input-group-btn > input[type="submit"] + .search-submit, .search-form .input-group-btn > .search-submit + .search-submit {
      margin-left: -2px; }
    .input-group-btn > .btn:focus, .comment-form .input-group-btn > input[type="submit"]:focus, .search-form .input-group-btn > .search-submit:focus, .input-group-btn > .btn:active, .comment-form .input-group-btn > input[type="submit"]:active, .search-form .input-group-btn > .search-submit:active, .input-group-btn > .btn:hover, .comment-form .input-group-btn > input[type="submit"]:hover, .search-form .input-group-btn > .search-submit:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn, .comment-form .input-group-btn:not(:last-child) > input[type="submit"], .search-form .input-group-btn:not(:last-child) > .search-submit,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -2px; }
  .input-group-btn:not(:first-child) > .btn, .comment-form .input-group-btn:not(:first-child) > input[type="submit"], .search-form .input-group-btn:not(:first-child) > .search-submit,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -2px; }
    .input-group-btn:not(:first-child) > .btn:focus, .comment-form .input-group-btn:not(:first-child) > input[type="submit"]:focus, .search-form .input-group-btn:not(:first-child) > .search-submit:focus, .input-group-btn:not(:first-child) > .btn:active, .comment-form .input-group-btn:not(:first-child) > input[type="submit"]:active, .search-form .input-group-btn:not(:first-child) > .search-submit:active, .input-group-btn:not(:first-child) > .btn:hover, .comment-form .input-group-btn:not(:first-child) > input[type="submit"]:hover, .search-form .input-group-btn:not(:first-child) > .search-submit:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #666666; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #666666; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #bfbfbf; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #F0F0F0; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #666666; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.8rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #666666;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(4.05rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #4D4D4D;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  -webkit-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #a6a6a6;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #4D4D4D;
      background-color: #fff; }
  .custom-select:disabled {
    color: #666666;
    background-color: #F0F0F0; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #4D4D4D;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #4D4D4D;
    background-color: #F0F0F0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0.8rem 0.8rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #666666; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #F0F0F0 #F0F0F0 #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #666666;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #4D4D4D;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.8rem; }
  .nav-pills .nav-link.active,
  .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #666666; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.8rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.8rem - 1px) calc(0.8rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.8rem - 1px) calc(0.8rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.8rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.8rem - 1px);
  border-top-right-radius: calc(0.8rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.8rem - 1px);
  border-bottom-left-radius: calc(0.8rem - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F0F0F0;
  border-radius: 0.8rem; }
  .breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #666666;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #666666; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.8rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #666666;
  border-color: #666666; }

.page-item.disabled .page-link {
  color: #666666;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0D0D0D;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #f13b30;
    text-decoration: none;
    background-color: #F0F0F0;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.8rem; }
  .badge:empty {
    display: none; }

.btn .badge, .comment-form input[type="submit"] .badge, .search-form .search-submit .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #666666; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4d4d4d; }

.badge-secondary {
  color: #fff;
  background-color: #f13b30; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #df1b0f; }

.badge-success {
  color: #111;
  background-color: #50D166; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #32bc49; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #111;
  background-color: #ffc107; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #f13b30; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #df1b0f; }

.badge-light {
  color: #111;
  background-color: #FAFAFA; }
  .badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #e1e1e1; }

.badge-dark {
  color: #fff;
  background-color: #000; }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: black; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F0F0F0;
  border-radius: 1.2rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.8rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #353535;
  background-color: #e0e0e0;
  border-color: #d4d4d4; }
  .alert-primary hr {
    border-top-color: #c7c7c7; }
  .alert-primary .alert-link {
    color: #1c1c1c; }

.alert-secondary {
  color: #7d1f19;
  background-color: #fcd8d6;
  border-color: #fbc8c5; }
  .alert-secondary hr {
    border-top-color: #f9b1ad; }
  .alert-secondary .alert-link {
    color: #531411; }

.alert-success {
  color: #2a6d35;
  background-color: #dcf6e0;
  border-color: #cef2d4; }
  .alert-success hr {
    border-top-color: #baedc2; }
  .alert-success .alert-link {
    color: #1c4823; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #7d1f19;
  background-color: #fcd8d6;
  border-color: #fbc8c5; }
  .alert-danger hr {
    border-top-color: #f9b1ad; }
  .alert-danger .alert-link {
    color: #531411; }

.alert-light {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe; }
  .alert-light hr {
    border-top-color: #f1f1f1; }
  .alert-light .alert-link {
    color: dimgray; }

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-dark hr {
    border-top-color: #ababab; }
  .alert-dark .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #F0F0F0;
  border-radius: 0.8rem; }

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #666666;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.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: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #4D4D4D;
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #4D4D4D;
    text-decoration: none;
    background-color: #FAFAFA; }
  .list-group-item-action:active {
    color: #0D0D0D;
    background-color: #F0F0F0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #666666;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #666666;
    border-color: #666666; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #353535;
  background-color: #d4d4d4; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #353535; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #353535;
    background-color: #c7c7c7; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #353535;
    border-color: #353535; }

.list-group-item-secondary {
  color: #7d1f19;
  background-color: #fbc8c5; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #7d1f19; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: #7d1f19;
    background-color: #f9b1ad; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    color: #fff;
    background-color: #7d1f19;
    border-color: #7d1f19; }

.list-group-item-success {
  color: #2a6d35;
  background-color: #cef2d4; }

a.list-group-item-success,
button.list-group-item-success {
  color: #2a6d35; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #2a6d35;
    background-color: #baedc2; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #2a6d35;
    border-color: #2a6d35; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #7d1f19;
  background-color: #fbc8c5; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #7d1f19; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #7d1f19;
    background-color: #f9b1ad; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #7d1f19;
    border-color: #7d1f19; }

.list-group-item-light {
  color: #828282;
  background-color: #fefefe; }

a.list-group-item-light,
button.list-group-item-light {
  color: #828282; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #828282;
    background-color: #f1f1f1; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    color: #fff;
    background-color: #828282;
    border-color: #828282; }

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: black; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: black;
    background-color: #ababab; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  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; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #F0F0F0; }

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 30px; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  border-top: 1px solid #F0F0F0; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 3px 0px;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -3px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.8rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 11px; }
  .popover .arrow::after {
    content: "";
    border-width: 11px; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -11px;
      margin-left: -6px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: -10px;
      margin-left: -6px;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -8px;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: -10px;
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -7px;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: -10px;
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -8px;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: -10px;
      border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(1.2rem - 1px);
  border-top-right-radius: calc(1.2rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 9px 14px;
  color: #0D0D0D; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #666666 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #4d4d4d !important; }

.bg-secondary {
  background-color: #f13b30 !important; }

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

.bg-success {
  background-color: #50D166 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #32bc49 !important; }

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

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

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

.bg-danger {
  background-color: #f13b30 !important; }

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

.bg-light {
  background-color: #FAFAFA !important; }

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

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

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

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

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

.border {
  border: 1px solid #F0F0F0 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #666666 !important; }

.border-secondary {
  border-color: #f13b30 !important; }

.border-success {
  border-color: #50D166 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #f13b30 !important; }

.border-light {
  border-color: #FAFAFA !important; }

.border-dark {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.8rem !important; }

.rounded-top {
  border-top-left-radius: 0.8rem !important;
  border-top-right-radius: 0.8rem !important; }

.rounded-right {
  border-top-right-radius: 0.8rem !important;
  border-bottom-right-radius: 0.8rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.8rem !important;
  border-bottom-left-radius: 0.8rem !important; }

.rounded-left {
  border-top-left-radius: 0.8rem !important;
  border-bottom-left-radius: 0.8rem !important; }

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: -ms-flexbox !important;
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .screen-reader-text, div.archive .archive__body__row .competition_has_parent span, div.archive .archive__body__row .competition_has_children span, div.archive .archive__body__row .archive__body__item__link a span, .filterselectormultiple .filterselectormultiple__field, header.banner--responsive .header__secondrow__mobilesearch .search-form .search-submit span, .fga_footer section h3, .circleimage img, .entry-share .share-layer button span, .gallery .slick-slider-arrows-container .slick-arrow span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

.m-1 {
  margin: 0.5rem !important; }

.mt-1 {
  margin-top: 0.5rem !important; }

.mr-1 {
  margin-right: 0.5rem !important; }

.mb-1 {
  margin-bottom: 0.5rem !important; }

.ml-1 {
  margin-left: 0.5rem !important; }

.mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-2 {
  margin: 1rem !important; }

.mt-2 {
  margin-top: 1rem !important; }

.mr-2 {
  margin-right: 1rem !important; }

.mb-2 {
  margin-bottom: 1rem !important; }

.ml-2 {
  margin-left: 1rem !important; }

.mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-3 {
  margin: 1.5rem !important; }

.mt-3 {
  margin-top: 1.5rem !important; }

.mr-3 {
  margin-right: 1.5rem !important; }

.mb-3 {
  margin-bottom: 1.5rem !important; }

.ml-3 {
  margin-left: 1.5rem !important; }

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-4 {
  margin: 2rem !important; }

.mt-4 {
  margin-top: 2rem !important; }

.mr-4 {
  margin-right: 2rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.ml-4 {
  margin-left: 2rem !important; }

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.m-5 {
  margin: 2.5rem !important; }

.mt-5 {
  margin-top: 2.5rem !important; }

.mr-5 {
  margin-right: 2.5rem !important; }

.mb-5 {
  margin-bottom: 2.5rem !important; }

.ml-5 {
  margin-left: 2.5rem !important; }

.mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.m-6 {
  margin: 3rem !important; }

.mt-6 {
  margin-top: 3rem !important; }

.mr-6 {
  margin-right: 3rem !important; }

.mb-6 {
  margin-bottom: 3rem !important; }

.ml-6 {
  margin-left: 3rem !important; }

.mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-7 {
  margin: 3.5rem !important; }

.mt-7 {
  margin-top: 3.5rem !important; }

.mr-7 {
  margin-right: 3.5rem !important; }

.mb-7 {
  margin-bottom: 3.5rem !important; }

.ml-7 {
  margin-left: 3.5rem !important; }

.mx-7 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important; }

.my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.m-8 {
  margin: 4rem !important; }

.mt-8 {
  margin-top: 4rem !important; }

.mr-8 {
  margin-right: 4rem !important; }

.mb-8 {
  margin-bottom: 4rem !important; }

.ml-8 {
  margin-left: 4rem !important; }

.mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.m-9 {
  margin: 4.5rem !important; }

.mt-9 {
  margin-top: 4.5rem !important; }

.mr-9 {
  margin-right: 4.5rem !important; }

.mb-9 {
  margin-bottom: 4.5rem !important; }

.ml-9 {
  margin-left: 4.5rem !important; }

.mx-9 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important; }

.my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.m-10 {
  margin: 5rem !important; }

.mt-10 {
  margin-top: 5rem !important; }

.mr-10 {
  margin-right: 5rem !important; }

.mb-10 {
  margin-bottom: 5rem !important; }

.ml-10 {
  margin-left: 5rem !important; }

.mx-10 {
  margin-right: 5rem !important;
  margin-left: 5rem !important; }

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.m-11 {
  margin: 5.5rem !important; }

.mt-11 {
  margin-top: 5.5rem !important; }

.mr-11 {
  margin-right: 5.5rem !important; }

.mb-11 {
  margin-bottom: 5.5rem !important; }

.ml-11 {
  margin-left: 5.5rem !important; }

.mx-11 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important; }

.my-11 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important; }

.m-12 {
  margin: 6rem !important; }

.mt-12 {
  margin-top: 6rem !important; }

.mr-12 {
  margin-right: 6rem !important; }

.mb-12 {
  margin-bottom: 6rem !important; }

.ml-12 {
  margin-left: 6rem !important; }

.mx-12 {
  margin-right: 6rem !important;
  margin-left: 6rem !important; }

.my-12 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

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

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

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

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

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

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

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

.p-1 {
  padding: 0.5rem !important; }

.pt-1 {
  padding-top: 0.5rem !important; }

.pr-1 {
  padding-right: 0.5rem !important; }

.pb-1 {
  padding-bottom: 0.5rem !important; }

.pl-1 {
  padding-left: 0.5rem !important; }

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-2 {
  padding: 1rem !important; }

.pt-2 {
  padding-top: 1rem !important; }

.pr-2 {
  padding-right: 1rem !important; }

.pb-2 {
  padding-bottom: 1rem !important; }

.pl-2 {
  padding-left: 1rem !important; }

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-3 {
  padding: 1.5rem !important; }

.pt-3 {
  padding-top: 1.5rem !important; }

.pr-3 {
  padding-right: 1.5rem !important; }

.pb-3 {
  padding-bottom: 1.5rem !important; }

.pl-3 {
  padding-left: 1.5rem !important; }

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-4 {
  padding: 2rem !important; }

.pt-4 {
  padding-top: 2rem !important; }

.pr-4 {
  padding-right: 2rem !important; }

.pb-4 {
  padding-bottom: 2rem !important; }

.pl-4 {
  padding-left: 2rem !important; }

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.p-5 {
  padding: 2.5rem !important; }

.pt-5 {
  padding-top: 2.5rem !important; }

.pr-5 {
  padding-right: 2.5rem !important; }

.pb-5 {
  padding-bottom: 2.5rem !important; }

.pl-5 {
  padding-left: 2.5rem !important; }

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.p-6 {
  padding: 3rem !important; }

.pt-6 {
  padding-top: 3rem !important; }

.pr-6 {
  padding-right: 3rem !important; }

.pb-6 {
  padding-bottom: 3rem !important; }

.pl-6 {
  padding-left: 3rem !important; }

.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.p-7 {
  padding: 3.5rem !important; }

.pt-7 {
  padding-top: 3.5rem !important; }

.pr-7 {
  padding-right: 3.5rem !important; }

.pb-7 {
  padding-bottom: 3.5rem !important; }

.pl-7 {
  padding-left: 3.5rem !important; }

.px-7 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important; }

.py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.p-8 {
  padding: 4rem !important; }

.pt-8 {
  padding-top: 4rem !important; }

.pr-8 {
  padding-right: 4rem !important; }

.pb-8 {
  padding-bottom: 4rem !important; }

.pl-8 {
  padding-left: 4rem !important; }

.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.p-9 {
  padding: 4.5rem !important; }

.pt-9 {
  padding-top: 4.5rem !important; }

.pr-9 {
  padding-right: 4.5rem !important; }

.pb-9 {
  padding-bottom: 4.5rem !important; }

.pl-9 {
  padding-left: 4.5rem !important; }

.px-9 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important; }

.py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.p-10 {
  padding: 5rem !important; }

.pt-10 {
  padding-top: 5rem !important; }

.pr-10 {
  padding-right: 5rem !important; }

.pb-10 {
  padding-bottom: 5rem !important; }

.pl-10 {
  padding-left: 5rem !important; }

.px-10 {
  padding-right: 5rem !important;
  padding-left: 5rem !important; }

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.p-11 {
  padding: 5.5rem !important; }

.pt-11 {
  padding-top: 5.5rem !important; }

.pr-11 {
  padding-right: 5.5rem !important; }

.pb-11 {
  padding-bottom: 5.5rem !important; }

.pl-11 {
  padding-left: 5.5rem !important; }

.px-11 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important; }

.py-11 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important; }

.p-12 {
  padding: 6rem !important; }

.pt-12 {
  padding-top: 6rem !important; }

.pr-12 {
  padding-right: 6rem !important; }

.pb-12 {
  padding-bottom: 6rem !important; }

.pl-12 {
  padding-left: 6rem !important; }

.px-12 {
  padding-right: 6rem !important;
  padding-left: 6rem !important; }

.py-12 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.5rem !important; }
  .mt-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1 {
    margin-right: 0.5rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-1 {
    margin-left: 0.5rem !important; }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-2 {
    margin: 1rem !important; }
  .mt-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2 {
    margin-right: 1rem !important; }
  .mb-sm-2 {
    margin-bottom: 1rem !important; }
  .ml-sm-2 {
    margin-left: 1rem !important; }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-3 {
    margin: 1.5rem !important; }
  .mt-sm-3 {
    margin-top: 1.5rem !important; }
  .mr-sm-3 {
    margin-right: 1.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-3 {
    margin-left: 1.5rem !important; }
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-4 {
    margin: 2rem !important; }
  .mt-sm-4 {
    margin-top: 2rem !important; }
  .mr-sm-4 {
    margin-right: 2rem !important; }
  .mb-sm-4 {
    margin-bottom: 2rem !important; }
  .ml-sm-4 {
    margin-left: 2rem !important; }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-sm-5 {
    margin: 2.5rem !important; }
  .mt-sm-5 {
    margin-top: 2.5rem !important; }
  .mr-sm-5 {
    margin-right: 2.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-5 {
    margin-left: 2.5rem !important; }
  .mx-sm-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .m-sm-6 {
    margin: 3rem !important; }
  .mt-sm-6 {
    margin-top: 3rem !important; }
  .mr-sm-6 {
    margin-right: 3rem !important; }
  .mb-sm-6 {
    margin-bottom: 3rem !important; }
  .ml-sm-6 {
    margin-left: 3rem !important; }
  .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-sm-7 {
    margin: 3.5rem !important; }
  .mt-sm-7 {
    margin-top: 3.5rem !important; }
  .mr-sm-7 {
    margin-right: 3.5rem !important; }
  .mb-sm-7 {
    margin-bottom: 3.5rem !important; }
  .ml-sm-7 {
    margin-left: 3.5rem !important; }
  .mx-sm-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .m-sm-8 {
    margin: 4rem !important; }
  .mt-sm-8 {
    margin-top: 4rem !important; }
  .mr-sm-8 {
    margin-right: 4rem !important; }
  .mb-sm-8 {
    margin-bottom: 4rem !important; }
  .ml-sm-8 {
    margin-left: 4rem !important; }
  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-sm-9 {
    margin: 4.5rem !important; }
  .mt-sm-9 {
    margin-top: 4.5rem !important; }
  .mr-sm-9 {
    margin-right: 4.5rem !important; }
  .mb-sm-9 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-9 {
    margin-left: 4.5rem !important; }
  .mx-sm-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .my-sm-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .m-sm-10 {
    margin: 5rem !important; }
  .mt-sm-10 {
    margin-top: 5rem !important; }
  .mr-sm-10 {
    margin-right: 5rem !important; }
  .mb-sm-10 {
    margin-bottom: 5rem !important; }
  .ml-sm-10 {
    margin-left: 5rem !important; }
  .mx-sm-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .m-sm-11 {
    margin: 5.5rem !important; }
  .mt-sm-11 {
    margin-top: 5.5rem !important; }
  .mr-sm-11 {
    margin-right: 5.5rem !important; }
  .mb-sm-11 {
    margin-bottom: 5.5rem !important; }
  .ml-sm-11 {
    margin-left: 5.5rem !important; }
  .mx-sm-11 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .my-sm-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .m-sm-12 {
    margin: 6rem !important; }
  .mt-sm-12 {
    margin-top: 6rem !important; }
  .mr-sm-12 {
    margin-right: 6rem !important; }
  .mb-sm-12 {
    margin-bottom: 6rem !important; }
  .ml-sm-12 {
    margin-left: 6rem !important; }
  .mx-sm-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .my-sm-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.5rem !important; }
  .pt-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1 {
    padding-left: 0.5rem !important; }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-2 {
    padding: 1rem !important; }
  .pt-sm-2 {
    padding-top: 1rem !important; }
  .pr-sm-2 {
    padding-right: 1rem !important; }
  .pb-sm-2 {
    padding-bottom: 1rem !important; }
  .pl-sm-2 {
    padding-left: 1rem !important; }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-3 {
    padding: 1.5rem !important; }
  .pt-sm-3 {
    padding-top: 1.5rem !important; }
  .pr-sm-3 {
    padding-right: 1.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-3 {
    padding-left: 1.5rem !important; }
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-4 {
    padding: 2rem !important; }
  .pt-sm-4 {
    padding-top: 2rem !important; }
  .pr-sm-4 {
    padding-right: 2rem !important; }
  .pb-sm-4 {
    padding-bottom: 2rem !important; }
  .pl-sm-4 {
    padding-left: 2rem !important; }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-sm-5 {
    padding: 2.5rem !important; }
  .pt-sm-5 {
    padding-top: 2.5rem !important; }
  .pr-sm-5 {
    padding-right: 2.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-5 {
    padding-left: 2.5rem !important; }
  .px-sm-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .p-sm-6 {
    padding: 3rem !important; }
  .pt-sm-6 {
    padding-top: 3rem !important; }
  .pr-sm-6 {
    padding-right: 3rem !important; }
  .pb-sm-6 {
    padding-bottom: 3rem !important; }
  .pl-sm-6 {
    padding-left: 3rem !important; }
  .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-sm-7 {
    padding: 3.5rem !important; }
  .pt-sm-7 {
    padding-top: 3.5rem !important; }
  .pr-sm-7 {
    padding-right: 3.5rem !important; }
  .pb-sm-7 {
    padding-bottom: 3.5rem !important; }
  .pl-sm-7 {
    padding-left: 3.5rem !important; }
  .px-sm-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .py-sm-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .p-sm-8 {
    padding: 4rem !important; }
  .pt-sm-8 {
    padding-top: 4rem !important; }
  .pr-sm-8 {
    padding-right: 4rem !important; }
  .pb-sm-8 {
    padding-bottom: 4rem !important; }
  .pl-sm-8 {
    padding-left: 4rem !important; }
  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-sm-9 {
    padding: 4.5rem !important; }
  .pt-sm-9 {
    padding-top: 4.5rem !important; }
  .pr-sm-9 {
    padding-right: 4.5rem !important; }
  .pb-sm-9 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-9 {
    padding-left: 4.5rem !important; }
  .px-sm-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-sm-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .p-sm-10 {
    padding: 5rem !important; }
  .pt-sm-10 {
    padding-top: 5rem !important; }
  .pr-sm-10 {
    padding-right: 5rem !important; }
  .pb-sm-10 {
    padding-bottom: 5rem !important; }
  .pl-sm-10 {
    padding-left: 5rem !important; }
  .px-sm-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .p-sm-11 {
    padding: 5.5rem !important; }
  .pt-sm-11 {
    padding-top: 5.5rem !important; }
  .pr-sm-11 {
    padding-right: 5.5rem !important; }
  .pb-sm-11 {
    padding-bottom: 5.5rem !important; }
  .pl-sm-11 {
    padding-left: 5.5rem !important; }
  .px-sm-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .py-sm-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .p-sm-12 {
    padding: 6rem !important; }
  .pt-sm-12 {
    padding-top: 6rem !important; }
  .pr-sm-12 {
    padding-right: 6rem !important; }
  .pb-sm-12 {
    padding-bottom: 6rem !important; }
  .pl-sm-12 {
    padding-left: 6rem !important; }
  .px-sm-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .py-sm-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.5rem !important; }
  .mt-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1 {
    margin-right: 0.5rem !important; }
  .mb-md-1 {
    margin-bottom: 0.5rem !important; }
  .ml-md-1 {
    margin-left: 0.5rem !important; }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-2 {
    margin: 1rem !important; }
  .mt-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2 {
    margin-right: 1rem !important; }
  .mb-md-2 {
    margin-bottom: 1rem !important; }
  .ml-md-2 {
    margin-left: 1rem !important; }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-3 {
    margin: 1.5rem !important; }
  .mt-md-3 {
    margin-top: 1.5rem !important; }
  .mr-md-3 {
    margin-right: 1.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1.5rem !important; }
  .ml-md-3 {
    margin-left: 1.5rem !important; }
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-4 {
    margin: 2rem !important; }
  .mt-md-4 {
    margin-top: 2rem !important; }
  .mr-md-4 {
    margin-right: 2rem !important; }
  .mb-md-4 {
    margin-bottom: 2rem !important; }
  .ml-md-4 {
    margin-left: 2rem !important; }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-md-5 {
    margin: 2.5rem !important; }
  .mt-md-5 {
    margin-top: 2.5rem !important; }
  .mr-md-5 {
    margin-right: 2.5rem !important; }
  .mb-md-5 {
    margin-bottom: 2.5rem !important; }
  .ml-md-5 {
    margin-left: 2.5rem !important; }
  .mx-md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .m-md-6 {
    margin: 3rem !important; }
  .mt-md-6 {
    margin-top: 3rem !important; }
  .mr-md-6 {
    margin-right: 3rem !important; }
  .mb-md-6 {
    margin-bottom: 3rem !important; }
  .ml-md-6 {
    margin-left: 3rem !important; }
  .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-md-7 {
    margin: 3.5rem !important; }
  .mt-md-7 {
    margin-top: 3.5rem !important; }
  .mr-md-7 {
    margin-right: 3.5rem !important; }
  .mb-md-7 {
    margin-bottom: 3.5rem !important; }
  .ml-md-7 {
    margin-left: 3.5rem !important; }
  .mx-md-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .my-md-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .m-md-8 {
    margin: 4rem !important; }
  .mt-md-8 {
    margin-top: 4rem !important; }
  .mr-md-8 {
    margin-right: 4rem !important; }
  .mb-md-8 {
    margin-bottom: 4rem !important; }
  .ml-md-8 {
    margin-left: 4rem !important; }
  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-md-9 {
    margin: 4.5rem !important; }
  .mt-md-9 {
    margin-top: 4.5rem !important; }
  .mr-md-9 {
    margin-right: 4.5rem !important; }
  .mb-md-9 {
    margin-bottom: 4.5rem !important; }
  .ml-md-9 {
    margin-left: 4.5rem !important; }
  .mx-md-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .my-md-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .m-md-10 {
    margin: 5rem !important; }
  .mt-md-10 {
    margin-top: 5rem !important; }
  .mr-md-10 {
    margin-right: 5rem !important; }
  .mb-md-10 {
    margin-bottom: 5rem !important; }
  .ml-md-10 {
    margin-left: 5rem !important; }
  .mx-md-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .m-md-11 {
    margin: 5.5rem !important; }
  .mt-md-11 {
    margin-top: 5.5rem !important; }
  .mr-md-11 {
    margin-right: 5.5rem !important; }
  .mb-md-11 {
    margin-bottom: 5.5rem !important; }
  .ml-md-11 {
    margin-left: 5.5rem !important; }
  .mx-md-11 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .my-md-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .m-md-12 {
    margin: 6rem !important; }
  .mt-md-12 {
    margin-top: 6rem !important; }
  .mr-md-12 {
    margin-right: 6rem !important; }
  .mb-md-12 {
    margin-bottom: 6rem !important; }
  .ml-md-12 {
    margin-left: 6rem !important; }
  .mx-md-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .my-md-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.5rem !important; }
  .pt-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1 {
    padding-left: 0.5rem !important; }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-2 {
    padding: 1rem !important; }
  .pt-md-2 {
    padding-top: 1rem !important; }
  .pr-md-2 {
    padding-right: 1rem !important; }
  .pb-md-2 {
    padding-bottom: 1rem !important; }
  .pl-md-2 {
    padding-left: 1rem !important; }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-3 {
    padding: 1.5rem !important; }
  .pt-md-3 {
    padding-top: 1.5rem !important; }
  .pr-md-3 {
    padding-right: 1.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1.5rem !important; }
  .pl-md-3 {
    padding-left: 1.5rem !important; }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-4 {
    padding: 2rem !important; }
  .pt-md-4 {
    padding-top: 2rem !important; }
  .pr-md-4 {
    padding-right: 2rem !important; }
  .pb-md-4 {
    padding-bottom: 2rem !important; }
  .pl-md-4 {
    padding-left: 2rem !important; }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-md-5 {
    padding: 2.5rem !important; }
  .pt-md-5 {
    padding-top: 2.5rem !important; }
  .pr-md-5 {
    padding-right: 2.5rem !important; }
  .pb-md-5 {
    padding-bottom: 2.5rem !important; }
  .pl-md-5 {
    padding-left: 2.5rem !important; }
  .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .p-md-6 {
    padding: 3rem !important; }
  .pt-md-6 {
    padding-top: 3rem !important; }
  .pr-md-6 {
    padding-right: 3rem !important; }
  .pb-md-6 {
    padding-bottom: 3rem !important; }
  .pl-md-6 {
    padding-left: 3rem !important; }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-md-7 {
    padding: 3.5rem !important; }
  .pt-md-7 {
    padding-top: 3.5rem !important; }
  .pr-md-7 {
    padding-right: 3.5rem !important; }
  .pb-md-7 {
    padding-bottom: 3.5rem !important; }
  .pl-md-7 {
    padding-left: 3.5rem !important; }
  .px-md-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .py-md-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .p-md-8 {
    padding: 4rem !important; }
  .pt-md-8 {
    padding-top: 4rem !important; }
  .pr-md-8 {
    padding-right: 4rem !important; }
  .pb-md-8 {
    padding-bottom: 4rem !important; }
  .pl-md-8 {
    padding-left: 4rem !important; }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-md-9 {
    padding: 4.5rem !important; }
  .pt-md-9 {
    padding-top: 4.5rem !important; }
  .pr-md-9 {
    padding-right: 4.5rem !important; }
  .pb-md-9 {
    padding-bottom: 4.5rem !important; }
  .pl-md-9 {
    padding-left: 4.5rem !important; }
  .px-md-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-md-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .p-md-10 {
    padding: 5rem !important; }
  .pt-md-10 {
    padding-top: 5rem !important; }
  .pr-md-10 {
    padding-right: 5rem !important; }
  .pb-md-10 {
    padding-bottom: 5rem !important; }
  .pl-md-10 {
    padding-left: 5rem !important; }
  .px-md-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .p-md-11 {
    padding: 5.5rem !important; }
  .pt-md-11 {
    padding-top: 5.5rem !important; }
  .pr-md-11 {
    padding-right: 5.5rem !important; }
  .pb-md-11 {
    padding-bottom: 5.5rem !important; }
  .pl-md-11 {
    padding-left: 5.5rem !important; }
  .px-md-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .py-md-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .p-md-12 {
    padding: 6rem !important; }
  .pt-md-12 {
    padding-top: 6rem !important; }
  .pr-md-12 {
    padding-right: 6rem !important; }
  .pb-md-12 {
    padding-bottom: 6rem !important; }
  .pl-md-12 {
    padding-left: 6rem !important; }
  .px-md-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .py-md-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.5rem !important; }
  .mt-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1 {
    margin-right: 0.5rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-1 {
    margin-left: 0.5rem !important; }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-2 {
    margin: 1rem !important; }
  .mt-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2 {
    margin-right: 1rem !important; }
  .mb-lg-2 {
    margin-bottom: 1rem !important; }
  .ml-lg-2 {
    margin-left: 1rem !important; }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-3 {
    margin: 1.5rem !important; }
  .mt-lg-3 {
    margin-top: 1.5rem !important; }
  .mr-lg-3 {
    margin-right: 1.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-3 {
    margin-left: 1.5rem !important; }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-4 {
    margin: 2rem !important; }
  .mt-lg-4 {
    margin-top: 2rem !important; }
  .mr-lg-4 {
    margin-right: 2rem !important; }
  .mb-lg-4 {
    margin-bottom: 2rem !important; }
  .ml-lg-4 {
    margin-left: 2rem !important; }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-lg-5 {
    margin: 2.5rem !important; }
  .mt-lg-5 {
    margin-top: 2.5rem !important; }
  .mr-lg-5 {
    margin-right: 2.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-5 {
    margin-left: 2.5rem !important; }
  .mx-lg-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .m-lg-6 {
    margin: 3rem !important; }
  .mt-lg-6 {
    margin-top: 3rem !important; }
  .mr-lg-6 {
    margin-right: 3rem !important; }
  .mb-lg-6 {
    margin-bottom: 3rem !important; }
  .ml-lg-6 {
    margin-left: 3rem !important; }
  .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-lg-7 {
    margin: 3.5rem !important; }
  .mt-lg-7 {
    margin-top: 3.5rem !important; }
  .mr-lg-7 {
    margin-right: 3.5rem !important; }
  .mb-lg-7 {
    margin-bottom: 3.5rem !important; }
  .ml-lg-7 {
    margin-left: 3.5rem !important; }
  .mx-lg-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .my-lg-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .m-lg-8 {
    margin: 4rem !important; }
  .mt-lg-8 {
    margin-top: 4rem !important; }
  .mr-lg-8 {
    margin-right: 4rem !important; }
  .mb-lg-8 {
    margin-bottom: 4rem !important; }
  .ml-lg-8 {
    margin-left: 4rem !important; }
  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-lg-9 {
    margin: 4.5rem !important; }
  .mt-lg-9 {
    margin-top: 4.5rem !important; }
  .mr-lg-9 {
    margin-right: 4.5rem !important; }
  .mb-lg-9 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-9 {
    margin-left: 4.5rem !important; }
  .mx-lg-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .my-lg-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .m-lg-10 {
    margin: 5rem !important; }
  .mt-lg-10 {
    margin-top: 5rem !important; }
  .mr-lg-10 {
    margin-right: 5rem !important; }
  .mb-lg-10 {
    margin-bottom: 5rem !important; }
  .ml-lg-10 {
    margin-left: 5rem !important; }
  .mx-lg-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .my-lg-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .m-lg-11 {
    margin: 5.5rem !important; }
  .mt-lg-11 {
    margin-top: 5.5rem !important; }
  .mr-lg-11 {
    margin-right: 5.5rem !important; }
  .mb-lg-11 {
    margin-bottom: 5.5rem !important; }
  .ml-lg-11 {
    margin-left: 5.5rem !important; }
  .mx-lg-11 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .my-lg-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .m-lg-12 {
    margin: 6rem !important; }
  .mt-lg-12 {
    margin-top: 6rem !important; }
  .mr-lg-12 {
    margin-right: 6rem !important; }
  .mb-lg-12 {
    margin-bottom: 6rem !important; }
  .ml-lg-12 {
    margin-left: 6rem !important; }
  .mx-lg-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .my-lg-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.5rem !important; }
  .pt-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1 {
    padding-left: 0.5rem !important; }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-2 {
    padding: 1rem !important; }
  .pt-lg-2 {
    padding-top: 1rem !important; }
  .pr-lg-2 {
    padding-right: 1rem !important; }
  .pb-lg-2 {
    padding-bottom: 1rem !important; }
  .pl-lg-2 {
    padding-left: 1rem !important; }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-3 {
    padding: 1.5rem !important; }
  .pt-lg-3 {
    padding-top: 1.5rem !important; }
  .pr-lg-3 {
    padding-right: 1.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-3 {
    padding-left: 1.5rem !important; }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-4 {
    padding: 2rem !important; }
  .pt-lg-4 {
    padding-top: 2rem !important; }
  .pr-lg-4 {
    padding-right: 2rem !important; }
  .pb-lg-4 {
    padding-bottom: 2rem !important; }
  .pl-lg-4 {
    padding-left: 2rem !important; }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-lg-5 {
    padding: 2.5rem !important; }
  .pt-lg-5 {
    padding-top: 2.5rem !important; }
  .pr-lg-5 {
    padding-right: 2.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-5 {
    padding-left: 2.5rem !important; }
  .px-lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .p-lg-6 {
    padding: 3rem !important; }
  .pt-lg-6 {
    padding-top: 3rem !important; }
  .pr-lg-6 {
    padding-right: 3rem !important; }
  .pb-lg-6 {
    padding-bottom: 3rem !important; }
  .pl-lg-6 {
    padding-left: 3rem !important; }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-lg-7 {
    padding: 3.5rem !important; }
  .pt-lg-7 {
    padding-top: 3.5rem !important; }
  .pr-lg-7 {
    padding-right: 3.5rem !important; }
  .pb-lg-7 {
    padding-bottom: 3.5rem !important; }
  .pl-lg-7 {
    padding-left: 3.5rem !important; }
  .px-lg-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .py-lg-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .p-lg-8 {
    padding: 4rem !important; }
  .pt-lg-8 {
    padding-top: 4rem !important; }
  .pr-lg-8 {
    padding-right: 4rem !important; }
  .pb-lg-8 {
    padding-bottom: 4rem !important; }
  .pl-lg-8 {
    padding-left: 4rem !important; }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-lg-9 {
    padding: 4.5rem !important; }
  .pt-lg-9 {
    padding-top: 4.5rem !important; }
  .pr-lg-9 {
    padding-right: 4.5rem !important; }
  .pb-lg-9 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-9 {
    padding-left: 4.5rem !important; }
  .px-lg-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-lg-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .p-lg-10 {
    padding: 5rem !important; }
  .pt-lg-10 {
    padding-top: 5rem !important; }
  .pr-lg-10 {
    padding-right: 5rem !important; }
  .pb-lg-10 {
    padding-bottom: 5rem !important; }
  .pl-lg-10 {
    padding-left: 5rem !important; }
  .px-lg-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .p-lg-11 {
    padding: 5.5rem !important; }
  .pt-lg-11 {
    padding-top: 5.5rem !important; }
  .pr-lg-11 {
    padding-right: 5.5rem !important; }
  .pb-lg-11 {
    padding-bottom: 5.5rem !important; }
  .pl-lg-11 {
    padding-left: 5.5rem !important; }
  .px-lg-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .py-lg-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .p-lg-12 {
    padding: 6rem !important; }
  .pt-lg-12 {
    padding-top: 6rem !important; }
  .pr-lg-12 {
    padding-right: 6rem !important; }
  .pb-lg-12 {
    padding-bottom: 6rem !important; }
  .pl-lg-12 {
    padding-left: 6rem !important; }
  .px-lg-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .py-lg-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.5rem !important; }
  .mt-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1 {
    margin-right: 0.5rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-1 {
    margin-left: 0.5rem !important; }
  .mx-xl-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-2 {
    margin: 1rem !important; }
  .mt-xl-2 {
    margin-top: 1rem !important; }
  .mr-xl-2 {
    margin-right: 1rem !important; }
  .mb-xl-2 {
    margin-bottom: 1rem !important; }
  .ml-xl-2 {
    margin-left: 1rem !important; }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-3 {
    margin: 1.5rem !important; }
  .mt-xl-3 {
    margin-top: 1.5rem !important; }
  .mr-xl-3 {
    margin-right: 1.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-3 {
    margin-left: 1.5rem !important; }
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-4 {
    margin: 2rem !important; }
  .mt-xl-4 {
    margin-top: 2rem !important; }
  .mr-xl-4 {
    margin-right: 2rem !important; }
  .mb-xl-4 {
    margin-bottom: 2rem !important; }
  .ml-xl-4 {
    margin-left: 2rem !important; }
  .mx-xl-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-xl-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .m-xl-5 {
    margin: 2.5rem !important; }
  .mt-xl-5 {
    margin-top: 2.5rem !important; }
  .mr-xl-5 {
    margin-right: 2.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-5 {
    margin-left: 2.5rem !important; }
  .mx-xl-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .m-xl-6 {
    margin: 3rem !important; }
  .mt-xl-6 {
    margin-top: 3rem !important; }
  .mr-xl-6 {
    margin-right: 3rem !important; }
  .mb-xl-6 {
    margin-bottom: 3rem !important; }
  .ml-xl-6 {
    margin-left: 3rem !important; }
  .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-xl-7 {
    margin: 3.5rem !important; }
  .mt-xl-7 {
    margin-top: 3.5rem !important; }
  .mr-xl-7 {
    margin-right: 3.5rem !important; }
  .mb-xl-7 {
    margin-bottom: 3.5rem !important; }
  .ml-xl-7 {
    margin-left: 3.5rem !important; }
  .mx-xl-7 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .my-xl-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .m-xl-8 {
    margin: 4rem !important; }
  .mt-xl-8 {
    margin-top: 4rem !important; }
  .mr-xl-8 {
    margin-right: 4rem !important; }
  .mb-xl-8 {
    margin-bottom: 4rem !important; }
  .ml-xl-8 {
    margin-left: 4rem !important; }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .m-xl-9 {
    margin: 4.5rem !important; }
  .mt-xl-9 {
    margin-top: 4.5rem !important; }
  .mr-xl-9 {
    margin-right: 4.5rem !important; }
  .mb-xl-9 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-9 {
    margin-left: 4.5rem !important; }
  .mx-xl-9 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .my-xl-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .m-xl-10 {
    margin: 5rem !important; }
  .mt-xl-10 {
    margin-top: 5rem !important; }
  .mr-xl-10 {
    margin-right: 5rem !important; }
  .mb-xl-10 {
    margin-bottom: 5rem !important; }
  .ml-xl-10 {
    margin-left: 5rem !important; }
  .mx-xl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .my-xl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .m-xl-11 {
    margin: 5.5rem !important; }
  .mt-xl-11 {
    margin-top: 5.5rem !important; }
  .mr-xl-11 {
    margin-right: 5.5rem !important; }
  .mb-xl-11 {
    margin-bottom: 5.5rem !important; }
  .ml-xl-11 {
    margin-left: 5.5rem !important; }
  .mx-xl-11 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .my-xl-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .m-xl-12 {
    margin: 6rem !important; }
  .mt-xl-12 {
    margin-top: 6rem !important; }
  .mr-xl-12 {
    margin-right: 6rem !important; }
  .mb-xl-12 {
    margin-bottom: 6rem !important; }
  .ml-xl-12 {
    margin-left: 6rem !important; }
  .mx-xl-12 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .my-xl-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.5rem !important; }
  .pt-xl-1 {
    padding-top: 0.5rem !important; }
  .pr-xl-1 {
    padding-right: 0.5rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-1 {
    padding-left: 0.5rem !important; }
  .px-xl-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-2 {
    padding: 1rem !important; }
  .pt-xl-2 {
    padding-top: 1rem !important; }
  .pr-xl-2 {
    padding-right: 1rem !important; }
  .pb-xl-2 {
    padding-bottom: 1rem !important; }
  .pl-xl-2 {
    padding-left: 1rem !important; }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-3 {
    padding: 1.5rem !important; }
  .pt-xl-3 {
    padding-top: 1.5rem !important; }
  .pr-xl-3 {
    padding-right: 1.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-3 {
    padding-left: 1.5rem !important; }
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-4 {
    padding: 2rem !important; }
  .pt-xl-4 {
    padding-top: 2rem !important; }
  .pr-xl-4 {
    padding-right: 2rem !important; }
  .pb-xl-4 {
    padding-bottom: 2rem !important; }
  .pl-xl-4 {
    padding-left: 2rem !important; }
  .px-xl-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-xl-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .p-xl-5 {
    padding: 2.5rem !important; }
  .pt-xl-5 {
    padding-top: 2.5rem !important; }
  .pr-xl-5 {
    padding-right: 2.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-5 {
    padding-left: 2.5rem !important; }
  .px-xl-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .p-xl-6 {
    padding: 3rem !important; }
  .pt-xl-6 {
    padding-top: 3rem !important; }
  .pr-xl-6 {
    padding-right: 3rem !important; }
  .pb-xl-6 {
    padding-bottom: 3rem !important; }
  .pl-xl-6 {
    padding-left: 3rem !important; }
  .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .p-xl-7 {
    padding: 3.5rem !important; }
  .pt-xl-7 {
    padding-top: 3.5rem !important; }
  .pr-xl-7 {
    padding-right: 3.5rem !important; }
  .pb-xl-7 {
    padding-bottom: 3.5rem !important; }
  .pl-xl-7 {
    padding-left: 3.5rem !important; }
  .px-xl-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .py-xl-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .p-xl-8 {
    padding: 4rem !important; }
  .pt-xl-8 {
    padding-top: 4rem !important; }
  .pr-xl-8 {
    padding-right: 4rem !important; }
  .pb-xl-8 {
    padding-bottom: 4rem !important; }
  .pl-xl-8 {
    padding-left: 4rem !important; }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .p-xl-9 {
    padding: 4.5rem !important; }
  .pt-xl-9 {
    padding-top: 4.5rem !important; }
  .pr-xl-9 {
    padding-right: 4.5rem !important; }
  .pb-xl-9 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-9 {
    padding-left: 4.5rem !important; }
  .px-xl-9 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .py-xl-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .p-xl-10 {
    padding: 5rem !important; }
  .pt-xl-10 {
    padding-top: 5rem !important; }
  .pr-xl-10 {
    padding-right: 5rem !important; }
  .pb-xl-10 {
    padding-bottom: 5rem !important; }
  .pl-xl-10 {
    padding-left: 5rem !important; }
  .px-xl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-xl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .p-xl-11 {
    padding: 5.5rem !important; }
  .pt-xl-11 {
    padding-top: 5.5rem !important; }
  .pr-xl-11 {
    padding-right: 5.5rem !important; }
  .pb-xl-11 {
    padding-bottom: 5.5rem !important; }
  .pl-xl-11 {
    padding-left: 5.5rem !important; }
  .px-xl-11 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .py-xl-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .p-xl-12 {
    padding: 6rem !important; }
  .pt-xl-12 {
    padding-top: 6rem !important; }
  .pr-xl-12 {
    padding-right: 6rem !important; }
  .pb-xl-12 {
    padding-bottom: 6rem !important; }
  .pl-xl-12 {
    padding-left: 6rem !important; }
  .px-xl-12 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .py-xl-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #666666 !important; }

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

.text-secondary {
  color: #f13b30 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #df1b0f !important; }

.text-success {
  color: #50D166 !important; }

a.text-success:focus, a.text-success:hover {
  color: #32bc49 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #f13b30 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #df1b0f !important; }

.text-light {
  color: #FAFAFA !important; }

a.text-light:focus, a.text-light:hover {
  color: #e1e1e1 !important; }

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

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

.text-muted {
  color: #666666 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only, .screen-reader-text, div.archive .archive__body__row .competition_has_parent span, div.archive .archive__body__row .competition_has_children span, div.archive .archive__body__row .archive__body__item__link a span, .filterselectormultiple .filterselectormultiple__field, header.banner--responsive .header__secondrow__mobilesearch .search-form .search-submit span, .fga_footer section h3, .circleimage img, .entry-share .share-layer button span, .gallery .slick-slider-arrows-container .slick-arrow span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
     transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
       -o-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../images/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
         -o-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
         -o-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes clockwise {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-o-keyframes donut-rotate {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0); }
  50% {
    -o-transform: rotate(-140deg);
       transform: rotate(-140deg); }
  100% {
    -o-transform: rotate(0);
       transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
         -o-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

html {
  font-size: 10px; }

body {
  font-size: 1.4rem;
  overflow-x: hidden; }
  body.responsive {
    padding-top: 60px; }
    body.responsive.responsive__menu--open body {
      overflow: hidden; }
    body.responsive.responsive__menu--open .wrap {
      display: none; }
    body.responsive.responsive__menu--open footer.content-info {
      display: none; }
    @media (min-width: 576px) {
      body.responsive.responsive__menu--open .wrap {
        display: block; }
      body.responsive.responsive__menu--open footer.content-info {
        display: block; } }

body.single-post .wrap .content {
  border-bottom: none; }

body.development:before {
  content: "Mayor que 0 (xs)";
  position: fixed;
  right: 40px;
  bottom: 20px;
  background-color: #eee;
  padding: 5px 10px;
  opacity: 0.8;
  font-size: 1.2rem;
  z-index: 100000; }
  @media (min-width: 576px) {
    body.development:before {
      content: "Mayor que 576 (sm)"; } }
  @media (min-width: 768px) {
    body.development:before {
      content: "Mayor que 768 (md)"; } }
  @media (min-width: 992px) {
    body.development:before {
      content: "Mayor que 992 (lg)"; } }
  @media (min-width: 1200px) {
    body.development:before {
      content: "Mayor que 1200 (xl)"; } }

body.fixed-header {
  padding-top: 85px; }
  body.fixed-header header.banner .header__firstrow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    border: none;
    height: 85px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  body.fixed-header header.banner .header__firstrow__banner .brand img {
    height: 65px; }
  body.fixed-header header.banner .header__secondrow2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    background-color: rgba(241, 59, 48, 0.9);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    height: 60px; }
    body.fixed-header header.banner .header__secondrow2 .header__secondrow__sectormenu .sectormenu__indicator {
      height: 60px; }
    body.fixed-header header.banner .header__secondrow2 nav.nav-primary ul.nav {
      height: 60px; }
      body.fixed-header header.banner .header__secondrow2 nav.nav-primary ul.nav > li.selected > a:before {
        top: 49px; }
    body.fixed-header header.banner .header__secondrow2 .header__secondrow__search {
      height: 60px; }
  body.fixed-header header.banner .menu-sector {
    top: 60px; }
  body.fixed-header header.banner nav.nav-primary ul .sub-menu-container-0 {
    top: 55px; }

.breadcrumbs {
  list-style-type: none;
  padding: 20px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 85px; }
  .breadcrumbs li {
    margin: 0;
    padding: 7px 0;
    color: #999999;
    font-weight: 400; }
    @media (min-width: 992px) {
      .breadcrumbs li {
        padding: 0;
        margin: 0; } }
    .breadcrumbs li:after {
      content: "";
      background-image: url("../images/arrow-breadcrumb.svg");
      background-position: center;
      background-size: 8px;
      background-repeat: no-repeat;
      height: 1rem;
      width: 4rem;
      display: inline-block; }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li a {
      color: #D9D9D9;
      font-weight: 400; }
    .breadcrumbs li .ancestor {
      color: #D9D9D9;
      font-weight: 400; }
    .breadcrumbs li strong {
      color: #999999;
      font-weight: 400; }

.nowrap {
  white-space: nowrap; }

.fullwidth__borderbottom {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 2px;
  left: 50%;
  background-color: #ededed;
  z-index: 1; }

hr.large {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  z-index: 1;
  display: inline-block; }

.tooltip {
  font-size: 1.3rem; }

article.type-votes h3 {
  margin: 0 0 5px 0;
  padding: 20px 0 0 0;
  color: #333; }
  @media (min-width: 768px) {
    article.type-votes h3 {
      color: #4d4d4d; } }
  article.type-votes h3 + p {
    margin: 0;
    font-style: italic;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5em; }
    @media (min-width: 768px) {
      article.type-votes h3 + p {
        font-size: 1.6rem; } }

article.type-votes hr {
  margin: 20px 0; }

.votes__athlete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .votes__athlete {
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; } }
  .votes__athlete .votes__athlete__item {
    width: 185px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px; }
    .votes__athlete .votes__athlete__item.votes__athlete__item--checked .votes__athlete__thumbnail {
      border-color: #f13b30; }
    .votes__athlete .votes__athlete__item.votes__athlete__item--checked .votes__athlete__name {
      color: #f13b30; }
    .votes__athlete .votes__athlete__item label {
      cursor: pointer; }
    .votes__athlete .votes__athlete__item .votes__athlete__input {
      position: relative; }
      .votes__athlete .votes__athlete__item .votes__athlete__input input[type="radio"] {
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        visibility: hidden; }
      .votes__athlete .votes__athlete__item .votes__athlete__input .votes__athlete__indicator {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 2px;
        left: 50%;
        margin-left: -9px;
        background-color: #CCCCCC;
        border-radius: 20px; }
      .votes__athlete .votes__athlete__item .votes__athlete__input input[type="radio"]:checked + .votes__athlete__indicator {
        background-color: #f13b30; }
    .votes__athlete .votes__athlete__item .votes__athlete__thumbnail {
      width: 141px;
      height: 141px;
      border-radius: 200px;
      overflow: hidden;
      margin: 0 auto 10px auto;
      border: 2px solid transparent; }
      .votes__athlete .votes__athlete__item .votes__athlete__thumbnail img {
        width: 125px;
        height: 125px;
        border-radius: 200px;
        overflow: hidden;
        margin-top: 6px; }
    .votes__athlete .votes__athlete__item .votes__athlete__name {
      text-align: center;
      font-size: 1.4rem;
      line-height: 1.4em;
      width: 160px;
      margin: 0 0 12px 0; }
    .votes__athlete .votes__athlete__item .votes__athlete__counter {
      position: relative;
      background-color: #f0f0f0;
      display: none; }
      .votes__athlete .votes__athlete__item .votes__athlete__counter span {
        color: #f13b30;
        font-family: "Titillium Web", sans-serif;
        opacity: 0.8; }

.votes__submit {
  text-align: center;
  padding: 20px 0; }
  .votes__submit .votes__submit__loading {
    padding-top: 5px;
    visibility: hidden; }

.votes__success {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #028e4d;
  line-height: 1.3em;
  margin: 0 0 1.5em;
  display: none; }

.votes__error {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f13b30;
  line-height: 1.3em;
  margin: 0 0 1.5em;
  display: none; }

.votes--closed .votes__athlete .votes__athlete__item {
  cursor: default; }
  .votes--closed .votes__athlete .votes__athlete__item label {
    cursor: inherit; }
  .votes--closed .votes__athlete .votes__athlete__item .votes__athlete__counter {
    display: block;
    background-color: transparent; }

.font-size-11 {
  font-size: 1.1rem !important; }

.font-size-12 {
  font-size: 1.2rem !important; }

.font-size-13 {
  font-size: 1.3rem !important; }

.font-size-14 {
  font-size: 1.4rem !important; }

.font-size-15 {
  font-size: 1.5rem !important; }

.font-size-16 {
  font-size: 1.6rem !important; }

.font-size-17 {
  font-size: 1.7rem !important; }

.font-size-18 {
  font-size: 1.8rem !important; }

body.wp-role-subscriber #wpadminbar {
  background: #f13b30; }

.btn, .comment-form input[type="submit"], .search-form .search-submit {
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer; }
  .btn.btn-gallery, .comment-form input.btn-gallery[type="submit"], .search-form .btn-gallery.search-submit {
    background-image: url("../images/icon-gallery.png");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 0.9rem 2rem 0.9rem 4.5rem; }

.btn-icon {
  border: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
  padding: 0; }
  .btn-icon:focus {
    outline: none; }
  .btn-icon.btn-icon-search {
    background-image: url("../images/icon-search.svg"); }
  .btn-icon.btn-icon-calendar {
    background-image: url("../images/icon-calendar.svg"); }
  .btn-icon.btn-icon-previous {
    background-image: url("../images/arrow-red-previous.svg"); }
  .btn-icon.btn-icon-next {
    background-image: url("../images/arrow-red-next.svg"); }

.comment-list ol {
  list-style: none; }

.form-row {
  margin-right: -10px;
  margin-left: -10px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.form-label {
  margin-left: 2rem;
  color: #666;
  margin-bottom: 1rem; }

.form-required {
  color: #999999;
  font-weight: 300;
  margin-left: 5px; }

.form-control, .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea, .search-form .search-field {
  font-size: 1.2rem; }

.form-control[type="email"],
.comment-form input[type="email"],
.comment-form textarea[type="email"], .search-form [type="email"].search-field {
  background-image: url("../images/form-email.svg");
  background-repeat: no-repeat;
  background-position: 20px 48%;
  background-size: 12px;
  padding-left: 4.5rem; }

.form-control.form-user, .comment-form input.form-user[type="text"],
.comment-form input.form-user[type="email"],
.comment-form input.form-user[type="url"],
.comment-form textarea.form-user, .search-form .form-user.search-field {
  background-image: url("../images/form-user.svg");
  background-repeat: no-repeat;
  background-position: 20px 48%;
  background-size: 12px;
  padding-left: 4.5rem; }

.form-control.form-message, .comment-form input.form-message[type="text"],
.comment-form input.form-message[type="email"],
.comment-form input.form-message[type="url"],
.comment-form textarea.form-message, .search-form .form-message.search-field {
  background-image: url("../images/form-message.svg");
  background-repeat: no-repeat;
  background-position: 20px 48%;
  background-size: 12px;
  padding-left: 4.5rem; }

textarea.form-control.form-message,
.comment-form textarea.form-message, .search-form textarea.form-message.search-field {
  background-position: 22px 16px; }

textarea.form-control,
.comment-form textarea, .search-form textarea.search-field {
  line-height: 1.6em; }

.form-text {
  margin-top: 0.5rem;
  margin-left: 1rem;
  color: #999999;
  font-size: 1.2rem; }

label + .form-text {
  margin-left: 0;
  margin-bottom: 1rem; }

.wpcf7-radio {
  display: block;
  margin: 10px 0; }
  .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin: 0 0 0 1rem;
    position: relative; }
    .wpcf7-radio .wpcf7-list-item label {
      display: inline-block; }
    .wpcf7-radio .wpcf7-list-item input[type="radio"] {
      position: absolute;
      left: 13px;
      top: 8px;
      visibility: hidden; }
      .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
        color: #4D4D4D; }
        .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before {
          background-color: #f13b30; }
    .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
      color: #999999;
      display: block;
      padding: 5px 0 5px 4rem;
      position: relative;
      cursor: pointer; }
      .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #D9D9D9;
        border-radius: 24px;
        left: 10px;
        z-index: 10; }

.wpcf7-checkbox {
  display: block;
  margin: 10px 0; }
  .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 0 1rem;
    position: relative; }
    .wpcf7-checkbox .wpcf7-list-item label {
      display: inline-block; }
    .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
      position: absolute;
      left: 13px;
      top: 8px;
      visibility: hidden; }
      .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
        color: #4D4D4D; }
        .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
          background-color: #f13b30; }
    .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
      color: #999999;
      display: block;
      padding: 5px 0 5px 4rem;
      position: relative;
      cursor: pointer; }
      .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #D9D9D9;
        border-radius: 6px;
        left: 10px;
        z-index: 10; }

.form-acceptance {
  position: relative;
  margin-top: 2rem; }
  .form-acceptance > p {
    margin: 0; }
  .form-acceptance .wpcf7-form-control-wrap {
    display: inline-block;
    margin-left: 36px;
    position: static; }
  .form-acceptance input[type="checkbox"] {
    position: absolute;
    left: 10px;
    top: 6px;
    visibility: hidden; }
    .form-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label {
      color: #4D4D4D; }
      .form-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
        background-color: #f13b30; }
  .form-acceptance .form-acceptance-indicator {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border-radius: 6px;
    left: 10px;
    top: 2px;
    z-index: 10; }
    .form-acceptance .form-acceptance-indicator.checked {
      background-color: #f13b30; }

.wpcf7-not-valid {
  border-color: #fbc3bf; }

span.wpcf7-not-valid-tip {
  font-size: 1.3rem;
  color: #f13b30;
  display: block;
  padding: 7px 0px 5px 1rem; }

div.wpcf7-response-output {
  margin: 2em 0;
  padding: 0.7em 1em;
  border-radius: 5px; }

div.wpcf7-validation-errors {
  border-color: #ffc107;
  color: #4D4D4D; }

div.wpcf7-mail-sent-ng {
  border-color: #f13b30;
  color: #4D4D4D; }

.card-columns {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 3rem;
          column-gap: 3rem; }
  .card-columns .card {
    margin-bottom: 3rem; }
  @media (min-width: 576px) {
    .card-columns {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media (min-width: 768px) {
    .card-columns {
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 4rem;
              column-gap: 4rem; }
      .card-columns .card {
        margin-bottom: 4rem; } }
  @media (min-width: 992px) {
    .card-columns {
      -webkit-column-count: 3;
              column-count: 3; } }
  @media (min-width: 1200px) {
    .card-columns {
      -webkit-column-count: 4;
              column-count: 4; } }

.main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 576px) {
    .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      .sidebar-primary .main {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; } }

.sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

@media (min-width: 768px) {
  body.archive .main {
    padding-left: 30px;
    padding-right: 30px; }
    body.archive .main .row {
      margin-left: -30px;
      margin-right: -30px; } }

.homeslider {
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
  .homeslider .homeslider__arrows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; }
    @media (min-width: 992px) {
      .homeslider .homeslider__arrows {
        display: block; } }
    .homeslider .homeslider__arrows .homeslider__arrow {
      position: absolute;
      top: 50%;
      margin-top: -80px;
      z-index: 40;
      color: #D9D9D9;
      display: block;
      width: 72px;
      height: 72px;
      border-radius: 72px;
      cursor: pointer;
      border: 1px solid rgba(255, 255, 255, 0.45);
      background-repeat: no-repeat;
      background-position: center; }
      .homeslider .homeslider__arrows .homeslider__arrow.slick-arrow {
        display: block; }
      .homeslider .homeslider__arrows .homeslider__arrow:hover {
        border-color: #fff; }
      .homeslider .homeslider__arrows .homeslider__arrow.homeslider__arrow__previous {
        left: 45px;
        background-image: url("../images/arrow-previous.svg"); }
      .homeslider .homeslider__arrows .homeslider__arrow.homeslider__arrow__next {
        right: 45px;
        background-image: url("../images/arrow-next.svg"); }
      @media (min-width: 992px) {
        .homeslider .homeslider__arrows .homeslider__arrow {
          position: absolute;
          top: 50%;
          margin-top: -80px;
          color: #D9D9D9;
          width: 72px;
          height: 72px;
          border-radius: 72px;
          cursor: pointer;
          border: 1px solid rgba(255, 255, 255, 0.45);
          background-repeat: no-repeat;
          background-position: center;
          display: none; }
          .homeslider .homeslider__arrows .homeslider__arrow:hover {
            border-color: #fff; }
          .homeslider .homeslider__arrows .homeslider__arrow.homeslider__arrow__previous {
            left: 45px;
            background-image: url("../images/arrow-previous.svg"); }
          .homeslider .homeslider__arrows .homeslider__arrow.homeslider__arrow__next {
            right: 45px;
            background-image: url("../images/arrow-next.svg"); } }
  .homeslider .homeslider__images {
    overflow: hidden; }
    .homeslider .homeslider__images .slick-list {
      overflow: hidden;
      padding: 0; }
    .homeslider .homeslider__images .slick-slide .cardslider {
      margin-right: 0;
      margin-left: 0; }
      .homeslider .homeslider__images .slick-slide .cardslider .cardslider-img-overlay-shadow {
        background-color: rgba(0, 0, 0, 0.5); }
    .homeslider .homeslider__images .slick-slide.slick-active .cardslider .cardslider-img-overlay-shadow {
      background-color: rgba(31, 31, 31, 0.47);
      -webkit-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      transition: background-color 0.2s; }
    .homeslider .homeslider__images .cardslider__container {
      outline: none;
      border: none;
      height: 320px;
      position: relative;
      display: none; }
      .homeslider .homeslider__images .cardslider__container:first-child {
        display: block !important; }
      @media (min-width: 768px) {
        .homeslider .homeslider__images .cardslider__container {
          height: 420px; } }
      @media (min-width: 992px) {
        .homeslider .homeslider__images .cardslider__container {
          height: 540px;
          position: relative; } }
    .homeslider .homeslider__images .cardslider {
      outline: none;
      border: none;
      height: 320px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .homeslider .homeslider__images .cardslider.cardslider--hide-content {
        cursor: pointer; }
      .homeslider .homeslider__images .cardslider div {
        outline: none; }
      .homeslider .homeslider__images .cardslider .cardslider-img-top {
        max-width: 100%;
        height: auto; }
      .homeslider .homeslider__images .cardslider .cardslider-img-overlay-shadow {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(31, 31, 31, 0.47); }
      .homeslider .homeslider__images .cardslider .cardslider-img-overlay-text {
        position: absolute;
        right: 5%;
        left: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
        .homeslider .homeslider__images .cardslider .cardslider-img-overlay-text a {
          text-decoration: none;
          outline: none; }
      .homeslider .homeslider__images .cardslider .cardslider-title {
        color: #fff;
        font-size: 3rem;
        line-height: 1.2em;
        font-weight: 500;
        text-align: center;
        margin: 0 0 1.2rem 0; }
      .homeslider .homeslider__images .cardslider .cardslider-subtitle {
        color: #D9D9D9;
        font-size: 1.3rem;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center;
        margin: 0;
        padding-top: 10px; }
      @media (min-width: 768px) {
        .homeslider .homeslider__images .cardslider {
          height: 420px; } }
      @media (min-width: 992px) {
        .homeslider .homeslider__images .cardslider {
          height: 540px; }
          .homeslider .homeslider__images .cardslider .cardslider-img-overlay-text {
            right: 15%;
            left: 15%; }
          .homeslider .homeslider__images .cardslider .cardslider-title {
            font-size: 7.2rem;
            line-height: 1.2em;
            font-style: italic;
            font-weight: 700;
            letter-spacing: -2px; }
          .homeslider .homeslider__images .cardslider .cardslider-subtitle {
            font-size: 1.9rem;
            line-height: 1.4em;
            margin: 0 20%; } }
    .homeslider .homeslider__images .slick-dots {
      position: relative;
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 992px) {
        .homeslider .homeslider__images .slick-dots {
          height: 95px; } }
      @media (min-width: 1200px) {
        .homeslider .homeslider__images .slick-dots {
          margin: 0px 120px; } }
      .homeslider .homeslider__images .slick-dots li {
        width: 14px;
        height: 14px;
        border-radius: 16px;
        background-color: #999999;
        margin: 24px 8px; }
        .homeslider .homeslider__images .slick-dots li:first-child {
          border-left: none; }
        .homeslider .homeslider__images .slick-dots li.slick-active {
          background-color: #f13b30; }
          .homeslider .homeslider__images .slick-dots li.slick-active .card .card-arrow-up {
            display: block; }
        .homeslider .homeslider__images .slick-dots li.size-4 {
          width: 25%; }
        @media (min-width: 992px) {
          .homeslider .homeslider__images .slick-dots li {
            background-color: transparent;
            margin: 20px 0 15px 0;
            border-radius: 0;
            height: auto;
            border-left: 1px solid #D9D9D9;
            width: 20%; }
            .homeslider .homeslider__images .slick-dots li.slick-active {
              background-color: transparent; } }
      .homeslider .homeslider__images .slick-dots .card {
        border: none;
        background-color: transparent;
        outline: none;
        cursor: pointer;
        margin: 0 13px;
        display: none; }
        @media (min-width: 992px) {
          .homeslider .homeslider__images .slick-dots .card {
            display: block; } }
        @media (min-width: 1200px) {
          .homeslider .homeslider__images .slick-dots .card {
            margin: 0 20px; } }
        .homeslider .homeslider__images .slick-dots .card .card-arrow-up {
          position: absolute;
          top: -30px;
          left: 0;
          margin-left: 10%;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #fff;
          display: none; }
        .homeslider .homeslider__images .slick-dots .card .card-block {
          margin: 0px;
          text-align: left; }
          .homeslider .homeslider__images .slick-dots .card .card-block .card-category {
            margin: 0 0 8px 0;
            padding: 0;
            color: #999999;
            font-family: "Titillium Web", sans-serif;
            font-size: 1.3rem;
            font-weight: 100; }
          .homeslider .homeslider__images .slick-dots .card .card-block .card-title {
            padding: 0;
            margin: 0;
            color: #262626;
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.3em;
            text-transform: uppercase; }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto; }

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem; }
  .alignright {
    float: right;
    margin-left: 0.5rem; } }

.navigation {
  padding: 40px 0 20px 0;
  text-align: center; }

.nav-links .nav-item {
  display: inline-block;
  padding: 0 5px 0 0px;
  margin: 0;
  color: #666666;
  font-weight: 300;
  font-size: 1.6rem; }
  .nav-links .nav-item a {
    color: inherit;
    font-weight: inherit;
    padding: 5px 8px;
    display: inline-block; }
  .nav-links .nav-item.nav-next, .nav-links .nav-item.nav-previous {
    font-size: 1.4rem;
    font-weight: 400; }
  .nav-links .nav-item.nav-current {
    font-weight: 700;
    color: #f13b30; }

.fga_google_map {
  width: 100%;
  height: 420px; }
  @media (min-width: 768px) {
    .fga_google_map {
      height: 500px; } }

.notice__competition__title {
  font-weight: 500; }
  .notice__competition__title a {
    color: inherit; }

.notice__competition__info {
  font-size: 1.5rem;
  color: #999999; }

.notice .btn-notice {
  color: #fff;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 5px 15px 5px 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 6px;
  margin-bottom: 8px; }
  .notice .btn-notice img {
    margin-right: 8px; }

.hemeroteca__archive {
  padding-top: 40px; }
  .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0.7rem; }
  .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .modal-title {
    margin-right: 30px; }
  .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .modal-title-text {
    font-size: 2.8rem;
    font-weight: 300;
    color: #262626;
    line-height: 1.3em;
    margin: 0 0 30px 0; }
  .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .modal-date-text {
    font-size: 1.4rem;
    color: #CCCCCC;
    margin: 0 0 10px 0; }
  .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .close {
    position: absolute;
    background-image: url("../images/icon-close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    right: 30px;
    top: 30px;
    width: 28px;
    height: 28px;
    z-index: 2000;
    cursor: pointer; }
  .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .modal-body-html p {
    margin-bottom: 1.5rem; }
  .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .modal-body-html img {
    margin: 0 2.5rem 2.5rem 0; }
  .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .modal-body-html a img {
    margin: 0 1.5rem 0 0; }
  .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .modal-body-html .archive_link {
    margin-left: 24px;
    position: relative; }
    .hemeroteca__archive .hemeroteca__archive__modal .modal-dialog .modal-body-html .archive_link:before {
      content: "";
      background-image: url("../images/icon-link.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px;
      width: 18px;
      height: 18px;
      position: absolute;
      left: -24px;
      margin-top: 4px; }

.news__cgx .post-card-archive.card {
  width: 100%; }
  @media (min-width: 576px) {
    .news__cgx .post-card-archive.card {
      width: 44%; } }
  @media (min-width: 768px) {
    .news__cgx .post-card-archive.card {
      width: 44%; } }
  @media (min-width: 992px) {
    .news__cgx .post-card-archive.card {
      width: 28%; } }
  @media (min-width: 1200px) {
    .news__cgx .post-card-archive.card {
      width: 22%; } }

.archive__borderbottom {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 2px;
  left: 50%;
  background-color: #D9D9D9;
  z-index: 1; }

div.archive {
  margin-bottom: 40px; }
  div.archive .empty__search {
    min-height: 200px;
    padding-top: 40px; }
    div.archive .empty__search p {
      font-size: 1.8rem;
      color: #666666; }
  div.archive .row {
    display: block; }
    div.archive .row .col-1 {
      max-width: 100%; }
    div.archive .row .col-2 {
      max-width: 100%; }
  div.archive.archive_athletic_facilities .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 1200px) {
    div.archive .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      div.archive .row .col-1 {
        max-width: 100%; } }
  div.archive .archive__header__row {
    border-bottom: 2px solid #F0F0F0;
    display: none; }
    @media (min-width: 768px) {
      div.archive .archive__header__row {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1200px) {
      div.archive .archive__header__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    div.archive .archive__header__row.archive__header__row__month {
      border-bottom: 2px solid #f13b30;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      div.archive .archive__header__row.archive__header__row__month .paper__header__item {
        padding-top: 24px;
        padding-bottom: 24px; }
    div.archive .archive__header__row .archive__header__item {
      padding-top: 22px;
      padding-bottom: 22px;
      font-size: 1.3rem;
      line-height: 1em;
      font-weight: 400;
      color: #262626; }
    div.archive .archive__header__row .archive__header__month__title {
      color: #f13b30;
      font-size: 1.4rem; }
      div.archive .archive__header__row .archive__header__month__title .btn-icon-previous,
      div.archive .archive__header__row .archive__header__month__title .btn-icon-next {
        position: absolute;
        left: 5px;
        margin-top: -6px;
        background-size: 16px;
        background-position: left center;
        width: 28px;
        height: 28px; }
      div.archive .archive__header__row .archive__header__month__title .btn-icon-next {
        left: auto;
        right: 5px;
        background-position: right center; }
      div.archive .archive__header__row .archive__header__month__title .btn-icon-previous + span {
        margin-left: 20px; }
      @media (min-width: 1200px) {
        div.archive .archive__header__row .archive__header__month__title .btn-icon-previous {
          left: -15px; }
        div.archive .archive__header__row .archive__header__month__title .btn-icon-next {
          right: -15px; }
        div.archive .archive__header__row .archive__header__month__title .btn-icon-previous + span {
          margin-left: 10px; } }
  div.archive .archive__body__row {
    border-bottom: 2px solid #F0F0F0;
    outline: none;
    padding-top: 13px;
    padding-bottom: 13px; }
    div.archive .archive__body__row:hover, div.archive .archive__body__row:focus {
      background-color: #FAFAFA;
      outline: none; }
    div.archive .archive__body__row.start__child__row {
      background-color: #f6f6f6;
      border-bottom: none; }
    div.archive .archive__body__row.last__child__row {
      padding-bottom: 20px; }
    div.archive .archive__body__row.start__hierarchy__row {
      border-top: 2px solid #F0F0F0; }
    div.archive .archive__body__row.parent__item {
      background-color: #f6f6f6;
      border: none; }
      div.archive .archive__body__row.parent__item .archive__body__item {
        padding-bottom: 0;
        min-height: 50px; }
    div.archive .archive__body__row.child__item {
      background-color: #f6f6f6;
      border: none; }
      div.archive .archive__body__row.child__item .archive__body__item {
        min-height: 40px; }
      div.archive .archive__body__row.child__item .archive__body__item__title {
        color: #999999;
        margin-left: 20px; }
      div.archive .archive__body__row.child__item .competition_has_parent {
        display: none; }
      div.archive .archive__body__row.child__item .archive__body__item__resources a {
        padding: 0; }
      div.archive .archive__body__row.child__item.last__hierarchy__row {
        padding-bottom: 20px; }
    @media (min-width: 1200px) {
      div.archive .archive__body__row {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 2px solid #FAFAFA; } }
    div.archive .archive__body__row .archive__body__item {
      font-size: 1.3rem;
      font-weight: 400;
      color: #828282;
      line-height: 1.2em;
      padding-top: 10px;
      padding-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: inline-block;
      max-width: -webkit-fit-content;
      max-width: fit-content; }
      div.archive .archive__body__row .archive__body__item.archive__body__item--doublelines {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        div.archive .archive__body__row .archive__body__item.archive__body__item--doublelines .second-line:before {
          content: " - "; }
          @media (min-width: 1200px) {
            div.archive .archive__body__row .archive__body__item.archive__body__item--doublelines .second-line:before {
              display: none; } }
      div.archive .archive__body__row .archive__body__item.archive__body__item--empty {
        display: none; }
      @media (min-width: 1200px) {
        div.archive .archive__body__row .archive__body__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          min-height: 58px;
          max-width: 100%; }
          div.archive .archive__body__row .archive__body__item.archive__body__item--empty {
            display: block; } }
    @media (min-width: 768px) {
      div.archive .archive__body__row {
        padding-left: 15px;
        padding-right: 15px; } }
    div.archive .archive__body__row .archive__body__item__date span {
      white-space: nowrap;
      padding: 3px 0; }
    div.archive .archive__body__row .archive__body__item__title {
      color: #3986b7;
      position: relative;
      font-size: 1.4rem;
      line-height: 1.5em;
      display: block; }
      div.archive .archive__body__row .archive__body__item__title a {
        display: block;
        color: inherit; }
      @media (min-width: 1200px) {
        div.archive .archive__body__row .archive__body__item__title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          line-height: 1em; }
          div.archive .archive__body__row .archive__body__item__title a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            position: absolute;
            left: 15px;
            right: 30px; } }
    div.archive .archive__body__row .competition_has_parent {
      width: 24px;
      height: 24px;
      background-image: url("../images/icon-up-blue.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px;
      position: absolute;
      right: 0;
      top: 6px;
      cursor: pointer; }
      div.archive .archive__body__row .competition_has_parent.opened {
        background-image: url("../images/icon-close-blue.svg");
        opacity: 0.7; }
      @media (min-width: 1200px) {
        div.archive .archive__body__row .competition_has_parent {
          right: 5px;
          top: auto; } }
    div.archive .archive__body__row .competition_has_children {
      width: 24px;
      height: 24px;
      background-image: url("../images/icon-down-blue.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px;
      position: absolute;
      right: 0;
      top: 6px;
      cursor: pointer; }
      div.archive .archive__body__row .competition_has_children.opened {
        background-image: url("../images/icon-close-blue.svg");
        opacity: 0.7; }
      @media (min-width: 1200px) {
        div.archive .archive__body__row .competition_has_children {
          right: 5px;
          top: auto; } }
    div.archive .archive__body__row .archive__body__item__resources {
      color: #CCCCCC;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      div.archive .archive__body__row .archive__body__item__resources a {
        color: inherit;
        display: inline-block;
        padding: 5px 0; }
        div.archive .archive__body__row .archive__body__item__resources a:hover {
          color: #666666; }
      div.archive .archive__body__row .archive__body__item__resources .fa {
        font-size: 2rem; }
    div.archive .archive__body__row .archive__body__item__link {
      color: #999999; }
      div.archive .archive__body__row .archive__body__item__link a {
        color: inherit;
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url("../images/icon-link.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px;
        margin: 0 3px 0 0px; }
        div.archive .archive__body__row .archive__body__item__link a.facebook {
          position: relative;
          background-image: none;
          margin-left: 5px;
          margin-right: 5px; }
          div.archive .archive__body__row .archive__body__item__link a.facebook:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "\f09a";
            position: absolute;
            font-size: 2rem; }
        div.archive .archive__body__row .archive__body__item__link a.twitter {
          position: relative;
          background-image: none;
          margin-left: 2px;
          margin-right: 2px; }
          div.archive .archive__body__row .archive__body__item__link a.twitter:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "\f099";
            position: absolute;
            font-size: 2rem; }
  div.archive.archive_club {
    margin-top: 55px; }
    div.archive.archive_club .archive__header__row {
      border-top: 2px solid #f13b30; }
    div.archive.archive_club .archive__header__item__category {
      padding-right: 5px;
      padding-left: 8px; }
    div.archive.archive_club.archive--filtered {
      margin-top: 0; }
      div.archive.archive_club.archive--filtered .archive__header__row {
        border-left: none; }
    div.archive.archive_club .archive__body__item__category {
      padding-right: 5px;
      padding-left: 8px; }
    div.archive.archive_club .archive__body__item__image img {
      width: 60px;
      height: auto; }
    div.archive.archive_club .archive__body__item__link {
      display: block; }
  div.archive.archive_circuit_approved {
    padding-top: 55px; }
    div.archive.archive_circuit_approved .archive__header__row {
      border-top: 2px solid #f13b30; }
  div.archive.archive__competition .archive__body__item__title {
    padding-right: 36px; }
    @media (min-width: 1200px) {
      div.archive.archive__competition .archive__body__item__title {
        padding-right: inherit; } }
  div.archive.archive__competition .archive__body__item__resources {
    display: block; }
    @media (min-width: 1200px) {
      div.archive.archive__competition .archive__body__item__resources {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.archive_athlete_list {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .archive_athlete_list .card-athlete {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .archive_athlete_list .card-athlete {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .archive_athlete_list .card-athlete {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33.33333%;
                flex: 1 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 1200px) {
      .archive_athlete_list .card-athlete {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 20%;
                flex: 1 0 20%;
        max-width: 20%; } }
    .archive_athlete_list .card-athlete .card-athlete-thumbnail img {
      width: 100%;
      height: auto; }
    .archive_athlete_list .card-athlete .card-athlete-content {
      position: absolute;
      left: 2rem;
      right: 2rem;
      bottom: 2rem; }
      .archive_athlete_list .card-athlete .card-athlete-content p {
        color: #fff;
        font-size: 1.3rem;
        font-weight: 400;
        opacity: .8;
        line-height: 1em;
        margin: 0; }
    .archive_athlete_list .card-athlete .athlete-title {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 1.35em;
      margin-right: 2rem;
      margin-bottom: 1.5rem; }
      .archive_athlete_list .card-athlete .athlete-title a {
        color: inherit;
        font-weight: inherit; }

.archive__filter {
  margin-bottom: 5px; }
  .archive__filter .archive__filter__layer__indicator {
    padding-bottom: 10px;
    text-align: right; }
    @media (min-width: 1200px) {
      .archive__filter .archive__filter__layer__indicator {
        display: none; } }
    .archive__filter .archive__filter__layer__indicator button {
      padding: .5rem 1.2rem;
      line-height: 1.4em; }
  .archive__filter .archive__filter__layer {
    min-height: 60px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #F0F0F0;
    position: relative;
    display: none; }
    .archive__filter .archive__filter__layer.archive__filter__layer--opened {
      display: block;
      border-radius: 6px; }
      .archive__filter .archive__filter__layer.archive__filter__layer--opened:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #F0F0F0;
        position: absolute;
        right: 30px;
        top: -8px; }
    @media (min-width: 1200px) {
      .archive__filter .archive__filter__layer {
        margin-bottom: 0;
        padding: 0;
        position: static;
        background-color: transparent;
        display: block; } }
    .archive__filter .archive__filter__layer.row {
      padding-left: 15px;
      padding-right: 15px; }
  .archive__filter .archive__filter__secondlayer {
    display: none;
    min-height: 0; }
  .archive__filter .archive__filter__wtfname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1200px) {
      .archive__filter .archive__filter__wtfname {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .archive__filter.archive__filter__secondlayer--opened .filterbutton__more .filterbutton__button:before {
    background-image: url("../images/icon-up.svg"); }
  .archive__filter.archive__filter__secondlayer--opened .filterbutton__more .filterbutton__button .filterbutton__button__text {
    display: none; }
  .archive__filter.archive__filter__secondlayer--opened .filterbutton__more .filterbutton__button .filterbutton__button__text--opened {
    display: inline-block; }
  .archive__filter.archive__filter__news {
    margin-bottom: 40px; }

.filter__group {
  min-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 1200px) {
    .filter__group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 60px; } }
  @media (min-width: 1200px) {
    .filter__group .filter {
      margin-right: 25px; } }
  .filter__group .filter.filtercheckbox {
    margin-right: 15px; }
  .filter__group .filter.filterradio {
    margin-right: 15px; }
  .filter__group.filter__group--alignright {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .filter__group.filter__group--alignright .filter {
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 1200px) {
        .filter__group.filter__group--alignright .filter {
          margin-left: 15px; } }
    .filter__group.filter__group--alignright .linkfilter {
      padding-left: 15px;
      padding-right: 0; }
      .filter__group.filter__group--alignright .linkfilter li {
        margin: 0 0 0 30px; }
        .filter__group.filter__group--alignright .linkfilter li.archive__linkfilter--selected:before {
          display: none; }
        .filter__group.filter__group--alignright .linkfilter li.archive__linkfilter--selected:after {
          content: "";
          width: 36px;
          height: 2px;
          background-color: #f13b30;
          position: absolute;
          bottom: -2px;
          z-index: 5;
          margin-left: -36px; }
    .filter__group.filter__group--alignright .filterbuttons {
      margin-left: 20px;
      margin-right: 0;
      position: absolute;
      right: 10px; }
      @media (min-width: 1200px) {
        .filter__group.filter__group--alignright .filterbuttons {
          position: static; } }
  .filter__group .filter__separator {
    background-color: #f00;
    position: relative;
    margin-right: 15px;
    height: 100%; }
    .filter__group .filter__separator:before {
      content: "";
      position: absolute;
      top: 12px;
      bottom: 12px;
      width: 1px;
      background-color: #D9D9D9; }

.linkfilter, .content__page ul.linkfilter {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: none; }
  @media (min-width: 1200px) {
    .linkfilter, .content__page ul.linkfilter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .linkfilter li, .content__page ul.linkfilter li {
    margin: 0 30px 0 0;
    padding: 0;
    color: #666666;
    font-size: 1.4rem;
    font-weight: 400; }
    .linkfilter li a, .content__page ul.linkfilter li a {
      color: inherit; }
    .linkfilter li.archive__linkfilter--selected {
      color: #f13b30;
      font-weight: 500; }
      .linkfilter li.archive__linkfilter--selected:before {
        content: "";
        width: 36px;
        height: 2px;
        background-color: #f13b30;
        position: absolute;
        bottom: -2px;
        z-index: 5; }
    .linkfilter li.icon-archive a {
      position: relative;
      padding-left: 28px; }
    .linkfilter li.icon-archive span:before {
      content: "";
      background-image: url("../images/icon-archive-gray.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px;
      height: 18px;
      width: 18px;
      display: block;
      position: absolute;
      left: 0px; }

.filter {
  margin-bottom: 4px; }
  @media (min-width: 1200px) {
    .filter {
      margin-bottom: 0; } }
  .filter .filter__content {
    position: relative; }
  .filter .filter__title {
    margin: 0;
    display: block;
    text-align: right;
    padding: 5px 35px 5px 5px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #666666;
    position: relative;
    cursor: pointer; }
    .filter .filter__title:hover {
      color: #666666; }
  .filter.filter--open .filter__floatlayer {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s; }
  .filter .filter__floatlayer {
    position: absolute;
    background-color: #f13b30;
    top: 25px;
    z-index: 100;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    left: -20px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
    padding: 10px;
    margin-top: 10px; }
    .filter .filter__floatlayer:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 9px 8px;
      border-color: transparent transparent #f13b30 transparent;
      position: absolute;
      top: -8px;
      left: 30px; }
  @media (min-width: 1200px) {
    .filter.filter--alignright .filter__floatlayer {
      right: 0;
      left: auto; }
      .filter.filter--alignright .filter__floatlayer:before {
        right: 30px;
        left: auto; } }

.filterbuttons {
  position: absolute;
  right: 10px;
  bottom: 10px; }
  @media (min-width: 1200px) {
    .filterbuttons {
      position: static; } }
  .filterbuttons .btn, .filterbuttons .comment-form input[type="submit"], .comment-form .filterbuttons input[type="submit"], .filterbuttons .search-form .search-submit, .search-form .filterbuttons .search-submit {
    padding: 0.5rem 1.2rem;
    line-height: 1.4em; }

.filtertext {
  padding-top: 4px;
  padding-bottom: 4px; }
  .filtertext .filter__content:after {
    content: "";
    background-image: url("../images/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 5px;
    top: 1px;
    cursor: pointer; }
  .filtertext .filter__title {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #b8b8b8;
    position: absolute;
    cursor: pointer;
    top: 1px;
    left: 30px; }
  .filtertext .filtertext__field {
    font-size: 1.2rem;
    font-weight: 400;
    color: #666666;
    border: none;
    width: 120px;
    text-align: left;
    margin-left: 29px; }
    .filtertext .filtertext__field:focus {
      outline: none; }
      .filtertext .filtertext__field:focus + .filter__title {
        display: none; }
  .filtertext.filter--textinside .filter__title {
    display: none; }
  .filtertext.filtertext--large .filtertext__field {
    width: 180px; }
  .filtertext.filtertext--extralarge .filtertext__field {
    width: 220px; }
  @media (min-width: 1200px) {
    .filtertext {
      padding-top: 0;
      padding-bottom: 0; }
      .filtertext .filter__content:after {
        right: 0px;
        left: auto; }
      .filtertext .filter__title {
        right: 30px;
        left: auto; }
      .filtertext .filtertext__field {
        text-align: right;
        margin-right: 20px;
        margin-left: 0; } }

.filterselector .filter__title:after, .filterselector--season .filter__title:after, .filterselector--month .filter__title:after {
  content: "";
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 10px;
  top: 10px; }

.filterselector .filterselector__options ul, .filterselector--season .filterselector__options ul, .filterselector--month .filterselector__options ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .filterselector .filterselector__options ul li, .filterselector--season .filterselector__options ul li, .filterselector--month .filterselector__options ul li {
    margin: 0;
    padding: 4px 20px 4px 5px;
    font-size: 1.3rem;
    position: relative;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5em;
    font-weight: 400; }
    .filterselector .filterselector__options ul li:hover, .filterselector--season .filterselector__options ul li:hover, .filterselector--month .filterselector__options ul li:hover {
      color: #262626; }
    .filterselector .filterselector__options ul li a, .filterselector--season .filterselector__options ul li a, .filterselector--month .filterselector__options ul li a {
      color: inherit; }
    .filterselector .filterselector__options ul li.selected, .filterselector--season .filterselector__options ul li.selected, .filterselector--month .filterselector__options ul li.selected {
      color: #f13b30;
      color: #0D0D0D; }

.filterselector.filterselector--link .filter__title, .filterselector--link.filterselector--season .filter__title, .filterselector--link.filterselector--month .filter__title {
  font-size: 1.4rem; }

.filterselectormultiple .filter__title:after {
  content: "";
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  height: 9px;
  width: 9px;
  position: absolute;
  right: 10px;
  margin-top: 5px; }

.filterselectormultiple .filterselector__options ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .filterselectormultiple .filterselector__options ul li {
    margin: 0;
    padding: 4px 40px 4px 5px;
    font-size: 1.3rem;
    position: relative;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5em;
    font-weight: 400; }
    .filterselectormultiple .filterselector__options ul li:after {
      content: "";
      width: 14px;
      height: 14px;
      border: 1px solid #fff;
      border-radius: 16px;
      position: absolute;
      right: 0px;
      margin-top: 3px; }
    .filterselectormultiple .filterselector__options ul li.selected {
      color: #fff; }
      .filterselectormultiple .filterselector__options ul li.selected:after {
        background-color: #fff;
        border-color: #fff; }
    .filterselectormultiple .filterselector__options ul li:hover {
      color: #262626; }

.filterdates .filterdates__content {
  position: relative; }

.filterdates .filter__title:after {
  content: "";
  background-image: url("../images/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 2px;
  top: 4px; }

.filterdates .filter__title:hover {
  color: #666666; }

.filterdates .filter__floatlayer {
  width: 320px; }

.filterdates .filterdates__selector.filterdates__selector--open ul {
  display: block; }

.filterdates .filterdates__selector .filterdates__selector__title {
  background-color: #fff;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 400;
  padding: 18px 22px;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 0px 2px 2px #ddd;
  border-radius: 0.6rem; }
  .filterdates .filterdates__selector .filterdates__selector__title:after {
    content: "";
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    height: 9px;
    width: 9px;
    position: absolute;
    right: 18px;
    margin-top: 2px;
    opacity: 0.5; }
  .filterdates .filterdates__selector .filterdates__selector__title:hover {
    color: #666666; }
    .filterdates .filterdates__selector .filterdates__selector__title:hover:after {
      opacity: 1; }

.filterdates .filterdates__selector ul {
  display: block;
  list-style-type: none;
  margin: 0 5px;
  padding: 8px 0 8px 0;
  background-color: #fff;
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  display: none; }
  .filterdates .filterdates__selector ul li {
    margin: 0;
    padding: 7px 18px;
    color: #666666;
    font-size: 1.2rem;
    line-height: 1em;
    font-weight: 400;
    cursor: pointer; }
    .filterdates .filterdates__selector ul li:hover {
      color: #f13b30; }

.filterdates .filterdates__dates__description {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 400;
  margin: 0;
  padding: 15px 5px; }

.filterdates .filterdates__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .filterdates .filterdates__dates p {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1em;
    font-weight: 400; }
  .filterdates .filterdates__dates .filterdates__date {
    border-radius: 0.6rem;
    border: 2px solid #fff;
    padding: 8px 15px;
    position: relative; }
    .filterdates .filterdates__dates .filterdates__date:after {
      content: "";
      background-image: url("../images/icon-calendar-white.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 1.8rem;
      height: 1.8rem;
      width: 1.8rem;
      position: absolute;
      top: 8px;
      right: 9px;
      cursor: pointer; }
    .filterdates .filterdates__dates .filterdates__date input {
      border: none;
      background-color: transparent;
      color: #fff;
      width: 100%;
      font-size: 1.2rem;
      line-height: 1em;
      font-weight: 400;
      margin: 0;
      padding: 0;
      outline: none; }
      .filterdates .filterdates__dates .filterdates__date input.focused::-webkit-input-placeholder {
        color: transparent; }
    .filterdates .filterdates__dates .filterdates__date ::-webkit-input-placeholder {
      color: #fff; }
    .filterdates .filterdates__dates .filterdates__date + .filterdates__date {
      margin-left: 5px; }

.filterdates .ui-datepicker {
  margin-top: 15px;
  border: none !important; }

.filterdatessimple {
  padding-top: 4px;
  padding-bottom: 4px; }
  @media (min-width: 1200px) {
    .filterdatessimple {
      padding-top: 0;
      padding-bottom: 0; } }
  .filterdatessimple .filterdatessimple__content {
    position: relative; }
  .filterdatessimple .filter__title {
    padding-left: 35px;
    padding-right: 5px; }
    .filterdatessimple .filter__title:after {
      content: "";
      background-image: url("../images/icon-calendar.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px;
      height: 18px;
      width: 18px;
      position: absolute;
      left: 5px;
      top: 4px; }
    .filterdatessimple .filter__title:hover {
      color: #666666; }
    @media (min-width: 1200px) {
      .filterdatessimple .filter__title {
        padding-left: 5px;
        padding-right: 35px; }
        .filterdatessimple .filter__title:after {
          right: 2px;
          left: auto; } }
  .filterdatessimple .filter__floatlayer {
    width: 320px; }
  .filterdatessimple .filterdatessimple__dates__description {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1em;
    font-weight: 400;
    margin: 0;
    padding: 10px 5px 15px 5px; }
  .filterdatessimple .filterdatessimple__dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .filterdatessimple .filterdatessimple__dates p {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      color: #fff;
      font-size: 1.2rem;
      line-height: 1em;
      font-weight: 400; }
    .filterdatessimple .filterdatessimple__dates .filterdatessimple__date {
      border-radius: 0.6rem;
      border: 2px solid #fff;
      padding: 8px 15px;
      position: relative; }
      .filterdatessimple .filterdatessimple__dates .filterdatessimple__date:after {
        content: "";
        background-image: url("../images/icon-calendar-white.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.8rem;
        height: 1.8rem;
        width: 1.8rem;
        position: absolute;
        top: 8px;
        right: 9px;
        cursor: pointer; }
      .filterdatessimple .filterdatessimple__dates .filterdatessimple__date input {
        border: none;
        background-color: transparent;
        color: #fff;
        width: 100%;
        font-size: 1.2rem;
        line-height: 1em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        outline: none; }
        .filterdatessimple .filterdatessimple__dates .filterdatessimple__date input.focused::-webkit-input-placeholder {
          color: transparent; }
      .filterdatessimple .filterdatessimple__dates .filterdatessimple__date ::-webkit-input-placeholder {
        color: #fff; }
      .filterdatessimple .filterdatessimple__dates .filterdatessimple__date + .filterdatessimple__date {
        margin-left: 5px; }
  .filterdatessimple .ui-datepicker {
    margin-top: 15px;
    border: none !important; }

.filtercheckbox .filter__title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #999999;
  margin: 0;
  padding: 2px 0;
  position: relative;
  cursor: pointer;
  white-space: nowrap; }

.filtercheckbox input[type="checkbox"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 1.3rem;
  visibility: hidden; }

.filtercheckbox .filtercheckbox__indicator {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #CCCCCC;
  border-radius: 20px;
  top: 2px;
  left: 0; }

.filtercheckbox input[type="checkbox"]:checked + .filtercheckbox__indicator {
  background-color: #f13b30; }

.filter__group__checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.filterradio .filter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.filterradio .filter__title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #999999;
  margin: 0;
  padding: 2px 0;
  position: relative;
  cursor: pointer;
  text-align: left;
  margin-right: 15px;
  white-space: nowrap; }

.filterradio input[type="radio"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 1.3rem;
  visibility: hidden; }

.filterradio .filterradio__indicator {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #CCCCCC;
  border-radius: 20px;
  top: 2px;
  left: 0; }

.filterradio input[type="radio"]:checked + .filterradio__indicator {
  background-color: #f13b30; }

.filterbutton .filterbutton__button {
  border: none;
  padding: 0 20px 0 0;
  background: transparent;
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  outline: none;
  cursor: pointer; }
  .filterbutton .filterbutton__button:before {
    content: "";
    background-image: url("../images/icon-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 0px;
    margin-top: 2px;
    cursor: pointer; }

.filterbutton .filterbutton__button__text {
  display: inline-block; }

.filterbutton .filterbutton__button__text--opened {
  display: none; }

.filterbutton.filterbutton__more {
  width: 85px;
  text-align: left;
  margin-left: 5px !important; }
  @media (min-width: 1200px) {
    .filterbutton.filterbutton__more {
      width: 85px;
      text-align: right;
      margin-left: 0; } }

.archive__filter__applied {
  border-bottom: 2px solid #f13b30; }
  @media (min-width: 768px) {
    .archive__filter__applied {
      padding-left: 15px;
      padding-right: 15px; } }
  .archive__filter__applied .filter__applied__buttons button {
    float: right !important;
    cursor: pointer;
    padding: 0.5rem 1.2rem;
    line-height: 1.4em; }
  .archive__filter__applied p {
    padding-top: 20px;
    padding-bottom: 25px;
    margin: 0;
    font-size: 1.3rem;
    line-height: 2em; }
    .archive__filter__applied p span {
      display: inline-block; }
  .archive__filter__applied .archive__filter__applied__content {
    padding-top: 15px;
    padding-bottom: 15px; }
  .archive__filter__applied .archive__filter__applied__title {
    display: inline;
    margin: 5px 10px 5px 0; }
  .archive__filter__applied .archive__filter__applied__filter {
    display: inline; }
  .archive__filter__applied .filter__applied__item {
    display: inline-block;
    margin: 5px 0;
    margin-right: 10px; }
  .archive__filter__applied .filter__applied__title {
    color: #f13b30; }
  .archive__filter__applied .filter__applied__text {
    color: #b8b8b8; }
  .archive__filter__applied .filter__applied__value {
    color: #666666; }

.archive__filter__news .filterselector--link {
  display: none; }

.archive__filter__news .news__archive__links {
  display: none; }

.archive__filter__news .filtertext .filtertext__field {
  width: 200px; }

@media (min-width: 1200px) {
  .archive__filter__news .filterselector--link {
    display: block; }
  .archive__filter__news .news__archive__links {
    display: block; }
  .archive__filter__news .filtertext .filtertext__field {
    width: 120px; } }

.filter-news__categories {
  float: left; }
  @media (min-width: 1200px) {
    .filter-news__categories {
      display: none; } }
  .filter-news__categories .filterselector--link {
    display: block; }
  .filter-news__categories .filter .filter__floatlayer {
    left: 0; }
    .filter-news__categories .filter .filter__floatlayer:before {
      left: 20px; }

.archive__filter__competition .archive__borderbottom__secondlayer {
  display: none; }
  @media (min-width: 1200px) {
    .archive__filter__competition .archive__borderbottom__secondlayer {
      display: block; } }

header.banner--responsive {
  display: block; }
  header.banner--responsive.header__menu--open .header__firstrow .sectormenu__indicator {
    background-color: #2a2a2a;
    border-right-color: #2a2a2a; }
    header.banner--responsive.header__menu--open .header__firstrow .sectormenu__indicator:before {
      content: "";
      display: block;
      width: 58px;
      height: 2px;
      background-color: #2a2a2a;
      position: absolute;
      bottom: -2px; }
    header.banner--responsive.header__menu--open .header__firstrow .sectormenu__indicator .sectormenu__indicator__icon {
      background-image: url("../images/icon-close-white.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px;
      height: 18px; }
      header.banner--responsive.header__menu--open .header__firstrow .sectormenu__indicator .sectormenu__indicator__icon span {
        display: none; }
  header.banner--responsive.header__menu--open .header__secondrow {
    display: block;
    -webkit-overflow-scrolling: touch; }
  header.banner--responsive .header__firstrow {
    position: fixed;
    z-index: 51;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
    header.banner--responsive .header__firstrow .sectormenu__indicator {
      position: absolute;
      left: 0;
      top: 0;
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer; }
      header.banner--responsive .header__firstrow .sectormenu__indicator .fa {
        color: #fff;
        font-size: 1.8rem; }
      header.banner--responsive .header__firstrow .sectormenu__indicator .sectormenu__indicator__icon {
        width: 24px; }
        header.banner--responsive .header__firstrow .sectormenu__indicator .sectormenu__indicator__icon span {
          background-color: #f13b30;
          width: 100%;
          height: 2px;
          display: block;
          margin: 6px 0; }
  header.banner--responsive .header__firstrow__navigation {
    display: none; }
  header.banner--responsive .header__firstrow__advices {
    display: none; }
  header.banner--responsive .header__secondrow {
    position: fixed;
    top: 0;
    z-index: 50;
    background-color: #2a2a2a;
    display: none;
    overflow: auto;
    height: 100%;
    width: 100%;
    max-width: 576px; }
  header.banner--responsive .header__secondrow__mobilesearch {
    width: 100%;
    padding: 15px 10px 10px 10px;
    margin-top: 60px; }
    header.banner--responsive .header__secondrow__mobilesearch .search-form {
      display: block;
      margin: 0;
      padding: 0 10px;
      border: 1px solid #666666;
      position: relative; }
      header.banner--responsive .header__secondrow__mobilesearch .search-form label {
        margin: 0;
        display: block; }
      header.banner--responsive .header__secondrow__mobilesearch .search-form .search-field {
        padding: 7px 0px 5px 0px;
        margin: 0;
        border-radius: 0;
        width: 280px;
        background-image: none;
        background-color: transparent;
        border: none;
        color: #CCCCCC;
        font-weight: 100; }
      header.banner--responsive .header__secondrow__mobilesearch .search-form .search-submit {
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("../images/icon-search-header.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
        height: 28px;
        width: 28px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent; }
  header.banner--responsive .header__secondrow__headernavigation {
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: none; }
    header.banner--responsive .header__secondrow__headernavigation nav.nav-simple ul.nav {
      display: block; }
      header.banner--responsive .header__secondrow__headernavigation nav.nav-simple ul.nav li {
        color: #fff;
        font-weight: 100;
        margin: 0;
        padding: 2px 0; }
  header.banner--responsive .header__secondrow__sectormenu {
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: none; }
    header.banner--responsive .header__secondrow__sectormenu .menu-sector ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      header.banner--responsive .header__secondrow__sectormenu .menu-sector ul ul {
        display: none; }
    header.banner--responsive .header__secondrow__sectormenu .menu-sector li {
      font-weight: 100;
      font-size: 1.3rem;
      color: #fff;
      padding: 2px 0; }
    header.banner--responsive .header__secondrow__sectormenu .menu-sector .menu-sector__category_row {
      display: block; }
  header.banner--responsive .header__secondrow__primarynavigation {
    display: none; }
  header.banner--responsive .header__secondrow__mobilenavigation {
    width: 100%;
    border-top: 1px solid #666666;
    padding: 0 0;
    margin: 5px 0 0 0; }
    header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile {
      position: relative; }
      header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile ul.nav {
        display: block; }
        header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile ul.nav > li {
          width: 150px;
          border-bottom: 1px solid #4D4D4D;
          text-transform: uppercase;
          margin: 0;
          padding: 0; }
          @media (min-width: 768px) {
            header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile ul.nav > li {
              width: 200px; } }
          header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile ul.nav > li a {
            display: block;
            padding: 10px 0 10px 10px;
            text-decoration: none; }
          header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile ul.nav > li span.item_title {
            display: block;
            padding: 10px 16px 10px 0; }
      header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile li {
        color: #CCCCCC;
        padding: 5px 0;
        font-size: 1.2rem;
        font-weight: 300; }
        header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile li a {
          color: inherit; }
        header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile li.current-menu-item > a {
          text-decoration: underline !important; }
        header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile li.selected {
          background-color: #4D4D4D;
          color: #fff;
          border-left: 3px solid #f13b30; }
          header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile li.selected .sub-menu-container-0 {
            display: block; }
        header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile li.levelselected .sub-menu-container-1 {
          display: block; }
      header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 {
        display: none;
        background-color: #4D4D4D;
        padding: 5px 0 5px 0;
        position: absolute;
        left: 150px;
        right: 0;
        top: 0;
        min-height: 370px; }
        @media (min-width: 768px) {
          header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 {
            left: 200px; } }
        header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 .sub-menu-button {
          display: block;
          width: 26px;
          height: 26px;
          position: absolute;
          right: -3px;
          top: 4px;
          z-index: 10;
          background-image: url("../images/arrow-down-white.svg");
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: 10px; }
        header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 ul.sub-menu:first-child li:first-child {
            border: none; }
          header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 ul li {
            color: #fff;
            margin: 0;
            padding: 0;
            font-size: 1.3rem;
            line-height: 1.3em;
            font-weight: 300;
            text-transform: none;
            padding: 0;
            margin: 0 10px 0 10px;
            border-top: 1px solid #666666; }
            header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 ul li > a {
              padding-left: 0;
              padding-right: 16px;
              padding-right: 0;
              margin-right: 26px; }
            header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 ul li.menu-item-has-children {
              position: relative; }
        header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 .sub-menu-container-1 {
          display: none; }
          header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 .sub-menu-container-1 ul {
            margin: 0;
            padding: 0 0 7px 0; }
            header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 .sub-menu-container-1 ul li {
              margin: 0;
              padding: 0 0 0 7px;
              border: none;
              font-size: 1.2rem; }
              header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 .sub-menu-container-1 ul li:before {
                content: "·";
                display: block;
                position: absolute;
                margin-left: -5px;
                margin-top: 7px; }
              header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 .sub-menu-container-1 ul li a {
                padding: 7px 0 7px 3px; }
              header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 .sub-menu-container-1 ul li.sector a {
                text-transform: capitalize; }
              header.banner--responsive .header__secondrow__mobilenavigation nav.nav-mobile .sub-menu-container-0 .sub-menu-container-1 ul li.sector span {
                display: block;
                padding: 7px 0 7px 3px;
                text-transform: capitalize;
                color: #999999; }
  header.banner--responsive .header__secondrow__social {
    width: 150px;
    padding: 15px 0; }
    header.banner--responsive .header__secondrow__social ul.social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      header.banner--responsive .header__secondrow__social ul.social-links li {
        margin: 0;
        padding: 8px 10px 8px 10px; }
    @media (min-width: 768px) {
      header.banner--responsive .header__secondrow__social {
        width: 200px; }
        header.banner--responsive .header__secondrow__social ul.social-links li {
          padding: 8px 13px 8px 13px; } }
  header.banner--responsive .header__secondrow__search {
    display: none; }

header.banner {
  background-color: #fff;
  position: relative;
  display: none; }
  @media (min-width: 1200px) {
    header.banner {
      display: block; } }
  header.banner .header__firstrow {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #F0F0F0; }
  header.banner .header__secondrow {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #f13b30;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1); }
  header.banner .header__firstrow__banner .brand {
    margin: 0 20px 0 15px;
    text-decoration: none;
    display: block; }
    header.banner .header__firstrow__banner .brand img {
      height: 105px; }
    header.banner .header__firstrow__banner .brand img.shield {
      height: 75px; }
    header.banner .header__firstrow__banner .brand img.text-logo {
      height: 25px; }
  header.banner .header__firstrow__navigation {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  header.banner .header__firstrow__advices {
    min-width: 20px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header.banner .header__secondrow__mobilesearch {
    display: none; }
  header.banner .header__secondrow__mobilenavigation {
    display: none; }
  header.banner .header__secondrow__headernavigation {
    display: none; }
  header.banner .header__secondrow__sectormenu {
    position: relative; }
    header.banner .header__secondrow__sectormenu .sectormenu__indicator {
      width: 85px;
      height: 85px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
      border-right: 2px solid #fff; }
      header.banner .header__secondrow__sectormenu .sectormenu__indicator .fa {
        color: #fff;
        font-size: 1.8rem; }
      header.banner .header__secondrow__sectormenu .sectormenu__indicator .sectormenu__indicator__icon {
        width: 18px; }
        header.banner .header__secondrow__sectormenu .sectormenu__indicator .sectormenu__indicator__icon span {
          background-color: #fff;
          width: 100%;
          height: 2px;
          display: block;
          margin: 3px 0; }
  header.banner .header__secondrow__primarynavigation {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  header.banner .header__secondrow__social {
    text-align: right;
    margin-right: 30px;
    margin-left: 20px; }
  header.banner .header__secondrow__search {
    width: 85px;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-left: 2px solid #fff; }
    header.banner .header__secondrow__search .btn-icon-search {
      background-image: url("../images/icon-search-header.svg");
      background-position: center;
      background-size: 20px;
      height: 32px;
      width: 32px; }
  header.banner .menu-sector {
    position: absolute;
    left: 0px;
    top: 85px;
    background-color: rgba(250, 250, 250, 0.95);
    background-color: rgba(250, 250, 250, 0.99);
    z-index: 3000;
    text-align: left;
    box-shadow: inset 0px 1px 5px 0px #ccc;
    border-bottom-right-radius: 7px;
    width: 70vw;
    visibility: hidden;
    opacity: 0; }
    header.banner .menu-sector.menu-sector-visible {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    header.banner .menu-sector .menu-sector__category_row {
      padding: 35px 25px 10px 25px; }
      header.banner .menu-sector .menu-sector__category_row .menu-sector__category_col {
        padding: 0;
        margin: 0 0 20px 0;
        list-style-type: none; }
        header.banner .menu-sector .menu-sector__category_row .menu-sector__category_col > li {
          padding: 0;
          margin: 0 0 0 0;
          font-size: 1.3rem;
          text-transform: uppercase;
          font-weight: 600;
          color: #292929; }
          header.banner .menu-sector .menu-sector__category_row .menu-sector__category_col > li span,
          header.banner .menu-sector .menu-sector__category_row .menu-sector__category_col > li a {
            color: inherit; }
        header.banner .menu-sector .menu-sector__category_row .menu-sector__category_col .menu-sector__category_items {
          padding: 10px 0 0 0;
          margin: 0;
          list-style-type: none; }
          header.banner .menu-sector .menu-sector__category_row .menu-sector__category_col .menu-sector__category_items > li {
            padding: 0;
            margin: 0 0 8px 0;
            font-size: 1.3rem;
            font-weight: 400;
            text-transform: capitalize;
            color: #666666; }
            header.banner .menu-sector .menu-sector__category_row .menu-sector__category_col .menu-sector__category_items > li span {
              color: #CCCCCC; }
            header.banner .menu-sector .menu-sector__category_row .menu-sector__category_col .menu-sector__category_items > li a {
              color: inherit; }
  header.banner nav.nav-primary {
    height: 100%; }
    header.banner nav.nav-primary ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      header.banner nav.nav-primary ul.nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 30px; }
        header.banner nav.nav-primary ul.nav > li {
          margin: 0px;
          font-size: 1.6rem;
          font-weight: 400;
          color: #262626; }
          header.banner nav.nav-primary ul.nav > li > a {
            color: inherit;
            text-decoration: none;
            font-weight: inherit;
            font-size: inherit;
            padding: 1rem 1.2rem; }
            @media (min-width: 1320px) {
              header.banner nav.nav-primary ul.nav > li > a {
                padding: 1rem 2.1rem; } }
            header.banner nav.nav-primary ul.nav > li > a:hover {
              color: #f13b30;
              text-decoration: underline; }
          header.banner nav.nav-primary ul.nav > li.selected > a {
            position: relative;
            color: #f13b30;
            text-decoration: underline; }
            header.banner nav.nav-primary ul.nav > li.selected > a:before {
              display: block;
              content: "";
              position: absolute;
              top: 72px;
              left: 50%;
              margin-left: -10px;
              z-index: 3001;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #f13b30; }
          header.banner nav.nav-primary ul.nav > li.selected .sub-menu-container-0 {
            visibility: visible; }
            header.banner nav.nav-primary ul.nav > li.selected .sub-menu-container-0 > .sub-menu {
              visibility: visible; }
      header.banner nav.nav-primary ul .sub-menu-container-0 {
        position: absolute;
        z-index: 3000;
        visibility: hidden;
        top: 120px;
        left: 0px;
        right: 0; }
        header.banner nav.nav-primary ul .sub-menu-container-0 .sub-menu-grouped {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          background-color: #f13b30;
          padding-right: 20px; }
          header.banner nav.nav-primary ul .sub-menu-container-0 .sub-menu-grouped > .sub-menu {
            padding: 30px 0 15px 30px; }
            header.banner nav.nav-primary ul .sub-menu-container-0 .sub-menu-grouped > .sub-menu > li {
              padding: 0 10px 15px 0;
              margin: 0 0 0 0;
              font-size: 1.4rem;
              text-transform: uppercase;
              line-height: 1.4em;
              color: #fff;
              font-weight: 700; }
              header.banner nav.nav-primary ul .sub-menu-container-0 .sub-menu-grouped > .sub-menu > li > a {
                color: inherit;
                text-decoration: none; }
              header.banner nav.nav-primary ul .sub-menu-container-0 .sub-menu-grouped > .sub-menu > li.set-lowercase {
                text-transform: none;
                font-weight: 400;
                line-height: 1.35em;
                color: #999999; }
      header.banner nav.nav-primary ul .sub-menu-container-1 > .sub-menu {
        padding: 15px 0 0 0; }
        header.banner nav.nav-primary ul .sub-menu-container-1 > .sub-menu > li {
          padding: 0 0 15px 0;
          margin: 0;
          font-size: 1.4rem;
          font-weight: 300;
          line-height: 1.35em;
          text-transform: none;
          color: #fff; }
          header.banner nav.nav-primary ul .sub-menu-container-1 > .sub-menu > li:last-child {
            padding-bottom: 10px; }
          header.banner nav.nav-primary ul .sub-menu-container-1 > .sub-menu > li > a {
            display: inline-block;
            color: inherit; }
            header.banner nav.nav-primary ul .sub-menu-container-1 > .sub-menu > li > a:hover {
              text-decoration: underline; }
      header.banner nav.nav-primary ul .sub-menu-container-2 {
        display: none; }

ul.social-links {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.social-links li {
    display: inline-block;
    margin: 0 12px; }
    ul.social-links li .fa {
      font-size: 1.8rem;
      color: #fff; }

nav.nav-simple ul li {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 10px;
  color: #4D4D4D; }
  nav.nav-simple ul li a {
    color: inherit;
    font-weight: inherit; }

.menu-sponsor {
  width: 210px;
  margin-right: -20px;
  margin-left: 30px; }
  .menu-sponsor img {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px; }

header.banner nav.nav-primary ul .menu-item-77813 .sub-menu-container-0 .sub-menu-grouped {
  padding-left: 140px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

header.banner nav.nav-primary ul .menu-item-77813 .sub-menu-container-0 .sub-menu-grouped > .sub-menu > li {
  display: inline-block;
  margin: 0 10px 0 10px; }

header.banner nav.nav-primary ul .menu-item-77814 .sub-menu-container-0 .sub-menu-grouped {
  padding-left: 140px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

header.banner nav.nav-primary ul .menu-item-77814 .sub-menu-container-0 .sub-menu-grouped > .sub-menu > li {
  display: inline-block;
  margin: 0 10px 0 10px; }

.sidebar__bottom {
  padding-top: 60px;
  margin-bottom: 80px; }
  .sidebar__bottom section.widget {
    margin-bottom: 60px; }

.fga_footer {
  border-top: 2px solid #f13b30; }
  .fga_footer section {
    padding-bottom: 20px;
    padding-top: 20px; }
    .fga_footer section ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      .fga_footer section ul li {
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 300;
        margin: 2px 0;
        padding: 8px 18px; }
        .fga_footer section ul li a {
          color: inherit;
          font-size: inherit; }
  .fga_footer .fga_footer__social {
    border-bottom: 1px solid #828282;
    padding-bottom: 20px;
    padding-top: 190px;
    background-image: url("../images/logo-fga-footer.svg");
    background-repeat: no-repeat;
    background-position: 50% 35px;
    background-size: 100% 150px; }
    .fga_footer .fga_footer__social section.widget_media_image {
      text-align: center; }
      .fga_footer .fga_footer__social section.widget_media_image img {
        height: auto;
        width: 150px; }
    .fga_footer .fga_footer__social .footer__secondrow__social li {
      margin: 0 10px;
      padding: 10px 10px; }
      @media (min-width: 576px) {
        .fga_footer .fga_footer__social .footer__secondrow__social li {
          margin: 0 20px;
          padding: 10px 10px; } }
      .fga_footer .fga_footer__social .footer__secondrow__social li a {
        display: block;
        padding-top: 7px;
        color: #828282; }
        .fga_footer .fga_footer__social .footer__secondrow__social li a:hover {
          color: #000; }
      .fga_footer .fga_footer__social .footer__secondrow__social li .fa {
        font-size: 2.6rem; }
  .fga_footer .fga_footer__legend section ul li {
    font-size: 1.4rem;
    color: #555555;
    font-weight: 300; }

body.home .main {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  border-bottom: none; }

body.home .content__page {
  min-height: 1px; }

.wrap .content .main {
  margin-bottom: 40px; }

.page-header, .archive-header {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-header .page-header-title, .archive-header .page-header-title {
    font-size: 3rem;
    line-height: 1.3em;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
    color: #f13b30; }
    .page-header .page-header-title .page-header-title-sector, .archive-header .page-header-title .page-header-title-sector {
      color: #f13b30;
      padding-left: 5px; }
      .page-header .page-header-title .page-header-title-sector:before, .archive-header .page-header-title .page-header-title-sector:before {
        content: '/';
        padding: 10px 10px;
        color: #999999; }
  .page-header.page-header-cgx, .page-header-cgx.archive-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (min-width: 768px) {
    .page-header, .archive-header {
      min-height: 120px; }
      .page-header .page-header-title, .archive-header .page-header-title {
        font-size: 3.6rem;
        padding: 0; } }

.page-header-image {
  margin-bottom: 2rem; }
  .page-header-image img {
    width: 100vw;
    height: auto;
    position: relative;
    margin-left: -50vw;
    left: 50%; }

.page-header__borderbottom {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 2px;
  left: 50%;
  background-color: #D9D9D9; }

.circleimage {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 200px; }
  .circleimage.floatleft {
    float: left;
    margin: 0 40px 30px 0; }

.content__page {
  padding-top: 30px; }
  .content__page h1 {
    font-size: 2.88rem;
    font-weight: 400;
    color: #262626;
    margin: 35px 0 30px;
    padding: 0; }
    @media (min-width: 768px) {
      .content__page h1 {
        font-size: 3.6rem; } }
  .content__page h2 {
    font-size: 2.4rem;
    line-height: 1.6em;
    font-weight: 400;
    color: #666666;
    margin: 30px 0 25px;
    padding: 0; }
    @media (min-width: 768px) {
      .content__page h2 {
        font-size: 3rem; } }
  .content__page h3 {
    font-size: 1.92rem;
    line-height: 1.6em;
    font-weight: 400;
    color: #666666;
    margin: 30px 0 20px;
    padding: 0; }
    @media (min-width: 768px) {
      .content__page h3 {
        font-size: 2.4rem; } }
  .content__page h4 {
    font-size: 1.8rem;
    line-height: 1.6em;
    font-weight: 400;
    color: #666666;
    margin: 25px 0 15px;
    padding: 0; }
  .content__page h5 {
    font-size: 1.6rem;
    line-height: 1.8em;
    font-weight: 400;
    color: #666666;
    margin: 20px 0 15px;
    padding: 0; }
  .content__page h6 {
    font-size: 1.4rem;
    line-height: 1.9em;
    font-weight: 300;
    color: #666666;
    margin: 15px 0 15px;
    padding: 0; }
  .content__page p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 1.8em;
    margin: 0 0 1.5em 0; }
    .content__page p a {
      color: #f13b30;
      font-weight: 500;
      border-bottom: 1px solid #f13b30;
      text-decoration: none; }
      .content__page p a:hover {
        color: #3986b7;
        border-color: #3986b7; }
  .content__page .lead {
    color: #262626; }
  .content__page strong {
    font-weight: 500;
    color: #262626; }
  .content__page em {
    font-weight: 400;
    font-style: italic; }
  .content__page ul {
    margin: 2rem 0;
    padding-left: 3rem;
    list-style-type: disc; }
    .content__page ul li {
      font-size: 1.5rem;
      font-weight: 400;
      color: #262626;
      line-height: 2em;
      margin: 1rem 0; }
    .content__page ul ul {
      margin: 1.5rem 0; }
  .content__page ol {
    margin: 2rem 0; }
    .content__page ol li {
      font-size: 1.5rem;
      font-weight: 400;
      color: #262626;
      line-height: 2em;
      margin: 1rem 0; }
    .content__page ol ol {
      margin: 1.5rem 0; }

article.single-post {
  padding-top: 0; }
  article.single-post.centro-medico .post-thumbnail img {
    margin-bottom: 40px; }
  article.single-post.centro-medico header {
    border-bottom: 2px solid #f13b30;
    margin-bottom: 35px;
    padding-bottom: 30px; }
    article.single-post.centro-medico header p {
      font-size: 1.5rem;
      line-height: 1.55em;
      font-weight: 500;
      color: #4D4D4D;
      margin-bottom: 15px; }
      article.single-post.centro-medico header p strong {
        font-weight: 500;
        color: #4D4D4D;
        display: inline-block; }
  article.single-post.centro-medico .entry-title {
    color: #f13b30;
    font-size: 2.6rem;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding: 0; }
    @media (min-width: 1200px) {
      article.single-post.centro-medico .entry-title {
        line-height: 1.5em;
        font-weight: 600; } }
  article.single-post.centro-medico p {
    font-size: 1.5rem;
    line-height: 1.6em; }
  article.single-post.centro-medico h2 {
    padding: 0;
    margin: 0 0 20px 0;
    color: #0D0D0D; }
  article.single-post.centro-medico h3 {
    color: #666666;
    font-weight: 400;
    line-height: 1em;
    font-size: 1.4rem;
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 0; }
  article.single-post.centro-medico p + h3 {
    padding-top: 1.5rem; }
  article.single-post.centro-medico .inline-block {
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: inline-block; }
  article.single-post.centro-medico .row.no-gutters > .col,
  article.single-post.centro-medico .no-gutters > [class*=col-] {
    padding-right: 1px;
    padding-left: 1px;
    margin-bottom: 2px; }
  article.single-post.centro-medico .entry-content p {
    color: #666666;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4em;
    margin: 0 0 1rem 0; }
  article.single-post.centro-medico .entry-content strong {
    color: #666666; }
  article.single-post.centro-medico .entry-content a {
    color: inherit;
    text-decoration: none;
    border: none;
    font-weight: inherit; }
    article.single-post.centro-medico .entry-content a:hover {
      color: #f13b30;
      border-bottom: 1px solid #f13b30; }
  article.single-post.centro-medico .entry-content ul li {
    color: #666666;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4em;
    margin: 0 0 1rem 0; }
  article.single-post.centro-medico .links {
    padding-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    article.single-post.centro-medico .links a {
      color: inherit;
      text-decoration: none; }
      article.single-post.centro-medico .links a:hover {
        text-decoration: none;
        border-bottom: 1px solid #f13b30;
        color: #f13b30; }
    article.single-post.centro-medico .links span:before {
      content: " / "; }
    article.single-post.centro-medico .links span:first-child:before {
      display: none; }
    article.single-post.centro-medico .links .icon-link {
      padding-left: 30px; }
      article.single-post.centro-medico .links .icon-link:before {
        width: 18px;
        height: 18px;
        background-size: 18px; }
  article.single-post.centro-medico p[class^="icon"] {
    position: relative;
    padding-left: 24px; }
    article.single-post.centro-medico p[class^="icon"]:before {
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0px; }
  article.single-post.centro-medico .icon-link:before {
    top: 1px; }
  article.single-post.centro-medico .icon-address:before {
    background-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    top: -2px;
    margin-left: -3px; }
  article.single-post.centro-medico .icon-medal:before {
    background-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    top: -2px; }
  article.single-post.centro-medico .googlemap {
    width: 100%;
    height: 280px; }
    article.single-post.centro-medico .googlemap p {
      margin: 0 0 3px 0; }

.fga__page_404 .fga__page_404__message {
  padding: 1rem 0;
  margin-bottom: 1rem; }

.fga__page_404 .fga__page_404__button {
  background-color: #f13b30;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px; }
  .fga__page_404 .fga__page_404__button a {
    color: inherit; }

.cgx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cgx-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%; }
  .cgx-content .archive__borderbottom {
    margin-left: -15px;
    margin-right: -15px;
    position: static;
    width: auto; }

.cgx-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding-top: 30px; }
  .cgx-sidebar .widget_nav_menu {
    background-color: #fff;
    border-radius: .8rem;
    box-shadow: 0px 1px 5px #D9D9D9;
    margin-left: 30px; }
    .cgx-sidebar .widget_nav_menu h3 {
      min-height: 6rem;
      border-bottom: 2px solid #F0F0F0;
      color: #f13b30;
      font-size: 1.4rem;
      line-height: 6rem;
      font-weight: 500;
      margin: 0 2rem 0 2rem; }
    .cgx-sidebar .widget_nav_menu .menu {
      padding-top: 20px;
      padding-bottom: 20px; }
    .cgx-sidebar .widget_nav_menu li {
      font-size: 1.4rem;
      font-weight: 400;
      color: #999999;
      line-height: 1.4em;
      margin-bottom: 1rem; }
      .cgx-sidebar .widget_nav_menu li a {
        color: inherit;
        font-weight: inherit;
        display: inline-block; }
      .cgx-sidebar .widget_nav_menu li.current-menu-item {
        color: #4D4D4D; }

.sectionmenu {
  margin-right: 30px;
  position: relative; }
  .sectionmenu .sectionmenu__button {
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #f13b30;
    color: #fff;
    padding: 12px 45px 12px 15px;
    position: relative;
    cursor: pointer;
    border: 1px solid #f13b30; }
    .sectionmenu .sectionmenu__button .sectionmenu__indicator {
      width: 18px;
      position: absolute;
      right: 15px;
      top: 9px; }
      .sectionmenu .sectionmenu__button .sectionmenu__indicator span {
        background-color: #fff;
        width: 100%;
        height: 2px;
        display: block;
        margin: 3px 0; }
  .sectionmenu .sectionmenu__menu {
    position: absolute;
    background-color: #f13b30;
    top: 50px;
    z-index: 100;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    right: -15px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
    padding: 10px;
    width: 240px; }
    .sectionmenu .sectionmenu__menu:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 9px 8px;
      border-color: transparent transparent #f13b30 transparent;
      position: absolute;
      top: -8px;
      right: 30px; }
    .sectionmenu .sectionmenu__menu ul {
      margin: 0;
      padding: 0; }
      .sectionmenu .sectionmenu__menu ul li {
        padding: 0;
        list-style-type: none;
        color: #fff;
        font-weight: 300;
        font-size: 1.4rem;
        text-align: right;
        margin: 8px 5px 8px 10px;
        line-height: 1.3em;
        display: block; }
        .sectionmenu .sectionmenu__menu ul li a {
          color: inherit; }
  .sectionmenu.sectionmenu--open .sectionmenu__button {
    border-color: #f13b30;
    background-color: #fff;
    color: #f13b30; }
    .sectionmenu.sectionmenu--open .sectionmenu__button .sectionmenu__indicator {
      display: block;
      width: 14px;
      height: 14px;
      background-image: url("../images/icon-close-red.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 14px;
      top: 11px; }
      .sectionmenu.sectionmenu--open .sectionmenu__button .sectionmenu__indicator span {
        color: #f13b30;
        display: none; }
  .sectionmenu.sectionmenu--open .sectionmenu__menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s; }

.search-form {
  margin: 2rem 0; }

.search-form label {
  font-weight: normal;
  margin-right: 2rem; }

.search-form .search-field {
  width: 480px;
  background-image: url("../images/form-search.svg");
  background-repeat: no-repeat;
  background-position: 15px 48%;
  background-size: 18px;
  padding-left: 4.5rem; }

.search-form .search-submit {
  padding-left: 3rem;
  padding-right: 3rem; }

.search-row {
  min-height: 480px; }

.searchpage {
  padding: 4rem 0 0 0; }
  .searchpage .searchpage__item {
    padding-left: 3rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .searchpage .searchpage__item.searchpage__item--competition .searchpage__item__icon {
      background-image: url("../images/search-competition.png"); }
    .searchpage .searchpage__item.searchpage__item--post .searchpage__item__icon {
      background-image: url("../images/search-post.png"); }
    .searchpage .searchpage__item.searchpage__item--paper .searchpage__item__icon {
      background-image: url("../images/search-paper.png"); }
    .searchpage .searchpage__item.searchpage__item--club .searchpage__item__icon {
      background-image: url("../images/search-club.png"); }
    .searchpage .searchpage__item.searchpage__item--page .searchpage__item__icon {
      background-image: url("../images/search-page.png"); }
    .searchpage .searchpage__item.searchpage__item--circuit_approved .searchpage__item__icon {
      background-image: url("../images/search-circuit.png"); }
  .searchpage .searchpage__item__icon {
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: 50% 0;
    margin-right: 2rem;
    margin-top: -10px; }
  .searchpage .searchpage__item__description p {
    color: #4D4D4D;
    margin: 0 0 0.5rem 0;
    font-weight: 400; }
  .searchpage .searchpage__item__description a {
    color: #3986b7;
    font-size: 1.6rem; }

.search__archive {
  margin-bottom: 40px; }
  .search__archive .empty__search {
    min-height: 200px;
    padding-top: 40px; }
    .search__archive .empty__search p {
      font-size: 1.8rem;
      color: #666666; }
  .search__archive .search__header__row {
    border-bottom: 2px solid #F0F0F0; }
    .search__archive .search__header__row.search__header__row__month {
      border-bottom: 2px solid #f13b30; }
      .search__archive .search__header__row.search__header__row__month .search__header__item {
        padding-top: 24px;
        padding-bottom: 24px; }
    .search__archive .search__header__row .search__header__item {
      padding-top: 22px;
      padding-bottom: 22px;
      font-size: 1.3rem;
      line-height: 1em;
      font-weight: 400;
      color: #262626; }
    .search__archive .search__header__row .search__header__month__title {
      color: #f13b30;
      font-size: 1.4rem; }
  .search__archive .search__body__row {
    border-bottom: 2px solid #F0F0F0; }
    .search__archive .search__body__row:hover, .search__archive .search__body__row:focus {
      background-color: #FAFAFA; }
    .search__archive .search__body__row .search__body__item {
      font-size: 1.3rem;
      font-weight: 400;
      color: #999999;
      line-height: 1.2em;
      min-height: 58px;
      padding-top: 10px;
      padding-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .search__archive .search__body__row .search__body__item__date {
      white-space: nowrap; }
    .search__archive .search__body__row .search__body__item__title {
      color: #3986b7;
      position: relative; }
      .search__archive .search__body__row .search__body__item__title a {
        color: inherit; }

@media (min-width: 768px) {
  .search__archive .search__header__row {
    padding-left: 15px;
    padding-right: 15px; }
  .search__archive .search__body__row {
    padding-left: 15px;
    padding-right: 15px; }
    .search__archive .search__body__row .search__body__item {
      padding-top: 0;
      padding-bottom: 0; }
    .search__archive .search__body__row .search__body__item__title {
      position: relative; }
      .search__archive .search__body__row .search__body__item__title a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        position: absolute;
        left: 15px;
        right: 30px; } }

.entry-share {
  color: #999999;
  font-size: 1.4rem;
  line-height: 1em; }
  .entry-share p {
    margin: 0 2rem 0 0;
    padding: 0;
    display: inline-block; }
  .entry-share .share-layer {
    display: inline-block;
    margin: 0 2.5rem 0 0; }
    .entry-share .share-layer .fa {
      font-size: 2.2rem;
      position: relative; }
    .entry-share .share-layer button {
      display: inline-block;
      border: none;
      background-color: transparent;
      outline: none;
      margin: 0 0 0 0;
      padding: 0;
      cursor: pointer; }
    .entry-share .share-layer .share-counter {
      border: 1px solid #D9D9D9;
      border-radius: 3px;
      padding: 4px 8px;
      line-height: 1em;
      font-size: 1.4rem;
      display: none; }
  .entry-share .share-facebook .fa {
    color: #385c9f;
    top: 3px; }
  .entry-share .share-twitter {
    margin-right: 0; }
    .entry-share .share-twitter .fa {
      color: #00a2f9;
      top: 3px; }

.front_page__news {
  margin: 0 60px 40px 60px;
  background-color: #fff;
  box-shadow: 0 2px 5px #D9D9D9;
  border-radius: 5px;
  overflow: hidden; }
  .front_page__news .front_page__news_banner {
    padding: 30px 20px 25px 20px; }
    .front_page__news .front_page__news_banner h4 {
      font-size: 1.8rem;
      font-weight: 400;
      color: #666666;
      margin: 0; }

.hometitle {
  color: #4D4D4D;
  font-size: 3.6rem;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
  min-height: 150px;
  margin: 0 0 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .hometitle h1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: block;
    position: relative;
    z-index: 20; }
  .hometitle:after {
    content: "";
    width: 7rem;
    height: 0.2rem;
    background-color: #f13b30;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3.5rem; }
  .hometitle strong {
    font-weight: 500; }
  .hometitle .hometitle__subtitle {
    color: #F0F0F0;
    font-size: 9rem;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
    display: none; }
    @media (min-width: 768px) {
      .hometitle .hometitle__subtitle {
        display: block; } }

.floor__info {
  background-color: #f6f6f6;
  padding: 4rem 0;
  margin-bottom: 4rem; }

.floor__news {
  margin-bottom: 6rem; }
  .floor__news .simplelist.news {
    position: static; }
    .floor__news .simplelist.news .simplelist__content {
      position: static; }
    .floor__news .simplelist.news .simplelist__footer {
      position: static; }
    @media (min-width: 992px) {
      .floor__news .simplelist.news {
        position: absolute; }
        .floor__news .simplelist.news .simplelist__content {
          position: absolute; }
        .floor__news .simplelist.news .simplelist__footer {
          position: absolute; } }

.floor__competitions {
  margin-bottom: 12rem; }

.floor__banners {
  background-color: #f6f6f6;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .floor__banners .bannerimage {
    border-radius: .8rem;
    overflow: hidden; }
    .floor__banners .bannerimage img {
      width: 100%;
      height: auto; }
  .floor__banners h2 {
    color: #0D0D0D;
    font-family: Oswald, sans-serif;
    font-style: italic;
    font-size: 2rem;
    padding: 2rem 1rem 2rem 2rem;
    margin: 0; }
    .floor__banners h2 a {
      color: inherit; }
  .floor__banners .bannerimage--citius {
    position: relative;
    z-index: 2; }
    .floor__banners .bannerimage--citius .play-button {
      position: absolute;
      z-index: 5;
      top: 0;
      width: 160px;
      height: 120px;
      color: #fff;
      font-style: italic;
      letter-spacing: 1px;
      font-weight: 500;
      font-size: 1.6rem;
      text-align: center;
      left: 50%;
      margin-left: -80px;
      top: 50%;
      margin-top: -60px; }
      .floor__banners .bannerimage--citius .play-button a {
        color: inherit;
        display: block;
        padding-top: 90px; }
        .floor__banners .bannerimage--citius .play-button a:before {
          content: "";
          width: 70px;
          height: 70px;
          border-radius: 70px;
          background-color: #2196f3;
          display: block;
          position: absolute;
          top: 0;
          z-index: 6;
          left: 50%;
          margin-left: -35px; }
        .floor__banners .bannerimage--citius .play-button a:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 0 15px 31px;
          border-color: transparent transparent transparent #ffffff;
          position: absolute;
          top: 20px;
          z-index: 7;
          left: 50%;
          margin-left: -11px; }
  .floor__banners .banner__citius {
    padding-top: 6rem; }
  .floor__banners .banner__citius__description h2 {
    font-size: 4.6rem;
    line-height: 1em;
    text-transform: uppercase;
    color: #f13b30;
    margin: 0 0 0 0;
    padding: 0 1rem 1rem 0; }
  .floor__banners .banner__citius__description .entry-title-separator-line {
    fill: #f13b30;
    display: block; }
  .floor__banners .banner__citius__description p {
    font-size: 1.3rem;
    font-weight: 300;
    color: #4D4D4D;
    padding-top: 2rem; }

.banner__trail {
  width: 100%;
  display: block;
  height: 200px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .banner__trail {
      height: 175px; } }
  .banner__trail h2 {
    font-size: 4rem;
    font-family: Oswald, sans-serif;
    font-style: italic;
    line-height: 1em;
    text-transform: uppercase;
    color: #f13b30;
    margin: 0 0 0 0;
    padding: 0 1rem 1rem 0; }
    @media (min-width: 768px) {
      .banner__trail h2 {
        font-size: 4.6rem; } }
  .banner__trail h3 {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-style: italic;
    line-height: 1.3em;
    letter-spacing: 1px;
    margin: 0; }
  .banner__trail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 8%;
    padding-right: 5%;
    text-decoration: none; }
    @media (min-width: 768px) {
      .banner__trail a {
        padding-left: 19%; } }

.floor__links {
  padding: 10rem 0; }
  .floor__links img {
    float: left;
    margin-right: 20px; }
  .floor__links h2 {
    color: #0D0D0D;
    font-weight: 500;
    font-size: 1.8rem;
    padding-top: 10px;
    margin-bottom: 25px; }
  .floor__links p {
    color: #999999;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8em; }

.floor__sponsor {
  margin-bottom: 6rem; }
  .floor__sponsor .row p {
    border-top: 2px solid #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5rem 0 4rem; }
    .floor__sponsor .row p a {
      display: block; }
    .floor__sponsor .row p img {
      margin: 20px 20px; }
    .floor__sponsor .row p + p {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }

.simplelist {
  background-color: #fff;
  border-radius: .8rem;
  box-shadow: 0px 1px 5px #D9D9D9; }
  .simplelist .simplelist__header {
    min-height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #F0F0F0; }
  .simplelist .simplelist__header__title {
    color: #f13b30;
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 500;
    margin: 0 3rem 0 3rem; }
  .simplelist .simplelist__item {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.4em; }
    .simplelist .simplelist__item a {
      color: inherit;
      font-weight: inherit;
      margin-bottom: 1rem;
      display: inline-block; }
  .simplelist a.inline {
    display: inline;
    margin-bottom: 0; }
  .simplelist .simplelist__item__list {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    list-style-type: none;
    display: inline-block; }
    .simplelist .simplelist__item__list:before {
      content: " - "; }
    .simplelist .simplelist__item__list li {
      margin: 0 2px 0 0;
      padding: 0 0 0 5px;
      height: auto;
      border: none;
      display: inline-block;
      border-left: 2px solid #D9D9D9;
      color: #999999;
      font-weight: 300; }
      .simplelist .simplelist__item__list li:first-child {
        padding: 0;
        border: none; }
      .simplelist .simplelist__item__list li a {
        margin: 0; }
  .simplelist .simplelist__item__code {
    color: #262626; }
  .simplelist .simplelist__item__meta {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #b8b8b8;
    font-size: 1.3rem;
    line-height: 1em; }
  .simplelist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1rem; }
    .simplelist ul li {
      margin: 0;
      padding: 2rem 3rem; }
      .simplelist ul li:first-child {
        border-top: none; }
  .simplelist .simplelist__footer {
    border-top: 2px solid #F0F0F0;
    padding: 2rem 0;
    text-align: center; }
    .simplelist .simplelist__footer a {
      color: #b8b8b8;
      font-size: 1.1rem;
      font-weight: 500;
      line-height: 1em;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .simplelist.competitions .simplelist__header__title {
    position: relative;
    padding-left: 24px; }
    .simplelist.competitions .simplelist__header__title:before {
      content: "";
      background-image: url("../images/icon-medal.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px;
      width: 22px;
      height: 22px;
      display: block;
      position: absolute;
      left: -7px;
      margin-top: -4px; }

.single__borderbottom {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 2px;
  left: 50%;
  background-color: #D9D9D9;
  z-index: 1; }

.single__backbutton {
  color: #F0F0F0;
  padding: 15px 0; }
  .single__backbutton a {
    color: #666666;
    padding-left: 30px;
    position: relative;
    display: inline-block; }
    .single__backbutton a:before {
      content: "";
      background-image: url("../images/arrow-red-previous.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 14px;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 3px;
      left: 2px; }

article.single-post {
  padding: 40px 0; }
  article.single-post header {
    margin-bottom: 1.5rem; }
  article.single-post .entry-title {
    font-size: 2rem;
    font-weight: 700;
    color: #262626;
    margin: 0 0 3rem 0;
    padding: 2rem 0 0 0; }
  article.single-post h2 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #4D4D4D;
    margin: 0 0 4rem 0;
    padding: 6rem 0 0 0; }
  article.single-post p {
    font-weight: 400;
    font-size: 1.4rem;
    color: #999999; }
  article.single-post p[class^="icon"] {
    position: relative; }
    article.single-post p[class^="icon"]:before {
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px;
      width: 18px;
      height: 18px;
      position: absolute;
      left: -58px; }
  article.single-post p[class="icon-phone"] + p[class="icon-phone"]:before {
    display: none; }
  article.single-post .icon-link:before {
    background-image: url("../images/icon-link.svg");
    top: 2px; }
  article.single-post .icon-phone:before {
    background-image: url("../images/icon-phone.svg"); }
  article.single-post .icon-email:before {
    background-image: url("../images/icon-email.svg"); }
  article.single-post .icon-address:before {
    background-image: url("../images/icon-address.svg");
    top: 2px; }
  article.single-post .icon-medal:before {
    background-image: url("../images/icon-medal-darkgray.png");
    background-size: 20px;
    width: 20px;
    height: 20px; }
  article.single-post .post-thumbnail img {
    max-width: 100%; }
  article.single-post.type-club {
    padding-left: 16rem;
    padding-top: 5rem;
    position: relative; }
    article.single-post.type-club .post-thumbnail {
      margin: 0 0 3rem 0;
      position: absolute;
      left: 1rem; }
      article.single-post.type-club .post-thumbnail img {
        max-width: 100px; }
    article.single-post.type-club .entry-field-content p {
      margin: 0 0 8px 0; }
      article.single-post.type-club .entry-field-content p a {
        color: inherit; }
    article.single-post.type-club .entry-field-content p + p[class^="icon"] {
      padding-top: 3rem; }
  article.single-post.type-circuit_approved {
    padding-left: 6rem;
    padding-top: 3rem;
    position: relative; }

article.entry-single {
  box-shadow: 0px 2px 10px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  article.entry-single header {
    background-color: #FAFAFA;
    min-height: 28rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem; }
    @media (min-width: 576px) {
      article.entry-single header {
        margin-bottom: 5rem; } }
    article.entry-single header .entry-header-content {
      padding: 3rem 8rem; }
    article.entry-single header ul.post-categories {
      margin-right: 3rem; }
    article.entry-single header time {
      font-size: 1.4rem;
      font-weight: 300;
      display: block;
      margin-top: 15px; }
      @media (min-width: 576px) {
        article.entry-single header time {
          position: relative;
          top: 2px;
          margin-top: 0;
          display: inline; } }
      article.entry-single header time span {
        margin-left: 1rem; }
    article.entry-single header .entry-title {
      font-size: 3rem;
      font-weight: 500;
      line-height: 1.3em;
      margin-top: 3rem;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        article.entry-single header .entry-title {
          margin-top: 3rem;
          margin-bottom: 2rem;
          font-size: 3.6rem;
          line-height: 1.3em; } }
      @media (min-width: 992px) {
        article.entry-single header .entry-title {
          margin-top: 5rem;
          margin-bottom: 4rem;
          font-size: 3.6rem;
          line-height: 1.5em; } }
    article.entry-single header .entry-title-separator-line {
      stroke: #f13b30;
      stroke-width: 4; }
  article.entry-single.has-post-thumbnail header {
    display: block;
    min-height: 31rem; }
    @media (min-width: 992px) {
      article.entry-single.has-post-thumbnail header {
        min-height: 42rem; } }
    @media (min-width: 1200px) {
      article.entry-single.has-post-thumbnail header {
        min-height: 50rem; } }
    article.entry-single.has-post-thumbnail header .entry-thumbnail {
      max-height: 50rem;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      article.entry-single.has-post-thumbnail header .entry-thumbnail img {
        max-width: 100%;
        height: auto;
        display: none; }
    article.entry-single.has-post-thumbnail header .entry-thumbnail-overlay {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.4); }
    article.entry-single.has-post-thumbnail header .entry-header-content {
      padding-right: 2rem;
      padding-left: 2rem;
      padding-top: 2rem;
      position: relative;
      top: 0;
      z-index: 20; }
      @media (min-width: 576px) {
        article.entry-single.has-post-thumbnail header .entry-header-content {
          padding-right: 4rem;
          padding-left: 4rem;
          padding-top: 4rem;
          position: absolute; } }
      @media (min-width: 992px) {
        article.entry-single.has-post-thumbnail header .entry-header-content {
          padding-right: 10rem;
          padding-left: 10rem;
          padding-top: 8rem; } }
      @media (min-width: 1200px) {
        article.entry-single.has-post-thumbnail header .entry-header-content {
          padding-right: 10rem;
          padding-left: 10rem;
          padding-top: 10rem; } }
    article.entry-single.has-post-thumbnail header time {
      color: #fff; }
    article.entry-single.has-post-thumbnail header .entry-title {
      color: #fff; }
  article.entry-single .entry-content {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 3rem; }
    article.entry-single .entry-content .gallery {
      margin-right: -34rem;
      margin-left: -10rem;
      margin-bottom: 4rem;
      margin-top: 4rem; }
    @media (min-width: 576px) {
      article.entry-single .entry-content {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 4rem; } }
    @media (min-width: 992px) {
      article.entry-single .entry-content {
        padding-left: 10rem;
        padding-right: 34rem;
        margin-bottom: 4rem; } }
  article.entry-single footer {
    border-top: 2px solid #ededed;
    min-height: 10rem;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 576px) {
      article.entry-single footer {
        padding: 1rem 4rem; } }
    @media (min-width: 992px) {
      article.entry-single footer {
        padding: 1rem 8rem; } }

.entry-content h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #4D4D4D;
  margin: 0 0 3rem;
  padding: 3rem 0 0 0; }

.entry-content h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #262626;
  margin: 0 0 3rem 0;
  padding: 2rem 0 0 0; }

.entry-content h4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #0D0D0D;
  margin: 5px 0 20px 0;
  padding: 0; }

.entry-content h5 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #0D0D0D;
  margin: 5px 0 15px 0;
  padding: 0; }

.entry-content p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #262626;
  line-height: 1.8em;
  margin: 0 0 3rem 0; }
  .entry-content p a {
    color: #f13b30;
    font-weight: 500;
    border-bottom: 1px solid #f13b30;
    text-decoration: none; }
    .entry-content p a:hover {
      color: #3986b7;
      border-color: #3986b7; }
    .entry-content p a strong {
      color: inherit; }

.entry-content strong {
  font-weight: 500;
  color: #262626; }

.entry-content em {
  font-weight: 400;
  font-style: italic; }

.entry-content ul {
  margin-bottom: 30px; }
  .entry-content ul li {
    font-size: 1.6rem;
    font-weight: 300;
    color: #666666;
    line-height: 1.5em;
    margin-bottom: 1em; }

.entry-content ol {
  margin-bottom: 30px; }
  .entry-content ol li {
    font-size: 1.6rem;
    font-weight: 300;
    color: #666666;
    line-height: 1.4em;
    margin-bottom: 1rem; }

.entry-content a.btn, .entry-content .search-form a.search-submit, .search-form .entry-content a.search-submit {
  color: #fff; }
  .entry-content a.btn:hover, .entry-content .search-form a.search-submit:hover, .search-form .entry-content a.search-submit:hover {
    color: #fff;
    border-color: transparent; }

.entry-content .button-links {
  margin-bottom: 3rem;
  padding-top: 2rem; }

.entry-content .btn + .btn, .entry-content .comment-form input[type="submit"] + .btn, .comment-form .entry-content input[type="submit"] + .btn, .entry-content .search-form .search-submit + .btn, .search-form .entry-content .search-submit + .btn, .entry-content .comment-form .btn + input[type="submit"], .comment-form .entry-content .btn + input[type="submit"], .entry-content .comment-form input[type="submit"] + input[type="submit"], .comment-form .entry-content input[type="submit"] + input[type="submit"], .entry-content .search-form .comment-form .search-submit + input[type="submit"], .comment-form .entry-content .search-form .search-submit + input[type="submit"], .search-form .entry-content .comment-form .search-submit + input[type="submit"], .comment-form .search-form .entry-content .search-submit + input[type="submit"], .entry-content .search-form .btn + .search-submit, .search-form .entry-content .btn + .search-submit, .entry-content .comment-form .search-form input[type="submit"] + .search-submit, .search-form .entry-content .comment-form input[type="submit"] + .search-submit, .comment-form .entry-content .search-form input[type="submit"] + .search-submit, .search-form .comment-form .entry-content input[type="submit"] + .search-submit, .entry-content .search-form .search-submit + .search-submit, .search-form .entry-content .search-submit + .search-submit {
  margin-left: 20px; }

.entry-content .paper_link {
  padding: 1em 1.5em;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  background-color: #f13b30;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400; }

.entry-content .nova_resultados {
  padding: 15px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  background-color: #f13b30;
  border: 1px solid #f13b30;
  border-radius: 6px; }
  .entry-content .nova_resultados:hover {
    color: #fff; }

.entry-content .archive_link {
  margin-left: 24px;
  position: relative; }
  .entry-content .archive_link:before {
    content: "";
    background-image: url("../images/icon-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -24px;
    margin-top: 4px; }

article.category-arquivo .entry-content img {
  margin: 0 2.5rem 2.5rem 0; }

article.category-arquivo .entry-content a img {
  margin: 0 1.5rem 0 0; }

.styled-table {
  width: 100%; }
  .styled-table tr {
    border-bottom: 2px solid #F0F0F0;
    padding: 15px 0;
    display: block; }
  .styled-table th {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 1.3rem;
    line-height: 1em;
    font-weight: 400;
    color: #262626; }
  .styled-table td {
    font-size: 1.3rem;
    font-weight: 400;
    color: #828282;
    line-height: 1.2em;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100% !important; }
    .styled-table td:before {
      content: attr(data-label) ":";
      display: inline-block;
      margin-right: 10px;
      color: #CCCCCC; }
  .styled-table thead {
    border-top: 2px solid #f13b30; }
    .styled-table thead tr {
      display: none; }
  .styled-table tbody {
    border-top: 2px solid #f13b30; }
  @media (min-width: 1200px) {
    .styled-table {
      display: block; }
      .styled-table thead tr {
        display: table-row; }
      .styled-table tbody {
        border-top: none; }
      .styled-table tr {
        padding: 0;
        display: table-row; }
      .styled-table td {
        padding-top: 15px;
        padding-bottom: 15px;
        display: table-cell;
        width: inherit !important; }
        .styled-table td:before {
          display: none; } }

.gallery {
  position: relative; }
  .gallery .image-rights {
    position: absolute;
    bottom: 2rem;
    left: 12rem; }
    .gallery .image-rights.wp-caption-text {
      font-size: 1.4rem;
      line-height: 1em;
      font-weight: 300;
      color: #D9D9D9;
      font-style: italic; }
  .gallery .wp-caption-text {
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #fff; }
  .gallery .slick-slider .gallery-item {
    margin: 0;
    position: relative; }
    .gallery .slick-slider .gallery-item .gallery-caption {
      position: absolute;
      top: 4rem;
      left: 10rem; }
  .gallery .slick-slider .slick-slide img {
    max-width: 100%;
    height: auto; }
  .gallery .slick-slider-arrows-container {
    position: absolute;
    top: 50%;
    right: 12rem;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    width: 6rem; }
    .gallery .slick-slider-arrows-container .slick-counter {
      border: none;
      background-color: rgba(0, 0, 0, 0.4);
      width: 6rem;
      height: 6rem;
      border-radius: 6rem;
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.4rem;
      line-height: 6rem;
      text-align: center;
      margin-bottom: 3rem; }
    .gallery .slick-slider-arrows-container .slick-arrow {
      border: none;
      background-color: rgba(0, 0, 0, 0.4);
      width: 6rem;
      height: 6rem;
      border-radius: 6rem;
      color: #fff;
      outline: none;
      background-position: center;
      background-size: 2.4rem;
      background-repeat: no-repeat;
      display: block;
      cursor: pointer; }
      .gallery .slick-slider-arrows-container .slick-arrow:hover {
        background-color: rgba(0, 0, 0, 0.7); }
      .gallery .slick-slider-arrows-container .slick-arrow.slick-prev {
        background-image: url("../images/arrow-previous.svg");
        margin-bottom: 3rem; }
      .gallery .slick-slider-arrows-container .slick-arrow.slick-next {
        background-image: url("../images/arrow-next.svg"); }

ul.post-categories {
  padding: 0;
  margin: 0;
  display: inline-block; }
  ul.post-categories li {
    list-style-type: none;
    background-color: #f13b30;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem 0 0;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px; }
    ul.post-categories li a {
      font-size: inherit;
      font-weight: inherit;
      text-transform: uppercase;
      color: #fff; }

.post-tags {
  padding: 0;
  margin: 0;
  display: inline-block; }
  .post-tags a {
    display: inline-block;
    padding: .2rem 1.4rem .2rem .8rem;
    margin: 0 1rem 0 0;
    border-radius: 0.5rem;
    border: 2px solid rgba(217, 217, 217, 0.6);
    font-size: 1.4rem;
    font-weight: 400;
    color: #999999; }
    .post-tags a:before {
      content: "# "; }

.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-card .card {
    width: 25%;
    border-radius: 0;
    border: none;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 3rem; }
    .post-card .card:nth-child(4n+1) {
      border-left: 2px solid #eee; }
    .post-card .card .card-img-top {
      width: 100%;
      min-height: 115px;
      border: none;
      background-color: #f5f5f5;
      background-size: cover;
      position: relative; }
      .post-card .card .card-img-top a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .post-card .card .card-img-top img {
        width: 100%;
        height: auto;
        visibility: hidden; }
    .post-card .card .card-block {
      padding: 20px 30px 40px 30px; }
      .post-card .card .card-block .card-date {
        color: #CCCCCC !important;
        font-size: 1.2rem;
        font-weight: 400;
        display: block;
        margin: 0 0 15px 0;
        padding: 0; }
      .post-card .card .card-block .card-title {
        font-size: 1.8rem;
        font-weight: 400;
        color: #666666;
        line-height: 1.6em;
        margin: 0;
        padding: 0; }
        .post-card .card .card-block .card-title a {
          color: inherit; }
          .post-card .card .card-block .card-title a:hover {
            text-decoration: underline; }
    .post-card .card .card-footer {
      margin-top: auto;
      background: none; }

.post-card-archive {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2rem;
  margin-bottom: 3.5rem; }
  .post-card-archive.card {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial; }
    @media (min-width: 576px) {
      .post-card-archive.card {
        width: 44%; } }
    @media (min-width: 768px) {
      .post-card-archive.card {
        width: 44%; } }
    @media (min-width: 992px) {
      .post-card-archive.card {
        width: 28%; } }
    @media (min-width: 1200px) {
      .post-card-archive.card {
        width: 22%; } }
  .post-card-archive .card-title {
    color: #666666;
    font-size: 1.8rem;
    line-height: 1.5em;
    margin: 0 0 10px 0; }
    .post-card-archive .card-title a {
      color: inherit; }
      .post-card-archive .card-title a:hover {
        color: #f13b30; }
  .post-card-archive .card-date {
    color: #999999;
    font-size: 1.3rem; }
  .post-card-archive .card-excerpt p {
    color: #999999;
    font-size: 1.4rem; }
  .post-card-archive .card-excerpt .more-link {
    color: #3986b7; }
  .post-card-archive .card-body {
    padding: 0; }

.competition-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .competition-card .card {
    border-radius: 0;
    border: none;
    margin-bottom: 5rem;
    border-left: 2px solid #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 98%;
            flex: 1 0 98%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 576px) {
      .competition-card .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .competition-card .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 48%;
                flex: 1 0 48%;
        max-width: 48%; } }
    @media (min-width: 992px) {
      .competition-card .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 31.33333%;
                flex: 1 0 31.33333%;
        max-width: 31.33333%; } }
    @media (min-width: 1200px) {
      .competition-card .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 23%;
                flex: 1 0 23%;
        max-width: 23%; } }
    .competition-card .card:first-child {
      border-left: none; }
    .competition-card .card .card-img-top {
      border: none;
      border-radius: 0;
      background-color: #ededed;
      height: 280px;
      position: relative;
      overflow: hidden; }
      .competition-card .card .card-img-top a {
        display: block; }
      .competition-card .card .card-img-top img {
        width: 100%;
        height: auto; }
      .competition-card .card .card-img-top .card-img-top-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 75%, white 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 75%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 75%, white 100%); }
      .competition-card .card .card-img-top.default-image {
        background-image: url("../images/cltrans.png");
        background-repeat: no-repeat;
        background-position: 50% 45%; }
        .competition-card .card .card-img-top.default-image .card-img-top-overlay {
          background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, white 100%);
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, white 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, white 100%); }
    .competition-card .card .card-title {
      font-size: 1.6rem;
      font-weight: 400;
      color: #666666;
      line-height: 1.6em;
      margin: 0;
      padding: 0; }
      .competition-card .card .card-title a {
        color: inherit; }
        .competition-card .card .card-title a:hover {
          text-decoration: underline; }
    .competition-card .card .card-body {
      position: relative;
      z-index: 20;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-bottom: 2rem;
      height: 8rem; }
    .competition-card .card .card-footer {
      position: relative;
      z-index: 20;
      border-radius: 0;
      padding: 1.5rem 2rem;
      min-height: 55px;
      border-top: 2px solid #F0F0F0;
      background-color: transparent; }
    .competition-card .card .competition__date {
      color: #999999;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 3.8rem;
      display: block;
      margin: 0 0 0 0;
      padding: 0 0 0 3rem;
      position: relative; }
      .competition-card .card .competition__date:before {
        content: "";
        width: 22px;
        height: 22px;
        background-image: url("../images/icon-calendar2-gray.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -11px; }
    .competition-card .card .competition__city {
      color: #999999;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 3.8rem;
      display: block;
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
      .competition-card .card .competition__city.competition__city--empty span:before {
        background-image: none; }
      .competition-card .card .competition__city span {
        position: relative;
        padding-left: 3rem;
        display: inline; }
        .competition-card .card .competition__city span:before {
          content: "";
          width: 22px;
          height: 22px;
          background-image: url("../images/icon-map-gray.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 22px;
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -11px; }

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .news-card .card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border: none;
    border-radius: 0;
    border-left: 2px solid #eee; }
    @media (min-width: 576px) {
      .news-card .card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (min-width: 768px) {
      .news-card .card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (min-width: 992px) {
      .news-card .card {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }
    .news-card .card:first-child {
      border-left: none; }
    .news-card .card .card-img-top {
      width: 100%;
      min-height: 115px;
      border-radius: 0;
      border: none;
      background-color: #f5f5f5;
      background-size: cover;
      position: relative; }
      .news-card .card .card-img-top a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .news-card .card .card-img-top img {
        width: 100%;
        height: auto;
        visibility: hidden; }
    .news-card .card .card-block {
      padding: 30px 30px 40px 30px; }
      .news-card .card .card-block .card-date {
        color: #CCCCCC !important;
        font-size: 1.2rem;
        font-weight: 400;
        display: block;
        margin: 0 0 20px 0;
        padding: 0; }
      .news-card .card .card-block .card-title {
        font-size: 1.6rem;
        font-weight: 400;
        color: #666666;
        line-height: 1.8em;
        margin: 0;
        padding: 0; }
        .news-card .card .card-block .card-title a {
          color: inherit; }
          .news-card .card .card-block .card-title a:hover {
            text-decoration: underline; }
    .news-card .card .card-footer {
      margin-top: auto;
      background: none; }

.news--home {
  margin-left: 15px;
  margin-right: 15px; }
  .news--home .card-deck {
    border-left: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0; }
  .news--home .card {
    border-radius: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    margin: 0;
    border-color: #F0F0F0; }
    @media (min-width: 768px) {
      .news--home .card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
        .news--home .card:last-child {
          display: none; } }
    @media (min-width: 992px) {
      .news--home .card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .news--home .card {
        -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%;
        max-width: 33.333333%; }
        .news--home .card:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .news--home .card .card-img-top {
      border-radius: 0;
      height: 210px;
      position: relative;
      z-index: 1;
      background-color: #F0F0F0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .news--home .card .card-img-top img {
        max-width: 100%;
        display: none; }
      .news--home .card .card-img-top a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-decoration: none; }
    .news--home .card .card-textline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .news--home .card .card-taxonomy {
      font-size: 1.2rem;
      letter-spacing: 1px;
      font-weight: 400;
      color: #CCCCCC;
      line-height: 1em;
      text-transform: uppercase;
      padding-left: 1rem;
      margin-left: 1rem;
      border-left: 1px solid #CCCCCC; }
      .news--home .card .card-taxonomy a {
        color: inherit; }
    .news--home .card .card-body {
      padding: 1.5rem 2rem 2.5rem 2rem; }
    .news--home .card .card-title {
      font-size: 1.7rem;
      font-weight: 400;
      color: #555555;
      line-height: 1.5em;
      margin: 0 0 1.5rem 0;
      padding: 0; }
      .news--home .card .card-title a {
        color: inherit;
        font-weight: inherit; }
    .news--home .card .card-date {
      font-size: 1.4rem;
      font-weight: 400;
      color: #CCCCCC;
      line-height: 1em;
      margin-bottom: 0; }

.news--archive {
  margin-left: 15px;
  margin-right: 15px; }
  .news--archive .card-deck {
    border-left: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0; }
  .news--archive .card {
    border-radius: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    margin: 0;
    border-color: #F0F0F0; }
    @media (min-width: 768px) {
      .news--archive .card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
        .news--archive .card:last-child {
          display: none; } }
    @media (min-width: 992px) {
      .news--archive .card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .news--archive .card {
        -ms-flex-preferred-size: 33.333333%;
            flex-basis: 33.333333%;
        max-width: 33.333333%; }
        .news--archive .card:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .news--archive .card .card-img-top {
      border-radius: 0;
      height: 210px;
      position: relative;
      z-index: 1;
      background-color: #F0F0F0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .news--archive .card .card-img-top img {
        max-width: 100%;
        display: none; }
      .news--archive .card .card-img-top a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-decoration: none; }
    .news--archive .card .card-textline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .news--archive .card .card-taxonomy {
      font-size: 1.2rem;
      letter-spacing: 1px;
      font-weight: 400;
      color: #CCCCCC;
      line-height: 1em;
      text-transform: uppercase;
      padding-left: 1rem;
      margin-left: 1rem;
      border-left: 1px solid #CCCCCC; }
      .news--archive .card .card-taxonomy a {
        color: inherit; }
    .news--archive .card .card-body {
      padding: 2rem 2rem 2.5rem 2rem; }
    .news--archive .card .card-title {
      font-size: 1.7rem;
      font-weight: 400;
      color: #555555;
      line-height: 1.5em;
      margin: 0 0 1.5rem 0;
      padding: 0; }
      .news--archive .card .card-title a {
        color: inherit;
        font-weight: inherit; }
    .news--archive .card .card-date {
      font-size: 1.4rem;
      font-weight: 400;
      color: #CCCCCC;
      line-height: 1em;
      margin-bottom: 0; }

article.single-post.type-competition .post-thumbnail {
  margin-bottom: 20px; }

article.single-post.type-competition .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  article.single-post.type-competition .button-group .btn, article.single-post.type-competition .button-group .comment-form input[type="submit"], .comment-form article.single-post.type-competition .button-group input[type="submit"], article.single-post.type-competition .button-group .search-form .search-submit, .search-form article.single-post.type-competition .button-group .search-submit {
    width: 41%;
    cursor: pointer; }

article.single-post.type-competition header {
  border-bottom: 2px solid #f13b30;
  margin-bottom: 35px;
  padding-bottom: 30px; }
  article.single-post.type-competition header p {
    font-size: 1.5rem;
    color: #828282;
    margin-bottom: 0; }
    article.single-post.type-competition header p strong {
      font-weight: 500;
      color: #4D4D4D;
      display: inline-block; }
    article.single-post.type-competition header p a {
      color: #828282; }

article.single-post.type-competition .entry-title {
  color: #f13b30;
  font-size: 2.6rem;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 0 25px 0;
  padding: 0; }
  @media (min-width: 1200px) {
    article.single-post.type-competition .entry-title {
      line-height: 1.5em;
      font-weight: 600; } }

article.single-post.type-competition h2 {
  padding: 0;
  margin: 0 0 20px 0;
  color: #0D0D0D; }

article.single-post.type-competition h3 {
  color: #666666;
  font-weight: 400;
  line-height: 1em;
  font-size: 1.4rem;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0; }

article.single-post.type-competition p + h3 {
  padding-top: 1.5rem; }

article.single-post.type-competition .inline-block {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: inline-block; }

article.single-post.type-competition .entry-content p {
  color: #666666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 0 0 1rem 0; }

article.single-post.type-competition .entry-content strong {
  color: #666666; }

article.single-post.type-competition .entry-content a {
  color: inherit;
  text-decoration: none;
  border: none;
  font-weight: inherit; }
  article.single-post.type-competition .entry-content a:hover {
    color: #f13b30;
    border-bottom: 1px solid #f13b30; }

article.single-post.type-competition .entry-content ul li {
  color: #666666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 0 0 1rem 0; }

article.single-post.type-competition .links {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  article.single-post.type-competition .links a {
    color: inherit;
    text-decoration: none; }
    article.single-post.type-competition .links a:hover {
      text-decoration: none;
      border-bottom: 1px solid #f13b30;
      color: #f13b30; }
  article.single-post.type-competition .links span:before {
    content: " / "; }
  article.single-post.type-competition .links span:first-child:before {
    display: none; }
  article.single-post.type-competition .links .icon-link {
    padding-left: 30px; }
    article.single-post.type-competition .links .icon-link:before {
      width: 18px;
      height: 18px;
      background-size: 18px; }

article.single-post.type-competition .organization {
  margin-bottom: 35px; }

article.single-post.type-competition .child-competitions {
  margin-bottom: 35px; }
  article.single-post.type-competition .child-competitions ul {
    margin: 0;
    padding: 0; }
    article.single-post.type-competition .child-competitions ul li {
      margin: 0 0 1rem 2rem; }

article.single-post.type-competition .rules {
  margin-bottom: 35px; }

article.single-post.type-competition .inscription {
  margin-bottom: 35px; }
  article.single-post.type-competition .inscription .inscription-description {
    margin-bottom: 20px; }

@media (min-width: 992px) {
  article.single-post.type-competition .localization {
    margin-bottom: 35px;
    padding-top: 5rem; } }

article.single-post.type-competition .localization__map {
  margin-bottom: 35px; }
  article.single-post.type-competition .localization__map .marker {
    display: none; }

article.single-post.type-competition p[class^="icon"] {
  position: relative;
  padding-left: 24px; }
  article.single-post.type-competition p[class^="icon"]:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px; }

article.single-post.type-competition .icon-link:before {
  top: 1px; }

article.single-post.type-competition .icon-address:before {
  background-size: 22px !important;
  width: 22px !important;
  height: 22px !important;
  top: -2px;
  margin-left: -3px; }

article.single-post.type-competition .icon-medal:before {
  background-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  top: -2px; }

article.single-post.type-competition .googlemap {
  width: 100%;
  height: 280px; }
  article.single-post.type-competition .googlemap p {
    margin: 0 0 3px 0; }

/**
* Instalaciones atléticas
*/
.archive_athletic_facilities {
  padding: 40px 0; }
  .archive_athletic_facilities .archive_athletic_facilities__list {
    margin: 30px 0;
    display: none; }
  .archive_athletic_facilities .archive_athletic_facilities__content {
    position: relative;
    min-height: 160px;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .archive_athletic_facilities .archive_athletic_facilities__content {
        margin-top: 0;
        height: 100%; } }
    .archive_athletic_facilities .archive_athletic_facilities__content .default-info {
      background-color: #f9f9f9;
      border: 2px solid #ebebeb;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .archive_athletic_facilities .archive_athletic_facilities__content .default-info p {
        font-size: 1.4rem;
        color: #666666;
        font-weight: 500;
        text-align: center; }
    .archive_athletic_facilities .archive_athletic_facilities__content.filled .default-info {
      display: none; }
    .archive_athletic_facilities .archive_athletic_facilities__content article.single-post {
      padding: 0; }
      .archive_athletic_facilities .archive_athletic_facilities__content article.single-post .row {
        margin-left: -15px;
        margin-right: -15px; }

.fga_google_map_single {
  margin-top: 40px; }

.fga_google_map_single_item {
  display: none; }

article.single-post.type-athletic_facilities .post-thumbnail {
  margin-bottom: 20px; }

article.single-post.type-athletic_facilities .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  article.single-post.type-athletic_facilities .button-group .btn, article.single-post.type-athletic_facilities .button-group .comment-form input[type="submit"], .comment-form article.single-post.type-athletic_facilities .button-group input[type="submit"], article.single-post.type-athletic_facilities .button-group .search-form .search-submit, .search-form article.single-post.type-athletic_facilities .button-group .search-submit {
    width: 41%;
    cursor: pointer; }

article.single-post.type-athletic_facilities header {
  border-bottom: 2px solid #f13b30;
  margin-bottom: 35px;
  padding-bottom: 30px; }
  article.single-post.type-athletic_facilities header p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #828282; }
    article.single-post.type-athletic_facilities header p strong {
      font-weight: 500;
      color: #4D4D4D; }
    article.single-post.type-athletic_facilities header p a {
      color: #828282; }

article.single-post.type-athletic_facilities .gallery-button {
  margin-top: 40px;
  margin-bottom: -10px; }

article.single-post.type-athletic_facilities .entry-title {
  color: #f13b30;
  font-size: 2.6rem;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding: 0; }

article.single-post.type-athletic_facilities h2 {
  padding: 0;
  margin: 0 0 20px 0;
  color: #0D0D0D; }

article.single-post.type-athletic_facilities h3 {
  color: #666666;
  font-weight: 400;
  line-height: 1em;
  font-size: 1.4rem;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 0; }

article.single-post.type-athletic_facilities p + h3 {
  padding-top: 1.5rem; }

article.single-post.type-athletic_facilities .inline-block {
  margin-right: 1rem;
  display: inline-block; }
  article.single-post.type-athletic_facilities .inline-block.icon-phone {
    padding-left: 24px;
    position: relative;
    margin-right: 2rem; }
    article.single-post.type-athletic_facilities .inline-block.icon-phone:before {
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../images/icon-phone.svg");
      background-size: 16px;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0px;
      margin-top: 2px; }
  article.single-post.type-athletic_facilities .inline-block.icon-email {
    padding-left: 24px;
    position: relative;
    margin-right: 2rem; }
    article.single-post.type-athletic_facilities .inline-block.icon-email:before {
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../images/icon-email.svg");
      background-size: 16px;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0px;
      margin-top: 2px; }

article.single-post.type-athletic_facilities .entry-content p {
  color: #666666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 0 0 1rem 0; }

article.single-post.type-athletic_facilities .entry-content strong {
  color: #666666; }

article.single-post.type-athletic_facilities .entry-content a {
  color: inherit;
  text-decoration: none;
  border: none;
  font-weight: inherit; }
  article.single-post.type-athletic_facilities .entry-content a:hover {
    color: #f13b30;
    border-bottom: 1px solid #f13b30; }

article.single-post.type-athletic_facilities .entry-content ul li {
  color: #666666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 0 0 1rem 0; }

article.single-post.type-athletic_facilities .links {
  padding-top: 2rem; }
  article.single-post.type-athletic_facilities .links a {
    color: inherit;
    text-decoration: none; }
    article.single-post.type-athletic_facilities .links a:hover {
      text-decoration: none;
      border-bottom: 1px solid #f13b30;
      color: #f13b30; }
  article.single-post.type-athletic_facilities .links span:before {
    content: " / "; }
  article.single-post.type-athletic_facilities .links span:first-child:before {
    display: none; }
  article.single-post.type-athletic_facilities .links .icon-link {
    padding-left: 30px; }
    article.single-post.type-athletic_facilities .links .icon-link:before {
      width: 18px;
      height: 18px;
      background-size: 18px; }

article.single-post.type-athletic_facilities .organization {
  margin-bottom: 35px; }

article.single-post.type-athletic_facilities .child-competitions ul {
  margin: 0;
  padding: 0; }
  article.single-post.type-athletic_facilities .child-competitions ul li {
    margin: 0 0 1rem 2rem; }

article.single-post.type-athletic_facilities .rules {
  margin-bottom: 35px; }

article.single-post.type-athletic_facilities .inscription {
  margin-bottom: 35px; }

article.single-post.type-athletic_facilities .localization {
  margin-bottom: 35px;
  padding-top: 4rem; }

article.single-post.type-athletic_facilities .localization__map {
  margin-bottom: 35px; }
  article.single-post.type-athletic_facilities .localization__map .marker {
    display: none; }

article.single-post.type-athletic_facilities p[class^="icon"] {
  position: relative;
  padding-left: 24px; }
  article.single-post.type-athletic_facilities p[class^="icon"]:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px; }

article.single-post.type-athletic_facilities .icon-link:before {
  top: 1px; }

article.single-post.type-athletic_facilities .icon-address:before {
  background-size: 22px !important;
  width: 22px !important;
  height: 22px !important;
  top: -2px;
  margin-left: -3px; }

article.single-post.type-athletic_facilities .icon-medal:before {
  background-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  top: -2px; }

article.single-post.type-athletic_facilities .googlemap {
  width: 100%;
  height: 280px; }
  article.single-post.type-athletic_facilities .googlemap p {
    margin: 0 0 3px 0; }

.hemeroteca_archive__container .card {
  padding: 10px;
  margin: 10px;
  width: 40%;
  min-width: 40%; }
  .hemeroteca_archive__container .card .card-footer {
    margin-top: auto; }

#modal_hemeroteca .modal-title {
  padding-right: 10px; }

#modal_hemeroteca .modal-body img {
  margin: 10px; }

@-webkit-keyframes gradient-notification {
  0% {
    background-position: 0% 10%; }
  50% {
    background-position: 60% 10%; }
  100% {
    background-position: 0% 90%; } }

@-o-keyframes gradient-notification {
  0% {
    background-position: 0% 10%; }
  50% {
    background-position: 60% 10%; }
  100% {
    background-position: 0% 90%; } }

@keyframes gradient-notification {
  0% {
    background-position: 0% 10%; }
  50% {
    background-position: 60% 10%; }
  100% {
    background-position: 0% 90%; } }

.header__notification {
  position: relative;
  background-color: #f13b30;
  min-height: 50px;
  padding: 10px; }
  .header__notification.notification__url {
    cursor: pointer; }
  .header__notification--stats {
    height: 50px;
    background: -webkit-linear-gradient(left, #de271c, #ac464a, #3f89ac, #02afe4);
    background: -o-linear-gradient(left, #de271c, #ac464a, #3f89ac, #02afe4);
    background: linear-gradient(90deg, #de271c, #ac464a, #3f89ac, #02afe4);
    background-size: 200% 200%;
    -webkit-animation: gradient-notification 4s ease infinite;
         -o-animation: gradient-notification 4s ease infinite;
            animation: gradient-notification 4s ease infinite; }
  .header__notification .header__notification__background_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .header__notification .header__notification__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .header__notification .header__notification__content .notification__content_icon {
      padding-left: 10px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 30px;
      width: 30px;
      min-width: 30px; }
    .header__notification .header__notification__content .notification__content_text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 1.2rem;
      padding-left: 5px; }
      .header__notification .header__notification__content .notification__content_text p, .header__notification .header__notification__content .notification__content_text h1, .header__notification .header__notification__content .notification__content_text h2, .header__notification .header__notification__content .notification__content_text h3, .header__notification .header__notification__content .notification__content_text h4, .header__notification .header__notification__content .notification__content_text h5, .header__notification .header__notification__content .notification__content_text h6, .header__notification .header__notification__content .notification__content_text a {
        padding: 0px;
        margin: 0px;
        font-weight: 500;
        font-style: italic;
        color: inherit; }
      .header__notification .header__notification__content .notification__content_text a {
        padding: 0px 10px;
        text-decoration: underline; }
      .header__notification .header__notification__content .notification__content_text .notification__content_icon {
        background-repeat: no-repeat; }
      .header__notification .header__notification__content .notification__content_text .notification__content_label {
        padding-left: 5px;
        font-size: 1.4rem;
        font-weight: 600;
        font-style: italic;
        color: #000; }
      .header__notification .header__notification__content .notification__content_text .notification__content_message {
        padding: 0px 5px;
        color: #fff; }
        .header__notification .header__notification__content .notification__content_text .notification__content_message p, .header__notification .header__notification__content .notification__content_text .notification__content_message h1, .header__notification .header__notification__content .notification__content_text .notification__content_message h2, .header__notification .header__notification__content .notification__content_text .notification__content_message h3, .header__notification .header__notification__content .notification__content_text .notification__content_message h4, .header__notification .header__notification__content .notification__content_text .notification__content_message h5, .header__notification .header__notification__content .notification__content_text .notification__content_message h6, .header__notification .header__notification__content .notification__content_text .notification__content_message a {
          font-size: inherit; }
    .header__notification .header__notification__content.notification__type_notification .notification__content_icon {
      background-image: url("../images/notification-icon-aviso.png"); }
    .header__notification .header__notification__content.notification__type_notification_urgent .notification__content_icon {
      background-image: url("../images/notification-icon-aviso.png"); }
    .header__notification .header__notification__content.notification__type_death .notification__content_icon {
      background-image: url("../images/notification-death-lazo-pasamento.png"); }
    .header__notification .header__notification__content.notification__type_death .notification__content_text .notification__content_label {
      display: none; }
    .header__notification .header__notification__content.notification__type_streaming .notification__content_icon {
      background-image: url("../images/notification-streaming-live.png");
      background-repeat: no-repeat;
      background-size: 60px;
      width: 160px;
      height: 50px;
      margin-bottom: 10px;
      padding: 0; }
      @media (min-width: 992px) {
        .header__notification .header__notification__content.notification__type_streaming .notification__content_icon {
          margin-bottom: 0;
          background-size: 76px;
          margin-left: 0px;
          min-height: 85px;
          min-width: 95px; } }
    .header__notification .header__notification__content.notification__type_streaming .notification__content_text {
      font-size: 1.3rem;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 992px) {
        .header__notification .header__notification__content.notification__type_streaming .notification__content_text {
          margin-left: 0;
          font-size: 1.8rem; } }
      @media (min-width: 1200px) {
        .header__notification .header__notification__content.notification__type_streaming .notification__content_text {
          font-size: 2.4rem; } }
      .header__notification .header__notification__content.notification__type_streaming .notification__content_text .notification__content_label {
        font-size: inherit;
        font-weight: 400; }
      .header__notification .header__notification__content.notification__type_streaming .notification__content_text p {
        font-weight: 400; }
    .header__notification .header__notification__content.notification__type_streaming .notification__content_streaming_play {
      padding-left: 0;
      padding-right: 5px; }
      @media (min-width: 576px) {
        .header__notification .header__notification__content.notification__type_streaming .notification__content_streaming_play {
          padding-left: 15px; } }
      @media (min-width: 992px) {
        .header__notification .header__notification__content.notification__type_streaming .notification__content_streaming_play {
          padding-left: 30px;
          padding-right: 30px; } }
      .header__notification .header__notification__content.notification__type_streaming .notification__content_streaming_play img {
        width: 35px; }
        @media (min-width: 992px) {
          .header__notification .header__notification__content.notification__type_streaming .notification__content_streaming_play img {
            width: 60px; } }
    .header__notification .header__notification__content.notification__type_stats {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      .header__notification .header__notification__content.notification__type_stats .notification__content_text {
        font-size: 1.4rem;
        text-transform: uppercase; }
        .header__notification .header__notification__content.notification__type_stats .notification__content_text p {
          font-style: normal; }
  .header__notification__link {
    display: none;
    color: #fff;
    position: absolute;
    line-height: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 15px; }
    .header__notification__link .svg-inline {
      margin-left: 8px; }
    @media (min-width: 768px) {
      .header__notification__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.relatedposts {
  box-shadow: 0px 1px 3px #eee;
  border-radius: 5px; }
  .relatedposts .relatedposts__header {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .relatedposts .relatedposts__header .widget__title {
      font-size: 1.6rem;
      line-height: 1em;
      font-weight: 400;
      color: #666666;
      margin: 0;
      padding: 0 0 0 100px;
      position: relative; }
      .relatedposts .relatedposts__header .widget__title:after {
        content: "";
        position: absolute;
        left: 30px;
        margin-top: -10px;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-color: #f13b30;
        background-image: url("../images/icon-items.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px; }

body#tinymce {
  margin: 12px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

@media print {
  html {
    font-size: 7pt; }
  .container {
    max-width: 100%;
    padding: 0; }
  .wrap .content .main {
    margin-bottom: 0;
    padding: 0; }
  body.archive .main .row {
    margin-left: 0;
    margin-right: 0; }
  div.archive {
    display: table;
    width: 100%; }
    div.archive .archive__header__row {
      display: table-row;
      margin-left: 0;
      margin-right: 0;
      page-break-inside: avoid; }
      div.archive .archive__header__row.archive__header__row__month {
        display: table-row; }
        div.archive .archive__header__row.archive__header__row__month .archive__header__item {
          background-color: transparent; }
      div.archive .archive__header__row .archive__header__item {
        display: table-cell;
        width: auto;
        background-color: #F0F0F0; }
    div.archive .archive__body__row {
      display: table-row;
      margin-left: 0;
      margin-right: 0;
      page-break-inside: avoid;
      padding-top: 0;
      padding-bottom: 0; }
      div.archive .archive__body__row .archive__body__item {
        display: table-cell;
        width: auto;
        page-break-inside: avoid;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #D9D9D9; }
        div.archive .archive__body__row .archive__body__item.archive__body__item--empty {
          display: table-cell; }
        div.archive .archive__body__row .archive__body__item.archive__body__item__title a {
          position: static;
          white-space: normal;
          line-height: 1.3em; }
    div.archive.archive__competition .archive__header__row.archive__header__row__month {
      display: table-row;
      width: 100%;
      height: 60px; }
      div.archive.archive__competition .archive__header__row.archive__header__row__month .archive__header__month__title {
        position: absolute;
        border-bottom: 2px solid #f13b30;
        width: 100%; }
  .page-header, .archive-header {
    display: block;
    min-height: 10px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .page-header .page-header-title, .archive-header .page-header-title {
      font-size: 2.6rem;
      line-height: 1.3em;
      font-weight: 300;
      color: #4D4D4D;
      margin: 0;
      padding: 0px 0; } }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.2rem; }

.ui-widget .ui-widget {
  font-size: 1.2rem; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1.2rem; }

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("../images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url("../images/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_cd0a0a_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_888888_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: -8px -8px 8px #aaaaaa; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.2rem; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1.2rem; }

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("../images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url("../images/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_cd0a0a_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_888888_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: -8px -8px 8px #aaaaaa; }

/*!
 *
 */
/* Autocomplete
----------------------------------*/
.ui-autocomplete {
  border: 1px solid #CCCCCC;
  border: none !important;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #f13b30;
  padding: 7px;
  border-radius: 7px; }
  .ui-autocomplete:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #f13b30 transparent;
    position: absolute;
    top: -8px;
    right: 40px; }
  .ui-autocomplete.ui-widget-content {
    border: 1px solid #F0F0F0; }
  .ui-autocomplete .ui-menu-item {
    font-size: 1.3rem;
    font-weight: 400;
    color: #666666;
    background-color: #fff; }
    .ui-autocomplete .ui-menu-item:first-child {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px; }
    .ui-autocomplete .ui-menu-item:last-child {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
  .ui-autocomplete .ui-menu-item-wrapper {
    padding: 5px 10px 5px 10px; }
  .ui-autocomplete .ui-state-active {
    background-image: none;
    background-color: #F0F0F0;
    color: #f13b30;
    border: none;
    margin: 0; }

/* DatePicker
----------------------------------*/
.ui-datepicker {
  border-radius: 0.8rem;
  padding: 0px 0 0 0;
  width: auto; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 20px 0;
    margin-right: 0;
    margin-left: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 40px;
    line-height: 1rem;
    text-align: left;
    font-weight: 500;
    font-size: 1.4rem;
    color: #f13b30; }
  .ui-datepicker table {
    width: 80%;
    font-size: 1.2rem;
    margin: 15px auto; }
  .ui-datepicker th {
    text-transform: uppercase;
    color: #4D4D4D;
    text-align: center;
    font-weight: 600; }
  .ui-datepicker td {
    padding: 3px 0; }
    .ui-datepicker td a,
    .ui-datepicker td span {
      text-align: center; }
  .ui-datepicker .ui-state-default {
    border-color: #fff;
    background: #fff;
    font-weight: 500;
    color: #999999; }
    .ui-datepicker .ui-state-default:hover {
      background: #D9D9D9;
      color: #0D0D0D; }
  .ui-datepicker .ui-state-hover {
    border-radius: 30px; }
  .ui-datepicker .ui-state-highlight {
    color: #f13b30;
    background: #D9D9D9; }
    .ui-datepicker .ui-state-highlight:hover {
      background: #D9D9D9;
      color: inherit; }
  .ui-datepicker .ui-state-active {
    color: #fff;
    background: #f13b30; }
    .ui-datepicker .ui-state-active:hover {
      color: #fff;
      background: #f13b30; }
    .ui-datepicker .ui-state-active:before {
      content: "";
      width: 28px;
      height: 28px;
      background-color: #f13b30;
      border-radius: 30px; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    opacity: 1;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-prev.ui-state-hover,
    .ui-datepicker .ui-datepicker-next.ui-state-hover {
      border: none;
      background-image: none;
      opacity: 1; }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
      display: block;
      position: relative;
      left: 0;
      margin-left: 0;
      top: 0;
      margin-top: 0;
      width: 28px;
      height: 28px;
      background-image: url("../images/arrow-red-next.svg");
      background-size: 14px;
      background-repeat: no-repeat;
      background-position: center; }
  .ui-datepicker .ui-datepicker-prev span {
    background-image: url("../images/arrow-red-previous.svg"); }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    background-color: transparent; }
  .ui-datepicker .ui-datepicker-prev {
    left: 1px; }
  .ui-datepicker .ui-datepicker-next {
    right: 1px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
