@charset "UTF-8";
#guidelines #guidelines-app body {
  background-image: none;
  background: white;
}
#guidelines .guidelines-wrapper {
  padding: 20px;
}
#guidelines .guidelines-section {
  margin: 20px;
  padding: 10px;
  border: 1px solid #F2f2f2;
  border-radius: 4px;
}
#guidelines .guidelines-group > div {
  padding: 10px 0;
  border-top: 1px solid #f2f2f2;
}
#guidelines .guidelines-group .guidelines-section__title {
  font-size: 18px;
}
#guidelines .guidelines-section__title {
  font-size: 28px;
  color: #555555;
  display: block;
  margin: 0 0 20px 0;
}
#guidelines .guidelines-color ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#guidelines .guidelines-color ul h3 {
  margin: 0;
}
#guidelines .guidelines-color ul li {
  margin: 0;
}
#guidelines .guidelines-color ul li[class*=border] {
  padding: 10px;
  margin: 10px 0;
}
#guidelines .guidelines-color__palette {
  min-height: 50px;
  margin-bottom: 20px;
}
#guidelines .guidelines-inputs {
  margin: 0;
  list-style: none;
  padding: 0;
}
#guidelines .guidelines-inputs li {
  margin: 0 0 10px 0;
}
#guidelines .show-grid {
  border: 1px solid #F2f2f2;
  border-radius: 4px;
  min-height: 100px;
}
#guidelines .icon--wrapper {
  position: relative;
  height: 100px;
}
#guidelines .icon--id {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
}
#guidelines .icon--big {
  font-size: 30px;
}
#guidelines .icon--mid {
  font-size: 20px;
}
#guidelines .icon--small {
  font-size: 10px;
}
#guidelines .guidelines-button {
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  font-size: 1em;
  background: #005b7f;
  border-radius: 2px;
  text-transform: uppercase;
  color: white;
  font-family: "Arial";
  cursor: pointer;
}
#guidelines .guidelines-button:hover {
  color: #effaff;
}

@-moz-keyframes rotateIn {
  100% {
    -moz-transform: rotate(45deg);
  }
}
@-webkit-keyframes rotateIn {
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes rotateIn {
  100% {
    transform: rotate(45deg);
  }
}
@-moz-keyframes rotateOut {
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@-webkit-keyframes rotateOut {
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes rotateOut {
  100% {
    transform: rotate(-45deg);
  }
}
@-moz-keyframes rotateInReset {
  0% {
    -moz-transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateInReset {
  0% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes rotateInReset {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotateOutReset {
  0% {
    -moz-transform: rotate(-45deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateOutReset {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes rotateOutReset {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

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

.spacer--0 {
  padding: 0px;
}

.spacer--top--0 {
  padding-top: 0px;
}

.spacer--left--0 {
  padding-left: 0px;
}

.spacer--right--0 {
  padding-right: 0px;
}

.spacer--bottom--0 {
  padding-bottom: 0px;
}

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

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

.spacer--10 {
  padding: 10px;
}

.spacer--top--10 {
  padding-top: 10px;
}

.spacer--left--10 {
  padding-left: 10px;
}

.spacer--right--10 {
  padding-right: 10px;
}

.spacer--bottom--10 {
  padding-bottom: 10px;
}

.margin-bottom--10 {
  margin-bottom: 10px !important;
}

.margin-top--10 {
  margin-top: 10px !important;
}

.spacer--20 {
  padding: 20px;
}

.spacer--top--20 {
  padding-top: 20px;
}

.spacer--left--20 {
  padding-left: 20px;
}

.spacer--right--20 {
  padding-right: 20px;
}

.spacer--bottom--20 {
  padding-bottom: 20px;
}

.margin-bottom--20 {
  margin-bottom: 20px !important;
}

.margin-top--20 {
  margin-top: 20px !important;
}

.spacer--30 {
  padding: 30px;
}

.spacer--top--30 {
  padding-top: 30px;
}

.spacer--left--30 {
  padding-left: 30px;
}

.spacer--right--30 {
  padding-right: 30px;
}

.spacer--bottom--30 {
  padding-bottom: 30px;
}

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

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

.spacer--40 {
  padding: 40px;
}

.spacer--top--40 {
  padding-top: 40px;
}

.spacer--left--40 {
  padding-left: 40px;
}

.spacer--right--40 {
  padding-right: 40px;
}

.spacer--bottom--40 {
  padding-bottom: 40px;
}

.margin-bottom--40 {
  margin-bottom: 40px !important;
}

.margin-top--40 {
  margin-top: 40px !important;
}

.spacer--50 {
  padding: 50px;
}

.spacer--top--50 {
  padding-top: 50px;
}

.spacer--left--50 {
  padding-left: 50px;
}

.spacer--right--50 {
  padding-right: 50px;
}

.spacer--bottom--50 {
  padding-bottom: 50px;
}

.margin-bottom--50 {
  margin-bottom: 50px !important;
}

.margin-top--50 {
  margin-top: 50px !important;
}

.spacer--60 {
  padding: 60px;
}

.spacer--top--60 {
  padding-top: 60px;
}

.spacer--left--60 {
  padding-left: 60px;
}

.spacer--right--60 {
  padding-right: 60px;
}

.spacer--bottom--60 {
  padding-bottom: 60px;
}

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

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

.spacer--70 {
  padding: 70px;
}

.spacer--top--70 {
  padding-top: 70px;
}

.spacer--left--70 {
  padding-left: 70px;
}

.spacer--right--70 {
  padding-right: 70px;
}

.spacer--bottom--70 {
  padding-bottom: 70px;
}

.margin-bottom--70 {
  margin-bottom: 70px !important;
}

.margin-top--70 {
  margin-top: 70px !important;
}

.spacer--80 {
  padding: 80px;
}

.spacer--top--80 {
  padding-top: 80px;
}

.spacer--left--80 {
  padding-left: 80px;
}

.spacer--right--80 {
  padding-right: 80px;
}

.spacer--bottom--80 {
  padding-bottom: 80px;
}

.margin-bottom--80 {
  margin-bottom: 80px !important;
}

.margin-top--80 {
  margin-top: 80px !important;
}

.spacer--90 {
  padding: 90px;
}

.spacer--top--90 {
  padding-top: 90px;
}

.spacer--left--90 {
  padding-left: 90px;
}

.spacer--right--90 {
  padding-right: 90px;
}

.spacer--bottom--90 {
  padding-bottom: 90px;
}

.margin-bottom--90 {
  margin-bottom: 90px !important;
}

.margin-top--90 {
  margin-top: 90px !important;
}

.spacer--100 {
  padding: 100px;
}

.spacer--top--100 {
  padding-top: 100px;
}

.spacer--left--100 {
  padding-left: 100px;
}

.spacer--right--100 {
  padding-right: 100px;
}

.spacer--bottom--100 {
  padding-bottom: 100px;
}

.margin-bottom--100 {
  margin-bottom: 100px !important;
}

.margin-top--100 {
  margin-top: 100px !important;
}

.color--white {
  color: #ffffff;
}

a.color--white {
  color: #ffffff;
}

a.color--white--hover:hover {
  color: #ffffff;
}

.bg--white {
  background-color: #ffffff;
}

.bg--white--hover:hover {
  background-color: #ffffff;
}

.btn--white {
  background-color: #ffffff;
  border: 0;
}

.border--white {
  border: 1px solid #ffffff;
}

.color--black {
  color: #000000;
}

a.color--black {
  color: #000000;
}

a.color--black--hover:hover {
  color: #000000;
}

.bg--black {
  background-color: #000000;
}

.bg--black--hover:hover {
  background-color: #000000;
}

.btn--black {
  background-color: #000000;
  border: 0;
}

.border--black {
  border: 1px solid #000000;
}

.color--yellow {
  color: #FFCC00;
}

a.color--yellow {
  color: #FFCC00;
}

a.color--yellow--hover:hover {
  color: #FFCC00;
}

.bg--yellow {
  background-color: #FFCC00;
}

.bg--yellow--hover:hover {
  background-color: #FFCC00;
}

.btn--yellow {
  background-color: #FFCC00;
  border: 0;
}

.border--yellow {
  border: 1px solid #FFCC00;
}

.color--gray--border {
  color: #707070;
}

a.color--gray--border {
  color: #707070;
}

a.color--gray--border--hover:hover {
  color: #707070;
}

.bg--gray--border {
  background-color: #707070;
}

.bg--gray--border--hover:hover {
  background-color: #707070;
}

.btn--gray--border {
  background-color: #707070;
  border: 0;
}

.border--gray--border {
  border: 1px solid #707070;
}

.color--gray--light {
  color: #b5bcbb;
}

a.color--gray--light {
  color: #b5bcbb;
}

a.color--gray--light--hover:hover {
  color: #b5bcbb;
}

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

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

.btn--gray--light {
  background-color: #b5bcbb;
  border: 0;
}

.border--gray--light {
  border: 1px solid #b5bcbb;
}

.color--gray--lighter {
  color: #e5e7e7;
}

a.color--gray--lighter {
  color: #e5e7e7;
}

a.color--gray--lighter--hover:hover {
  color: #e5e7e7;
}

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

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

.btn--gray--lighter {
  background-color: #e5e7e7;
  border: 0;
}

.border--gray--lighter {
  border: 1px solid #e5e7e7;
}

.color--gray--dark {
  color: #525F5D;
}

a.color--gray--dark {
  color: #525F5D;
}

a.color--gray--dark--hover:hover {
  color: #525F5D;
}

.bg--gray--dark {
  background-color: #525F5D;
}

.bg--gray--dark--hover:hover {
  background-color: #525F5D;
}

.btn--gray--dark {
  background-color: #525F5D;
  border: 0;
}

.border--gray--dark {
  border: 1px solid #525F5D;
}

.color--gray {
  color: #4F5F5D;
}

a.color--gray {
  color: #4F5F5D;
}

a.color--gray--hover:hover {
  color: #4F5F5D;
}

.bg--gray {
  background-color: #4F5F5D;
}

.bg--gray--hover:hover {
  background-color: #4F5F5D;
}

.btn--gray {
  background-color: #4F5F5D;
  border: 0;
}

.border--gray {
  border: 1px solid #4F5F5D;
}

.color--light {
  color: #f7f8f8;
}

a.color--light {
  color: #f7f8f8;
}

a.color--light--hover:hover {
  color: #f7f8f8;
}

.bg--light {
  background-color: #f7f8f8;
}

.bg--light--hover:hover {
  background-color: #f7f8f8;
}

.btn--light {
  background-color: #f7f8f8;
  border: 0;
}

.border--light {
  border: 1px solid #f7f8f8;
}

.case-study h1 {
  font-size: 48px !important;
  color: #525F5D;
}
.case-study h2 {
  color: #525F5D;
  font-size: 36px;
  line-height: 30pt;
  font-weight: bold;
}
.case-study mark {
  background-color: #FFCC00;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21pt;
}
.case-study a {
  text-decoration: underline;
  color: #000000;
  background: none;
  padding: 0;
}
.case-study p {
  color: #525F5D;
  font-size: 14pt;
  line-height: 21pt;
}
.case-study blockquote {
  font-family: "star", Arial, sans-serif;
  font-style: inherit;
  text-transform: none;
  border-left: none;
  text-align: center;
  position: relative;
}
.case-study .quote-light p {
  color: #525F5D;
}
.case-study .quote-dark {
  background-color: #FFCC00;
}
.case-study .quote-dark p {
  border-top: none;
  border-bottom: none;
  color: #525F5D;
  font-weight: normal;
}

@media (max-width: 599px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #FFCC00;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #4F5F5D;
  --gray-dark: #343a40;
  --black: #000000;
  --gray--border: #707070;
  --gray--light: #b5bcbb;
  --gray--lighter: #e5e7e7;
  --gray--dark: #525F5D;
  --light: #f7f8f8;
  --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 {
  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:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  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;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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;
  -ms-overflow-style: scrollbar;
}

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;
  text-align: -webkit-match-parent;
}

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

[role=button] {
  cursor: pointer;
}

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] {
  box-sizing: border-box;
  padding: 0;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

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

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    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.8571428571%;
}

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    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;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: 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: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  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;
}

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

.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;
  word-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;
    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;
  }
}
html, html a {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

body {
  font-family: "star", Arial, sans-serif !important;
  line-height: 1.8em;
  color: #4F5F5D;
  font-size: 1rem;
  position: relative;
  min-width: 320px;
}

h1, h2, h3, h4, h5 {
  line-height: 1.3em;
  font-family: "star-bold" !important;
  font-weight: bold;
  margin-bottom: 2rem;
}

h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
}

h1.reset {
  text-transform: initial;
}

h2 {
  text-transform: uppercase;
  font-size: 2.25rem;
}

h3 {
  text-transform: uppercase;
  font-size: 1.75rem;
}

h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
}

p, a, b, span, li {
  line-height: 1.8em;
}

p {
  margin-bottom: 2rem;
}
p.medium {
  font-size: 0.875rem;
  line-height: 1.75em;
  margin-bottom: 1.5rem;
}
p.small {
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 2em;
  margin-block-start: 1.5rem;
}
ol.medium, ul.medium, dl.medium {
  font-size: 0.875rem;
  line-height: 2em;
  margin-bottom: 1.5rem;
}
ol.small, ul.small, dl.small {
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}

small, .small {
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}

.big {
  font-size: 50px;
  line-height: 65px;
  font-weight: normal;
}

.medium {
  font-size: 0.875rem;
  line-height: 2em;
  margin-bottom: 1.5rem;
  /*@media only screen and (max-width:680px){
  	font-size:16px;
  }*/
}

.font-size-24 {
  font-size: 24px;
}
@media only screen and (max-width: 680px) {
  .font-size-24 {
    font-size: 16px;
  }
}

b, strong {
  font-family: "star-bold";
}

em {
  font-family: "star-italic";
}

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

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

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

.text-bold {
  font-family: "star-bold" !important;
}

.icon-starmarklogo {
  margin-left: 10px;
}

.toUpperCase {
  text-transform: uppercase;
}

button {
  background-color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #b5bcbb;
}
button:hover {
  background-color: #FFCC00;
  color: #ffffff;
  border-color: #FFCC00;
}
button.yellow {
  background-color: #FFCC00;
  color: #4F5F5D;
  border-color: #FFCC00;
  font-family: "star-bold";
}
button.yellow a {
  color: #4F5F5D;
  text-decoration: none;
}

a.button {
  padding: 10px 20px;
  width: 100%;
}
a.button.subscibe {
  max-width: 200px;
}
a.button.button-grayBorder {
  padding: 10px 20px;
  width: auto;
  border: 2px solid #4F5F5D;
  background: transparent;
  color: #4F5F5D;
  text-transform: uppercase;
}
a.button.button-grayBorder:hover {
  background: #FFCC00;
  border: 2px solid #FFCC00;
  color: #ffffff;
}

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.table-cell,
.table__row {
  display: table-cell;
  vertical-align: top;
}

.table-cell--middle {
  display: table-cell;
  vertical-align: middle;
}

.table--1-column {
  margin: 40px 0;
}
.table--1-column .table-cell {
  padding: 0 20px;
  width: 100%;
}

.table--2-column {
  margin: 40px 0;
}
.table--2-column .table-cell {
  padding: 0 20px;
  width: 50%;
}

.table--3-column {
  margin: 40px 0;
}
.table--3-column .table-cell {
  padding: 0 20px;
  width: 33.3333%;
}

.font-size--24 {
  font-size: 24px;
}

.clear-list {
  list-style: none;
}

address {
  margin: 0 0 30px 0;
  padding: 0 30px 0 30px;
  font-size: 1.5em;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-left: 5px solid #FFCC00;
}

blockquote {
  position: relative;
  margin: 0.5em 0.5em 2em 0.5em;
  padding: 0.5em 1em 1em 1em;
  font-size: 1.5rem;
  font-style: italic;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
blockquote p {
  margin: 0;
  font-size: 24px;
  line-height: 32pt;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
blockquote cite {
  font-family: "star-bold", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
blockquote p::before {
  content: "“";
  color: #FFCC00;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  font-size: 5.5em;
  line-height: 1;
  left: 0;
}
blockquote p::after {
  content: "”";
  color: #FFCC00;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  float: right;
  font-size: 5.5em;
  line-height: 1;
  right: 0;
  bottom: 0;
}
blockquote.yellow {
  border: none;
  background: #FFCC00;
  color: #525F5D;
  font-weight: bold;
  margin-top: 2em;
  /*width:  100vw;
  max-width:  100vw;
  margin-left:  calc(50% - 50vw);*/
}
blockquote.yellow p {
  max-width: 960px;
  margin: 0 auto;
  content: none !important;
}

#wp-admin-bar-guidelines a {
  background-color: #FFCC00 !important;
  color: #4F5F5D !important;
}
#wp-admin-bar-guidelines a:hover {
  color: white !important;
}

.container {
  max-width: 1200px;
}
.container a {
  display: inline-block;
  padding: 0 5px;
  background: #FFCC00;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.5em;
}
.container a.interior-page__hero__play-btn {
  background: transparent;
}
.container a.button {
  padding: 10px 20px;
}
.container .section--title {
  padding: 40px 60px;
}

.content--wrapper a {
  background: #FFCC00;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.5em;
}
.content--wrapper a.interior-page__hero__play-btn {
  background: transparent;
}
.content--wrapper img,
.content--wrapper iframe {
  max-width: 100%;
}
.content--wrapper .relatedcontent {
  margin-bottom: 10px;
}
.content--wrapper .relatedcontent a {
  background: transparent;
  color: #4F5F5D;
  text-decoration: underline;
  text-decoration-color: #FFCC00;
  padding: 0;
}

.content--wrapper a.reset,
a.reset {
  background: none;
  color: inherit;
}

.content__left {
  padding-right: 40px;
}

.content__right {
  width: 320px;
}

.btn {
  display: inline-block !important;
  padding: 10px !important;
  background-color: #FFCC00 !important;
}
.btn:hover {
  background-color: #4F5F5D !important;
}

.icon--small {
  font-size: 30px;
}

.icon--medium {
  font-size: 60px;
}

.icon--big {
  font-size: 120px;
}

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

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

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

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.section--title {
  margin: 0;
  padding: 40px 0;
  line-height: 65px;
  font-family: star !important;
  font-weight: normal;
}

.section--title--white {
  color: #fff;
}

.clear:before, .clear:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

.pagination {
  line-height: inherit;
}

.inline, .inline li {
  margin: 0;
  padding: 0;
}
.inline li {
  display: inline-block;
  margin-left: 2px;
}
.inline li:first-child {
  margin-left: 0;
}
.inline li a {
  padding: 5px;
}

.social--wrapper li {
  font-size: 35px;
  line-height: 30px;
}
.social--wrapper li a {
  padding: 20px;
  border-radius: 5px;
}
.social--wrapper li a:hover {
  background-color: #4F5F5D;
}

.next-pre_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.next-pre_nav li {
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  background-color: #b5bcbb;
}
.next-pre_nav li a {
  font-size: 26px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  background-color: #4F5F5D;
  color: #ffffff;
}
.next-pre_nav li a:hover {
  background-color: #b5bcbb;
  color: #4F5F5D;
}
.next-pre_nav li.next-pre_nav__off {
  background-color: #b5bcbb;
  color: #4F5F5D;
  opacity: 0.5;
}

.hamburger {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 55px;
  padding: 6px 10px 8px 10px;
}

.hamburger__bar {
  width: 100%;
  height: 5px;
  margin: 5px 0 0 0;
  background-color: #4F5F5D;
  display: block;
  position: relative;
}

.mobile-nav--wrapper button:hover {
  background-color: transparent;
  border-color: transparent;
}

.main-nav__burger.hamburger.active {
  background: transparent !important;
}

.ico-arrow-after:before {
  width: 12px;
  height: 18px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/Starmark_v2/images/icons/nav-arrow-right.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/Starmark_v2/images/icons/nav-arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
}

.ico-arrow-before:before {
  width: 12px;
  height: 18px;
  display: inline-block;
  content: "";
  -webkit-mask: url(/wp-content/themes/Starmark_v2/images/icons/nav-arrow-left.svg) no-repeat 50% 50%;
  mask: url(/wp-content/themes/Starmark_v2/images/icons/nav-arrow-left.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
}

.ico-arrow-before.white {
  position: relative;
  right: 0;
  padding-right: 10px;
  top: 0;
}

.ico-arrow-after.white {
  position: relative;
  top: 0;
  padding-left: 10px;
}

a#info {
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper .html5-video-player {
  background-color: none !important;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.capabilities--wrapper:before, .capabilities--wrapper:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  clear: both;
}

.capabilities {
  margin: 0;
  padding: 0;
}

.capabilities__grid {
  position: relative;
  width: 25%;
  height: 350px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  float: left;
  overflow: hidden;
  list-style: none;
  background-color: #b5bcbb;
  text-align: center;
}
.capabilities__grid .capabilities__grid__title {
  display: block;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 20px 20px 10px 20px;
}
.capabilities__grid img {
  width: 100%;
  max-width: 250px;
  padding: 0 0 20px 0;
}
.capabilities__grid a {
  height: inherit;
  width: 100%;
  display: block;
  text-decoration: none;
}

.case {
  list-style: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  overflow: hidden;
}
.case, .case li {
  margin: 0;
  padding: 0;
}
.case a {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  height: inherit;
  position: relative;
}
.case > li {
  background-color: #b5bcbb;
}
.case .case__grid--home-filler {
  background-color: #FFCC00;
  color: white;
}

.case__grid--home-filler {
  display: none;
}

.case__grid {
  position: relative;
  width: 25%;
  height: 480px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  float: left;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -webkit-transition-property: width, height;
}

.case .case__grid__play-btn,
.case__grid__play-btn {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: white;
  position: absolute;
  bottom: 165px;
  left: 0;
  z-index: 9;
  color: #4F5F5D;
  text-align: center;
  display: block;
  font-size: 30px;
}

.case__etips--number {
  width: 160px;
  height: 160px;
  line-height: 160px;
  font-size: 80px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFCC00;
  color: #ffffff;
  z-index: 3;
  font-family: "star-bold" !important;
}

.removeEtipStyle .case__etips--number {
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: inherit;
  position: relative;
  background: none;
  color: inherit;
  font-family: "star", Arial, sans-serif !important;
  padding-left: 20px;
}

.case__img--wrapper {
  position: relative;
  height: 315px;
  overflow: hidden;
  display: block;
  z-index: 1;
}

.case__info {
  height: 165px;
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  z-index: 3;
}
.case__info .case__info__content {
  text-transform: uppercase;
  margin-top: 0;
}
.case__info .case__info__content, .case__info .case__info__content b {
  line-height: 1.4em;
}
.case__info .small {
  font-size: 12px;
}

.case__img__award-winner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 149px;
  height: 149px;
}

.case__info__detail {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  overflow: hidden;
  width: 100%;
}
.case__info__detail p {
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}

.case__img--wrap {
  position: absolute;
  height: 315px;
  left: 50%;
  top: 0;
}
.case__img--wrap img {
  margin-left: -340px;
  width: 100%;
  min-width: 680px;
  min-height: 315px;
  position: relative;
}

.careers-grid-box--wrapper {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style: none;
}
.careers-grid-box--wrapper, .careers-grid-box--wrapper li {
  margin: 0;
  padding: 0;
}
.careers-grid-box--wrapper a.grid-box__edit {
  display: inline-block;
  padding: 5px 10px;
  line-height: 14px;
  font-size: 14px;
  background-color: #FFCC00;
  border-radius: 2px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 4;
  position: absolute;
  color: #ffffff;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
}

.careers-grid-box__item {
  width: 25%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: table-cell;
  vertical-align: top;
  line-height: 0;
  position: relative;
  background-position: center 70%;
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
}
.careers-grid-box__item .apply__now {
  display: none;
}
.careers-grid-box__item:hover, .careers-grid-box__item:active {
  background-color: #FFCC00;
  background-image: none !important;
}
.careers-grid-box__item:hover .apply__now, .careers-grid-box__item:active .apply__now {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  font-size: 30px;
}
.careers-grid-box__item a {
  color: #ffffff;
  text-decoration: none;
}

.careers-grid-box__content {
  width: 100%;
  padding: 20px 20px 50px 20px;
  line-height: 1.2em;
  min-height: 250px;
  padding-right: 50px;
}
.careers-grid-box__content h4 {
  margin: 0;
  padding: 0;
  position: relative;
}

.careers-grid-box__date {
  position: absolute;
  bottom: 5px;
  left: 20px;
  font-size: 12px;
}

.careers-grid-box--active {
  background-color: #e5e7e7;
}
.careers-grid-box--active, .careers-grid-box--active a {
  color: #4F5F5D;
}

.grid-box--wrapper {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  list-style: none;
}
.grid-box--wrapper, .grid-box--wrapper li {
  margin: 0;
  padding: 0;
}
.grid-box--wrapper a {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  height: inherit;
  position: relative;
}
.grid-box--wrapper a.grid-box__edit {
  display: inline-block;
  padding: 5px 10px;
  line-height: 14px;
  font-size: 14px;
  background-color: #FFCC00;
  border-radius: 2px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 4;
  position: absolute;
  color: #ffffff;
  height: auto;
  text-decoration: none;
  text-transform: uppercase;
}

.grid-box__video {
  display: block;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  position: absolute;
  color: #4F5F5D;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .grid-box__video {
    transition: none;
  }
}

.grid-box__item {
  position: relative;
  width: 25%;
  height: 400px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  float: left;
  overflow: hidden;
  background-color: #b5bcbb;
  line-height: 1.2em;
  -webkit-transition-duration: 500ms;
  -webkit-transition-property: width, height;
}

.grid-box__item__content {
  height: inherit;
  width: 100%;
  background-position: 50% 25%;
  background-size: cover;
  float: left;
}
.grid-box__item__content .videoBtn:hover .grid-box__video {
  bottom: 10px;
  left: 10px;
  -ms-transform: scale(0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9);
  /* Safari */
  transform: scale(0.9);
}

.grid-box__item__content__info--wrapper {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
}
.grid-box__item__content__info--wrapper .grid-box__item__content__info--floater {
  position: relative;
  top: 50px;
  transition: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  line-height: 1em !important;
}
@media (prefers-reduced-motion: reduce) {
  .grid-box__item__content__info--wrapper .grid-box__item__content__info--floater {
    transition: none;
  }
}
.grid-box__item__content__info--wrapper .grid-box__item__content__info {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background: rgba(79, 95, 93, 0.9);
}
.grid-box__item__content__info--wrapper:hover .grid-box__item__content__info {
  opacity: 1;
}
.grid-box__item__content__info--wrapper:hover .grid-box__item__content__info--floater {
  top: 0;
  opacity: 1;
}

.grid-box__item__content__info {
  vertical-align: middle;
  font-size: 30px;
  color: white;
  font-family: "star";
  line-height: 1.2em;
}

/* Areas of Exploration Styling */
.areas-wrapper .grid-box__item__content__info {
  opacity: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: none;
}
.areas-wrapper .grid-box__item__content__info--floater {
  opacity: 1;
  transition: none;
  top: auto;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5em;
}
.areas-wrapper .grid-box__item__content__info--subfloater {
  flex: 0 0 3.5em;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 0.7em;
  line-height: 1.2em;
}
.areas-wrapper.bg--gray--light .grid-box__item__content__info--floater,
.areas-wrapper.bg--gray--light .grid-box__item__content__info--subfloater {
  color: #4F5F5D;
}
.areas-wrapper .grid-box__item__content__info--learnmore {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #4F5F5D;
  font-size: 30px;
  padding: 10px 20px;
  display: none;
  margin: 0;
}
.areas-wrapper .grid-box__item:hover .grid-box__item__content {
  background-color: #FFCC00;
}
.areas-wrapper .grid-box__item:hover .grid-box__item__content__info--learnmore {
  display: block;
}
.areas-wrapper .grid-box__item:hover .grid-box__item__content__info--subfloater {
  opacity: 0;
}

.grid-box__img--wrapper {
  position: relative;
  height: inherit;
  overflow: hidden;
  display: block;
  z-index: 1;
}

.grid-box__img--container {
  position: absolute;
  height: inherit;
  left: 50%;
}
.grid-box__img--container img {
  margin-left: -340px;
  min-width: 680px;
  min-height: 380px;
  position: relative;
}

.grid-box__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: inherit;
  padding: 30px;
  line-height: 1.2em;
  font-size: 30px;
  font-style: italic;
}

.post-edit-link {
  background: #FFCC00;
  padding: 5px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin: 10px;
  width: auto;
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
}
.post-edit-link:hover {
  background-color: #4F5F5D;
  color: #ffffff;
}

/*############################################### mainNav ###############################################*/
.mobile-nav--wrapper {
  display: none;
  float: left;
  height: inherit;
}

.main-nav__burger {
  margin: 0 10px;
  height: inherit;
}

.mobile__main-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 11;
  position: absolute;
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
  height: 100vh;
  margin: 0;
  padding: 20px;
}
.mobile__main-menu.active {
  display: block;
}
.mobile__main-menu ul {
  list-style: none;
}
.mobile__main-menu ul, .mobile__main-menu li {
  margin: 0;
  padding: 0;
}
.mobile__main-menu li {
  line-height: 40px;
}
.mobile__main-menu a {
  color: white;
  text-decoration: none;
}
.mobile__main-menu > li {
  padding: 0 10px 0 30px;
}
.mobile__main-menu > li a {
  color: #FFCC00;
}
.mobile__main-menu ul li a {
  font-size: 30px;
}
.mobile__main-menu ul li a.slide-menu-control {
  color: white !important;
}

#main-logo {
  max-width: 100%;
  float: right;
  height: inherit;
}
#main-logo img {
  padding: 0px;
  max-width: 300px;
  float: right;
}

.main-nav {
  position: relative;
  height: 125px;
}

#main-nav-wrapper {
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 125px;
}
#main-nav-wrapper:before, #main-nav-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
#main-nav-wrapper nav {
  line-height: 0;
}
#main-nav-wrapper ul.main-menu {
  overflow: hidden;
  font-size: 30px;
  height: 125px;
  float: left;
  position: relative;
  z-index: 9;
}
#main-nav-wrapper ul.main-menu, #main-nav-wrapper ul.main-menu li {
  margin: 0;
  padding: 0;
}
#main-nav-wrapper ul.main-menu li {
  display: inline-block;
  float: left;
}
#main-nav-wrapper ul.main-menu > li {
  height: inherit;
  line-height: 125px;
}
#main-nav-wrapper ul.main-menu > li a {
  margin: 0 30px;
  color: #4F5F5D;
  text-decoration: none;
  display: block;
  line-height: 1.2em;
  padding-top: 40px;
}
#main-nav-wrapper ul.main-menu > li a:hover {
  color: #FFCC00;
}
#main-nav-wrapper ul.main-menu li.current-menu-item a, #main-nav-wrapper ul.main-menu li.current-category-ancestor a, #main-nav-wrapper ul.main-menu li.current-page-ancestor a, #main-nav-wrapper ul.main-menu li.current-post-ancestor a {
  border-bottom: 12px solid #FFCC00;
  color: #FFCC00;
}

.trending_nav_wrapper {
  position: relative;
  height: 60px;
}

.fixed-top.trending_nav {
  top: 125px;
}

/*############################################### mainNav ends ###############################################*/
/*############################################### home ###############################################*/
#home-hero {
  width: 100%;
  position: relative;
}
#home-hero.loading {
  display: none;
}
#home-hero:before, #home-hero:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
#home-hero img {
  width: 100%;
  height: auto;
}
#home-hero video {
  width: 100%;
  float: left;
  z-index: 2;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-height: inherit;
  height: 10%;
}

.home-hero__content {
  position: absolute;
  z-index: 3;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  height: 150px;
}
.home-hero__content h1 {
  margin: 10px;
  font-size: 50px;
  text-shadow: 0px 3px 10px rgb(0, 0, 0);
  text-transform: inherit;
}
.home-hero__content .agile-page-header {
  margin: 15%;
}
.home-hero__content a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 20px;
  background-color: rgba(255, 204, 0, 0.55);
  width: auto;
  text-decoration: none;
  color: #ffffff;
}
.home-hero__content a:hover {
  background-color: #4F5F5D;
}

.home__content--wrapper {
  padding: 0 40px;
}

.b2b__landing-page {
  padding: 0;
}
.b2b__landing-page a {
  background: #FFCC00;
  text-decoration: none;
  color: #ffffff;
}
.b2b__landing-page .intro-paragraph {
  margin-bottom: 0;
}
.b2b__landing-page .b2b-tagline {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 45px;
  margin-left: 20px;
}
.b2b__landing-page .b2b-tagline a {
  text-decoration: none;
}
.b2b__landing-page .b2b-tagline .icon-starmarklogo {
  font-size: 81px;
  color: #fc0;
  position: relative;
  left: -10px;
  top: 8px;
  text-decoration: none;
}
.b2b__landing-page .detail___header--wrapper, .b2b__landing-page .detail___header__right {
  height: 200px;
  min-height: inherit;
}
.b2b__landing-page .section--title {
  padding: 80px 0 40px 0;
}
.b2b__landing-page p {
  margin: 0 0 40px;
  padding: 0 40px;
}
.b2b__landing-page p.case__info__content {
  padding: 0;
}
.b2b__landing-page p.agile-text {
  padding: 0 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.b2b__landing-page .agile-box {
  padding-top: 0;
  padding-bottom: 0;
}
.b2b__landing-page span.agile-author {
  padding-top: 10px;
}
.b2b__landing-page .agile-wrapper {
  padding: 0 10px;
}
.b2b__landing-page .b2b-testimonials--quote {
  background: url("../images/structure/quote.png") no-repeat;
  background-size: cover;
}
.b2b__landing-page .b2b-testimonials--copy {
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4vw;
  margin-bottom: 10px;
  padding: 10px 0;
}
.b2b__landing-page .b2b-testimonials--author {
  font-weight: 600;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  padding: 10px 0;
}
.b2b__landing-page p.team-text {
  margin-bottom: 0;
}
.b2b__landing-page .detail___header--wrapper {
  padding: 0;
}
.b2b__landing-page .detail___header--wrapper .detail___header__right .table--2-column {
  margin: 0 0;
}
.b2b__landing-page .detail___header--wrapper .detail___header__right .table--2-column .table-cell {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.b2b__landing-page .detail___header--wrapper .detail___header__right img {
  vertical-align: bottom;
}
.b2b__landing-page .detail___header--wrapper .detail___header__right .table-cell {
  vertical-align: bottom;
}
.b2b__landing-page .detail___header--wrapper .team__copy {
  padding: 0 30px;
}
.b2b__landing-page .detail___header--wrapper .team__copy a {
  background: transparent;
}
.b2b__landing-page .detail___header--wrapper .team__copy span {
  display: block;
}
.b2b__landing-page .detail___header--wrapper .team__copy .name {
  color: #4F5F5D;
  font-weight: 600;
  text-transform: uppercase;
}
.b2b__landing-page .detail___header--wrapper .team__copy .title {
  color: #b5bcbb;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.b2b__landing-page .detail___header--wrapper .team__copy .phone a {
  color: #b5bcbb;
  text-decoration: none;
}
.b2b__landing-page .detail___header--wrapper .team__copy .linkedin {
  background: #FFCC00;
  padding: 8px 0 0;
  width: 60px;
  text-align: center;
  margin: 20px 0 0;
  border-radius: 5px;
}
.b2b__landing-page .detail___header--wrapper .team__copy .linkedin a {
  background: transparent;
  padding: 2px 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
}
.b2b__landing-page .detail___header--wrapper .team__copy .linkedin i {
  font-size: 40px;
}
.b2b__landing-page .lowercase-text {
  text-transform: lowercase;
}

.methodology--wrapper {
  padding: 0;
}
.methodology--wrapper .container {
  padding: 0 100px;
}
.methodology--wrapper img {
  display: block;
}
.methodology--wrapper hr {
  height: 8px;
  width: 50px;
  margin: 0 auto;
  border: none;
  background: #FFCC00;
}
.methodology--wrapper .table-cell, .methodology--wrapper .table__row {
  vertical-align: middle;
  text-align: center;
}
.methodology--wrapper .detail___header--wrapper, .methodology--wrapper .detail___header__right {
  height: 200px;
  min-height: inherit;
}
.methodology--wrapper .section--title {
  padding: 80px 60px 40px 60px;
}
.methodology--wrapper p {
  margin: 1em;
}
.methodology--wrapper .detail___header--wrapper {
  padding: 0;
}
.methodology--wrapper .detail___header--wrapper .detail___header__right .table--2-column {
  margin: 0 0;
}
.methodology--wrapper .detail___header--wrapper .detail___header__right .table--2-column .table-cell {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
.methodology--wrapper .detail___header--wrapper .detail___header__right img {
  vertical-align: bottom;
}
.methodology--wrapper .detail___header--wrapper .detail___header__right .table-cell {
  vertical-align: bottom;
}

.big-results__slider--wrapper,
.big-idea--wrapper {
  background: #4F5F5D;
  position: relative;
}

.big-results__solo--wrapper,
.big-results__slider {
  height: 490px;
  overflow: hidden;
}
.big-results__solo--wrapper .slider__img--desat,
.big-results__slider .slider__img--desat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #969f9e;
  opacity: 0.75;
}

.big-results__slider, .big-results__slider ul, .big-results__slider li, .slider_autoplay, .slider_autoplay ul, .slider_autoplay li {
  margin: 0;
  padding: 0;
}
.big-results__slider ul, .slider_autoplay ul {
  list-style: none;
  height: inherit;
}
.big-results__slider li, .slider_autoplay li {
  position: relative;
  height: inherit;
  overflow: inherit;
  float: left;
}

.clientSlider--wrapper {
  background: #ffffff;
  position: relative;
}
.clientSlider--wrapper img {
  max-width: 160px;
}
.clientSlider--wrapper .slider_autoplay li {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-idea--wrapper {
  background: url("../images/structure/big-idea-bg.jpg") center center no-repeat;
  position: relative;
}

.big-idea__title {
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 3;
  font-size: 40px;
  margin: 0;
  padding: 0;
  top: 70px;
}

.big-idea__slider {
  height: 495px;
  overflow: hidden;
  width: 100%;
}
.big-idea__slider, .big-idea__slider ul, .big-idea__slider li {
  margin: 0;
  padding: 0;
}
.big-idea__slider ul {
  list-style: none;
  height: inherit;
}
.big-idea__slider li {
  position: relative;
  height: inherit;
  overflow: inherit;
  float: left;
  width: 100%;
}
.big-idea__slider .big-idea__slider__content {
  width: 450px;
  margin: 0 auto;
  text-align: center;
  margin-top: 140px;
}
.big-idea__slider .big-idea__slider__content, .big-idea__slider .big-idea__slider__content p {
  line-height: 1.6em;
}
.big-idea__slider .big-idea__slider__content .big-idea__slider__content__info {
  font-size: 28px;
  font-style: italic;
  line-height: 1.8em;
}
.big-idea__slider .big-idea__slider__content .big-idea__slider__content__info a {
  background: none;
}
.big-idea__slider .big-idea__slider__content .big-idea__slider__content__info a.btn {
  background-color: #FFCC00;
  font-style: normal;
  padding: 5px 20px !important;
  margin-top: 20px;
}
.big-idea__slider .big-idea__slider__content .big-idea__slider__content__author {
  font-size: 14px;
}

.big-results__solo {
  position: relative;
  height: inherit;
  overflow: inherit;
}

.big-results__solo__img--wrapper,
.big-results__slider__img--wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  height: inherit;
  z-index: 1;
  width: 1920px;
}
.big-results__solo__img--wrapper .big-results__solo__img,
.big-results__solo__img--wrapper .big-results__slider__img,
.big-results__slider__img--wrapper .big-results__solo__img,
.big-results__slider__img--wrapper .big-results__slider__img {
  width: 1920px;
  margin-left: -960px;
  margin-top: -350px;
  position: relative;
}

.big-results__slider__content--wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 60px 20px;
  height: 490px;
}
.big-results__slider__content--wrapper .big-results__slider__head {
  font-size: 130px;
  line-height: 1em;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.big-results__slider__content--wrapper .big-results__slider__link {
  display: inline-block;
  width: auto;
  padding: 10px;
  background-color: rgba(255, 204, 0, 0.55);
}
.big-results__slider__content--wrapper .big-results__slider__link:hover {
  background-color: #4F5F5D;
}
.big-results__slider__content--wrapper .big-results__slider__subhead {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

#home--body .twinesocial--wrapper {
  margin-top: 90px;
}

.twinesocial--wrapper {
  padding: 0 40px 40px 40px;
}

/*############################################### homeends ###############################################*/
/*############################################### interior ###############################################*/
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pagination--wrapper {
  min-height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 24px;
}
.pagination--wrapper .pagination .current {
  color: #FFCC00;
}
.pagination--wrapper .pagination a {
  background: none;
  color: #b5bcbb;
  text-decoration: none;
  line-height: 1.2em;
  display: inline-block;
  padding: 0 5px;
}

.interior-page__content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.interior-page__content h1 {
  text-align: left;
  font-size: 2rem;
}

.interior-page__content--full {
  max-width: 100%;
}

.interior-page__subtitle {
  display: block;
  text-transform: none;
  font-size: 2rem;
  margin: 35px 0;
}

.interior-page__p1_paragraphc {
  font-size: 1.5;
}

.interior-page__clientNameTitle {
  line-height: 1.2em;
  margin: 0;
  color: #4F5F5D;
  display: block;
  font-size: 25px;
  margin: 20px 0 30px 0;
  text-align: left;
}

.interior-page__title {
  line-height: 1.2em;
  margin: 0;
  display: block;
  font-size: 21px;
  margin-bottom: 30px;
  text-align: left;
}

.interior-page__hero {
  position: relative;
}
.interior-page__hero img {
  width: 100%;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.interior-page__hero__content {
  line-height: 0;
  background-color: #4F5F5D;
}
.interior-page__hero__content iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.interior-page__hero__content--video {
  padding-bottom: 36%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.two-columns--wrapper .interior-page__hero__play-btn,
.interior-page__hero__play-btn {
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #ffffff;
  z-index: 10;
  text-align: center;
  text-decoration: none;
  font-size: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.two-columns--wrapper .interior-page__hero__play-btn:hover,
.interior-page__hero__play-btn:hover {
  color: #FFCC00;
}

.two-columns--wrapper .h2, .two-columns--wrapper h2, .etips--wrapper .h2, .etips--wrapper h2 {
  color: #4F5F5D;
}

.detail___header--wrapper {
  min-height: 315px;
  padding: 10px;
}
.detail___header--wrapper h1 {
  margin-top: 0;
}

.detail___header__right {
  height: 315px;
}
.detail___header__right img {
  width: 100%;
  max-width: inherit;
}

.detail___header--image--small {
  vertical-align: middle;
  text-align: center;
  background: #e5e7e7;
}

.detail___header--icon {
  background: #e5e7e7;
  vertical-align: middle;
  text-align: center;
}
.detail___header--icon img {
  width: auto;
  max-width: 100%;
}

.detail___header--image--big img {
  width: 100%;
}

.text-no-decoration {
  text-decoration: none;
}

.section-menu .menu-item-has-children > a:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/structure/small_arrows.png") no-repeat -116px -66px;
  display: inline-block;
  margin-left: 5px;
}
.section-menu .menu-item-has-children:hover > a {
  background: #4F5F5D;
  color: #ffffff;
}
.section-menu .menu-item-has-children:hover > a:after {
  background-position: -67px -417px;
}
.section-menu, .section-menu ul {
  list-style: none;
}
.section-menu, .section-menu ul, .section-menu li {
  margin: 0;
  padding: 0;
}
.section-menu > li {
  display: inline-block;
  float: left;
  text-align: center;
  position: relative;
  line-height: 90px;
  height: 90px;
  background: #e5e7e7;
  font-size: 24px;
  text-transform: uppercase;
}
.section-menu > li > a {
  height: inherit;
  padding: 0 20px;
}
.section-menu a {
  display: block;
  text-decoration: none;
  color: #4F5F5D;
  line-height: inherit;
}
.section-menu a:hover {
  background: #4F5F5D;
  color: #ffffff;
}
.section-menu > li.current-menu-item a:hover {
  background: #4F5F5D;
  color: #ffffff;
}
.section-menu > li ul {
  background: #e5e7e7;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
}
.section-menu > li ul a {
  padding: 10px 20px;
}
.section-menu > li ul li {
  text-align: left;
  border-top: 1px solid #b5bcbb;
}
.section-menu.etips > li {
  line-height: 60px;
  height: 60px;
  background: #4F5F5D;
  font-size: 24px;
  padding: 0 20px;
}
.section-menu.etips > li > a {
  height: inherit;
  padding: 0 0;
  font-weight: bold;
}
.section-menu.etips a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  line-height: inherit;
}
.section-menu.etips a:hover {
  background: #4F5F5D;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.section-menu:after {
  content: "";
  clear: both;
  display: block;
}
.section-menu.sub-nav--3 > li {
  width: 33.3333333333%;
}
.section-menu.sub-nav--4 > li {
  width: 25%;
}
.section-menu.sub-nav--5 > li {
  width: 20%;
}
.section-menu.sub-nav--6 > li {
  width: 16.6666666667%;
}
.section-menu.sub-nav--7 > li {
  width: 14.2857142857%;
}
.section-menu.sub-nav--8 > li {
  width: 12.5%;
}
.section-menu .dropdown-open .sub-menu {
  display: block;
}
.section-menu .sub-menu {
  display: none;
  position: absolute;
  min-width: 300px;
  top: 90px;
  left: 0;
  z-index: 11;
}
.section-menu > .current-menu-parent, .section-menu > .current-menu-item, .section-menu > .current-page-ancestor, .section-menu > .current-post-ancestor {
  background-color: #4F5F5D;
}
.section-menu > .current-menu-parent > a, .section-menu > .current-menu-item > a, .section-menu > .current-page-ancestor > a, .section-menu > .current-post-ancestor > a {
  color: #ffffff;
}
.section-menu > .current-menu-parent > a:after, .section-menu > .current-menu-item > a:after, .section-menu > .current-page-ancestor > a:after, .section-menu > .current-post-ancestor > a:after {
  background-position: -67px -267px;
}
.section-menu.etips > .current-menu-parent, .section-menu.etips > .current-menu-item, .section-menu.etips > .current-page-ancestor, .section-menu.etips > .current-post-ancestor {
  background-color: #ffffff;
}
.section-menu.etips > .current-menu-parent > a, .section-menu.etips > .current-menu-item > a, .section-menu.etips > .current-page-ancestor > a, .section-menu.etips > .current-post-ancestor > a {
  color: #ffffff;
  border-bottom: 4px solid #FFCC00;
}
.section-menu.etips > .current-menu-parent > a:after, .section-menu.etips > .current-menu-item > a:after, .section-menu.etips > .current-page-ancestor > a:after, .section-menu.etips > .current-post-ancestor > a:after {
  background-position: -67px -267px;
}
.section-menu .sub-menu .current-post-parent a {
  color: #ffffff !important;
  background-color: #b5bcbb;
}
.section-menu .sub-menu .current-menu-item {
  background-color: #b5bcbb;
}
.section-menu .sub-menu .current-menu-item a {
  color: #ffffff;
}

.starbar__header .section--title,
.innovation-lab__posts .section--title {
  line-height: 1.1em;
  padding: 0;
  margin: 0;
}

.awards--wrapper .awards__title {
  font-size: 80px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.awards--wrapper > div {
  position: relative;
}
.awards--wrapper .awards__img {
  width: 100%;
}
.awards--wrapper .awards__cat_title {
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.slider__img--wrapper {
  position: relative;
  line-height: 0;
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  background-position: 50% 25%;
  background-size: cover;
  -webkit-transition-duration: 500ms;
  -webkit-transition-property: width, height;
  line-height: 1.2em;
}
.slider__img--wrapper img {
  position: relative;
  width: 100%;
  z-index: 1;
  float: left;
}
.slider__img--wrapper .slider__img--desat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #969f9e;
  opacity: 0.75;
}

.slider__content--wrapper {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  color: #ffffff;
  padding: 40px 60px;
  text-align: center;
  line-height: 1.8em;
}

.slider__btn {
  display: inline-block;
  width: auto;
  padding: 10px;
  background-color: rgba(79, 95, 93, 0.55);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
}
.slider__btn:hover {
  background-color: #4F5F5D;
}

.bx-wrapper {
  position: relative;
}

.bx-controls {
  height: 0;
  width: 100%;
  z-index: 9;
}

a.bx-prev,
a.bx-next {
  position: absolute;
  top: 50%;
  height: 100px;
  width: 50px;
  line-height: 100px;
  margin-top: -50px;
  z-index: 3;
  background: url("../images/structure/slider_arrows.png") no-repeat;
  background-color: none !important;
  overflow: hidden;
  text-indent: -9999px;
}

a.bx-prev {
  left: 0;
  background-position: 0 center !important;
}

a.bx-next {
  right: 0;
  background-position: right center !important;
}

.bx-controls {
  height: 0;
  width: 100%;
  z-index: 9;
}

.bx-default-pager {
  text-align: center;
}
.bx-default-pager:before, .bx-default-pager:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.bx-default-pager > div {
  display: inline-block;
}
.bx-default-pager .bx-pager-item {
  overflow: hidden;
  text-indent: -99999px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #4F5F5D;
  margin: 0 2px;
}
.bx-default-pager .bx-pager-item a {
  display: block;
  width: inherit;
  height: inherit;
  background: none !important;
}
.bx-default-pager .bx-pager-item a.active {
  background: #FFCC00 !important;
}

.slider, .slider > li {
  margin: 0;
  padding: 0;
}
.slider > li > img {
  width: 100%;
}
.slider a {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slider a img {
  float: left;
}

.slider--gray a.bx-prev,
.slider--gray a.bx-next {
  background: url("../images/structure/slider_arrows-gray.png") no-repeat;
}

.upcoming-events--wrapper {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 40px;
}
.upcoming-events--wrapper .events--wrapper {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  background: #4F5F5D;
  color: #ffffff;
  border: 1px solid white;
  border-top: 0;
  border-right: 0;
}
.upcoming-events--wrapper .events--wrapper:first-child {
  border-top: 1px solid white;
}
.upcoming-events--wrapper .events--wrapper .event-cell {
  border-right: 1px solid white;
  height: 475px;
}
.upcoming-events--wrapper .events__date,
.upcoming-events--wrapper .events__info {
  width: 50%;
  position: relative;
}
.upcoming-events--wrapper .events__date > a,
.upcoming-events--wrapper .events__info > a {
  margin: 0;
  padding: 0;
  display: block;
}
.upcoming-events--wrapper .events__info {
  background: black;
}
.upcoming-events--wrapper .events__date {
  padding: 20px;
  text-align: center;
}
.upcoming-events--wrapper .events__date span {
  display: block;
  line-height: 1.1em;
}
.upcoming-events--wrapper .event__day {
  font-size: 190px;
  color: #FFCC00;
}
.upcoming-events--wrapper .event__day .small {
  font-size: 150px;
}
@media only screen and (max-width: 680px) {
  .upcoming-events--wrapper .event__day .small {
    font-size: 100px;
  }
}
.upcoming-events--wrapper .event__month_year {
  font-size: 14px;
}
.upcoming-events--wrapper .event__time {
  font-size: 12px;
}
.upcoming-events--wrapper .events__info__desc--wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  height: 160px;
  background-color: #4F5F5D;
}
.upcoming-events--wrapper .events__img--wrapper {
  position: relative;
  height: 315px;
  overflow: hidden;
  display: block;
  z-index: 1;
}
.upcoming-events--wrapper .events__img--wrap {
  position: absolute;
  height: 315px;
  left: 50%;
}
.upcoming-events--wrapper .events__img--wrap img {
  margin-left: -340px;
  min-width: 680px;
  min-height: 315px;
  position: relative;
}

.content__people--wrapper .table-cell {
  vertical-align: middle;
}
.content__people--wrapper .content__people__info {
  vertical-align: top;
}
.content__people--wrapper .content__people__info .next-pre_nav--wrapper {
  text-align: right;
}
.content__people--wrapper .content__people__info .next-pre_nav--wrapper .next-pre_nav {
  float: right;
}
.content__people--wrapper .content__people__info .next-pre_nav--wrapper:before, .content__people--wrapper .content__people__info .next-pre_nav--wrapper:after {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
}
.content__people--wrapper .content__people__info h1, .content__people--wrapper .content__people__info h2, .content__people--wrapper .content__people__info h3 {
  margin: 0;
}
.content__people--wrapper .content__people__info h2 {
  font-size: 40px;
  font-weight: normal;
}
.content__people--wrapper .content__people__info h3 {
  font-size: 20px;
}
.content__people--wrapper .content__people__img {
  background-color: #e5e7e7;
}
.content__people--wrapper .content__people__img, .content__people--wrapper .content__people__img img {
  vertical-align: bottom;
}

.single-page__nav:before, .single-page__nav:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.single-page__nav.etips-nav {
  background: #4F5F5D;
}
.single-page__nav .section-menu .current-menu-parent, .single-page__nav .section-menu .current-menu-item, .single-page__nav .section-menu .current-page-ancestor {
  background: none;
}
.single-page__nav .section-menu .current-menu-parent ul a, .single-page__nav .section-menu .current-menu-item ul a, .single-page__nav .section-menu .current-page-ancestor ul a {
  color: inherit;
}
.single-page__nav .section-menu .current-menu-parent ul a:hover, .single-page__nav .section-menu .current-menu-item ul a:hover, .single-page__nav .section-menu .current-page-ancestor ul a:hover {
  color: white;
}

.sub-nav--wrapper.etips-nav {
  background: #4F5F5D;
}
.sub-nav--wrapper .etips > .current-menu-parent, .sub-nav--wrapper .etips > .current-menu-item, .sub-nav--wrapper .etips > .current-page-ancestor, .sub-nav--wrapper .etips > .current-post-ancestor {
  background-color: #4F5F5D;
}
.sub-nav--wrapper .etips > .current-menu-parent > a, .sub-nav--wrapper .etips > .current-menu-item > a, .sub-nav--wrapper .etips > .current-page-ancestor > a, .sub-nav--wrapper .etips > .current-post-ancestor > a {
  color: #ffffff;
  border-bottom: 4px solid #FFCC00;
}
.sub-nav--wrapper .etips > .current-menu-parent > a:after, .sub-nav--wrapper .etips > .current-menu-item > a:after, .sub-nav--wrapper .etips > .current-page-ancestor > a:after, .sub-nav--wrapper .etips > .current-post-ancestor > a:after {
  background-position: -67px -267px;
}

.etips__header--wrapper,
.two-columns__header--wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.etips__header--wrapper {
  overflow: inherit;
  margin-bottom: 0px;
}

.etips__header,
.two-columns__header {
  line-height: 0;
  text-align: center;
  min-height: 200px;
}
.etips__header:before, .etips__header:after,
.two-columns__header:before,
.two-columns__header:after {
  content: "";
  display: block;
  width: 100%;
}
.etips__header img,
.two-columns__header img {
  width: 100%;
  height: 100%;
  text-align: center;
}
.etips__header img.etipsImg,
.two-columns__header img.etipsImg {
  width: inherit;
  height: inherit;
  text-align: center;
}
.etips__header .interior-page__hero__content,
.two-columns__header .interior-page__hero__content {
  min-height: inherit;
  max-height: inherit;
}
.etips__header .interior-page__hero__content--video,
.two-columns__header .interior-page__hero__content--video {
  padding-bottom: 56.25%;
}
.etips__header .interior-page__hero__content--video,
.etips__header .ytb-video,
.two-columns__header .interior-page__hero__content--video,
.two-columns__header .ytb-video {
  min-height: inherit;
  max-height: inherit;
}

.etips__header img {
  max-width: 800px;
}

.etips__header, .two-columns__header {
  background: #F2F2F2 url("../images/structure/etip-background2.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.etip__number {
  font-size: 1.5em;
}

.author {
  font-size: 18px;
}
.author .rounded-circle {
  border: 3px solid white;
}

.author_content {
  font-weight: 600;
  position: relative;
  top: 10px;
}

.authorProfile {
  position: relative;
  top: -45px;
  text-align: left;
}

.etip-content-with-author {
  position: relative;
  top: -20px;
}

.etips--wrapper .col-lg-2, .two-columns--wrapper .col-lg-2 {
  -ms-flex: 0 0 10.666667%;
  flex: 0 0 10.666667%;
  max-width: 10.666667%;
}

.etips--wrapper h2 {
  font-size: 1.5em;
}

.two-columns--wrapper .two-columns__header--wrapper {
  margin-bottom: 0;
}

.etips__title,
.two-columns__title {
  text-align: left;
  margin: 0;
}

.etips__title, .two-columns__title {
  color: #4F5F5D;
}

.etips__nav,
.two-columns__nav,
.hero-header__nav {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
}
.etips__nav, .etips__nav li,
.two-columns__nav,
.two-columns__nav li,
.hero-header__nav,
.hero-header__nav li {
  margin: 0 !important;
  padding: 0 !important;
}
.etips__nav a,
.two-columns__nav a,
.hero-header__nav a {
  text-decoration: none;
}

.etips__subscribe--wrapper h4,
.two-columns__subscribe--wrapper h4 {
  font-size: 30px;
  margin: 0 0 20px 0;
}

.etips__subscribe label.sr-only {
  max-width: 320px;
}

.etips__subscribe,
.two-columns__subscribe--wrapper {
  list-style: none;
}
.etips__subscribe, .etips__subscribe li,
.two-columns__subscribe--wrapper,
.two-columns__subscribe--wrapper li {
  margin: 0;
  padding: 0;
}
.etips__subscribe li,
.two-columns__subscribe--wrapper li {
  margin-bottom: 10px;
}
.etips__subscribe label,
.two-columns__subscribe--wrapper label {
  display: block;
}
.etips__subscribe label, .etips__subscribe input,
.two-columns__subscribe--wrapper label,
.two-columns__subscribe--wrapper input {
  width: 100%;
}
.etips__subscribe input,
.two-columns__subscribe--wrapper input {
  height: 44px;
  line-height: 44px;
  max-width: 400px;
  padding: 0 10px;
  background-color: #e5e7e7;
  border: 0;
  outline: none;
}
.etips__subscribe input:focus,
.two-columns__subscribe--wrapper input:focus {
  border: 1px solid #FFCC00;
}
.etips__subscribe button,
.two-columns__subscribe--wrapper button {
  background-color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #b5bcbb;
}
.etips__subscribe button:hover,
.two-columns__subscribe--wrapper button:hover {
  background-color: #FFCC00;
  color: white;
  border-color: #FFCC00;
}

#btn_subscribeEtips {
  padding: 10px 0;
  font-size: 24px;
}

.etips__subscribe--wrapper input {
  background-color: transparent;
  border: 1px solid #b7bcbb;
}
.etips__subscribe--wrapper .etips__subscribe button {
  background-color: #FFCC00;
  border: 1px solid #FFCC00;
  color: #fff;
}

.etips__tag--box {
  padding: 0;
  width: fit-content;
}
.etips__tag--box a {
  background: transparent;
  color: #4F5F5D;
  text-decoration: underline;
  text-decoration-color: #FFCC00;
}

.subscribe__numbers {
  font-size: 90px;
  display: inline-block;
  font-style: italic;
  font-family: "star-bold" !important;
}

/******* Agile **********/
.checkmarkList {
  list-style: none;
  padding: 0 0 0 40px;
}
.checkmarkList li:before {
  content: "\ea10";
  font-family: "icomoon";
  display: inline-block;
  background: #FFCC00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 14px 10px 0 -40px;
  color: white;
}

.title-underline {
  border-bottom: 12px solid #4F5F5D;
}

.width.max640 {
  max-width: 640px;
  margin: auto;
}

.android #etip-IOS-button {
  display: none;
}

.ios #etip-android-button {
  display: none;
}

.page__nav__social--wrapper {
  overflow: hidden;
  list-style: none;
  padding: 0 20px;
}
.page__nav__social--wrapper * {
  line-height: inherit;
}
.page__nav__social--wrapper a {
  text-decoration: none;
  color: #b5bcbb;
  display: block;
  line-height: inherit;
  background: none;
  margin-bottom: 15px;
}
.page__nav__social--wrapper a:hover {
  color: #b5bcbb;
}
.page__nav__social--wrapper, .page__nav__social--wrapper li {
  margin: 0;
}
.page__nav__social--wrapper li {
  float: left;
  padding: 0;
}
.page__nav__social--wrapper i {
  font-size: 40px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

/*############################################### interior ends ###############################################*/
/*############################################### footer ###############################################*/
#footer-wrapper {
  padding-bottom: 20px;
}
#footer-wrapper .footer__info {
  font-size: 45px;
  line-height: 45px;
  margin-left: 35px;
  margin-bottom: 10px;
}
#footer-wrapper .footer__info a {
  text-decoration: none;
}
#footer-wrapper .icon-starmarklogo {
  font-size: 101px;
  color: #FFCC00;
  position: relative;
  left: -10px;
  top: 8px;
}
#footer-wrapper .footer__icons {
  background: #e5e7e7;
  padding: 35px 0 25px 0;
  margin-bottom: 25px;
}
#footer-wrapper .footer__icons a {
  border: 0;
}
#footer-wrapper .footer__icons img {
  padding: 0 35px 15px;
}

.footer__nav__social--wrapper {
  overflow: hidden;
  list-style: none;
  padding: 15px 0;
}
.footer__nav__social--wrapper * {
  line-height: inherit;
}
.footer__nav__social--wrapper a {
  text-decoration: none;
  color: #b5bcbb;
  display: block;
  line-height: inherit;
}
.footer__nav__social--wrapper a:hover {
  color: #FFCC00;
}
.footer__nav__social--wrapper, .footer__nav__social--wrapper li {
  margin: 0;
}
.footer__nav__social--wrapper li {
  float: left;
  padding: 0;
}
.footer__nav__social--wrapper i {
  font-size: 40px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.footer__nav__extra--wrapper .cols {
  height: 95px;
}
.footer__nav__extra--wrapper a {
  text-decoration: none;
}
.footer__nav__extra--wrapper input {
  border: 0;
  margin: 0;
}
.footer__nav__extra--wrapper .table-cell {
  padding: 0 10px;
  height: inherit;
}
.footer__nav__extra--wrapper .footer__nav__search__input input {
  width: 100%;
  height: inherit;
  padding: 10px;
  height: inherit;
  height: 100%;
  background: none;
  outline: none;
}
.footer__nav__extra--wrapper .footer__nav__search__input input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #e5e7e7;
}
.footer__nav__extra--wrapper .footer__nav__search__button {
  width: 50px;
  vertical-align: middle;
}
.footer__nav__extra--wrapper .footer__nav__search__button a {
  text-decoration: none;
  color: #b5bcbb;
  font-size: 28px;
  display: none;
  height: 100%;
  width: 100%;
}
.footer__nav__extra--wrapper .footer__nav__search__button.active a {
  display: block;
}
/*############################################### footerends ###############################################*/
/*############################################### guidelines ###############################################*/
.guidelines--colors-wrapper > div {
  padding: 10px;
  margin-top: 10px;
}
.guidelines--colors-wrapper > div:first-child {
  margin-top: 0;
}
.guidelines--colors-wrapper .guidelines--colors__row--1 {
  width: 150px;
  vertical-align: middle;
  text-align: center;
}

#guidelines--icons .guidelines--icons__search-wrapper {
  padding: 0 0 20px 0;
}
#guidelines--icons .guidelines--icons__search-wrapper input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  border: 1px solid #b5bcbb;
  outline: none;
  padding: 0 5px;
}
#guidelines--icons .guidelines--icons__search-wrapper input:focus {
  border-color: #82ca9c;
}
#guidelines--icons .guidelines--icons__search-wrapper input.empty {
  border-color: red;
}
#guidelines--icons .guidelines--nav a {
  color: #4F5F5D;
  text-decoration: none;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  background: none;
  border: 1px solid #ffffff;
  padding: 0;
}
#guidelines--icons .guidelines--nav a.active {
  color: #FFCC00;
  border: 1px solid #FFCC00;
  border-radius: 2px;
}
#guidelines--icons .guidelines--icons__list__item {
  display: block;
  border: 1px solid #b5bcbb;
  border-radius: 2px;
  overflow: hidden;
  margin: 2px;
  padding: 5px;
  position: relative;
}
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--grid {
  width: 160px;
  height: 120px;
  float: left;
  display: inline-block;
  font-size: 14px;
}
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--list {
  display: table;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 18px;
}
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--list span {
  height: 30px;
  padding: 0;
  line-height: 30px;
}
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--list:hover {
  background: #FFCC00;
  color: #ffffff;
}
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--list:hover,
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--list:hover .guidelines--icons__list__item__number {
  border-color: #FFCC00;
}
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--list i {
  width: 70px;
  vertical-align: middle;
  font-size: 20px;
  text-align: left;
  padding-left: 5px;
  height: inherit;
}
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--list .guidelines--icons__list__item__number {
  height: inherit;
  line-height: 60px;
  width: 60px;
  font-size: 20px;
  border-bottom: 0;
}
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--list .guidelines--icons__list__item__content,
#guidelines--icons .guidelines--icons__list__item.guidelines--icons__list__item--list i {
  display: table-cell;
}
#guidelines--icons .guidelines--icons__list__item .guidelines--icons__list__item__number {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 2px 0 0;
  border: 1px solid #b5bcbb;
  border-top: 0;
  border-right: 0;
  display: block;
  line-height: 20px;
  text-align: center;
  font-size: 8px;
}
#guidelines--icons .guidelines--icons__list__item span {
  display: block;
}
#guidelines--icons:after {
  content: "";
  display: block;
  clear: both;
}

.fb-album--wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fb-album--wrapper:before, .fb-album--wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.fb-album--wrapper > li {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 20%;
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background-color: #4F5F5D;
  height: 140px;
  min-height: 140px;
  overflow: hidden;
  position: relative;
}
.fb-album--wrapper > li:hover {
  opacity: 0.8;
}
.fb-album--wrapper > li > div {
  height: 100%;
  background-position: 50% 25%;
  background-size: cover;
  -webkit-transition-duration: 500ms;
  -webkit-transition-property: width, height;
  line-height: 1.2em;
}
.fb-album--link {
  width: 100%;
  height: 100%;
  display: block;
  height: 100%;
  background: none !important;
}

.events-detail--wrapper h3 {
  margin-top: 0;
}
.events-detail--wrapper .gform_anchor {
  display: none;
}
.events-detail--wrapper .gform_wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.events-detail--wrapper .gform_wrapper .gform_heading {
  text-align: inherit;
}
.events-detail--wrapper .gform_wrapper .gform_body li {
  width: 100% !important;
}
.events-detail--wrapper .gform_wrapper li.gfield.gfield_error {
  padding: 5px;
}
.events-detail--wrapper .gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 100%;
}
.events-detail--wrapper .content__left h2, .events-detail--wrapper .content__left h3, .events-detail--wrapper .content__left h4 {
  margin: 0;
  margin-top: 20px;
}

.ginput_container.ginput_container_fileupload .medium {
  font-size: 12px;
  font-family: star;
}
.ginput_container.ginput_container_fileupload #extensions_message {
  display: block;
  font-size: 16px;
}

a.facebook {
  background-color: #3b5998;
}

a.twitter {
  background-color: #4099FF;
}

a.googleplus {
  background-color: #dd4b39;
}

a.linkedin {
  background-color: #0077B5;
}

.sharrre {
  font-size: 12px;
  overflow: hidden;
  height: 40px;
}
.sharrre:after, .sharrre:before {
  content: "";
  width: 100%;
  display: block;
  clear: both;
  height: 0;
  padding: 0;
  margin: 0;
}
.sharrre .box, .sharrre .left, .sharrre .middle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.sharrre .box {
  background: #FFCC00;
  height: inherit;
  line-height: 40px;
  display: inline-block;
  position: relative;
  padding: 0 45px 0 0;
  font-size: 12px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.sharrre .box:hover {
  padding-right: 205px;
}
.sharrre .box:hover .middle {
  width: 160px;
}
.sharrre .box:hover .middle a {
  top: 0;
}
.sharrre .box:hover .middle a:hover {
  top: 5px;
}
.sharrre .left {
  line-height: inherit;
  width: 80px;
  display: block;
  white-space: nowrap;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}
.sharrre .middle {
  position: absolute;
  height: inherit;
  top: 0px;
  right: 45px;
  width: 0px;
  background: #63707e;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}
.sharrre .middle a {
  color: #fff;
  font-weight: bold;
  padding: 0;
  display: block;
  height: inherit;
  text-align: center;
  float: left;
  line-height: inherit;
  height: inherit;
  text-decoration: none;
  width: 40px;
  position: relative;
  top: 40px;
}
.sharrre .middle a:nth-child(1) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.sharrre .middle a:nth-child(2) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.sharrre .middle a:nth-child(3) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.sharrre .middle a:nth-child(4) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.sharrre .middle a:nth-child(5) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.sharrre .middle a:nth-child(6) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.sharrre .middle a:nth-child(7) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.sharrre .middle a:nth-child(8) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.sharrre .middle a:nth-child(9) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.sharrre .middle a:nth-child(10) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.sharrre .right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 45px;
  text-align: center;
  line-height: inherit;
  color: #ffffff;
  background: #b5bcbb;
}

/*hue-movie-sync*/
.hugeMovieSync h1, .hugeMovieSync h2 {
  font-family: "star", Arial, sans-serif !important;
  margin: 0;
}
.hugeMovieSync h1 {
  color: #5cbbb3;
  font-size: 72px;
  margin-bottom: 40px;
}
.hugeMovieSync h1, .hugeMovieSync h1 * {
  line-height: 1em;
}
.hugeMovieSync h1 span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
}
.hugeMovieSync h2 {
  font-size: 36px;
}
.hugeMovieSync .gform_anchor {
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
}
.hugeMovieSync .gform_fields, .hugeMovieSync input {
  text-align: center;
}
.hugeMovieSync .ginput_container {
  padding: 0 20px;
}
.hugeMovieSync input[type=text] {
  border-radius: 5px;
  border: 1px solid #4F5F5D;
  width: 100% !important;
  max-width: 320px !important;
  line-height: 40px;
  height: 40px;
}
.hugeMovieSync input[type=submit] {
  background-color: #b5bcbb;
  color: #000000;
  border-radius: 5px;
  border: 0;
  padding: 5px 20px;
}

.page-template-template-innovation-lab h1,
.page-template-template-innovation-lab-2 h1 {
  color: #FFCC00 !important;
  font-style: italic;
  font-family: "star", Arial, sans-serif !important;
  text-transform: initial;
}

.page-template-template-cruisemailer .gform_title {
  display: none;
}
.page-template-template-cruisemailer .gform_wrapper div.validation_error {
  text-align: center;
  width: 100%;
  padding: 20px;
  margin: 0;
  border: 0;
}
.page-template-template-cruisemailer .validation_message,
.page-template-template-cruisemailer .gform_wrapper div.validation_error,
.page-template-template-cruisemailer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 16px !important;
  color: #FFCC00;
}
.page-template-template-cruisemailer .validation_error + .gform_body .gfield {
  height: 80px;
  padding: 0 !important;
}
.page-template-template-cruisemailer .gform_wrapper .gform_heading {
  text-transform: initial;
}
.page-template-template-cruisemailer .gform_body {
  padding: 0;
  margin: 0;
}
.page-template-template-cruisemailer .gform_body .gfield {
  display: inline-block;
  float: left !important;
  width: 50% !important;
  clear: initial !important;
  padding: 0 0 20px 0 !important;
  margin: none !important;
}
.page-template-template-cruisemailer .gform_body .gfield input {
  font-size: 24px;
}
@media only screen and (max-width: 680px) {
  .page-template-template-cruisemailer .gform_body .gfield {
    float: initial !important;
    width: 100% !important;
  }
}
.page-template-template-cruisemailer .gform_body .gfield.gfield_error input {
  background-color: #ffcccc !important;
  border: 0 !important;
}
.page-template-template-cruisemailer .gform_body .gfield_label {
  display: none !important;
}
.page-template-template-cruisemailer .gform_body .ginput_container {
  margin: 0;
  padding: 0;
}
.page-template-template-cruisemailer .gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0 !important;
}
.page-template-template-cruisemailer .gform_button.button {
  background-color: #FFCC00;
  padding: 10px 40px;
}
.page-template-template-cruisemailer .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0 !important;
}
.page-template-template-cruisemailer .gform_wrapper .top_label .gfield_error input.large, .page-template-template-cruisemailer .gform_wrapper .top_label .gfield_error select.large, .page-template-template-cruisemailer .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100% !important;
}
.page-template-template-cruisemailer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .page-template-template-cruisemailer .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0 !important;
}
.page-template-template-cruisemailer .gform_wrapper li.gfield.gfield_error, .page-template-template-cruisemailer .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: none !important;
  padding: none !important;
  margin: none !important;
}
.page-template-template-cruisemailer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0 !important;
  margin: 0 !important;
}

.post-4-column-grid {
  float: left;
  width: 25%;
  padding: 5px;
}

.post-row:after {
  content: "";
  clear: both;
  display: table;
}

.wp-video {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.widget_recent_entries ul {
  list-style-type: none;
  padding-inline-start: 0;
}
.widget_recent_entries a {
  display: block;
  line-height: 1.3em;
  font-family: "star", Arial, sans-serif !important;
  font-weight: bold;
  margin-block-start: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #4F5F5D;
  background: #ffffff;
  text-decoration: underline;
  text-decoration-color: #fc0;
  padding: 0;
}

.interior-page__hero img.case__img__award-winner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 149px;
  height: 149px;
  bottom: auto;
  left: auto;
}

.vtiger-form input[type=submit] {
  text-transform: inherit !important;
}

.wp-admin.edit-tags-php #the-list iframe, .wp-admin.edit-tags-php #the-list .videoWrapper {
  display: none;
}

.lab-cta a {
  padding: 15px;
  text-align: left !important;
}

.lab-cta-center a {
  padding: 15px;
  text-align: center !important;
}

.lab-subhead-link a {
  color: #525F5D;
  background: transparent;
  text-align: center;
}

.lab-text a {
  display: inline;
}

.featured-bg {
  background-color: #F4F4F4;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.homepage-header-padding {
  padding-top: 5%;
}

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

.subButton {
  border: none !important;
  background: #FFCC00;
  border-radius: 5px;
}
.subButton a {
  border: none !important;
  text-transform: none !important;
}
.subButton a:hover {
  border: none !important;
  border-radius: 5px !important;
  text-transform: none !important;
}

@media (max-width: 599px) {
  .mobile-reverse-column {
    flex-direction: column-reverse;
  }

  .mobile-center figure.alignleft, .mobile-center figure.alignright {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  blockquote.yellow {
    border: none;
    background: #FFCC00;
    color: #525F5D;
    font-weight: bold;
    width: 100vw;
    padding: 20px;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 1em;
  }
}
@media screen and (min-width: 960px) {
  .alignwide, .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(49.25% - 50vw);
  }
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: absolute;
  width: 960px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
  height: 100vh;
}

.gform_wrapper.gravity-theme input:not([type=submit]), .gform_wrapper.gravity-theme textarea {
  background-color: #f1f1f1;
  width: 100%;
  border: none;
  font-size: inherit;
  font-family: inherit;
  padding: 0.313em 0;
  letter-spacing: normal;
  text-indent: 0.25em;
}

.gform_wrapper.gravity-theme ::placeholder {
  color: #bbb;
}

.wp-block-buttons > .wp-block-button .wp-block-button__link, .gform_button.button {
  font-size: inherit;
  padding: 10px 20px;
  width: auto;
  border: 2px solid #4F5F5D;
  background: transparent !important;
  color: #4F5F5D !important;
  text-transform: uppercase;
}

.wp-block-buttons > .wp-block-button .wp-block-button__link:hover, .gform_button.button:hover {
  background: #FFCC00 !important;
  border: 2px solid #FFCC00;
  color: #ffffff !important;
}

/* Overlap Block */
.overlap .overlay-text {
  background: #e5e7e7;
  position: relative;
  left: -100px;
  height: auto;
  padding: 50px 25px 25px 25px;
  width: 500px;
}

.overlap .overlay-text h2 {
  margin-bottom: 0;
}

.overlap .wp-block-button {
  margin-right: 3.2rem !important;
}

@media screen and (max-width: 990px) {
  .overlap .overlay-text {
    left: 0;
    width: 100%;
    max-width: 640px;
  }

  .overlap .wp-block-button {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 960px) {
  .alignwide, .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
#subscribeModal .modal-content {
  background-color: transparent;
  border: 0px;
}
#subscribeModal .modal-header {
  padding: 0px;
  border-bottom: 0px;
}
#subscribeModal .modal-header .close {
  font-size: 40px;
}

.slide-menu {
  color: #fff;
}

.slide-menu .controls {
  overflow: hidden;
}

.slide-menu a {
  color: #fff;
}

.slide-menu a:hover {
  background: transparent;
}

.slide-menu .btn + .btn {
  margin-right: 1px;
}

.slide-menu {
  position: relative;
  /*width: 320px;*/
  width: 100%;
  /*height: 288px; 100vh*/
  height: 80px;
  top: 0;
  /*123px*/
  right: 0;
  display: none;
  overflow: auto;
  box-sizing: border-box;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform;
  z-index: 1000;
}

@media only screen and (max-width: 800px) {
  .slide-menu {
    min-height: auto;
    height: auto;
  }
}
.slide-menu .slider {
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
}

.slide-menu ul {
  padding-left: 0;
  list-style: none;
  position: relative;
  /*width: 320px;*/
  width: 100%;
  margin: 0;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background: #000;
  z-index: 11;
  position: absolute;
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
  height: 100vh;
  margin: 0;
  padding: 20px 10px 20px 30px;
}

.slide-menu ul a {
  display: block;
  padding: 0;
  text-decoration: none;
}

.slide-menu.no-transition, .slide-menu.no-transition * {
  transition: none !important;
}

/* Results Block */
.results p {
  font-size: 16px;
}
.results .results_title {
  font-size: 36px !important;
  color: #FFCC00;
  margin-bottom: 0px;
  line-height: 0.5em;
}

/* Overlap Block */
.overlap .overlay-text {
  background: #e5e7e7;
  position: relative;
  left: -100px;
  height: auto;
  padding: 50px 25px 25px 25px;
  width: 500px;
}
.overlap .overlay-text h2 {
  margin-bottom: 0;
}
.overlap .wp-block-button {
  margin-right: 3.2rem !important;
}

@media screen and (max-width: 990px) {
  .overlap .overlay-text {
    left: 0;
    width: 100%;
    max-width: 640px;
  }
  .overlap .wp-block-button {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 960px) {
  .alignwide, .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.wp-block-buttons > .wp-block-button .wp-block-button__link, .gform_button.button {
  font-size: inherit;
  padding: 10px 20px;
  width: auto;
  border: 2px solid #4F5F5D;
  background: transparent !important;
  color: #4F5F5D !important;
  text-transform: uppercase;
}

.wp-block-buttons > .wp-block-button .wp-block-button__link:hover, .gform_button.button:hover {
  background: #FFCC00 !important;
  border: 2px solid #FFCC00;
  color: #ffffff !important;
}

/* generic*/
.aspect16x9 {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}

/*z-grid*/
.z-grid .view-article {
  display: none;
}

h3.divider:after {
  display: block;
  width: 90px;
  content: "";
  border: 5px solid #FFC525;
  margin: 25px auto 0;
}

a.button.button-grayBorder {
  border-radius: 5px;
  border: 1px solid #4F5F5D;
  display: inline-block;
}

a.button.button-grayBorder:hover {
  border-width: 1px;
}

.z-image img {
  /* aspect-ratio: 4/3; */
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z-grid > .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .z-grid-row {
    height: 100%;
  }
}
.img-award {
  opacity: 0.3;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  max-height: 263px;
  object-fit: cover;
  object-position: top;
}
.img-award:hover {
  opacity: 1;
}

.awards-column a {
  color: #4F5F5D;
  text-decoration: none;
  background-color: transparent;
}

.awardTitle {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 5px;
}

.col-12.wide img {
  max-height: 180px;
  object-fit: cover;
  object-position: top;
}

@media only screen and (min-width: 768px) {
  .col-12.wide img {
    max-height: 220px;
  }
}
.work {
  padding: 10px;
}

/*# sourceMappingURL=main.css.map */
