  *,
*::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", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  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: 4px;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #68246d;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #531d57;
  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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

.fade {
  transition: opacity .15s linear;
}

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

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

.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

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

.animate-icon .icon {
  transition: all .2s ease-in-out;
}

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

.animate-icon:hover .icon,
.animate-icon:focus .icon,
.ui-state-active .animate-icon .icon {
  transform: translateX(5px);
}

.image-scale-up-on-lazyload {
  transition: transform 2s ease-out, opacity .15s linear;
  transform: scale(.95);
}

.image-scale-up-on-lazyload.lazyloaded {
  transform: scale(1);
  opacity: 1;
}

.image-zoom-on-lazyload {
  transition: transform 2s ease-out, opacity .15s linear;
  transform: scale(1.02);
  opacity: 0;
}

.image-zoom-on-lazyload.lazyloaded {
  transform: scale(1);
  opacity: 1;
}

.image-fade-on-lazyload {
  transition: opacity .15s linear;
  opacity: 0;
}

.image-fade-on-lazyload.lazyloaded {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.change-has-occurred [data-will-change],
.change-has-occurred[data-will-change] {
  animation-name: fadeIn;
  animation-duration: 1s;
}

@keyframes spin {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.spin {
  animation: spin 2s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-delay: .01ms !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-delay: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

[data-aos=cti-fade-out] {
  transition-property: opacity;
  opacity: 1;
}

[data-aos=cti-fade-out].aos-animate {
  opacity: 0;
}

:focus,
button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #74287a, 0 0 0 7px #fff !important;
}

.cke_editable:focus {
  outline: none;
  box-shadow: none;
}

html body [x-cloak] {
  display: none !important;
}

:root {
  --page-color: #68246d;
  --page-color-darker: #531d57;
  --site-header-height: 155px;
  --vh: 1vh;
  --container-max-width: 100%;
  --sub-site-page-header-padding-bottom: 24px;
  --grid-gutter-width: 30px;
  --grid-gutter-width-halve: 15px;
  --reliable-100vw: calc(100vw - var(--scrollbar-width));
  --scrollbar-width: 0px;
}

@media (min-width: 768px) {
  :root {
    --sub-site-page-header-padding-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  :root {
    --sub-site-page-header-padding-bottom: 48px;
  }
}

@media (min-width: 576px) {
  :root {
    --container-max-width: 540px;
  }
}

@media (min-width: 768px) {
  :root {
    --container-max-width: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container-max-width: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container-max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  :root {
    --container-max-width: 1440px;
  }
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300.eot?v1951eb6caa0");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300.eot?v1951eb6caa0#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300.woff2?v1951eb6caa0") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300.woff?v1951eb6caa0") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300.ttf?v1951eb6caa0") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-regular.eot?v1951eb6caad");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-regular.eot?v1951eb6caad#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-regular.woff2?v1951eb6caae") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-regular.woff?v1951eb6caae") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-regular.ttf?v1951eb6caae") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300italic.eot?v1951eb6caa0");
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300italic.eot?v1951eb6caa0#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300italic.woff2?v1951eb6caa2") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300italic.woff?v1951eb6caa1") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-300italic.ttf?v1951eb6caa1") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-italic.eot?v1951eb6caab");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-italic.eot?v1951eb6caab#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-italic.woff2?v1951eb6caad") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-italic.woff?v1951eb6caad") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-italic.ttf?v1951eb6caac") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600.eot?v1951eb6caa2");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600.eot?v1951eb6caa2#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600.woff2?v1951eb6caa3") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600.woff?v1951eb6caa3") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600.ttf?v1951eb6caa3") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600italic.eot?v1951eb6caa3");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600italic.eot?v1951eb6caa3#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600italic.woff2?v1951eb6caa4") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600italic.woff?v1951eb6caa4") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-600italic.ttf?v1951eb6caa3") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700.eot?v1951eb6caa4");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700.eot?v1951eb6caa4#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700.woff2?v1951eb6caa5") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700.woff?v1951eb6caa5") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700.ttf?v1951eb6caa4") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700italic.eot?v1951eb6caa6");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700italic.eot?v1951eb6caa6#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700italic.woff2?v1951eb6caa7") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700italic.woff?v1951eb6caa7") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-700italic.ttf?v1951eb6caa6") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800.eot?v1951eb6caa8");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800.eot?v1951eb6caa8#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800.woff2?v1951eb6caa9") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800.woff?v1951eb6caa8") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800.ttf?v1951eb6caa8") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800italic.eot?v1951eb6caa9");
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800italic.eot?v1951eb6caa9#iefix") format("embedded-opentype"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800italic.woff2?v1951eb6caab") format("woff2"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800italic.woff?v1951eb6caaa") format("woff"), url("/things-to-do/media/durham-university/site-assets/fonts/open-sans-v17-latin-800italic.ttf?v1951eb6caaa") format("truetype");
  font-display:swap;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

.base {
  font-size: 100%;
  line-height: 1.5em;
}

.hero {
  font-size: 3.8125rem;
  line-height: 60px;
}

@media all and (min-width: 1200px) {
  .hero {
    font-size: 4.75rem;
    line-height: 72px;
  }
}

@media all and (min-width: 1920px) {
  .hero {
    font-size: 5.9375rem;
    line-height: 88px;
  }
}

.sidekick {
  font-size: 3.0625rem;
  line-height: 48px;
}

@media all and (min-width: 1200px) {
  .sidekick {
    font-size: 3.8125rem;
    line-height: 60px;
  }
}

@media all and (min-width: 1920px) {
  .sidekick {
    font-size: 4.75rem;
    line-height: 72px;
  }
}

.h1 {
  font-size: 2.4375rem;
  line-height: 40px;
}

@media all and (min-width: 1200px) {
  .h1 {
    font-size: 3.0625rem;
    line-height: 48px;
  }
}

@media all and (min-width: 1920px) {
  .h1 {
    font-size: 3.8125rem;
    line-height: 60px;
  }
}

.h2 {
  font-size: 1.9375rem;
  line-height: 32px;
}

@media all and (min-width: 1200px) {
  .h2 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}

@media all and (min-width: 1920px) {
  .h2 {
    font-size: 3.0625rem;
    line-height: 48px;
  }
}

.h3 {
  font-size: 1.5625rem;
  line-height: 24px;
}

@media all and (min-width: 1200px) {
  .h3 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

@media all and (min-width: 1920px) {
  .h3 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}

.h4 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1200px) {
  .h4 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

@media all and (min-width: 1920px) {
  .h4 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

.h5 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1920px) {
  .h5 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

.h6 {
  font-size: 1.25rem;
  line-height: 20px;
}

.container,
.header,
.main,
.footer,
.container-fluid,
.container-xxl,
.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,
  .header,
  .main,
  .footer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  .header,
  .main,
  .footer {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .header,
  .main,
  .footer {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .header,
  .main,
  .footer {
    max-width: 1140px;
  }
}

@media (min-width: 1920px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  .header,
  .main,
  .footer {
    max-width: 1440px;
  }
}

.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-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.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.33333333%;
  max-width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes underline-gradient {
  0% {
    transform: translate3d(0%, 0%, 0);
  }

  50% {
    transform: translate3d(-75%, 0%, 0);
  }

  100% {
    transform: translate3d(0%, 0%, 0);
  }
}

.link {
  display: inline-block;
}

.list-item .link {
  display: inline;
}

.main-sidebar .list-item .link {
  display: block;
}

.text-long a:not(.btn),
.standout-content-summary a {
  text-decoration: underline;
  font-weight: bold;
  overflow-wrap: break-word;
}

.has-dark-bg .text-long a:not(.btn),
.has-dark-bg .has-dark-bg__themed-link,
.has-dark-bg a.cta-link {
  color: currentColor;
}

.t4-text-long a:not(.btn),
.standout-content-summary a {
  text-decoration: underline;
  font-weight: bold;
  overflow-wrap: break-word;
}

.has-dark-bg .t4-text-long a:not(.btn),
.has-dark-bg .has-dark-bg__themed-link,
.has-dark-bg a.cta-link {
  color: currentColor;
}

.cta-link:hover .icon,
.cta-link:focus .icon {
  transform: translateX(16px);
}

h2 {
  margin: 0;
  margin-bottom: .5em;
}

.text-long h2 {
  font-size: 1.5625rem;
  line-height: 24px;
}

@media all and (min-width: 1200px) {
  .text-long h2 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

@media all and (min-width: 1920px) {
  .text-long h2 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}

.text-long h2+* {
  margin-top: 16px !important;
}

h3 {
  margin: 0;
  margin-bottom: .5em;
}

.text-long h3 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1200px) {
  .text-long h3 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

@media all and (min-width: 1920px) {
  .text-long h3 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

.text-long h3+* {
  margin-top: 16px !important;
}

h4 {
  margin: 0;
  margin-bottom: .5em;
}

.text-long h4 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1920px) {
  .text-long h4 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

.text-long h4+* {
  margin-top: 16px !important;
}

h5 {
  margin: 0;
  margin-bottom: .5em;
}

.text-long h5 {
  font-size: 1.25rem;
  line-height: 20px;
}

.text-long h5+* {
  margin-top: 16px !important;
}

h2 {
  margin: 0;
  margin-bottom: .5em;
}

.t4-text-long h2 {
  font-size: 1.5625rem;
  line-height: 24px;
}

@media all and (min-width: 1200px) {
  .t4-text-long h2 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

@media all and (min-width: 1920px) {
  .t4-text-long h2 {
    font-size: 2.4375rem;
    line-height: 40px;
  }
}

.t4-text-long h2+* {
  margin-top: 16px !important;
}

h3 {
  margin: 0;
  margin-bottom: .5em;
}

.t4-text-long h3 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1200px) {
  .t4-text-long h3 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

@media all and (min-width: 1920px) {
  .t4-text-long h3 {
    font-size: 1.9375rem;
    line-height: 32px;
  }
}

.t4-text-long h3+* {
  margin-top: 16px !important;
}

h4 {
  margin: 0;
  margin-bottom: .5em;
}

.t4-text-long h4 {
  font-size: 1.25rem;
  line-height: 20px;
}

@media all and (min-width: 1920px) {
  .t4-text-long h4 {
    font-size: 1.5625rem;
    line-height: 24px;
  }
}

.t4-text-long h4+* {
  margin-top: 16px !important;
}

h5 {
  margin: 0;
  margin-bottom: .5em;
}

.t4-text-long h5 {
  font-size: 1.25rem;
  line-height: 20px;
}

.t4-text-long h5+* {
  margin-top: 16px !important;
}

.u-heading-bar:before {
  margin-bottom: 24px;
  background-color: #68246d;
  content: "";
  height: 6px;
  width: 100px;
  display: block;
}

.has-dark-bg .u-heading-bar:before {
  background-color: #fff;
}

@media (min-width: 992px) {
  .u-heading-bar:before {
    height: 8px;
    width: 130px;
  }
}

.blockquote,
.text-long blockquote {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  line-height: 1;
  margin-bottom: 8px;
  font-size: 25px;
  max-width: 40ch;
}

.testimonial blockquote {
  max-width: 100%;
  margin-left: 0;
  max-width: 66ch;
}

.testimonial blockquote+figcaption {
  margin-left: 0;
}

.blockquote,
.text-long:not(.cke_editable) blockquote {
  padding-top: 56px;
  padding-bottom: 56px;
}

.blockquote+figcaption,
.text-long:not(.cke_editable) blockquote+figcaption {
  font-weight: 600;
  margin-bottom: 32px;
  max-width: 40ch;
}

@media (min-width: 768px) {
  .blockquote+figcaption,
  .text-long:not(.cke_editable) blockquote+figcaption {
    margin-left: 32px;
  }
}

@media (min-width: 768px) {
  .blockquote,
  .text-long:not(.cke_editable) blockquote {
    margin-left: 32px;
  }
}

.blockquote,
.blockquote-background {
  background-image: url("/things-to-do/media/durham-university/site-assets/images/blockquote/quote-marks-left.svg?v1951eb6cab2"), url("/things-to-do/media/durham-university/site-assets/images/blockquote/quote-marks-right.svg?v1951eb6cab5");
  background-repeat: no-repeat;
  background-size: 2.5em;
  background-position: top left, bottom right;
}

body {
  font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

body html {
  font-size: 100%;
  line-height: 1.5em;
}

.hr,
.text-long hr {
  display: inline-block;
  border-width: 0;
  margin-bottom: 0;
  border-color: currentColor;
  width: 100px;
}

::-moz-selection {
  background-color: #68246d;
  color: #fff;
}

::selection {
  background-color: #68246d;
  color: #fff;
}

.text-long br+br {
  display: none;
}

.text-long .caps {
  font-variant-caps: all-small-caps;
}

.text-long ul li:not(:last-child) {
  margin-bottom: 8px;
}

.text-long p {
  max-width: 90ch;
  line-height: 1.5;
}

.t4-text-long br+br {
  display: none;
}

.t4-text-long .caps {
  font-variant-caps: all-small-caps;
}

.t4-text-long ul li:not(:last-child) {
  margin-bottom: 8px;
}

.t4-text-long p {
  line-height: 1.5;
}

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

.list-inline-item {
  display: inline-block;
  padding-right: 16px;
  margin: 0;
}

.list-inline .list-inline-item:last-of-type {
  padding-right: 0;
}

.link-list-wrapped {
  max-height: 12rem;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

@media (min-width: 768px) {
  figure.img-left {
    float: left;
    margin-right: 32px;
  }
}

@media (min-width: 768px) {
  figure.img-right {
    float: right;
    margin-left: 32px;
  }
}

.figure__caption {
  font-style: italic;
}

img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyload,
img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloading,
img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloaded {
  transition: opacity .15s linear;
  will-change: opacity;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyload,
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloading,
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloaded {
    transition: none;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyload,
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloading,
  img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloaded {
    opacity: 1;
  }
}

img:not(.image-zoom-on-lazyload,.image-scale-up-on-lazyload).lazyloaded {
  opacity: 1;
}

.embed-responsive>picture,
.embed-responsive>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}

.icon {
  display: inline-block;
  overflow: visible;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentColor;
}

.ui-autocomplete {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08) !important;
  max-width: 100vw !important;
  border-radius: .25rem !important;
  overflow: hidden !important;
  background-color: #fff !important;
  border-color: #f7f7f7 !important;
  border-color: #333123 !important;
}

.ui-autocomplete .ui-menu-item-wrapper .node--live-result {
  color: #333123;
  background-color: #fff;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active .node--live-result {
  background-color: #f7f7f7;
}

.ui-autocomplete__primary {
  background-color: #68246d !important;
  border-color: #fff !important;
}

.ui-autocomplete__primary .ui-menu-item-wrapper .node--live-result {
  color: #fff !important;
  background-color: #68246d !important;
}

.ui-autocomplete__primary .ui-menu-item-wrapper.ui-state-active .node--live-result {
  background-color: #531d57 !important;
}

.ui-autocomplete__tertiary {
  border-color: #00aeef !important;
}

.ui-autocomplete__grey-400 {
  background-color: #3c3c3b !important;
  border-color: #898e91 !important;
}

.ui-autocomplete__grey-400 .ui-menu-item-wrapper .node--live-result {
  color: #fff !important;
  background-color: #3c3c3b !important;
}

.ui-autocomplete__grey-400 .ui-menu-item-wrapper.ui-state-active .node--live-result {
  background-color: #333123 !important;
}

@media (min-width: 0)and (max-width: 768px) {
  .ui-autocomplete {
    left: 0 !important;
    right: 0 !important;
    border-style: none !important;
    border-radius: 0 !important;
  }
}

.search-api-autocomplete-search .ui-menu-item:hover {
  background: unset;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 2rem + 4px);
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #333123;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #333123;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.form-control:focus {
  color: #333123;
  background-color: #fff;
  border-color: #74287a;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.form-control::-moz-placeholder {
  color: #64696c;
  opacity: 1;
}

.form-control::placeholder {
  color: #64696c;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #333123;
}

select.form-control:focus::-ms-value {
  color: #333123;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(1rem + 2px);
  padding-bottom: calc(1rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.col-form-label-lg {
  padding-top: calc(1.5rem + 2px);
  padding-bottom: calc(1.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.5rem + 2px);
  padding-bottom: calc(.5rem + 2px);
  font-size: .8125rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: 2px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 1rem + 4px);
  padding: .5rem .5rem;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 3rem + 4px);
  padding: 1.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #449d44;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(68, 157, 68, .9);
  border-radius: 0;
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
  left: 5px;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #449d44;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #449d44;
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #449d44;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #449d44;
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #449d44;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #449d44;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #449d44;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: rgb(91.72, 184.28, 91.72);
  background-color: rgb(91.72, 184.28, 91.72);
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #449d44;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #449d44;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #449d44;
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #be1e2c;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .8125rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(190, 30, 44, .9);
  border-radius: 0;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #be1e2c;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #be1e2c;
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .25);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #be1e2c;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #be1e2c;
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .25);
}

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

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #be1e2c;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: rgb(222.4090909091, 48.5909090909, 63.8);
  background-color: rgb(222.4090909091, 48.5909090909, 63.8);
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #be1e2c;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #be1e2c;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #be1e2c;
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -2px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: flex;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #333123;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #333123;
  border-radius: 0;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 3rem + 4px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: 1.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 1rem + 4px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: .5rem .5rem;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 2rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #68246d;
  background-color: #68246d;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #74287a;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
  border-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #68246d;
  background-color: #68246d;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(104, 36, 109, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(104, 36, 109, .5);
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(104, 36, 109, .5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(104, 36, 109, .5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1em + 2rem + 4px);
  padding: 1rem 2rem 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #333123;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 2px solid #333123;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #74287a;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-select:focus::-ms-value {
  color: #333123;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #333123;
}

.custom-select-sm {
  height: calc(1.5em + 1rem + 4px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  font-size: .8125rem;
}

.custom-select-lg {
  height: calc(1.5em + 3rem + 4px);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1em + 2rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1em + 2rem + 4px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #74287a;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1em + 2rem + 4px);
  padding: 1rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1;
  color: #333123;
  background-color: #fff;
  border: 2px solid #333123;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1em + 2rem);
  padding: 1rem 1rem;
  line-height: 1;
  color: #333123;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #68246d;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #68246d;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #68246d;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: hsl(295.8904109589, 50.3448275862%, 63.431372549%);
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: .5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.custom-select-wrapper::after {
  position: absolute;
  top: 1px;
  right: calc(1em + 2rem + 4px);
  bottom: 1px;
  content: "";
  border-left: 2px solid #333123;
}

.custom-select-wrapper:focus-within::after {
  border-color: #74287a;
}

.custom-select-wrapper.has-dark-bg:focus-within::after {
  border-color: #fff;
}

.custom-select-wrapper-sm {
  font-size: .8125rem;
}

.custom-select-wrapper-sm::after {
  right: calc(1.5em + 1rem + 4px);
}

.custom-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: calc(1em + 2rem + 4px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true' class='feather feather-chevron-down sc-dnqmqq jxshSx' data-reactid='266' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right calc(calc(1em + 2rem + 4px)/2 - 1.5em/2) center;
  background-size: 1.5em 1.5em;
}

.custom-select.has-dark-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true' class='feather feather-chevron-down sc-dnqmqq jxshSx' data-reactid='266' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

.custom-select-sm {
  padding-right: calc(1.5em + 1rem + 4px);
  background-size: 1em 1em;
  background-position: right calc(calc(1.5em + 1rem + 4px)/2 - 1em/2) center;
}

.custom-autocomplete {
  background-image: none !important;
}

details summary::-webkit-details-marker {
  display: none;
}

details [data-details-close-arrow] {
  display: none;
}

details[open] [data-details-open-arrow] {
  display: none;
}

details[open] [data-details-close-arrow] {
  display: initial;
}

.ui-autocomplete-loading+.form-element-loading {
  display: inline-block !important;
}

.form-item--error-message {
  color: #be1e2c;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}

legend {
  -webkit-margin-collapse: separate;
}

.icon-input:focus-within {
  color: #333123;
  border-color: #74287a;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.icon-input .form-control {
  height: inherit;
  border-radius: inherit;
}

.icon-input .form-control:focus {
  outline: none;
  box-shadow: none;
}

.transparent-select {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-weight: 600;
  background-color: transparent;
  border-radius: .25rem;
  border-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: currentColor;
  padding: .6em 2.5em .5em .8em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 1.5em auto, 100%;
  line-height: 1.3;
}

.transparent-select.has-light-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%);
}

.transparent-select::-ms-expand {
  display: none;
}

.transparent-select option {
  font-weight: 400;
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 1rem 3rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0 0 9999px 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .25);
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(76.5655172414, 26.5034482759, 80.2465517241);
  border-color: rgb(67.4206896552, 23.3379310345, 70.6620689655);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(76.5655172414, 26.5034482759, 80.2465517241);
  border-color: rgb(67.4206896552, 23.3379310345, 70.6620689655);
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(67.4206896552, 23.3379310345, 70.6620689655);
  border-color: rgb(58.275862069, 20.1724137931, 61.0775862069);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.btn-secondary {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-secondary:hover {
  color: #333123;
  background-color: rgb(255, 204.845177665, 19.75);
  border-color: rgb(255, 202.1269035533, 7);
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #333123;
  background-color: rgb(255, 204.845177665, 19.75);
  border-color: rgb(255, 202.1269035533, 7);
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #333123;
  background-color: rgb(255, 202.1269035533, 7);
  border-color: rgb(249.25, 196.1104060914, 0);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(56.44, 130.31, 56.44);
  border-color: hsl(120, 39.5555555556%, 34.1176470588%);
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(56.44, 130.31, 56.44);
  border-color: hsl(120, 39.5555555556%, 34.1176470588%);
  box-shadow: 0 0 0 .2rem rgba(96.05, 171.7, 96.05, .5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: hsl(120, 39.5555555556%, 34.1176470588%);
  border-color: hsl(120, 39.5555555556%, 31.6176470588%);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(96.05, 171.7, 96.05, .5);
}

.btn-info {
  color: #fff;
  background-color: #1180a1;
  border-color: #1180a1;
}

.btn-info:hover {
  color: #fff;
  background-color: hsl(193.75, 80.8988764045%, 27.4019607843%);
  border-color: hsl(193.75, 80.8988764045%, 24.9019607843%);
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: hsl(193.75, 80.8988764045%, 27.4019607843%);
  border-color: hsl(193.75, 80.8988764045%, 24.9019607843%);
  box-shadow: 0 0 0 .2rem rgba(52.7, 147.05, 175.1, .5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #1180a1;
  border-color: #1180a1;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: hsl(193.75, 80.8988764045%, 24.9019607843%);
  border-color: hsl(193.75, 80.8988764045%, 22.4019607843%);
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52.7, 147.05, 175.1, .5);
}

.btn-warning {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}

.btn-warning:hover {
  color: #fff;
  background-color: rgb(184.377016129, 82.0393145161, 25.372983871);
  border-color: rgb(173.1693548387, 77.0524193548, 23.8306451613);
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: rgb(184.377016129, 82.0393145161, 25.372983871);
  border-color: rgb(173.1693548387, 77.0524193548, 23.8306451613);
  box-shadow: 0 0 0 .2rem rgba(223.55, 120.7, 63.75, .5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(173.1693548387, 77.0524193548, 23.8306451613);
  border-color: rgb(161.9616935484, 72.0655241935, 22.2883064516);
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(223.55, 120.7, 63.75, .5);
}

.btn-danger {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(156.9659090909, 24.7840909091, 36.35);
  border-color: rgb(145.9545454545, 23.0454545455, 33.8);
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(156.9659090909, 24.7840909091, 36.35);
  border-color: rgb(145.9545454545, 23.0454545455, 33.8);
  box-shadow: 0 0 0 .2rem rgba(199.75, 63.75, 75.65, .5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(145.9545454545, 23.0454545455, 33.8);
  border-color: rgb(134.9431818182, 21.3068181818, 31.25);
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(199.75, 63.75, 75.65, .5);
}

.btn-light {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover {
  color: #333123;
  background-color: hsl(0, 0%, 92.5%);
  border-color: hsl(0, 0%, 90%);
}

.btn-light:focus,
.btn-light.focus {
  color: #333123;
  background-color: hsl(0, 0%, 92.5%);
  border-color: hsl(0, 0%, 90%);
  box-shadow: 0 0 0 .2rem rgba(224.4, 224.1, 222, .5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #333123;
  background-color: hsl(0, 0%, 90%);
  border-color: hsl(0, 0%, 87.5%);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 224.1, 222, .5);
}

.btn-dark {
  color: #fff;
  background-color: #333123;
  border-color: #333123;
}

.btn-dark:hover {
  color: #fff;
  background-color: hsl(52.5, 18.6046511628%, 9.362745098%);
  border-color: hsl(52.5, 18.6046511628%, 6.862745098%);
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: hsl(52.5, 18.6046511628%, 9.362745098%);
  border-color: hsl(52.5, 18.6046511628%, 6.862745098%);
  box-shadow: 0 0 0 .2rem rgba(81.6, 79.9, 68, .5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #333123;
  border-color: #333123;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: hsl(52.5, 18.6046511628%, 6.862745098%);
  border-color: hsl(52.5, 18.6046511628%, 4.362745098%);
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(81.6, 79.9, 68, .5);
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:hover {
  color: #fff;
  background-color: rgb(48.3045023697, 72.8661137441, 124.4454976303);
  border-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
}

.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: rgb(48.3045023697, 72.8661137441, 124.4454976303);
  border-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
  box-shadow: 0 0 0 .2rem rgba(88.4, 113.9, 167.45, .5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show>.btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
  border-color: rgb(41.1741706161, 62.1101895735, 106.0758293839);
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(88.4, 113.9, 167.45, .5);
}

.btn-instagram {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-instagram:hover {
  color: #fff;
  background-color: hsl(0, 0%, 19.1666666667%);
  border-color: rgb(42.5, 42.5, 42.5);
}

.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: hsl(0, 0%, 19.1666666667%);
  border-color: rgb(42.5, 42.5, 42.5);
  box-shadow: 0 0 0 .2rem rgba(96.05, 96.05, 96.05, .5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show>.btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.5, 42.5, 42.5);
  border-color: hsl(0, 0%, 14.1666666667%);
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(96.05, 96.05, 96.05, .5);
}

.btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-linkedin:hover {
  color: #fff;
  background-color: rgb(0, 93.8522099448, 142.75);
  border-color: rgb(0, 85.4696132597, 130);
}

.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: rgb(0, 93.8522099448, 142.75);
  border-color: rgb(0, 85.4696132597, 130);
  box-shadow: 0 0 0 .2rem rgba(38.25, 139.4, 192.1, .5);
}

.btn-linkedin.disabled,
.btn-linkedin:disabled {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-linkedin:not(:disabled):not(.disabled):active,
.btn-linkedin:not(:disabled):not(.disabled).active,
.show>.btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 85.4696132597, 130);
  border-color: rgb(0, 77.0870165746, 117.25);
}

.btn-linkedin:not(:disabled):not(.disabled):active:focus,
.btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show>.btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38.25, 139.4, 192.1, .5);
}

.btn-tertiary {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.btn-tertiary:hover {
  color: #fff;
  background-color: rgb(0, 146.1527196653, 200.75);
  border-color: rgb(0, 136.870292887, 188);
}

.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #fff;
  background-color: rgb(0, 146.1527196653, 200.75);
  border-color: rgb(0, 136.870292887, 188);
  box-shadow: 0 0 0 .2rem rgba(38.25, 186.15, 241.4, .5);
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 136.870292887, 188);
  border-color: rgb(0, 127.5878661088, 175.25);
}

.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38.25, 186.15, 241.4, .5);
}

.btn-gold {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
}

.btn-gold:hover {
  color: #fff;
  background-color: rgb(155.1785714286, 149.2857142857, 78.5714285714);
  border-color: rgb(146.7142857143, 141.1428571429, 74.2857142857);
}

.btn-gold:focus,
.btn-gold.focus {
  color: #fff;
  background-color: rgb(155.1785714286, 149.2857142857, 78.5714285714);
  border-color: rgb(146.7142857143, 141.1428571429, 74.2857142857);
  box-shadow: 0 0 0 .2rem rgba(156.4, 151, 87.7, .5);
}

.btn-gold.disabled,
.btn-gold:disabled {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
}

.btn-gold:not(:disabled):not(.disabled):active,
.btn-gold:not(:disabled):not(.disabled).active,
.show>.btn-gold.dropdown-toggle {
  color: #fff;
  background-color: rgb(146.7142857143, 141.1428571429, 74.2857142857);
  border-color: rgb(138.25, 133, 70);
}

.btn-gold:not(:disabled):not(.disabled):active:focus,
.btn-gold:not(:disabled):not(.disabled).active:focus,
.show>.btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(156.4, 151, 87.7, .5);
}

.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-twitter:hover {
  color: #fff;
  background-color: rgb(12.660041841, 141.2081589958, 220.089958159);
  border-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
}

.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: rgb(12.660041841, 141.2081589958, 220.089958159);
  border-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
  box-shadow: 0 0 0 .2rem rgba(62.9, 175.1, 243.95, .5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show>.btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
  border-color: rgb(11.2730125523, 125.7374476987, 195.9769874477);
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(62.9, 175.1, 243.95, .5);
}

.btn-youtube {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-youtube:hover {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #c00;
}

.btn-youtube:focus,
.btn-youtube.focus {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #c00;
  box-shadow: 0 0 0 .2rem hsla(0, 100%, 57.5%, .5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show>.btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #c00;
  border-color: rgb(191.25, 0, 0);
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show>.btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 100%, 57.5%, .5);
}

.btn-outline-primary {
  color: #68246d;
  border-color: #68246d;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #68246d;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(104, 36, 109, .5);
}

.btn-outline-secondary {
  color: #ffd53a;
  border-color: #ffd53a;
}

.btn-outline-secondary:hover {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 213, 58, .5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ffd53a;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 213, 58, .5);
}

.btn-outline-success {
  color: #449d44;
  border-color: #449d44;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #449d44;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(68, 157, 68, .5);
}

.btn-outline-info {
  color: #1180a1;
  border-color: #1180a1;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #1180a1;
  border-color: #1180a1;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 .2rem rgba(17, 128, 161, .5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #1180a1;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1180a1;
  border-color: #1180a1;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(17, 128, 161, .5);
}

.btn-outline-warning {
  color: #da611e;
  border-color: #da611e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 .2rem rgba(218, 97, 30, .5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #da611e;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #da611e;
  border-color: #da611e;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(218, 97, 30, .5);
}

.btn-outline-danger {
  color: #be1e2c;
  border-color: #be1e2c;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #be1e2c;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #be1e2c;
  border-color: #be1e2c;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(190, 30, 44, .5);
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.btn-outline-light:hover {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
}

.btn-outline-dark {
  color: #333123;
  border-color: #333123;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #333123;
  border-color: #333123;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem rgba(51, 49, 35, .5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #333123;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #333123;
  border-color: #333123;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(51, 49, 35, .5);
}

.btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
}

.btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-outline-facebook:focus,
.btn-outline-facebook.focus {
  box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5);
}

.btn-outline-facebook.disabled,
.btn-outline-facebook:disabled {
  color: #3b5998;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-facebook:not(:disabled):not(.disabled):active,
.btn-outline-facebook:not(:disabled):not(.disabled).active,
.show>.btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-outline-facebook:not(:disabled):not(.disabled):active:focus,
.btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5);
}

.btn-outline-instagram {
  color: #444;
  border-color: #444;
}

.btn-outline-instagram:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-outline-instagram:focus,
.btn-outline-instagram.focus {
  box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .5);
}

.btn-outline-instagram.disabled,
.btn-outline-instagram:disabled {
  color: #444;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-instagram:not(:disabled):not(.disabled):active,
.btn-outline-instagram:not(:disabled):not(.disabled).active,
.show>.btn-outline-instagram.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-outline-instagram:not(:disabled):not(.disabled):active:focus,
.btn-outline-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(68, 68, 68, .5);
}

.btn-outline-linkedin {
  color: #0077b5;
  border-color: #0077b5;
}

.btn-outline-linkedin:hover {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-outline-linkedin:focus,
.btn-outline-linkedin.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 119, 181, .5);
}

.btn-outline-linkedin.disabled,
.btn-outline-linkedin:disabled {
  color: #0077b5;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-linkedin:not(:disabled):not(.disabled):active,
.btn-outline-linkedin:not(:disabled):not(.disabled).active,
.show>.btn-outline-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus,
.btn-outline-linkedin:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 119, 181, .5);
}

.btn-outline-tertiary {
  color: #00aeef;
  border-color: #00aeef;
}

.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.btn-outline-tertiary:focus,
.btn-outline-tertiary.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 174, 239, .5);
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #00aeef;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 174, 239, .5);
}

.btn-outline-gold {
  color: #afa961;
  border-color: #afa961;
}

.btn-outline-gold:hover {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
}

.btn-outline-gold:focus,
.btn-outline-gold.focus {
  box-shadow: 0 0 0 .2rem rgba(175, 169, 97, .5);
}

.btn-outline-gold.disabled,
.btn-outline-gold:disabled {
  color: #afa961;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-gold:not(:disabled):not(.disabled):active,
.btn-outline-gold:not(:disabled):not(.disabled).active,
.show>.btn-outline-gold.dropdown-toggle {
  color: #333123;
  background-color: #afa961;
  border-color: #afa961;
}

.btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(175, 169, 97, .5);
}

.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}

.btn-outline-twitter:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-outline-twitter:focus,
.btn-outline-twitter.focus {
  box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5);
}

.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
  color: #1da1f2;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-twitter:not(:disabled):not(.disabled):active,
.btn-outline-twitter:not(:disabled):not(.disabled).active,
.show>.btn-outline-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
.btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5);
}

.btn-outline-youtube {
  color: red;
  border-color: red;
}

.btn-outline-youtube:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-outline-youtube:focus,
.btn-outline-youtube.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5);
}

.btn-outline-youtube.disabled,
.btn-outline-youtube:disabled {
  color: red;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-youtube:not(:disabled):not(.disabled):active,
.btn-outline-youtube:not(:disabled):not(.disabled).active,
.show>.btn-outline-youtube.dropdown-toggle {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-outline-youtube:not(:disabled):not(.disabled):active:focus,
.btn-outline-youtube:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .5);
}

.btn-link {
  font-weight: 400;
  color: #68246d;
  text-decoration: none;
}

.btn-link:hover {
  color: #531d57;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 1rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0 0 9999px 0;
}

.btn-sm {
  padding: .5rem 1.5rem;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0 0 9999px 0;
}

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

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

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

.btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  line-height: 1.25;
  white-space: normal;
}

.btn:not(.u-rounded-full) {
  padding-left: 1.5rem;
}

.btn:disabled,
.btn.disabled {
  cursor: not-allowed;
  filter: grayscale(1);
}

.btn-tertiary,
.btn-tertiary:hover {
  color: #fff;
}

.btn-block:not(.btn-sm) {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 1200px) {
  .btn-block:not(.btn-sm) {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.btn-lg {
  padding: 1rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0 0 9999px 0;
}

.btn-sm {
  padding: .5rem 1.5rem;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0 0 9999px 0;
}

.btn-sm {
  line-height: 1.25;
}

.btn-sm:not(.u-rounded-full) {
  padding-left: .75rem;
}

.btn-primary:not(.btn-primary-outline) {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-primary:not(.btn-primary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #68246d;
}

.btn-primary:not(.btn-primary-outline):focus,
.btn-primary:not(.btn-primary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #68246d;
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.btn-primary:not(.btn-primary-outline).disabled,
.btn-primary:not(.btn-primary-outline):disabled {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active,
.btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active,
.show>.btn-primary:not(.btn-primary-outline).dropdown-toggle {
  color: #fff;
  background-color: rgb(67.4206896552, 23.3379310345, 70.6620689655);
  border-color: rgb(58.275862069, 20.1724137931, 61.0775862069);
}

.btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled):active:focus,
.btn-primary:not(.btn-primary-outline):not(:disabled):not(.disabled).active:focus,
.show>.btn-primary:not(.btn-primary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(126.65, 68.85, 130.9, .5);
}

.btn-primary:not(.btn-primary-outline):hover,
.btn-primary:not(.btn-primary-outline):focus {
  color: #333123;
}

.has-dark-bg .btn-primary:not(.btn-primary-outline):hover,
.has-dark-bg .btn-primary:not(.btn-primary-outline):focus {
  color: #fff;
}

.btn-secondary:not(.btn-secondary-outline) {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-secondary:not(.btn-secondary-outline):hover {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
}

.btn-secondary:not(.btn-secondary-outline):focus,
.btn-secondary:not(.btn-secondary-outline).focus {
  color: #fff;
  background-color: #68246d;
  border-color: #68246d;
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-secondary:not(.btn-secondary-outline).disabled,
.btn-secondary:not(.btn-secondary-outline):disabled {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active,
.btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active,
.show>.btn-secondary:not(.btn-secondary-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(255, 202.1269035533, 7);
  border-color: rgb(249.25, 196.1104060914, 0);
}

.btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary:not(.btn-secondary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-light {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.btn-light:focus,
.btn-light.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  box-shadow: 0 0 0 .2rem rgba(224.4, 224.1, 222, .5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #333123;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #333123;
  background-color: hsl(0, 0%, 90%);
  border-color: hsl(0, 0%, 87.5%);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 224.1, 222, .5);
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline) {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffd53a;
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline):focus,
.has-dark-bg .btn-secondary:not(.btn-secondary-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffd53a;
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline).disabled,
.has-dark-bg .btn-secondary:not(.btn-secondary-outline):disabled {
  color: #333123;
  background-color: #ffd53a;
  border-color: #ffd53a;
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active,
.has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active,
.show>.has-dark-bg .btn-secondary:not(.btn-secondary-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(255, 202.1269035533, 7);
  border-color: rgb(249.25, 196.1104060914, 0);
}

.has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled):active:focus,
.has-dark-bg .btn-secondary:not(.btn-secondary-outline):not(:disabled):not(.disabled).active:focus,
.show>.has-dark-bg .btn-secondary:not(.btn-secondary-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(224.4, 188.4, 54.55, .5);
}

.btn-business:not(.btn-business-outline) {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.btn-business:not(.btn-business-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
}

.btn-business:not(.btn-business-outline):focus,
.btn-business:not(.btn-business-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.btn-business:not(.btn-business-outline).disabled,
.btn-business:not(.btn-business-outline):disabled {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.btn-business:not(.btn-business-outline):not(:disabled):not(.disabled):active,
.btn-business:not(.btn-business-outline):not(:disabled):not(.disabled).active,
.show>.btn-business:not(.btn-business-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(152.0833333333, 165.625, 149.375);
  border-color: hsl(110, 8.3333333333%, 59.2647058824%);
}

.btn-business:not(.btn-business-outline):not(:disabled):not(.disabled):active:focus,
.btn-business:not(.btn-business-outline):not(:disabled):not(.disabled).active:focus,
.show>.btn-business:not(.btn-business-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.has-dark-bg .btn-business:not(.btn-business-outline) {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.has-dark-bg .btn-business:not(.btn-business-outline):hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
}

.has-dark-bg .btn-business:not(.btn-business-outline):focus,
.has-dark-bg .btn-business:not(.btn-business-outline).focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333123;
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.has-dark-bg .btn-business:not(.btn-business-outline).disabled,
.has-dark-bg .btn-business:not(.btn-business-outline):disabled {
  color: #333123;
  background-color: #b3bdb1;
  border-color: #b3bdb1;
}

.has-dark-bg .btn-business:not(.btn-business-outline):not(:disabled):not(.disabled):active,
.has-dark-bg .btn-business:not(.btn-business-outline):not(:disabled):not(.disabled).active,
.show>.has-dark-bg .btn-business:not(.btn-business-outline).dropdown-toggle {
  color: #333123;
  background-color: rgb(152.0833333333, 165.625, 149.375);
  border-color: hsl(110, 8.3333333333%, 59.2647058824%);
}

.has-dark-bg .btn-business:not(.btn-business-outline):not(:disabled):not(.disabled):active:focus,
.has-dark-bg .btn-business:not(.btn-business-outline):not(:disabled):not(.disabled).active:focus,
.show>.has-dark-bg .btn-business:not(.btn-business-outline).dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(159.8, 168, 155.7, .5);
}

.table,
.text-long table {
  width: 100%;
  margin-bottom: 8px;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: rgb(212.72, 193.68, 214.12);
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: rgb(176.48, 141.12, 179.08);
}

.table-hover .table-primary:hover {
  background-color: rgb(202.1706849315, 178.38, 203.92);
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: rgb(202.1706849315, 178.38, 203.92);
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: rgb(255, 243.24, 199.84);
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: rgb(255, 233.16, 152.56);
}

.table-hover .table-secondary:hover {
  background-color: rgb(255, 237.8034517766, 174.34);
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: rgb(255, 237.8034517766, 174.34);
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: rgb(202.64, 227.56, 202.64);
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: rgb(157.76, 204.04, 157.76);
}

.table-hover .table-success:hover {
  background-color: hsl(120, 31.2280701754%, 79.3529411765%);
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: hsl(120, 31.2280701754%, 79.3529411765%);
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: rgb(188.36, 219.44, 228.68);
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: rgb(131.24, 188.96, 206.12);
}

.table-hover .table-info:hover {
  background-color: hsl(193.75, 43.3734939759%, 76.7725490196%);
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: hsl(193.75, 43.3734939759%, 76.7725490196%);
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: rgb(244.64, 210.76, 192);
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: rgb(235.76, 172.84, 138);
}

.table-hover .table-warning:hover {
  background-color: hsl(21.3829787234, 71.7557251908%, 80.6156862745%);
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: hsl(21.3829787234, 71.7557251908%, 80.6156862745%);
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: rgb(236.8, 192, 195.92);
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: rgb(221.2, 138, 145.28);
}

.table-hover .table-danger:hover {
  background-color: hsl(354.75, 55.1724137931%, 79.0784313725%);
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: hsl(354.75, 55.1724137931%, 79.0784313725%);
}

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

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

.table-hover .table-light:hover {
  background-color: hsl(0, 0%, 95%);
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: hsl(0, 0%, 95%);
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: rgb(197.88, 197.32, 193.4);
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: rgb(148.92, 147.88, 140.6);
}

.table-hover .table-dark:hover {
  background-color: hsl(52.5, 3.7735849057%, 71.7215686275%);
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: hsl(52.5, 3.7735849057%, 71.7215686275%);
}

.table-facebook,
.table-facebook>th,
.table-facebook>td {
  background-color: rgb(200.12, 208.52, 226.16);
}

.table-facebook th,
.table-facebook td,
.table-facebook thead th,
.table-facebook tbody+tbody {
  border-color: rgb(153.08, 168.68, 201.44);
}

.table-hover .table-facebook:hover {
  background-color: rgb(183.4042809365, 194.3628093645, 217.3757190635);
}

.table-hover .table-facebook:hover>td,
.table-hover .table-facebook:hover>th {
  background-color: rgb(183.4042809365, 194.3628093645, 217.3757190635);
}

.table-instagram,
.table-instagram>th,
.table-instagram>td {
  background-color: hsl(0, 0%, 79.4666666667%);
}

.table-instagram th,
.table-instagram td,
.table-instagram thead th,
.table-instagram tbody+tbody {
  border-color: hsl(0, 0%, 61.8666666667%);
}

.table-hover .table-instagram:hover {
  background-color: hsl(0, 0%, 74.4666666667%);
}

.table-hover .table-instagram:hover>td,
.table-hover .table-instagram:hover>th {
  background-color: hsl(0, 0%, 74.4666666667%);
}

.table-linkedin,
.table-linkedin>th,
.table-linkedin>td {
  background-color: rgb(183.6, 216.92, 234.28);
}

.table-linkedin th,
.table-linkedin td,
.table-linkedin thead th,
.table-linkedin tbody+tbody {
  border-color: rgb(122.4, 184.28, 216.52);
}

.table-hover .table-linkedin:hover {
  background-color: rgb(163.83556231, 206.3789665653, 228.54443769);
}

.table-hover .table-linkedin:hover>td,
.table-hover .table-linkedin:hover>th {
  background-color: rgb(163.83556231, 206.3789665653, 228.54443769);
}

.table-tertiary,
.table-tertiary>th,
.table-tertiary>td {
  background-color: rgb(183.6, 232.32, 250.52);
}

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody+tbody {
  border-color: rgb(122.4, 212.88, 246.68);
}

.table-hover .table-tertiary:hover {
  background-color: rgb(159.6055350554, 224.6982287823, 249.0144649446);
}

.table-hover .table-tertiary:hover>td,
.table-hover .table-tertiary:hover>th {
  background-color: rgb(159.6055350554, 224.6982287823, 249.0144649446);
}

.table-gold,
.table-gold>th,
.table-gold>td {
  background-color: rgb(232.6, 230.92, 210.76);
}

.table-gold th,
.table-gold td,
.table-gold thead th,
.table-gold tbody+tbody {
  border-color: rgb(213.4, 210.28, 172.84);
}

.table-hover .table-gold:hover {
  background-color: hsl(55.3846153846, 32.7731092437%, 81.9333333333%);
}

.table-hover .table-gold:hover>td,
.table-hover .table-gold:hover>th {
  background-color: hsl(55.3846153846, 32.7731092437%, 81.9333333333%);
}

.table-twitter,
.table-twitter>th,
.table-twitter>td {
  background-color: rgb(191.72, 228.68, 251.36);
}

.table-twitter th,
.table-twitter td,
.table-twitter thead th,
.table-twitter tbody+tbody {
  border-color: rgb(137.48, 206.12, 248.24);
}

.table-hover .table-twitter:hover {
  background-color: rgb(167.6070292887, 218.6507112971, 249.9729707113);
}

.table-hover .table-twitter:hover>td,
.table-hover .table-twitter:hover>th {
  background-color: rgb(167.6070292887, 218.6507112971, 249.9729707113);
}

.table-youtube,
.table-youtube>th,
.table-youtube>td {
  background-color: hsl(0, 100%, 86%);
}

.table-youtube th,
.table-youtube td,
.table-youtube thead th,
.table-youtube tbody+tbody {
  border-color: hsl(0, 100%, 74%);
}

.table-hover .table-youtube:hover {
  background-color: hsl(0, 100%, 81%);
}

.table-hover .table-youtube:hover>td,
.table-hover .table-youtube:hover>th {
  background-color: hsl(0, 100%, 81%);
}

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

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}

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

.table .thead-dark th,
.text-long table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: hsl(210, 10.3448275862%, 30.2450980392%);
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: hsl(210, 10.3448275862%, 30.2450980392%);
}

.table-dark.table-bordered,
.text-long table.table-dark {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .075);
}

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

  .table-responsive-sm>.table-bordered,
  .text-long .table-responsive-sm>table {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md,
  .text-long table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered,
  .text-long table>.table-bordered,
  .text-long .table-responsive-md>table,
  .text-long table>table {
    border: 0;
  }
}

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

  .table-responsive-lg>.table-bordered,
  .text-long .table-responsive-lg>table {
    border: 0;
  }
}

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

  .table-responsive-xl>.table-bordered,
  .text-long .table-responsive-xl>table {
    border: 0;
  }
}

@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl>.table-bordered,
  .text-long .table-responsive-xxl>table {
    border: 0;
  }
}

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

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

.table,
.text-long table {
  background-color: #fff;
  margin-bottom: 0;
}

.table caption,
.text-long table caption {
  padding-top: 16px;
  padding-bottom: 0;
  color: #3c3c3b;
}

.has-dark-bg .table caption,
.has-dark-bg .text-long table caption,
.text-long .has-dark-bg table caption {
  color: #fff;
}

.table-th-colored th {
  background-color: #f7f7f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

html[data-whatintent=keyboard] .video__container {
  opacity: 1 !important;
}

.tabs .tabs-title {
  position: relative;
  z-index: 1;
  background-color: #531d57;
}

.tabs .tabs-title:not(:last-child) {
  margin-right: 8px;
}

.tabs .tabs-title.is-active {
  background-color: #ffd53a !important;
}

.tabs .tabs-title a {
  color: #fff;
  display: inline-block;
  padding: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
}

.tabs .tabs-title a:hover,
.tabs .tabs-title a:focus-within {
  color: #fff;
}

.has-dark-bg .tabs .tabs-title a {
  color: #fff;
}

.tabs .tabs-title:not(.is-active):hover,
.tabs .tabs-title:not(.is-active):focus-within {
  background-color: #68246d;
}

#nprogress#nprogress .bar {
  height: 3px;
  background: #68246d;
}

#nprogress#nprogress .peg {
  box-shadow: 0 0 10px #68246d, 0 0 5px #68246d;
}

#nprogress#nprogress .spinner-icon {
  border-top-color: #68246d;
  border-left-color: #68246d;
}

.accordion-header:hover {
  background-color: rgba(0, 0, 0, .1) !important;
}

.accordion-content .btn {
  text-decoration: none;
}

.accordion-header {
  scroll-margin-top: 10px;
}

.accordion-item .accordion-item {
  border-color: currentColor !important;
}

.accordion-item .accordion-item .accordion-header {
  font-size: 16px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.accordion--white .accordion-header {
  color: #68246d !important;
}

.accreditation-links__item img {
  max-width: 150px;
  max-height: 100px;
}

footer .accreditation-links {
  justify-content: center;
}

footer .accreditation-links__item {
  width: 150px;
}

footer .accreditation-links__item img {
  width: auto !important;
}

.card:focus-within {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.card--featured-large {
  min-height: 300px;
}

.card-body--featured {
  padding-right: 100px !important;
}

.card__featured-label {
  padding-left: 12px;
  padding-right: 12px;
}

.card__featured-label span {
  margin-left: 4px;
}

.card:hover .cta-link .icon,
.card:focus .cta-link .icon {
  transform: translateX(16px);
}

@media (min-width: 768px) {
  .card--featured-small {
    min-height: 150px;
  }
}

.image-card {
  min-height: 385px;
}

.image-card::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, .7);
  content: "";
}

.image-card.has-dark-bg::before {
  background-color: rgba(0, 0, 0, .5);
}

[class*=col-][class*="-2"] .image-card .card-heading,
[class*=col-][class*="-3"] .image-card .card-heading,
[class*=col-][class*="-4"] .image-card .card-heading {
  font-size: 25px !important;
  line-height: 1.25 !important;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background-image: none;
  width: 60px;
  height: 60px;
}

.swiper-container .swiper-button-prev {
  left: 0;
}

.swiper-container .swiper-button-next {
  right: 0;
}

.swiper-container .swiper-button-disabled {
  background: rgba(104, 36, 108, .5) !important;
}

.swiper-container .swiper-wrapper--gap {
  margin-left: -16px;
}

.contact-form label {
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-width: 2px;
}

@media (min-width: 992px) {
  .embedded-media {
    max-width: 90%;
  }
}

.event-teaser--dark {
  background: rgba(0, 0, 0, .2901960784);
}

.mobile-menu__accordion {
  width: 50px;
}

.mobile-menu__accordion--open svg {
  transform: rotate(180deg);
}

.primary-navigation__link {
  border-top-right-radius: 40px;
}

.primary-navigation__button {
  border-radius: 9999px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  margin-bottom: -17px;
}

.primary-navigation__dropdown-horizontal:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #571b4f;
  content: "";
}

@media (min-width: 992px) {
  .primary-navigation__dropdown-horizontal--small:before {
    width: calc(50vw - 160px);
  }
}

@media (min-width: 1200px) {
  .primary-navigation__dropdown-horizontal--small:before {
    width: calc(50vw - 190px);
  }
}

@media (min-width: 1920px) {
  .primary-navigation__dropdown-horizontal--small:before {
    width: calc(50vw - 240px);
  }
}

.primary-navigation__dropdown-horizontal--large:before {
  width: 50vw;
}

html[data-whatinput=mouse] .primary-navigation__button {
  display: none;
}

.scroll-spy-nav__list li.is-active a {
  background-color: #68246d !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.sub-navigation__accordion {
  width: 50px;
}

.sub-navigation__accordion--open svg {
  transform: rotate(180deg);
}

.sub-navigation__button {
  border-radius: 9999px;
  width: 34px;
  height: 34px;
}

.utility-navigation:before {
  position: absolute;
  height: 100%;
  bottom: 0;
  background-color: #ebebeb;
  border-bottom-left-radius: 9999px;
  content: "";
  width: 35px;
  right: 100%;
}

.page-section--image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, .5019607843);
  content: "";
}

.page-section--image.has-dark-bg::before {
  background-color: rgba(0, 0, 0, .2509803922);
}

.pager a,
.pager span.currentpage {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-width: 2px;
}

@media (min-width: 576px) {
  .pager a,
  .pager span.currentpage {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.pager a {
  background-color: #ebebeb;
  border-color: #fff;
}

.pager a:hover,
.pager a:focus {
  background-color: #ffd53a;
  color: #333123;
}

.pager .currentpage {
  display: block;
  background-color: #68246d;
  color: #fff;
  border-color: #531d57;
}

.pager__item {
  display: flex;
}

.pager__item--first a,
.pager__item--first span {
  border-bottom-left-radius: 45px;
}

@media (min-width: 576px) {
  .pager__item--first a,
  .pager__item--first span {
    padding-left: 40px;
  }
}

.pager__item--last a,
.pager__item--last span {
  border-bottom-right-radius: 45px;
}

@media (min-width: 576px) {
  .pager__item--last a,
  .pager__item--last span {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .pager__item--first-small a,
  .pager__item--first-small span,
  .pager__item--last-small a,
  .pager__item--last-small span {
    border-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.profile-listing-horizontal .swiper-button-disabled {
  background: rgba(104, 36, 108, .5) !important;
}

.profile-listing-horizontal .swiper-button-prev,
.profile-listing-horizontal .swiper-button-next {
  background-image: none;
  width: 48px;
  height: 48px;
}

.profile-listing-horizontal .swiper-button-prev,
.profile-listing-horizontal .swiper-button-next {
  margin-top: 0;
  top: 64px;
}

.profile-listing-horizontal .swiper-button-prev {
  left: 0;
}

.profile-listing-horizontal .swiper-button-next {
  right: 0;
}

@media (min-width: 768px) {
  .profile-listing-two-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .profile-listing-two-col>* {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.profile-featured__image-container {
  width: 200px;
  width: clamp(100px, 25%, 200px) !important;
}

.search-form__live-search {
  left: 8px;
  right: 8px;
  top: calc(100% + 8px);
}

.search-form__list em {
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 992px) {
  .search-form__live-search {
    left: 32px;
  }
}

.search-item_image-container {
  width: 200px;
  width: clamp(100px, 25%, 200px) !important;
}

@media (min-width: 768px) {
  .search-result-container .col-md-auto {
    min-width: 33.33333%;
  }
}

.tapestry {
  background-image: url("/things-to-do/media/durham-university/site-assets/images/tapestry/header-tapestry.svg?v1951eb6cc73");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

@supports (display: grid) {
  .tapestry {
    background-image: none !important;
  }
}

.tapestry__grid {
  display: none;
}

.tapestry.tapestry {
  left: auto !important;
}

.tapestry__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
}

.tapestry__item {
  opacity: .000001;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #333123;
  text-align: center;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.tapestry--blue .tapestry__item {
  background-color: rgba(64, 157, 221, .8);
}

.tapestry--gold .tapestry__item {
  background-color: rgba(175, 169, 97, .8);
}

.tapestry--yellow .tapestry__item {
  background-color: rgba(255, 213, 58, .8);
}

.tapestry--purple .tapestry__item,
.tapestry--primary .tapestry__item {
  background-color: rgba(104, 36, 109, .8);
}

.tapestry--business .tapestry__item {
  background-color: rgba(179, 189, 177, .8);
}

.tapestry--white .tapestry__item {
  background-color: hsla(0, 0%, 100%, .8);
}

.tapestry--red .tapestry__item {
  background-color: rgba(190, 30, 44, .8);
}

.tapestry--stone .tapestry__item {
  background-color: rgba(218, 205, 162, .8);
}

.tapestry--sky .tapestry__item {
  background-color: rgba(165, 200, 208, .8);
}

.tapestry--heather .tapestry__item {
  background-color: rgba(203, 168, 177, .8);
}

.tapestry--cedar .tapestry__item {
  background-color: rgba(182, 170, 167, .8);
}

.tapestry--cyan .tapestry__item {
  background-color: rgba(0, 174, 239, .8);
}

.tapestry__item--1,
.tapestry__item--2,
.tapestry__item--3 {
  background-color: hsla(0, 0%, 100%, .6);
}

.tapestry__item--1 {
  grid-column: 2/5;
  grid-row: 4/6;
  animation-delay: .2s;
}

.tapestry__item--2 {
  grid-column: 1;
  grid-row: 4;
  animation-delay: .5s;
}

.tapestry__item--3 {
  grid-column: 2;
  grid-row: 3;
  animation-delay: .8s;
}

.tapestry__item--4 {
  grid-column: 3;
  grid-row: 3;
  animation-delay: 1.1s;
}

.tapestry__item--5 {
  grid-column: 4;
  grid-row: 2;
  animation-delay: 1.4s;
}

.tapestry__item--6 {
  grid-column: 3/5;
  grid-row: 1;
  animation-delay: 1.7s;
}

.tapestry__item--7 {
  animation-delay: 2s;
}

.tapestry__item--8 {
  animation-delay: 2.3s;
}

.tapestry__item--9 {
  animation-delay: 2.6s;
}

.tapestry__item--10 {
  animation-delay: 2.9s;
}

.tapestry__item--11 {
  animation-delay: 3.2s;
}

.tapestry__item--12 {
  animation-delay: 3.5s;
}

.tapestry--vertical {
  background-image: url("/things-to-do/media/durham-university/site-assets/images/tapestry/header-tapestry.svg?v1951eb6cc73");
}

.tapestry--vertical .tapestry__item--1 {
  grid-column: 3;
  grid-row: 5;
  animation-delay: .2s;
}

.tapestry--vertical .tapestry__item--2 {
  grid-column: 2;
  grid-row: 4;
  animation-delay: .5s;
}

.tapestry--vertical .tapestry__item--3 {
  grid-column: 3;
  grid-row: 3;
  animation-delay: .8s;
}

.tapestry--vertical .tapestry__item--4 {
  grid-column: 4;
  grid-row: 2;
  animation-delay: 1.1s;
}

.tapestry--vertical .tapestry__item--5 {
  grid-column: 3/5;
  grid-row: 1;
  animation-delay: 1.4s;
}

.tapestry--hero {
  background-image: url("/things-to-do/media/durham-university/site-assets/images/tapestry/header-tapestry-purple.svg?v1951eb6cc6e");
}

.tapestry--full-shape-single-colour {
  background-image: url("/things-to-do/media/durham-university/site-assets/images/tapestry/header-tapestry-full-shape-single-color.svg?v1951eb6cc62");
}

@media (min-width: 992px) {
  .tapestry--full-shape-single-colour {
    transform: translateX(-100px);
  }
}

@media (min-width: 1200px) {
  .tapestry--full-shape-single-colour {
    transform: translateX(-180px);
  }
}

.tapestry--full-shape-single-colour img {
  height: 96px;
}

.tapestry--full-shape-single-colour .tapestry__grid {
  height: 96px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.tapestry--full-shape-single-colour .tapestry__item--1 {
  grid-column: 3/5;
  grid-row: 3/5;
}

.tapestry--full-shape-single-colour .tapestry__item--2 {
  grid-column: 2;
  grid-row: 4;
}

.tapestry--full-shape-single-colour .tapestry__item--3 {
  grid-column: 1;
  grid-row: 3;
}

.tapestry--full-shape-single-colour .tapestry__item--4 {
  grid-column: 2/4;
  grid-row: 2;
}

.tapestry--full-shape-single-colour .tapestry__item--5 {
  grid-column: 4;
  grid-row: 1;
}

.tapestry--the-big-curve {
  background-image: url("/things-to-do/media/durham-university/site-assets/images/tapestry/header-tapestry-two-squares.svg?v1951eb6cc72");
  background-position: bottom right;
}

.tapestry--the-big-curve~.tapestry__curve {
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  background-clip: content-box;
}

.tapestry--the-big-curve .tapestry__grid {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.tapestry--the-big-curve .tapestry__item--1 {
  grid-column: 1;
  grid-row: 1;
  animation-delay: .5s;
}

.tapestry--the-big-curve .tapestry__item--2 {
  grid-column: 2;
  grid-row: 2;
  animation-delay: 1s;
}

.tapestry--horizontal {
  background-image: url("/things-to-do/media/durham-university/site-assets/images/tapestry/header-tapestry-horizontal.svg?v1951eb6cc6d");
  background-position: bottom right;
}

@media (min-width: 1200px) {
  .tapestry--horizontal {
    transform: translateX(-30px);
    background-position: center right;
  }
}

@media (min-width: 1920px) {
  .tapestry--horizontal {
    transform: translateX(-180px);
  }
}

.tapestry--horizontal img {
  height: 47px;
}

.tapestry--horizontal .tapestry__grid {
  height: 47px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

@media (min-width: 1200px) {
  .tapestry--horizontal .tapestry__grid {
    transform: translateY(50%);
  }
}

.tapestry--horizontal .tapestry__item--1 {
  grid-column: 1;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--2 {
  grid-column: 2;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--3 {
  grid-column: 3;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--4 {
  grid-column: 4;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--5 {
  grid-column: 5;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--6 {
  grid-column: 6;
  grid-row: 1;
}

.tapestry--horizontal .tapestry__item--7 {
  grid-column: 1;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--8 {
  grid-column: 2;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--9 {
  grid-column: 3;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--10 {
  grid-column: 4;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--11 {
  grid-column: 5;
  grid-row: 2;
  margin-top: -2px;
}

.tapestry--horizontal .tapestry__item--12 {
  grid-column: 6;
  grid-row: 2;
  margin-top: -2px;
}

.tripadvisor ul {
  list-style: none;
  padding: 0;
}

.visit-teaser {
  background: linear-gradient(to top right, #000 40%, #898e91 100%);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: -4px;
  margin-bottom: -4px;
}

.breadcrumb>* {
  margin-top: 4px;
  margin-bottom: 4px;
}

.breadcrumb li:first-child {
  position: relative;
}

.breadcrumb li:first-child::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 1em;
}

.breadcrumb li:not(:first-child):before {
  content: " /";
  white-space: pre;
}

.breadcrumb a {
  color: currentColor;
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}

.has-sub-site-page-header .breadcrumb {
  display: none;
}

.has-sub-site-page-header .page-header--sub-site .breadcrumb {
  display: flex;
}

.card-listing-carousel .swiper-button-prev,
.card-listing-carousel .swiper-button-next {
  margin-top: -70px;
}

.card-listing-carousel .swiper-slide {
  height: auto;
}

.contact-wrapper {
  background-color: #f7f7f7;
}

@media (min-width: 576px) {
  .contact-wrapper {
    background-image: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 60%, #ebebeb 60%, #ebebeb 100%);
  }
}

.details-block {
  background-color: rgba(0, 0, 0, .2);
}

@media (min-width: 1200px) {
  .hero-header .hero-header__container {
    padding-top: 155px !important;
    padding-top: var(--site-header-height) !important;
  }
}

.float {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.horizontal-slider {
  -ms-overflow-style: none;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .horizontal-slider {
    margin-right: calc((50vw - 127.5px)*-1) !important;
  }
}

.horizontal-slider::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767.98px) {
  .horizontal-slider__item {
    flex: 1 0 calc(100% - 48px) !important;
    width: calc(100% - 48px);
  }
}

.horizontal-slider-controls [data-horizontal-slider-control][aria-disabled=true] {
  opacity: .5 !important;
  pointer-events: none !important;
}

.horizontal-slider-controls [data-horizontal-slider-control][aria-disabled=true]:focus {
  box-shadow: none !important;
}

.landing-page-section--image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, .5019607843);
  content: "";
}

.landing-page-section--image.has-dark-bg::before {
  background-color: rgba(0, 0, 0, .4);
}

.landing-page-section .landing-page-section__first-expanded,
.landing-page-section .landing-page-section__second-expanded {
  width: 90%;
  right: auto !important;
  left: auto !important;
}

@media (min-width: 576px) {
  .landing-page-section .landing-page-section__first-expanded,
  .landing-page-section .landing-page-section__second-expanded {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .landing-page-section .landing-page-section__first-expanded,
  .landing-page-section .landing-page-section__second-expanded {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
}

.landing-page-section__first-expanded,
.landing-page-section__bg-colour-block--first {
  margin-top: -32px;
}

.landing-page-section__second-expanded,
.landing-page-section__bg-colour-block--second {
  margin-bottom: -32px;
}

@media (min-width: 768px) {
  .landing-page-section__first-expanded,
  .landing-page-section__bg-colour-block--first {
    margin-top: -48px;
  }

  .landing-page-section__second-expanded,
  .landing-page-section__bg-colour-block--second {
    margin-bottom: -48px;
  }
}

@media (min-width: 992px) {
  .landing-page-section__corner:before,
  .landing-page-section__corner:after {
    content: "";
    position: absolute;
    height: 40px;
    background: currentColor;
  }

  .landing-page-section__corner--right:before,
  .landing-page-section__corner--right:after {
    right: 0;
  }

  .landing-page-section__corner:before {
    width: 80px;
  }

  .landing-page-section__corner:after {
    width: 40px;
    top: 40px;
  }

  .landing-page-section__bg-colour-block {
    width: 50vw !important;
  }
}

@media (min-width: 1200px) {
  .landing-page-section__corner:before,
  .landing-page-section__corner:after {
    content: "";
    position: absolute;
    height: 48px;
    background: currentColor;
  }

  .landing-page-section__corner:before {
    width: 96px;
  }

  .landing-page-section__corner:after {
    width: 48px;
    top: 48px;
  }
}

@media (min-width: 992px) {
  .landing-page-section__first-expanded,
  .landing-page-section__second-expanded {
    width: calc(50vw - 30px) !important;
  }

  .landing-page-section__first-expanded--large,
  .landing-page-section__second-expanded--large {
    width: calc(50vw - -50px) !important;
  }

  .landing-page-section__first-expanded {
    margin-left: calc((50vw - 487.5px)*-1) !important;
  }

  .landing-page-section__second-expanded {
    margin-right: calc((50vw - 487.5px)*-1) !important;
  }

  .landing-page-section__bg-colour-block--large {
    width: calc(50vw - -80px) !important;
  }
}

@media (min-width: 1200px) {
  .landing-page-section__first-expanded,
  .landing-page-section__second-expanded {
    width: calc(50vw - 30px) !important;
  }

  .landing-page-section__first-expanded--large,
  .landing-page-section__second-expanded--large {
    width: calc(50vw - -65px) !important;
  }

  .landing-page-section__first-expanded {
    margin-left: calc((50vw - 577.5px)*-1) !important;
  }

  .landing-page-section__second-expanded {
    margin-right: calc((50vw - 577.5px)*-1) !important;
  }

  .landing-page-section__bg-colour-block--large {
    width: calc(50vw - -95px) !important;
  }
}

@media (min-width: 1920px) {
  .landing-page-section__first-expanded,
  .landing-page-section__second-expanded {
    width: calc(50vw - 30px) !important;
  }

  .landing-page-section__first-expanded--large,
  .landing-page-section__second-expanded--large {
    width: calc(50vw - -90px) !important;
  }

  .landing-page-section__first-expanded {
    margin-left: calc((50vw - 727.5px)*-1) !important;
  }

  .landing-page-section__second-expanded {
    margin-right: calc((50vw - 727.5px)*-1) !important;
  }

  .landing-page-section__bg-colour-block--large {
    width: calc(50vw - -120px) !important;
  }
}

.mobile-dropdown .chevron.active {
  transform: rotate(90deg);
}

.mobile-dropdown__content ul {
  padding-left: 16px;
}

.mobile-dropdown__content li:not(:last-child) {
  margin-top: 8px;
}

.number-list {
  counter-reset: number-counter;
}

.number-list>li {
  counter-increment: number-counter;
}

.alpha-list {
  counter-reset: alpha-counter;
}

.alpha-list>li {
  counter-increment: alpha-counter;
}

.number-list__title::before,
.alpha-list__title::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: absolute;
  left: 0;
  background-color: #ebebeb;
  border-radius: 9999px;
}

.number-list__title:before {
  content: counter(number-counter);
  width: 30px;
  height: 30px;
  font-size: 1rem;
  top: -3px;
}

@media (min-width: 768px) {
  .number-list__title:before {
    font-size: 1.5rem;
    width: 55px;
    height: 55px;
    top: -13px;
  }
}

.alpha-list__title::before {
  content: counter(alpha-counter, upper-alpha);
  font-size: .7rem;
  width: 22px;
  height: 22px;
  top: 0;
  left: 8px;
}

@media (min-width: 768px) {
  .alpha-list__title::before {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    top: -6px;
    left: 0;
  }
}

.page-header__crest {
  max-width: 120px;
}

.page-header.page-header--sub-site .page-header__crest {
  display: none;
}

@media (min-width: 768px) {
  .page-header.page-header--sub-site .page-header__content {
    min-height: 100px;
  }

  .page-header.page-header--sub-site .page-header__crest {
    max-width: 90px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .page-header.page-header--sub-site .page-header__content {
    min-height: 176px;
  }

  .page-header.page-header--sub-site .page-header__crest {
    max-width: 160px;
  }
}

@media (min-width: 0)and (max-width: 576px) {
  .page-header__heading {
    font-size: 49px;
  }
}

@media (min-width: 768px) {
  .page-header__crest {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .page-header__crest {
    max-width: 250px;
  }

  .page-header .page-header__course-container {
    padding-bottom: 250px !important;
  }
}

@media (min-width: 1200px) {
  .page-header__crest {
    max-width: 300px;
  }

  .page-header .page-header__course-container {
    padding-bottom: 300px !important;
  }
}

.sub-site-header-padding-bottom {
  padding-bottom: 24px;
  padding-bottom: var(--sub-site-page-header-padding-bottom);
}

.has-sub-site-page-header .main-content>.landing-page-section[class*=u-bg-],
.has-sub-site-page-header .main--has-fixed-sidebar-layout {
  margin-top: calc(24px*-1);
  margin-top: calc(var(--sub-site-page-header-padding-bottom)*-1);
}

@media (min-width: 576px) {
  .prospectus-link:hover .prospectus-link__image-wrapper,
  .prospectus-link:focus .prospectus-link__image-wrapper {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }
}

.signposting.has-dark-bg a.cta-link:hover,
.signposting.has-dark-bg a.cta-link:focus {
  color: #fff !important;
}

.signposting.image-aligned .image-wrapper::before {
  margin-bottom: 24px;
  display: none;
  content: "";
  height: 8px;
  width: 130px;
}

@media (min-width: 992px) {
  .signposting.image-aligned .image-wrapper::before {
    display: block;
  }
}

.footer {
  clear: both;
}

.footer-logo {
  width: 150px;
}

.footer-image {
  max-height: 600px;
}

.site-header .site-logo {
  height: 60px;
}

@media (min-width: 992px) {
  .site-header__search {
    border-top-right-radius: 40px;
  }
}

.site-header__search.is-active::before {
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 100%;
  content: "";
  width: 200px;
}

@media (min-width: 1200px) {
  .site-header .site-logo {
    min-width: 190px;
    height: 80px;
  }
}

.slideshow .swiper-button-prev,
.slideshow .swiper-button-next {
  position: static;
}

.slideshow .swiper-button-next {
  margin-left: 1px;
}

.slideshow .swiper-info {
  width: 60px;
}

@media (min-width: 1200px) {
  .slideshow .swiper-info {
    width: 100px;
  }
}

.slideshow .swiper-slide__caption {
  padding-right: 120px !important;
}

@media (min-width: 1200px) {
  .slideshow .swiper-slide__caption {
    padding-right: 200px !important;
  }
}

.social-media-post__gradient-overlay {
  background: linear-gradient(to top, #000 0%, rgba(255, 0, 0, 0) 35%);
}

.social-media-post__image {
  transition: transform .3s ease-in-out !important;
  transform: scale(1.1);
}

.social-media-post:hover .social-media-post__image,
.social-media-post:focus .social-media-post__image {
  transform: scale(1);
}

.social-media-post:hover .icon,
.social-media-post:focus .icon {
  opacity: .75;
}

.statistics-pair-layout .statistic-item {
  background-color: #ffd53a;
}

.statistics-pair-layout .statistic-item:nth-child(even) {
  background-color: #ffe37f;
}

.statistics-grid-layout {
  max-width: 992px;
}

.statistics-grid-layout .statistic-item-wrapper .statistic-item {
  background-color: #fff;
  border-width: 2px;
  border-color: #ebebeb;
}

.statistics-grid-layout .statistic-item-wrapper:first-child .statistic-item,
.statistics-grid-layout .statistic-item-wrapper:last-child .statistic-item {
  background-color: #68246d;
  color: #fff;
  border-color: #68246d;
}

.statistics-grid-layout .statistic-item-wrapper:last-child .statistic-item {
  border-radius: 0 0 50% 0;
}

.statistics-grid-tile-menu-4 {
  max-width: 992px;
}

.statistics-grid-tile-menu-4 .statistic-item-wrapper .statistic-item {
  background-color: #fff;
  border-width: 2px;
  border-color: #ebebeb;
}

.statistics-grid-tile-menu-4 .statistic-item-wrapper:first-child .statistic-item,
.statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item {
  background-color: #68246d;
  background-color: var(--page-color);
  border-color: #68246d;
  border-color: var(--page-color);
}

.main:not(.main-visitor) .statistics-grid-tile-menu-4 .statistic-item-wrapper:first-child .statistic-item,
.visitor-primary .statistics-grid-tile-menu-4 .statistic-item-wrapper:first-child .statistic-item,
.visitor-red .statistics-grid-tile-menu-4 .statistic-item-wrapper:first-child .statistic-item,
.main:not(.main-visitor) .statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item,
.visitor-primary .statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item,
.visitor-red .statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item {
  color: #fff;
}

.statistics-grid-tile-menu-4 .statistic-item-wrapper:last-child .statistic-item {
  border-radius: 0 0 50% 0;
}

.statistics-grid-tile-menu-8 .statistic-item-wrapper .statistic-item {
  background-color: #fff;
  border-width: 2px;
  border-color: #ebebeb;
}

@media (max-width: 577px) {
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2n) .statistic-item {
    background-color: #68246d;
    background-color: var(--page-color);
    border-color: #68246d;
    border-color: var(--page-color);
  }

  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2n) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2n) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2n) .statistic-item {
    color: #fff;
  }
}

@media (min-width: 576px)and (max-width: 1201px) {
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+2) .statistic-item,
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+3) .statistic-item {
    background-color: #68246d;
    background-color: var(--page-color);
    border-color: #68246d;
    border-color: var(--page-color);
  }

  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+2) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+2) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+2) .statistic-item,
  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+3) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+3) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4n+3) .statistic-item {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2) .statistic-item,
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4) .statistic-item,
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(5) .statistic-item,
  .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(7) .statistic-item {
    background-color: #68246d;
    background-color: var(--page-color);
    border-color: #68246d;
    border-color: var(--page-color);
  }

  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(2) .statistic-item,
  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(4) .statistic-item,
  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(5) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(5) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(5) .statistic-item,
  .main:not(.main-visitor) .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(7) .statistic-item,
  .visitor-primary .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(7) .statistic-item,
  .visitor-red .statistics-grid-tile-menu-8 .statistic-item-wrapper:nth-child(7) .statistic-item {
    color: #fff;
  }
}

.statistic-item--square:hover .statistic-item__value {
  font-size: 61px !important;
}

.submenu__items>ul {
  display: none;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 1200px) {
  .submenu__items>ul {
    display: flex;
  }
}

.submenu__items>ul>li {
  display: flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}

.submenu__items>ul>li>a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: inherit;
  line-height: 1.5;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.submenu__items>ul>li>a::after {
  font-weight: 600;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  content: attr(data-text);
  content: attr(data-text)/"";
}

@media speech {
  .submenu__items>ul>li>a::after {
    display: none;
  }
}

.submenu__items>ul>li>a[aria-expanded=true] {
  font-weight: 600;
}

.submenu__container {
  min-height: 56px;
}

.submenu-branding .submenu__bar {
  background-color: #68246d;
}

.submenu-branding .submenu__track {
  color: #68246d;
}

.submenu-branding .sub-navigation__second-level-menu {
  background-color: #68246d;
  border-color: #571b4f;
}

.submenu-branding .sub-navigation__button {
  background-color: transparent;
}

.submenu-branding .sub-navigation__button[aria-expanded=true] {
  background-color: #68246d;
}

.submenu-branding .mobile-menu {
  background-color: #ff0;
  background-color: #68246d;
}

.submenu-branding .mobile-menu .multilevel-linkul-0 {
  background-color: #531d57;
}

.submenu-branding .mobile-menu .multilevel-linkul-0 .item {
  border-color: rgba(0, 0, 0, .2);
}

.submenu-branding .mobile-menu .item {
  border-color: #571b4f;
}

.submenu-branding--collingwood .submenu__bar {
  background-color: #d22630;
}

.submenu-branding--collingwood .submenu__track {
  color: #d22630;
}

.submenu-branding--collingwood .sub-navigation__second-level-menu {
  background-color: #d22630;
  border-color: #a81e26;
}

.submenu-branding--collingwood .sub-navigation__button[aria-expanded=true] {
  background-color: #d22630;
}

.submenu-branding--collingwood .mobile-menu {
  background-color: #d22630;
}

.submenu-branding--collingwood .mobile-menu .multilevel-linkul-0 {
  background-color: #a81e26;
}

.submenu-branding--collingwood .mobile-menu .item {
  border-color: #a81e26;
}

.submenu-branding--grey .submenu__bar {
  background-color: #af272f;
}

.submenu-branding--grey .submenu__track {
  color: #af272f;
}

.submenu-branding--grey .sub-navigation__second-level-menu {
  background-color: #af272f;
  border-color: #8c1f26;
}

.submenu-branding--grey .sub-navigation__button[aria-expanded=true] {
  background-color: #af272f;
}

.submenu-branding--grey .mobile-menu {
  background-color: #af272f;
}

.submenu-branding--grey .mobile-menu .multilevel-linkul-0 {
  background-color: #8c1f26;
}

.submenu-branding--grey .mobile-menu .item {
  border-color: #8c1f26;
}

.submenu-branding--hatfield .submenu__bar {
  background-color: #003865;
}

.submenu-branding--hatfield .submenu__track {
  color: #003865;
}

.submenu-branding--hatfield .sub-navigation__second-level-menu {
  background-color: #003865;
  border-color: #002d51;
}

.submenu-branding--hatfield .sub-navigation__button[aria-expanded=true] {
  background-color: #003865;
}

.submenu-branding--hatfield .mobile-menu {
  background-color: #003865;
}

.submenu-branding--hatfield .mobile-menu .multilevel-linkul-0 {
  background-color: #002d51;
}

.submenu-branding--hatfield .mobile-menu .item {
  border-color: #002d51;
}

.submenu-branding--jbutler .submenu__bar {
  background-color: #d22630;
}

.submenu-branding--jbutler .submenu__track {
  color: #d22630;
}

.submenu-branding--jbutler .sub-navigation__second-level-menu {
  background-color: #d22630;
  border-color: #a81e26;
}

.submenu-branding--jbutler .sub-navigation__button[aria-expanded=true] {
  background-color: #d22630;
}

.submenu-branding--jbutler .mobile-menu {
  background-color: #d22630;
}

.submenu-branding--jbutler .mobile-menu .multilevel-linkul-0 {
  background-color: #a81e26;
}

.submenu-branding--jbutler .mobile-menu .item {
  border-color: #a81e26;
}

.submenu-branding--johnsnow .submenu__bar {
  background-color: #003865;
}

.submenu-branding--johnsnow .submenu__track {
  color: #003865;
}

.submenu-branding--johnsnow .sub-navigation__second-level-menu {
  background-color: #003865;
  border-color: #002d51;
}

.submenu-branding--johnsnow .sub-navigation__button[aria-expanded=true] {
  background-color: #003865;
}

.submenu-branding--johnsnow .mobile-menu {
  background-color: #003865;
}

.submenu-branding--johnsnow .mobile-menu .multilevel-linkul-0 {
  background-color: #002d51;
}

.submenu-branding--johnsnow .mobile-menu .item {
  border-color: #002d51;
}

.submenu-branding--south-college .submenu__bar {
  background-color: #68246d;
}

.submenu-branding--south-college .submenu__track {
  color: #68246d;
}

.submenu-branding--south-college .sub-navigation__second-level-menu {
  background-color: #68246d;
  border-color: #531d57;
}

.submenu-branding--south-college .sub-navigation__button[aria-expanded=true] {
  background-color: #68246d;
}

.submenu-branding--south-college .mobile-menu {
  background-color: #68246d;
}

.submenu-branding--south-college .mobile-menu .multilevel-linkul-0 {
  background-color: #531d57;
}

.submenu-branding--south-college .mobile-menu .item {
  border-color: #531d57;
}

.submenu-branding--staidans .submenu__bar {
  background-color: #006747;
}

.submenu-branding--staidans .submenu__track {
  color: #006747;
}

.submenu-branding--staidans .sub-navigation__second-level-menu {
  background-color: #006747;
  border-color: #005239;
}

.submenu-branding--staidans .sub-navigation__button[aria-expanded=true] {
  background-color: #006747;
}

.submenu-branding--staidans .mobile-menu {
  background-color: #006747;
}

.submenu-branding--staidans .mobile-menu .multilevel-linkul-0 {
  background-color: #005239;
}

.submenu-branding--staidans .mobile-menu .item {
  border-color: #005239;
}

.submenu-branding--stchads .submenu__bar {
  background-color: #00573f;
}

.submenu-branding--stchads .submenu__track {
  color: #00573f;
}

.submenu-branding--stchads .sub-navigation__second-level-menu {
  background-color: #00573f;
  border-color: #004632;
}

.submenu-branding--stchads .sub-navigation__button[aria-expanded=true] {
  background-color: #00573f;
}

.submenu-branding--stchads .mobile-menu {
  background-color: #00573f;
}

.submenu-branding--stchads .mobile-menu .multilevel-linkul-0 {
  background-color: #004632;
}

.submenu-branding--stchads .mobile-menu .item {
  border-color: #004632;
}

.submenu-branding--stcuthberts .submenu__bar {
  background-color: #00664f;
}

.submenu-branding--stcuthberts .submenu__track {
  color: #00664f;
}

.submenu-branding--stcuthberts .sub-navigation__second-level-menu {
  background-color: #00664f;
  border-color: #00523f;
}

.submenu-branding--stcuthberts .sub-navigation__button[aria-expanded=true] {
  background-color: #00664f;
}

.submenu-branding--stcuthberts .mobile-menu {
  background-color: #00664f;
}

.submenu-branding--stcuthberts .mobile-menu .multilevel-linkul-0 {
  background-color: #00523f;
}

.submenu-branding--stcuthberts .mobile-menu .item {
  border-color: #00523f;
}

.submenu-branding--sthild .submenu__bar {
  background-color: #0072ce;
}

.submenu-branding--sthild .submenu__track {
  color: #0072ce;
}

.submenu-branding--sthild .sub-navigation__second-level-menu {
  background-color: #0072ce;
  border-color: #005ba5;
}

.submenu-branding--sthild .sub-navigation__button[aria-expanded=true] {
  background-color: #0072ce;
}

.submenu-branding--sthild .mobile-menu {
  background-color: #0072ce;
}

.submenu-branding--sthild .mobile-menu .multilevel-linkul-0 {
  background-color: #005ba5;
}

.submenu-branding--sthild .mobile-menu .item {
  border-color: #005ba5;
}

.submenu-branding--stjohns .submenu__bar {
  background-color: #1b365d;
}

.submenu-branding--stjohns .submenu__track {
  color: #1b365d;
}

.submenu-branding--stjohns .sub-navigation__second-level-menu {
  background-color: #1b365d;
  border-color: #162b4a;
}

.submenu-branding--stjohns .sub-navigation__button[aria-expanded=true] {
  background-color: #1b365d;
}

.submenu-branding--stjohns .mobile-menu {
  background-color: #1b365d;
}

.submenu-branding--stjohns .mobile-menu .multilevel-linkul-0 {
  background-color: #162b4a;
}

.submenu-branding--stjohns .mobile-menu .item {
  border-color: #162b4a;
}

.submenu-branding--stmarys .submenu__bar {
  background-color: #753bbd;
}

.submenu-branding--stmarys .submenu__track {
  color: #753bbd;
}

.submenu-branding--stmarys .sub-navigation__second-level-menu {
  background-color: #753bbd;
  border-color: #5e2f97;
}

.submenu-branding--stmarys .sub-navigation__button[aria-expanded=true] {
  background-color: #753bbd;
}

.submenu-branding--stmarys .mobile-menu {
  background-color: #753bbd;
}

.submenu-branding--stmarys .mobile-menu .multilevel-linkul-0 {
  background-color: #5e2f97;
}

.submenu-branding--stmarys .mobile-menu .item {
  border-color: #5e2f97;
}

.submenu-branding--stephenson .submenu__bar {
  background-color: #d22630;
}

.submenu-branding--stephenson .submenu__track {
  color: #d22630;
}

.submenu-branding--stephenson .sub-navigation__second-level-menu {
  background-color: #d22630;
  border-color: #a81e26;
}

.submenu-branding--stephenson .sub-navigation__button[aria-expanded=true] {
  background-color: #d22630;
}

.submenu-branding--stephenson .mobile-menu {
  background-color: #d22630;
}

.submenu-branding--stephenson .mobile-menu .multilevel-linkul-0 {
  background-color: #a81e26;
}

.submenu-branding--stephenson .mobile-menu .item {
  border-color: #a81e26;
}

.submenu-branding--trevelyan .submenu__bar {
  background-color: #003865;
}

.submenu-branding--trevelyan .submenu__track {
  color: #003865;
}

.submenu-branding--trevelyan .sub-navigation__second-level-menu {
  background-color: #003865;
  border-color: #002d51;
}

.submenu-branding--trevelyan .sub-navigation__button[aria-expanded=true] {
  background-color: #003865;
}

.submenu-branding--trevelyan .mobile-menu {
  background-color: #003865;
}

.submenu-branding--trevelyan .mobile-menu .multilevel-linkul-0 {
  background-color: #002d51;
}

.submenu-branding--trevelyan .mobile-menu .item {
  border-color: #002d51;
}

.submenu-branding--university .submenu__bar {
  background-color: #862633;
}

.submenu-branding--university .submenu__track {
  color: #862633;
}

.submenu-branding--university .sub-navigation__second-level-menu {
  background-color: #862633;
  border-color: #6b1e29;
}

.submenu-branding--university .sub-navigation__button[aria-expanded=true] {
  background-color: #862633;
}

.submenu-branding--university .mobile-menu {
  background-color: #862633;
}

.submenu-branding--university .mobile-menu .multilevel-linkul-0 {
  background-color: #6b1e29;
}

.submenu-branding--university .mobile-menu .item {
  border-color: #6b1e29;
}

.submenu-branding--ustinov .submenu__bar {
  background-color: #003865;
}

.submenu-branding--ustinov .submenu__track {
  color: #003865;
}

.submenu-branding--ustinov .sub-navigation__second-level-menu {
  background-color: #003865;
  border-color: #002d51;
}

.submenu-branding--ustinov .sub-navigation__button[aria-expanded=true] {
  background-color: #003865;
}

.submenu-branding--ustinov .mobile-menu {
  background-color: #003865;
}

.submenu-branding--ustinov .mobile-menu .multilevel-linkul-0 {
  background-color: #002d51;
}

.submenu-branding--ustinov .mobile-menu .item {
  border-color: #002d51;
}

.submenu-branding--vanmildert .submenu__bar {
  background-color: #ee2737;
}

.submenu-branding--vanmildert .submenu__track {
  color: #ee2737;
}

.submenu-branding--vanmildert .sub-navigation__second-level-menu {
  background-color: #ee2737;
  border-color: #cd101f;
}

.submenu-branding--vanmildert .sub-navigation__button[aria-expanded=true] {
  background-color: #ee2737;
}

.submenu-branding--vanmildert .mobile-menu {
  background-color: #ee2737;
}

.submenu-branding--vanmildert .mobile-menu .multilevel-linkul-0 {
  background-color: #cd101f;
}

.submenu-branding--vanmildert .mobile-menu .item {
  border-color: #cd101f;
}

.main-business .dropdown-tabs__tablist a.u-bg-secondary,
.main-business .dropdown-tabs__tablist button.u-bg-secondary {
  background-color: #b3bdb1 !important;
}

.dropdown-tabs__tabpanel img,
.dropdown-tabs__tabpanel video,
.dropdown-tabs__tabpanel .video {
  /* max-width: 90ch; */
}

.page-tabs-limited {
  overflow: hidden;
  height: 34px;
}

html[data-whatintent=keyboard] .page-tabs-limited:focus-within {
  overflow: visible;
}

.page-tab-button {
  display: flex;
}

.responsive-tabs.accordion>*+* {
  margin-top: 16px;
}

.responsive-tabs.accordion .tab-link__icons {
  display: flex !important;
}

.responsive-tabs.accordion li {
  border-width: 0 !important;
}

.responsive-tabs.accord