@charset "UTF-8";
/* *********************************
 * Project: Cognizin
 * Website: cognizin.com
 *
 */
/*
 * Vendors
 *
 */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("//hello.myfonts.net/count/25038e");
@import url("//hello.myfonts.net/count/38d12c");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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"] {
  -webkit-box-sizing: border-box;
          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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

.list-unstyled {
  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: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

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

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-row {
  display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !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;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !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.85714%;
}

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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;
      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;
      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;
      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;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        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;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        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;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        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;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        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;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    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;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/**
 * Flexboxgrid 2
 *
 */
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (min-width: 576px) {
  .container {
    width: 560px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 752px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 976px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1184px;
    max-width: 100%;
  }
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

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

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-sm,
.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-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12,
.col-md,
.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-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12,
.col-lg,
.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-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-xl,
.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-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
}

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

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

.initial-order-xs {
  -webkit-box-ordinal-group: NaN;
  -ms-flex-order: initial;
  order: initial;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-sm {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (min-width: 768px) {
  .col-md,
  .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-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-md {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg,
  .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-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-lg {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl,
  .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-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-xl {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}

@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

/**
 * Retina.js
 *
 */
/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/**
 * Slick
 *
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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);
  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;
}

.slick-slider {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide img {
  margin: 0 auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slick-slide .parallax-container {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}

.slick-arrow {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 99;
  -webkit-transition: all .12s ease;
  transition: all .12s ease;
}

.slick-arrow:hover {
  cursor: pointer;
}

.slick-arrow:after {
  position: relative;
  top: -1px;
}

.slick-prev {
  left: -50px;
}

.slick-prev:after {
  content: '‹';
}

.slick-slider:hover .slick-prev {
  left: 20px;
}

.slick-next {
  right: -50px;
}

.slick-next:after {
  content: '›';
}

.slick-slider:hover .slick-next {
  right: 20px;
}

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

/* *********************************
 * Styles
 *
 */
/**
 * Variables
 *
 */
/*
 * Site Width
 *
 */
/*
 * Colors
 *
 */
/* Background */
/* Text */
/* Primary Color */
/* Secondary Color */
/* Misc Colors */
/*
 * Nav
 *
 */
/* Breakpoint */
/* Background */
/* Links */
/* Toggle */
/*
 * Fonts
 *
 */
/*
 * Forms
 *
 */
/*
 * Bootstrap Overrides
 *
 */
/*
 * Helpers
 *
 */
/**
 * Utilities
 *
 */
/*
 * Position
 *
 */
.u-pull-left {
  float: left;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-pull-left\@sm {
    float: left;
  }
}

@media (min-width: 576px) {
  .u-pull-left\@sm-up {
    float: left;
  }
}

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

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-pull-right\@sm {
    float: right;
  }
}

@media (min-width: 576px) {
  .u-pull-right\@sm-up {
    float: right;
  }
}

.u-clear {
  clear: both;
}

.u-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

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

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

@media (max-width: 575.98px) {
  .u-align-right\@xs {
    text-align: right !important;
  }
}

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

@media (max-width: 575.98px) {
  .u-align-left\@xs {
    text-align: left !important;
  }
}

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

@media (max-width: 575.98px) {
  .u-align-center\@xs {
    text-align: center !important;
  }
}

/*
 * Type
 *
 */
.u-lowercase {
  text-transform: lowercase;
}

.u-uppercase {
  text-transform: uppercase;
}

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

/*
 * Size
 *
 */
.u-text-xsmall {
  font-size: .6em;
}

.u-text-small {
  font-size: .8em;
}

.u-text-medium {
  font-size: 1em;
}

.u-text-large {
  font-size: 1.2em;
}

/*
 * Padding and margin utilities
 *
 */
/* Box model sizes */
.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-margin-top-xsmall {
  margin-top: 15px !important;
}

.u-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-margin-top-small {
  margin-top: 30px !important;
}

.u-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-margin-top-medium {
  margin-top: 60px !important;
}

.u-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-margin-top-large {
  margin-top: 95px !important;
}

.u-margin-x-large {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.u-margin-y-large {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

.u-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-margin-right-xsmall {
  margin-right: 15px !important;
}

.u-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-margin-right-small {
  margin-right: 30px !important;
}

.u-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-margin-right-medium {
  margin-right: 60px !important;
}

.u-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-margin-right-large {
  margin-right: 95px !important;
}

.u-margin-x-large {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.u-margin-y-large {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-margin-bottom-xsmall {
  margin-bottom: 15px !important;
}

.u-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-margin-bottom-small {
  margin-bottom: 30px !important;
}

.u-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-margin-bottom-medium {
  margin-bottom: 60px !important;
}

.u-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-margin-bottom-large {
  margin-bottom: 95px !important;
}

.u-margin-x-large {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.u-margin-y-large {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

.u-margin-x-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-margin-y-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-margin-left-xsmall {
  margin-left: 15px !important;
}

.u-margin-x-xsmall {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u-margin-y-xsmall {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-margin-left-small {
  margin-left: 30px !important;
}

.u-margin-x-small {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-margin-y-small {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-margin-left-medium {
  margin-left: 60px !important;
}

.u-margin-x-medium {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-margin-y-medium {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-margin-left-large {
  margin-left: 95px !important;
}

.u-margin-x-large {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.u-margin-y-large {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-padding-top-xsmall {
  padding-top: 15px !important;
}

.u-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-padding-top-small {
  padding-top: 30px !important;
}

.u-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-padding-top-medium {
  padding-top: 60px !important;
}

.u-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-padding-top-large {
  padding-top: 95px !important;
}

.u-padding-x-large {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-padding-y-large {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-padding-right-xsmall {
  padding-right: 15px !important;
}

.u-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-padding-right-small {
  padding-right: 30px !important;
}

.u-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-padding-right-medium {
  padding-right: 60px !important;
}

.u-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-padding-right-large {
  padding-right: 95px !important;
}

.u-padding-x-large {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-padding-y-large {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-padding-bottom-xsmall {
  padding-bottom: 15px !important;
}

.u-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-padding-bottom-small {
  padding-bottom: 30px !important;
}

.u-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-padding-bottom-medium {
  padding-bottom: 60px !important;
}

.u-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-padding-bottom-large {
  padding-bottom: 95px !important;
}

.u-padding-x-large {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-padding-y-large {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-x-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-padding-y-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-padding-left-xsmall {
  padding-left: 15px !important;
}

.u-padding-x-xsmall {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-padding-y-xsmall {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-padding-left-small {
  padding-left: 30px !important;
}

.u-padding-x-small {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-padding-y-small {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-padding-left-medium {
  padding-left: 60px !important;
}

.u-padding-x-medium {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-padding-y-medium {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-padding-left-large {
  padding-left: 95px !important;
}

.u-padding-x-large {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-padding-y-large {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

/*
 * Lists
 *
 */
.u-list-reset {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*
 * Media Query visibility
 *
 */
.u-visible-xs {
  display: block !important;
}

@media (max-width: 575.98px) {
  .u-visible-xs {
    display: none !important;
  }
}

.u-hidden-xs {
  display: none !important;
}

@media (max-width: 575.98px) {
  .u-hidden-xs {
    display: block !important;
  }
}

.u-visible-xs-up {
  display: block !important;
  display: none !important;
}

.u-hidden-xs-up {
  display: none !important;
  display: block !important;
}

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

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

.u-hidden-sm {
  display: block !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
  }
}

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

@media (min-width: 576px) {
  .u-visible-sm-up {
    display: block !important;
  }
}

.u-hidden-sm-up {
  display: block !important;
}

@media (min-width: 576px) {
  .u-hidden-sm-up {
    display: none !important;
  }
}

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

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

.u-hidden-md {
  display: block !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .u-hidden-md {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .u-visible-md-up {
    display: block !important;
  }
}

.u-hidden-md-up {
  display: block !important;
}

@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1199.98px) {
  .u-visible-lg {
    display: block !important;
  }
}

.u-hidden-lg {
  display: block !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .u-hidden-lg {
    display: none !important;
  }
}

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

@media (min-width: 992px) {
  .u-visible-lg-up {
    display: block !important;
  }
}

.u-hidden-lg-up {
  display: block !important;
}

@media (min-width: 992px) {
  .u-hidden-lg-up {
    display: none !important;
  }
}

/*
 * Image shapes
 *
 */
.u-image-rounded {
  border-radius: 100%;
}

/*
 * Hide Text
 *
 */
.u-hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/**
 * October
 *
 */
.oc-wysiwyg a, .oc-wysiwyg a:focus, .oc-wysiwyg a:active, .oc-wysiwyg a:hover {
  text-decoration: underline;
}

.oc-wysiwyg a[class], .oc-wysiwyg a[class]:focus, .oc-wysiwyg a[class]:active, .oc-wysiwyg a[class]:hover {
  text-decoration: none;
}

.oc-wysiwyg p {
  word-break: break-word;
  word-wrap: break-word;
}

.oc-wysiwyg h1:first-child,
.oc-wysiwyg h2:first-child,
.oc-wysiwyg h3:first-child,
.oc-wysiwyg h4:first-child,
.oc-wysiwyg h5:first-child {
  margin-top: 22px;
}

.oc-wysiwyg h1 a,
.oc-wysiwyg h2 a,
.oc-wysiwyg h3 a,
.oc-wysiwyg h4 a,
.oc-wysiwyg h5 a {
  text-decoration: none;
}

.oc-text-small {
  font-size: 0.75rem;
}

.oc-text-extra-small {
  font-size: 0.625rem;
}

/*!
 * froala_editor v2.6.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2017 Froala Labs
 */
.oc-wysiwyg span[style~="color:"] a {
  color: inherit;
}

.oc-wysiwyg strong {
  font-weight: 700;
}

.oc-wysiwyg table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.oc-wysiwyg table.fr-dashed-borders td,
.oc-wysiwyg table.fr-dashed-borders th {
  border-style: dashed;
}

.oc-wysiwyg table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

.oc-wysiwyg table td,
.oc-wysiwyg table th {
  border: 1px solid #ddd;
}

.oc-wysiwyg table td:empty,
.oc-wysiwyg table th:empty {
  height: 20px;
}

.oc-wysiwyg table td.fr-highlighted,
.oc-wysiwyg table th.fr-highlighted {
  border: 1px double red;
}

.oc-wysiwyg table td.fr-thick,
.oc-wysiwyg table th.fr-thick {
  border-width: 2px;
}

.oc-wysiwyg table th {
  background: #e6e6e6;
}

.oc-wysiwyg hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}

.oc-wysiwyg .fr-file {
  position: relative;
}

.oc-wysiwyg .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}

.oc-wysiwyg pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}

.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}

.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}

.oc-wysiwyg blockquote {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 30px 0;
  background: #f0f4f7;
}

.oc-wysiwyg blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}

.oc-wysiwyg blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}

.oc-wysiwyg span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.oc-wysiwyg span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.oc-wysiwyg .fr-text-gray {
  color: #AAA !important;
}

.oc-wysiwyg .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.oc-wysiwyg .fr-text-spaced {
  letter-spacing: 0.0625rem;
}

.oc-wysiwyg .fr-text-uppercase {
  text-transform: uppercase;
}

.oc-wysiwyg img {
  position: relative;
  max-width: 100%;
}

.oc-wysiwyg img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.oc-wysiwyg img.fr-dib.fr-fil {
  margin-left: 0;
}

.oc-wysiwyg img.fr-dib.fr-fir {
  margin-right: 0;
}

.oc-wysiwyg img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.oc-wysiwyg img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.oc-wysiwyg img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.oc-wysiwyg img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box;
}

.oc-wysiwyg img.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.oc-wysiwyg .fr-video {
  text-align: center;
  position: relative;
}

.oc-wysiwyg .fr-video > * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.oc-wysiwyg .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.oc-wysiwyg .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.oc-wysiwyg .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.oc-wysiwyg .fr-video.fr-dvi {
  display: inline-block;
}

.oc-wysiwyg .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.oc-wysiwyg .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.oc-wysiwyg a.fr-strong {
  font-weight: 700;
}

.oc-wysiwyg a.fr-green {
  color: green;
}

.oc-wysiwyg button.fr-rounded,
.oc-wysiwyg input.fr-rounded,
.oc-wysiwyg textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-clip: padding-box;
}

.oc-wysiwyg button.fr-large,
.oc-wysiwyg input.fr-large,
.oc-wysiwyg textarea.fr-large {
  font-size: 1.5rem;
}

/**
 * Image style.
 */
.fr-strong {
  font-weight: 700;
}

.fr-green {
  color: green;
}

/**
 * Link style.
 */
.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-dib.fr-fil {
  margin-left: 0;
}

.fr-dib.fr-fir {
  margin-right: 0;
}

.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box;
}

.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Mixins
 *
 */
/*
 * Form Control Placeholder
 */
/*
 * Font Anti-aliased
 */
/*
 * Hide Text
 */
/*
 * List Reset
 */
/*
 * Base
 *
 */
/**
 * Global
 *
 */
html,
body {
  font-size: 16PX;
}

body {
  background-color: #414f5e;
  color: #767676;
  font-family: "CenturyGothicStd", "Century Gothic", "Helvetica", Arial, sans-serif;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/**
 * Webfonts
 *
 */
/* @license
 * MyFonts Webfont Build ID 2425742, 2012-12-06T17:59:32-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Century Gothic Std Italic by Monotype Imaging
 * URL: http://www.myfonts.com/fonts/mti/century-gothic/std-italic/
 *
 * Webfont: Century Gothic Std Regular by Monotype Imaging
 * URL: http://www.myfonts.com/fonts/mti/century-gothic/std-regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2425742
 * Webfonts copyright: Copyright The Monotype Corporation. All rights reserved.
 *
 * © 2012 Bitstream Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'CenturyGothicStd-Italic';
  src: url("../fonts/25038E_0_0.eot");
  src: url("../fonts/25038E_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/25038E_0_0.woff") format("woff"), url("../fonts/25038E_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'CenturyGothicStd';
  src: url("../fonts/25038E_1_0.eot");
  src: url("../fonts/25038E_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/25038E_1_0.woff") format("woff"), url("../fonts/25038E_1_0.ttf") format("truetype");
}

/**
 * @license
 * MyFonts Webfont Build ID 3723564, 2019-02-22T11:42:17-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FF DIN Web Pro Condensed Bold by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/ff-din/pro-cond-bold/
 * Copyright: 2016 published by Monotype GmbH
 * Licensed pageviews: 50,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3723564
 *
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'FFDINWebProCondensedBold';
  src: url("../fonts/38D12C_0_0.eot");
  src: url("../fonts/38D12C_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/38D12C_0_0.woff2") format("woff2"), url("../fonts/38D12C_0_0.woff") format("woff"), url("../fonts/38D12C_0_0.ttf") format("truetype");
}

/**
 * Webicons
 *
 */
/*
 * Elements
 *
 */
/**
 * Anchors
 *
 */
a, a:focus, a:active, a:hover {
  color: #0081af;
  text-decoration: none;
}

/**
* Headings
*
*/
h1 a,
h1 {
  color: #000;
  font-size: 1.75rem;
}

h2 a,
h2 {
  color: #0081af;
  font-size: 1.25rem;
}

h3 a,
h3 {
  color: #000;
  font-size: 1.125rem;
}

h4 a,
h4 {
  color: #0081af;
}

h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/**
 * Horizontal Rule
 *
 */
hr {
  border-top: 1px solid #eee;
  margin: 20px 0;
}

/**
 * Images
 *
 */
svg,
img {
  max-width: 100%;
  height: auto;
}

/*
 * Objects
 *
 */
/**
 * Embed Container
 *
 */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Facebook Like Box
 *
 */
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important;
}

/*
 * Blocks
 *
 */
/**
 * Header
 *
 */
.header {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1170px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.header__logo,
.header__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.header__logo {
  display: inline-block;
  margin-top: 8px;
  margin-right: 20px;
  position: relative;
  top: 10px;
}

.header__right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  margin-top: 8px;
  position: relative;
  top: 10px;
}

@media (min-width: 768px) {
  .header__social {
    padding-left: 30px;
  }
}

.header__country-selector {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  width: auto;
  z-index: 10;
}

.header__country-selector li {
  display: inline-block;
  font-size: 0.8125rem;
}

.header__country-selector li:after {
  content: ' | ';
}

.header__country-selector li:last-child:after {
  content: '';
}

.header__country-selector a {
  color: #868686;
  text-decoration: none;
}

.header__country-selector a:hover {
  text-decoration: underline;
}

/**
 * Footer
 *
 */
.footer {
  background-color: #fff;
  border-top: 1px solid #dfdfdf;
  color: #949595;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 30px auto 0;
  max-width: 1170px;
}

.footer a {
  color: #949595;
}

.footer__copyright {
  font-size: 0.6875rem;
  margin-top: 15px;
}

.footer__copyright a {
  text-decoration: underline;
}

.footer__disclaimer {
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 130%;
  border: 1px solid #e2e1e1;
  padding: 2px 3px;
  margin: 10px auto 0 auto;
}

@media (min-width: 600px) {
  .footer__disclaimer {
    width: 410px;
  }
}

/**
 * Main
 *
 */
.main {
  background-color: #fff;
  padding-top: 15px;
  margin: 30px auto 0;
  max-width: 1170px;
}

/**
 * Wrapper
 *
 */
.wrapper {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin: 0 auto;
}

/*
 * Components
 *
 */
/**
 * Accordion
 *
 */
.accordion--is-initiated .accordion__title:hover {
  cursor: pointer;
}

.accordion__content {
  -webkit-transition: opacity .12s ease;
  transition: opacity .12s ease;
}

.accordion--is-initiated .accordion__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
}

.accordion--is-active .accordion__content {
  max-height: none;
  opacity: 1;
  display: block;
}

/**
 * Alert
 *
 */
.alert {
  background-color: #ccc;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.alert .close {
  display: none;
}

.alert-success {
  background-color: #9bc56d;
  color: #fff;
}

.alert-error {
  background-color: #b90707;
  color: #fff;
}

/**
 * Block List
 *
 */
.block-list {
  display: none;
}

@media (min-width: 992px) {
  .block-list {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.block-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 15px 0;
  height: 155px;
  width: 100%;
}

.block-list__item:first-child {
  border-left: 0;
}

.block-list__item h3 {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 5px;
  color: #0081af;
}

.block-list__item p {
  margin: 0;
  padding: 0;
  color: #767676;
  font-size: 0.9375rem;
  line-height: 110%;
}

/**
 * Box Icon
 *
 */
.box-icon {
  background: #0081af;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  padding: 2px 4px;
  margin: 0 auto;
}

.box-icon > span {
  font-size: 2.625rem;
  color: #fff;
  position: relative;
  top: 2px;
}

/**
 * Button
 *
 */
.button {
  display: inline-block;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  padding: 6px 12px;
  text-align: center;
  -webkit-transition: all .12s ease;
  transition: all .12s ease;
}

.button a.button,
.button a.button:hover,
.button a.button:active,
.button a.button:focus, .button:active, .button:focus, .button:hover {
  text-decoration: none;
}

.button--primary {
  background-color: #0081af;
  color: #fff;
}

.button--primary:active, .button--primary:focus, .button--primary:hover {
  color: #fff;
  background-color: #005b7c;
  border-color: #004c68;
}

.button--secondary {
  background-color: #aaa;
  color: #fff;
}

.button--secondary:active, .button--secondary:focus, .button--secondary:hover {
  color: #fff;
}

.button--small {
  font-size: .95em;
  padding: .6em 1.3em;
}

.button--large {
  font-size: 1.25em;
  padding: .7em 1.3em;
}

.button--link {
  background-color: transparent;
  border-color: transparent;
  color: currentColor;
  padding: 0;
}

.button--link:active, .button--link:focus, .button--link:hover {
  background-color: transparent;
  border-color: transparent;
}

/**
 * FAQ List
 *
 */
.faq-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/**
 * FAQ
 *
 */
.faq__title {
  font-size: 1.0625rem;
  margin-top: 22px;
  margin-bottom: 11px;
}

.faq__title:hover {
  text-decoration: underline;
}

.faq__content {
  margin-left: 1em;
}

/**
 * Filter
 *
 */
@media (min-width: 768px) {
  .filter {
    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;
  }
}

@media (min-width: 992px) {
  .filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.filter__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: block;
  padding-right: 18px;
  font-size: 1.0625rem;
  color: #344c4b;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .filter__label {
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .filter__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    margin-bottom: 0;
  }
}

.filter__placeholder {
  border-radius: 7px;
}

.filter__list__item:hover .filter__placeholder {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.filter__list__item:hover .filter__placeholder.is-active, .filter__placeholder.is-active:active, .filter__placeholder.is-active:focus, .filter__placeholder.is-active:hover, .filter__placeholder.is-active {
  background-color: #b6b6b6;
  color: #ffffff;
}

.filter__list__item:hover .filter__placeholder.is-active:after, .filter__placeholder.is-active:active:after, .filter__placeholder.is-active:focus:after, .filter__placeholder.is-active:hover:after, .filter__placeholder.is-active:after {
  left: 0;
  right: 0;
}

.filter__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 768px) {
  .filter__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -6px;
    margin-right: -6px;
    width: auto;
  }
}

.filter__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border: 1px #c4c4c4 solid;
  border-radius: 10px;
  color: #4e4e4e;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 1em;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

.filter__list__item:last-child {
  margin-bottom: 0;
}

.filter__list__item:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.filter__list__item:hover > a:after {
  opacity: 1;
}

.filter__list__item:hover ~ .filter__list__item {
  pointer-events: none;
}

@media (min-width: 768px) {
  .filter__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .filter__list__item {
    width: 100%;
    max-width: 250px;
  }
}

.filter__list__item > a {
  color: #4e4e4e;
  display: block;
  line-height: 1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

.filter__list__item > a:after {
  content: '';
  border-left: 1px #c4c4c4 solid;
  border-right: 1px #c4c4c4 solid;
  border-bottom: 1px #c4c4c4 solid;
  height: 1px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -1px;
  z-index: 90;
  opacity: 0;
}

.filter__list__dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  z-index: 1;
}

.filter__list__item:hover .filter__list__dropdown {
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 1px #c4c4c4 solid;
  border-right: 1px #c4c4c4 solid;
  border-bottom: 1px #c4c4c4 solid;
  margin-left: -1px;
  margin-right: -1px;
  height: auto;
  opacity: 1;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
  width: calc(100% + 2px);
}

@media (min-width: 1200px) {
  .filter__list__dropdown {
    max-width: 250px;
  }
}

.filter__list__dropdown__item {
  display: block;
  width: 100%;
}

.filter__list__dropdown__item:last-child {
  margin-bottom: 0;
}

.filter__list__dropdown__item a {
  display: block;
  color: #4e4e4e;
  line-height: 1em;
  padding: 16px 10px;
}

.filter__list__dropdown__item a:active,
.filter__list__dropdown__item a:focus,
.filter__list__dropdown__item a:hover,
.filter__list__dropdown__item a.is-active {
  background-color: #b6b6b6;
  color: #ffffff;
}

/**
 * Footer Nav
 *
 */
.footer-nav .sep {
  margin: 0 6px;
}

/**
 * Form Checkbox
 *
 */
.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
  position: relative;
  top: -2px;
}

.form-checkbox span {
  padding-left: 3px;
}

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop,
  .form-checkbox input[type="checkbox"],
  .form-checkbox input[type="radio"] {
    top: 0;
  }
}

/**
 * Form Control
 *
 */
.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #767676;
  padding: 6px 12px;
  height: auto;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #c2c2c2;
}

.form-control:-moz-placeholder {
  color: #c2c2c2;
}

.form-control::-moz-placeholder {
  color: #c2c2c2;
}

.form-control:-ms-input-placeholder {
  color: #c2c2c2;
}

.form-control.has-error {
  border-color: #b90707;
}

/*
 * Select element fix
 * Makes the element look more consistent across browsers
 */
select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 37px;
}

select.form-control option[disabled] {
  color: #ccc;
}

textarea.form-control {
  min-height: 226px;
}

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop,
  select.form-control {
    background: none;
  }
  *::-ms-backdrop,
  input.form-control {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 100%;
  }
}

/**
 * Form Error
 *
 */
.form-field-error-label,
.form-error {
  color: #b90707;
  display: block;
  font-size: 0.8125rem;
  margin-top: 3px;
}

.form-field-error-label a,
.form-error a {
  text-decoration: underline;
}

/**
 * Form Group
 *
 */
.form-group {
  margin-bottom: 15px;
}

.form-group--radio-block .radio-inline {
  display: block;
}

.form-group--inline {
  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;
}

.form-group--inline > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.form-group--inline > .form-label:first-child {
  padding-right: 8px;
}

.form-group--inline > .form-label {
  white-space: nowrap;
  margin-bottom: 0;
}

.form-group--inline > .form-control:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/**
 * Form Help
 *
 */
.form-help {
  font-size: 0.8125rem;
  font-style: italic;
}

/**
 * Form Label
 *
 */
.form-label {
  margin-bottom: 5px;
  display: block;
}

.form-label--placeholder {
  display: none;
  /*
   * Hide label if placeholders are available
   * Use with Modernizr placeholder detection
   */
}

.no-placeholder .form-label--placeholder {
  display: block;
}

/**
 * Form Label
 *
 */
#sfform td {
  padding-bottom: 10px;
  padding-right: 5px;
}

#sfform label.error {
  color: #FF0000;
  font-weight: bold;
}

/**
 * Header Image
 *
 */
.header-image {
  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;
  min-height: 210px;
  max-height: 210px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .header-image {
    min-height: 310px;
    max-height: 310px;
  }
}

@media (min-width: 768px) {
  .header-image {
    min-height: 377px;
    max-height: 377px;
    margin-top: -1px;
  }
}

.header-image__image {
  min-height: 260px;
  max-height: 260px;
  max-width: none;
  width: auto;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 576px) {
  .header-image__image {
    min-height: 360px;
  }
}

@media (min-width: 768px) {
  .header-image__image {
    min-height: 427px;
  }
}

.header-image__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-image__overlay {
    width: 100%;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    left: 50% !important;
    right: auto;
  }
}

@media (min-width: 576px) {
  .header-image__overlay--align-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .header-image__overlay--align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 576px) {
  .header-image__overlay--align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

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

@media (min-width: 576px) {
  .header-image__inner {
    max-width: 60%;
  }
}

.header-image__title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "FFDINWebProCondensedBold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  font-size: 2.25rem;
  line-height: 1em;
  margin-top: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .header-image__title {
    font-size: 3.375rem;
  }
}

.header-image__title > span,
.header-image__title .header-image__icon {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.header-image__title .header-image__icon + span {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .header-image__title .header-image__icon + span {
    padding-left: 30px;
  }
}

.header-image__title--large {
  letter-spacing: -.035em;
  font-size: 2.625rem;
}

@media (min-width: 768px) {
  .header-image__title--large {
    font-size: 3.625rem;
  }
}

@media (min-width: 992px) {
  .header-image__title--large {
    font-size: 5rem;
  }
}

.header-image__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 62px;
          flex: 0 1 62px;
  min-width: 62px;
  width: 62px;
  margin-top: 4px;
}

@media (min-width: 992px) {
  .header-image__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 85px;
            flex: 0 1 85px;
    min-width: 85px;
    width: 85px;
  }
}

.header-image__content {
  display: none;
}

@media (min-width: 576px) {
  .header-image__content {
    color: #ffffff;
    display: block;
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .header-image__content {
    margin-top: 32px;
  }
}

.header-image__button-container {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .header-image__button-container {
    margin-top: 40px;
  }
}

.header-image__button {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 17px;
  margin: 0 auto;
}

.header-image__button:active, .header-image__button:focus, .header-image__button:active:focus, .header-image__button:hover {
  color: #ffffff;
  background-color: #005b7c;
  border-color: #004c68;
}

@media (min-width: 768px) {
  .header-image__button {
    font-size: 1.0625rem;
    min-width: 255px;
  }
}

/**
 * Header Mobile
 *
 */
.header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .header-mobile {
    display: none;
  }
}

.header-mobile__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.header-mobile__item > a {
  color: #ababab;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-mobile__item [class^="icon-"] {
  font-size: 1.875rem;
}

.header-mobile__item:hover a {
  color: #0081af;
}

.header-mobile__item--menu:hover a {
  color: #000;
}

/**
 * Nav collapse
 *
 */
.header-nav-collapse {
  clear: both;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in;
}

@media (min-width: 767px) {
  .header-nav-collapse {
    max-height: none;
    opacity: 1;
    overflow: visible;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .header-nav-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .header-nav-collapse.header-nav-is-open {
    max-height: 340px;
    overflow-y: auto;
    opacity: 1;
    padding: 0;
  }
}

@media (max-width: 900px) {
  body.header-nav-is-open {
    overflow: hidden;
  }
}

/**
 * Nav dropdown
 *
 */
.header-nav-dropdown {
  background-color: #fff;
  font-size: 1rem;
  text-align: left;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  min-width: 100%;
}

@media (min-width: 767px) {
  .header-nav-dropdown {
    border: 1px solid #CCD0D1;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 0;
    margin: 0;
    padding: 10px 0;
    width: auto;
    z-index: 1000;
  }
  .header-nav-section__item:last-child .header-nav-dropdown {
    left: auto;
    right: 0;
  }
  .header-nav-section__item.hover .header-nav-dropdown,
  .header-nav-section__item:hover .header-nav-dropdown {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 7px);
  }
}

.header-nav-dropdown__link {
  display: block;
  color: #ababab;
  font-size: 1rem;
  text-align: left;
  padding: 3px 20px;
  white-space: nowrap;
}

.header-nav-dropdown__link:active, .header-nav-dropdown__link:focus, .header-nav-dropdown__link:hover {
  background-color: #efefef;
  color: #333;
}

@media (min-width: 767px) {
  .header-nav-dropdown__link:active, .header-nav-dropdown__link:focus, .header-nav-dropdown__link:hover {
    background-color: transparent;
    color: #0081af;
  }
}

/**
 * Nav section
 *
 */
.header-nav-section {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 767px) {
  .header-nav-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.header-nav-section__item {
  position: relative;
  width: 100%;
  border-bottom: 1px #CCD0D1 solid;
}

@media (min-width: 767px) {
  .header-nav-section__item {
    margin-bottom: 10px;
    border-bottom: 7px transparent solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    width: auto;
  }
  .header-nav-section__item:after {
    content: '';
    border-left: 1px #ababab dotted;
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 0;
  }
  .header-nav-section__item:first-child {
    padding-left: 0;
  }
  .header-nav-section__item:last-child {
    padding-right: 0;
  }
  .header-nav-section__item:last-child:after {
    content: none;
  }
  .header-nav-section__item:hover {
    background-color: transparent;
    border-bottom: 7px #C3C3C3 solid;
  }
}

.header-nav-section__item--is-active:hover > a,
.header-nav-section__item--is-active > a {
  border-left: 7px #0081af solid;
}

@media (min-width: 767px) {
  .header-nav-section__item--is-active:hover,
  .header-nav-section__item--is-active {
    border-left: 0;
    border-bottom: 7px #0081af solid;
  }
  .header-nav-section__item--is-active:hover > a,
  .header-nav-section__item--is-active > a {
    border-left: 0;
  }
}

.header-nav-section__link {
  display: block;
  color: #333;
  font-size: 1.3125rem;
  text-align: left;
  text-decoration: none;
  padding: 10px 13px;
  -webkit-transition: color .12s ease;
  transition: color .12s ease;
}

@media (min-width: 767px) {
  .header-nav-section__link {
    padding: 18px 30px 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-nav-section__link {
    padding: 18px 10px 12px;
  }
}

@media (min-width: 768px) {
  .header-nav-section__link {
    text-align: center;
    font-size: 0.9375rem;
  }
}

.header-nav-section__link:active, .header-nav-section__link:focus, .header-nav-section__link:hover {
  color: #333;
  background-color: #efefef;
}

@media (min-width: 767px) {
  .header-nav-section__link:active, .header-nav-section__link:focus, .header-nav-section__link:hover {
    background-color: transparent;
  }
}

.header-nav-section__item--is-active:hover > .header-nav-section__link,
.header-nav-section__item--is-active > .header-nav-section__link {
  color: #0081af;
}

/**
 * Nav toggle
 *
 */
.header-nav-toggle {
  padding: 15px;
  line-height: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

@media (min-width: 767px) {
  .header-nav-toggle {
    display: none;
  }
}

.header-nav-toggle--close {
  color: #333;
  display: none;
  font-size: 2.875rem;
  padding-top: 3px;
}

.header-nav-is-open .header-nav-toggle--close {
  display: block;
}

@media (min-width: 767px) {
  .header-nav-is-open .header-nav-toggle--close {
    display: none;
  }
}

.header-nav-toggle--close:hover {
  color: #333;
}

/**
 * Nav
 *
 */
.header-nav {
  background-color: #fff;
  border-top: 1px #CCD0D1 solid;
  border-bottom: 1px #CCD0D1 solid;
}

/**
 * Image Box
 *
 */
.image-box {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.image-box__inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.image-box__thumb {
  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;
  text-align: center;
  -webkit-transition: all .12s;
  transition: all .12s;
  height: 126px;
  width: 259px;
}

.image-box:hover .image-box__thumb {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.image-box__thumb picture {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.image-box__thumb img {
  width: 100%;
}

.image-box__name {
  margin-top: 5px;
}

.thumb-gallery[data-group="local"] [data-featured="local"] .image-box .image-box__thumb,
.thumb-gallery[data-group="global"] [data-featured="global"] .image-box .image-box__thumb {
  border: 1px #d65010 solid;
}

.thumb-gallery[data-group="local"] [data-featured="local"] .image-box .image-box__thumb:before,
.thumb-gallery[data-group="global"] [data-featured="global"] .image-box .image-box__thumb:before {
  font-size: 0.75rem;
  display: block;
  content: 'Featured Brand';
  background-color: #d65010;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 100%;
}

@media (min-width: 768px) {
  .thumb-gallery[data-group="local"] [data-featured="local"] .image-box .image-box__thumb:before,
  .thumb-gallery[data-group="global"] [data-featured="global"] .image-box .image-box__thumb:before {
    font-size: 1rem;
  }
}

.thumb-gallery[data-group="local"] [data-new="local"] .image-box .image-box__thumb,
.thumb-gallery[data-group="global"] [data-new="global"] .image-box .image-box__thumb {
  border: 1px #85b6c7 solid;
}

.thumb-gallery[data-group="local"] [data-new="local"] .image-box .image-box__thumb:before,
.thumb-gallery[data-group="global"] [data-new="global"] .image-box .image-box__thumb:before {
  font-size: 0.75rem;
  display: block;
  content: 'New Brand';
  background-color: #008eaa;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 100%;
}

@media (min-width: 768px) {
  .thumb-gallery[data-group="local"] [data-new="local"] .image-box .image-box__thumb:before,
  .thumb-gallery[data-group="global"] [data-new="global"] .image-box .image-box__thumb:before {
    font-size: 1rem;
  }
}

/**
 * Image Grid
 *
 */
.image-grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .image-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.image-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .image-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
  }
}

@media (min-width: 992px) {
  .image-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

.image-grid__item img {
  border: 1px solid #f0f0f0;
}

@media (min-width: 576px) {
  .image-grid__item img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}

@media (min-width: 576px) {
  .image-grid__item:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/**
 * Infographic
 *
 */
.infographic__header {
  background-color: #007dac;
  background: -webkit-gradient(linear, left top, right top, from(#10202f), to(#007dac));
  background: linear-gradient(to right, #10202f 0%, #007dac 100%);
  padding: 25px;
}

.infographic__title {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: normal;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.infographic__body {
  color: #606060;
  font-size: 1.125rem;
  font-family: "CenturyGothicStd", "Century Gothic", "Helvetica", Arial, sans-serif;
  line-height: 1.35em;
}

.infographic__body h1 {
  margin-top: 0 !important;
}

.infographic__body h2 {
  font-size: 1.5rem;
}

.infographic__footer {
  padding: 50px 25px 20px;
}

.infographic__section {
  padding: 25px;
}

.infographic__section--background {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f4f8));
  background: linear-gradient(to bottom, white 0%, #f1f4f8 100%);
}

@media (min-width: 768px) {
  .infographic__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.infographic__image {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .infographic__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
            flex: 0 1 180px;
    width: 180px;
    min-width: 180px;
    margin-left: 10px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .infographic__image--large {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    width: 45%;
    min-width: 45%;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .infographic__image--full {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.infographic__image--separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: -10px;
  margin-right: -10px;
}

.infographic__image--separator > div {
  border-bottom: 2px #939598 solid;
  padding-top: 30px;
  padding-bottom: 30px;
}

.infographic__image--separator > div:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  .infographic__image--separator {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .infographic__image--separator > div {
    border-bottom: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0 10px;
    position: relative;
  }
  .infographic__image--separator > div:after {
    content: '';
    border-right: 2px #939598 solid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .infographic__image--separator > div:last-child:after {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .infographic__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.infographic__heading {
  margin: 0 0 20px 0 !important;
  font-family: "CenturyGothicStd", "Century Gothic", "Helvetica", Arial, sans-serif;
  font-size: 1.5rem;
}

.infographic__highlight {
  border: 1px currentColor solid;
  border-radius: 6px;
  padding: 16px;
}

.infographic__highlight p:last-child {
  margin-bottom: 0;
}

.infographic__citations {
  color: #606060;
  font-family: "CenturyGothicStd", "Century Gothic", "Helvetica", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.infographic__citations ol {
  margin-left: 0;
  padding-left: 15px;
}

.infographic__citations li {
  margin-bottom: 5px;
}

.infographic__citations li:last-child {
  margin-bottom: 0;
}

/**
 * Lang Select
 *
 */
.lang-select {
  border: 1px #79a0bd solid;
  border-radius: 3px;
  color: #79a0bd;
  font-size: 0.9375rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1001;
  text-align: center;
  width: 100%;
  min-width: 120px;
}

.lang-select:hover {
  border-radius: 3px 3px 0 0;
}

@media (min-width: 768px) {
  .lang-select {
    width: 182px;
  }
}

.lang-select__item {
  display: block;
  position: relative;
  padding: 4px;
}

.lang-select__item:before {
  content: '';
  background-image: url("../images/icons/icon-globe.svg");
  background-position: 50% 50%;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.lang-select__item:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #79a0bd;
}

.lang-select__item a {
  color: #79a0bd;
}

.lang-select__dropdown {
  display: none;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #ffffff), to(#d7e1e1));
  background: linear-gradient(to bottom, #ffffff 13%, #d7e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7e1e1', GradientType=0 );
  border-left: 1px #79a0bd solid;
  border-right: 1px #79a0bd solid;
  border-bottom: 1px #79a0bd solid;
  border-radius: 0 0 3px 3px;
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  list-style-type: none;
  margin: 0 -1px;
  padding: 15px 17px;
  width: auto;
  z-index: 1001;
}

.lang-select__item:hover .lang-select__dropdown {
  display: block;
}

.lang-select__dropdown__item {
  margin-bottom: 5px;
}

.lang-select__dropdown__item:last-child {
  margin-bottom: 0;
}

.lang-select__dropdown__item a {
  color: #79a0bd;
}

#memory {
  width: 600px;
  height: 650px;
  margin: 0 auto;
  padding: 25px;
  border: 0;
}

#memory table {
  width: 600px;
  height: 600px;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

#memory td {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

#timer {
  float: right;
  margin: 0;
  padding: 60px 60px 0 0;
  font-family: arial,helvetica,sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  color: #00758F;
}

#message {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 250px;
  width: 560px;
  margin: 0;
  padding: 15px;
  background-color: #005A88;
  border: 3px #000000 solid;
  text-align: center;
  line-height: 4em;
}

#message h2 {
  margin: 0;
  padding: 0;
  font-size: 4rem;
  color: #FEE453;
  text-align: center;
}

#message a {
  font-size: 2.25rem;
  color: #FEE453;
  text-decoration: none;
}

.card {
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

.back {
  background-image: url(../images/games/card-back.gif);
  background-repeat: no-repeat;
  background-position: top left;
  cursor: hand;
}

/**
 * Newsletter Signup
 *
 */
.newsletter-signup__title {
  color: #767676;
  margin-bottom: 15px;
}

.newsletter-signup__title > span {
  display: block;
  color: #999;
  font-size: 0.9375rem;
  margin-top: 5px;
}

@media (min-width: 576px) {
  .newsletter-signup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .newsletter-signup__form > .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .newsletter-signup__form > .form-group:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 15px;
  }
}

/**
 * Page Content
 *
 */
/**
 * Page Sidebar
 *
 */
.page-sidebar {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-sidebar {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .page-sidebar {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .page-sidebar {
    padding-left: 30px;
  }
}

/**
 * Page title
 *
 */
.page-title {
  color: #000;
  margin-top: 22px;
  margin-bottom: 11px;
}

.page-title--border {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eee;
}

/**
 * Pagination
 *
 */
.oc-wysiwyg ul.pagination,
.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oc-wysiwyg ul.pagination li,
.pagination > li,
.pagination__item {
  list-style: initial;
  background-image: none;
  padding-left: initial;
  margin-left: initial;
  margin-bottom: initial;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: none;
  margin: 0 3px;
}

.oc-wysiwyg ul.pagination li:first-child,
.pagination > li:first-child,
.pagination__item:first-child {
  margin-left: 0;
}

.oc-wysiwyg ul.pagination li:last-child,
.pagination > li:last-child,
.pagination__item:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .oc-wysiwyg ul.pagination li,
  .pagination > li,
  .pagination__item {
    display: inline-block;
  }
}

.oc-wysiwyg ul.pagination li a,
.pagination > li a,
.pagination__item a {
  background-color: transparent;
  border: 1px currentColor solid;
  display: inline-block;
  padding: 4px 8px;
}

.oc-wysiwyg ul.pagination li a, .oc-wysiwyg ul.pagination li a:active, .oc-wysiwyg ul.pagination li a:focus, .oc-wysiwyg ul.pagination li a:hover,
.pagination > li a,
.pagination > li a:active,
.pagination > li a:focus,
.pagination > li a:hover,
.pagination__item a,
.pagination__item a:active,
.pagination__item a:focus,
.pagination__item a:hover {
  text-decoration: none;
}

.oc-wysiwyg ul.pagination li.active a,
.pagination__item--is-active a,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  background-color: #0081af;
  border-color: #0081af;
  color: #fff;
}

.pagination > li > a, .pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:hover {
  color: #767676;
}

.oc-wysiwyg ul.pagination li.pagination__item--button,
.pagination > li.pagination__item--button,
.pagination__item--button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: block;
  border-color: transparent;
  text-align: center;
}

@media (min-width: 768px) {
  .oc-wysiwyg ul.pagination li.pagination__item--button,
  .pagination > li.pagination__item--button,
  .pagination__item--button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.oc-wysiwyg ul.pagination li.pagination__item--button a,
.pagination > li.pagination__item--button a,
.pagination__item--button a {
  display: block;
}

@media (max-width: 767.98px) {
  .oc-wysiwyg ul.pagination li.pagination__item--button a,
  .pagination > li.pagination__item--button a,
  .pagination__item--button a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/**
 * Post Archive
 *
 */
.oc-wysiwyg ul.post-archive,
.post-archive {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.oc-wysiwyg ul.post-archive li,
.post-archive__item {
  list-style: initial;
  background-image: none;
  padding-left: initial;
  margin-left: initial;
  margin-bottom: initial;
  display: inline-block;
  margin-right: 20px;
}

.oc-wysiwyg ul.post-archive li:last-child,
.post-archive__item:last-child {
  margin-right: 0;
}

/**
 * Post List
 *
 */
.post-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.post-list__item {
  display: block;
  margin-bottom: 15px;
}

.post-list__item:last-child {
  margin-bottom: 0;
}

.nav-dropdown .post-list__item {
  margin-bottom: 10px;
}

.post-list__item--large {
  margin-bottom: 30px;
}

/**
 * Post
 *
 */
.post h2 a,
.post h2,
.post h3 a,
.post h3 {
  color: #0081af;
  margin-bottom: 1em;
}

.post--with-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.post--with-thumbnail h2.post__title {
  margin-top: 0;
}

.post__thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 115px;
          flex: 0 1 115px;
  min-width: 115px;
  margin-right: 15px;
}

.post__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.post__title {
  color: #0081af;
}

.post__title a {
  color: #0081af;
}

.post__title.page-title {
  color: #000000;
}

.post__meta {
  color: #000000;
}

.post__meta span {
  font-style: italic;
}

.post__more {
  color: #0081af;
  font-size: .85em;
  text-decoration: underline;
  text-transform: none;
}

.post__more:active, .post__more:focus, .post__more:hover {
  color: #0081af;
  text-decoration: underline;
}

.post__content strong {
  color: #000000;
}

.post__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/**
 * Press Gallery
 *
 */
.press-gallery {
  list-style-type: none;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 0;
  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: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.press-gallery__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .press-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (min-width: 992px) {
  .press-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
  }
}

.press-gallery__item .image-box {
  height: 150px;
  border: 1px #dddddd solid;
}

.press-gallery__item .image-box__thumb {
  max-height: 111px;
  max-width: 100%;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.press-gallery__item .image-box:hover .image-box__thumb {
  -webkit-transform: scale(1.2) translateY(-42%);
          transform: scale(1.2) translateY(-42%);
}

.press-gallery__item .post__more,
.press-gallery__item .post__title,
.press-gallery__item .post__title a {
  color: #696969;
}

.press-gallery__item .post__title {
  margin-bottom: 5px;
}

/**
 * Radio Inline
 *
 */
.radio-inline {
  margin-bottom: 5px;
}

.radio-inline [type="radio"] {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

@media all and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop,
  .radio-inline input[type="radio"] {
    top: 0;
  }
}

/**
 * Sidebar Block
 *
 */
.sidebar-block {
  margin-bottom: 50px;
  color: #999;
}

.sidebar-block:last-child {
  margin-bottom: 0;
}

.sidebar-block > div > a {
  display: block;
}

.sidebar-block small {
  display: block;
  margin-top: 6px;
  line-height: 100%;
}

.sidebar-block__title {
  margin-top: 8px;
  -webkit-transition: all .12s ease;
  transition: all .12s ease;
}

.sidebar-block__title,
.sidebar-block__title a {
  color: #767676;
}

.sidebar-block__title a:active,
.sidebar-block__title a:focus,
.sidebar-block__title a:hover {
  color: #000;
  text-decoration: underline;
}

.sidebar-block__visual,
.sidebar-block__content {
  display: table-cell;
  vertical-align: middle;
}

.sidebar-block__visual {
  padding-left: 15px;
  padding-right: 15px;
  width: 120px;
  text-align: center;
}

.sidebar-block__visual img {
  max-height: 89px;
  max-width: 96px;
  width: auto;
  -webkit-transition: -webkit-transform .12s linear;
  transition: -webkit-transform .12s linear;
  transition: transform .12s linear;
  transition: transform .12s linear, -webkit-transform .12s linear;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0) scale3d(0.88, 0.88, 1);
          transform: perspective(1px) translate3d(0, 0, 0) scale3d(0.88, 0.88, 1);
}

.sidebar-block:hover .sidebar-block__visual img {
  -webkit-transform: perspective(1px) translate3d(0, 0, 0) scale3d(1, 1, 1);
          transform: perspective(1px) translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.sidebar-block__visual--facebook img {
  max-height: 70px;
  max-width: 85px;
}

.sidebar-block__content {
  font-size: 1.25rem;
  color: #767676;
}

.sidebar-block__content span {
  display: block;
  font-size: 0.9375rem;
}

.sidebar-block__content h3 {
  margin-top: 0;
  font-size: 1.375rem;
}

.sidebar-block__content h3 a {
  color: #0081af;
}

.sidebar-block__content a {
  color: currentColor;
}

.sidebar-block:hover .sidebar-block__content a {
  color: #000;
}

.sidebar-block:hover .sidebar-block__content h3 a {
  color: #0081af;
}

/**
 * Sidebar Nav
 *
 */
.sidebar-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #eee;
}

.sidebar-nav__item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.sidebar-nav__item a {
  display: block;
  color: #a7a7a7;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: all .12s ease;
  transition: all .12s ease;
}

.sidebar-nav__item a:active, .sidebar-nav__item a:focus, .sidebar-nav__item a:hover {
  color: #000;
  text-decoration: underline;
}

.sidebar-nav__item--is-active a {
  text-decoration: underline;
}

/**
 * Slide
 *
 */
.slide {
  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;
  text-align: center;
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
  margin-top: -1px;
}

@media (min-width: 576px) {
  .slide {
    min-height: 362px;
    max-height: 362px;
    text-align: inherit;
  }
}

@media (min-width: 768px) {
  .slide {
    min-height: 462px;
    max-height: 462px;
  }
}

.slide__image {
  width: auto;
  min-height: 300px;
  max-height: 300px;
  max-width: none;
}

@media (min-width: 576px) {
  .slide__image {
    min-height: 412px;
    max-height: 412px;
  }
}

@media (min-width: 768px) {
  .slide__image {
    min-height: 512px;
  }
}

/**
 * Slider Fallback
 *
 */
.slider-fallback {
  display: block;
}

@media (min-width: 576px) {
  .slider-fallback {
    display: none;
  }
}

.slider-fallback img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/**
 * Slider Thumbnails
 *
 */
.slider-thumbnails {
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 15px 30px;
  text-align: center;
  display: none;
  opacity: 0;
}

.slider-thumbnails.slick-initialized {
  display: block;
  opacity: 1;
}

.slider-thumbnails .slick-track {
  margin: 0 auto;
}

.slider-thumbnails__item {
  display: inline-block;
  border: 2px #fff solid;
}

.slider-thumbnails__item:hover {
  cursor: pointer;
}

/**
 * Slider
 *
 */
.slider {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.slider__item {
  display: none;
  opacity: 0;
}

.slider__item:first-child,
.slick-initialized .slider__item {
  display: block;
  opacity: 1;
}

.slider--fallback {
  display: none;
}

@media (min-width: 576px) {
  .slider--fallback {
    display: block;
  }
}

/**
 * SocialMedia List
 *
 */
.socialmedia-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: -4px;
  margin-right: -4px;
}

@media (min-width: 768px) {
  .socialmedia-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.socialmedia-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  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: 4px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .socialmedia-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.socialmedia-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 100%;
  padding: 6px 3px;
  -webkit-transition: background-color .12s ease-in;
  transition: background-color .12s ease-in;
}

@media (min-width: 768px) {
  .socialmedia-list__link {
    font-size: 1.75rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.socialmedia-list__icon {
  fill: #bcbcbd;
  -webkit-transition: fill .12s ease;
  transition: fill .12s ease;
  height: 16px;
  max-height: 16px;
  width: 16px;
  max-width: 16px;
}

@media (min-width: 768px) {
  .socialmedia-list__icon {
    height: 30px;
    max-height: 30px;
    width: 30px;
    max-width: 30px;
  }
}

.socialmedia-list__icon:hover {
  fill: #0080b2;
}

.socialmedia-list__label {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  height: 0;
}

/**
 * Subsection List
 *
 */
.subsection-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.subsection-list__item {
  padding: 22px 0;
  border-bottom: 1px solid #eee;
}

.subsection-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/**
 * Subsection
 *
 */
.subsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .subsection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.subsection__thumbnail,
.subsection__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.subsection__thumbnail {
  min-width: 245px;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .subsection__thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 245px;
            flex: 0 1 245px;
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .subsection__thumbnail + .subsection__content {
    padding-left: 15px;
  }
}

.subsection__content h2 {
  margin-top: 0;
}

.subsection__more {
  text-decoration: underline;
}

/**
 * Table
 *
 */
/**
 * Thumb Gallery
 *
 */
.thumb-gallery {
  list-style-type: none;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 0;
  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: wrap;
      flex-wrap: wrap;
}

.thumb-gallery__item {
  margin-bottom: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .thumb-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .thumb-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
            flex: 0 1 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .thumb-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    width: 25%;
  }
}

.thumb-gallery__item a {
  text-decoration: none;
}

.thumb-gallery--brands {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 576px) {
  .thumb-gallery--brands {
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.thumb-gallery--brands .thumb-gallery__item:hover {
  z-index: 10;
}

.thumb-gallery--brands .thumb-gallery__item {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .thumb-gallery--brands .thumb-gallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.thumb-gallery--brands .image-box {
  height: auto;
}

.thumb-gallery--brands .image-box__thumb {
  display: block;
  border: 0;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  height: auto;
  width: auto;
  max-width: 206px;
}

.thumb-gallery--brands .image-box__thumb picture,
.thumb-gallery--brands .image-box__thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  -webkit-transform: none;
          transform: none;
  top: 0;
}

.thumb-gallery--brands .image-box:hover .image-box__thumb {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

/**
 * Video Post
 *
 */
.video-post {
  font-size: 1.125rem;
}

.video-post__title {
  color: #0081af;
}

.video-post__title a {
  color: #0081af;
}

.video-post__title.page-title {
  color: #000;
}

.video-post__meta span {
  font-style: italic;
}

.video-post__excerpt {
  font-size: 0.8125rem;
}

/*
 * Video Post Thumbnail
 */
.video-post--thumbnail {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.video-post__thumbnail,
.video-post__details {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.video-post__thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 108px;
          flex: 0 1 108px;
  min-width: 108px;
  width: 108px;
}

.video-post__thumbnail span {
  display: block;
  color: #000;
  font-size: 0.75rem;
  text-decoration: underline;
  text-align: center;
  margin: 0 auto;
}

.video-post__details {
  padding-left: 25px;
}

.video-post__details .video-post__title {
  font-size: 1.1875rem;
  margin-top: 0;
}

.video-post__details .video-post__title a {
  color: #000;
}

.video-post__details .video-post__title a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */
